azure_mgmt_network 0.4.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +7 -11
- data/azure_mgmt_network.gemspec +1 -1
- data/lib/generated/azure_mgmt_network.rb +7 -2
- data/lib/generated/azure_mgmt_network/application_gateways.rb +15 -15
- data/lib/generated/azure_mgmt_network/express_route_circuit_authorizations.rb +1 -1
- data/lib/generated/azure_mgmt_network/express_route_circuit_peerings.rb +1 -1
- data/lib/generated/azure_mgmt_network/express_route_circuits.rb +47 -47
- data/lib/generated/azure_mgmt_network/express_route_service_providers.rb +8 -8
- data/lib/generated/azure_mgmt_network/load_balancers.rb +22 -22
- data/lib/generated/azure_mgmt_network/local_network_gateways.rb +8 -8
- data/lib/generated/azure_mgmt_network/models/application_gateway.rb +59 -29
- data/lib/generated/azure_mgmt_network/models/application_gateway_authentication_certificate.rb +85 -0
- data/lib/generated/azure_mgmt_network/models/application_gateway_backend_address.rb +2 -2
- data/lib/generated/azure_mgmt_network/models/application_gateway_backend_address_pool.rb +5 -6
- data/lib/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb +30 -12
- data/lib/generated/azure_mgmt_network/models/application_gateway_frontend_ipconfiguration.rb +9 -10
- data/lib/generated/azure_mgmt_network/models/application_gateway_frontend_port.rb +5 -5
- data/lib/generated/azure_mgmt_network/models/application_gateway_http_listener.rb +12 -15
- data/lib/generated/azure_mgmt_network/models/application_gateway_ipconfiguration.rb +6 -7
- data/lib/generated/azure_mgmt_network/models/application_gateway_list_result.rb +4 -4
- data/lib/generated/azure_mgmt_network/models/application_gateway_path_rule.rb +6 -8
- data/lib/generated/azure_mgmt_network/models/application_gateway_probe.rb +11 -11
- data/lib/generated/azure_mgmt_network/models/application_gateway_request_routing_rule.rb +10 -13
- data/lib/generated/azure_mgmt_network/models/application_gateway_sku.rb +6 -7
- data/lib/generated/azure_mgmt_network/models/application_gateway_ssl_certificate.rb +7 -7
- data/lib/generated/azure_mgmt_network/models/application_gateway_ssl_policy.rb +52 -0
- data/lib/generated/azure_mgmt_network/models/application_gateway_ssl_protocol.rb +17 -0
- data/lib/generated/azure_mgmt_network/models/application_gateway_url_path_map.rb +9 -9
- data/lib/generated/azure_mgmt_network/models/effective_network_security_group.rb +3 -3
- data/lib/generated/azure_mgmt_network/models/effective_network_security_group_list_result.rb +0 -32
- data/lib/generated/azure_mgmt_network/models/{effective_network_security_rules.rb → effective_network_security_rule.rb} +4 -4
- data/lib/generated/azure_mgmt_network/models/effective_route.rb +6 -14
- data/lib/generated/azure_mgmt_network/models/effective_route_list_result.rb +0 -31
- data/lib/generated/azure_mgmt_network/models/express_route_circuit.rb +10 -0
- data/lib/generated/azure_mgmt_network/models/express_route_circuit_peering.rb +21 -0
- data/lib/generated/azure_mgmt_network/models/ipaddress_availability_result.rb +62 -0
- data/lib/generated/azure_mgmt_network/models/resource_navigation_link.rb +96 -0
- data/lib/generated/azure_mgmt_network/models/subnet.rb +19 -0
- data/lib/generated/azure_mgmt_network/models/usages_list_result.rb +41 -0
- data/lib/generated/azure_mgmt_network/network_interfaces.rb +41 -445
- data/lib/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/generated/azure_mgmt_network/network_security_groups.rb +1 -1
- data/lib/generated/azure_mgmt_network/public_ipaddresses.rb +15 -15
- data/lib/generated/azure_mgmt_network/route_tables.rb +1 -1
- data/lib/generated/azure_mgmt_network/routes.rb +8 -8
- data/lib/generated/azure_mgmt_network/security_rules.rb +8 -8
- data/lib/generated/azure_mgmt_network/subnets.rb +8 -8
- data/lib/generated/azure_mgmt_network/usages.rb +115 -4
- data/lib/generated/azure_mgmt_network/version.rb +1 -1
- data/lib/generated/azure_mgmt_network/virtual_network_gateway_connections.rb +1 -1
- data/lib/generated/azure_mgmt_network/virtual_network_gateways.rb +8 -8
- data/lib/generated/azure_mgmt_network/virtual_network_peerings.rb +8 -8
- data/lib/generated/azure_mgmt_network/virtual_networks.rb +98 -1
- metadata +10 -5
| @@ -22,11 +22,11 @@ module Azure::ARM::Network | |
| 22 22 | 
             
                  @client = client
         | 
| 23 23 | 
             
                end
         | 
| 24 24 |  | 
| 25 | 
            -
                # @return reference to the NetworkManagementClient
         | 
| 25 | 
            +
                # @return [NetworkManagementClient] reference to the NetworkManagementClient
         | 
| 26 26 | 
             
                attr_reader :client
         | 
| 27 27 |  | 
| 28 28 | 
             
                #
         | 
| 29 | 
            -
                # The List ExpressRouteServiceProvider  | 
| 29 | 
            +
                # The List ExpressRouteServiceProvider operation retrieves all the available
         | 
| 30 30 | 
             
                # ExpressRouteServiceProviders.
         | 
| 31 31 | 
             
                #
         | 
| 32 32 | 
             
                # @param custom_headers [Hash{String => String}] A hash of custom headers that
         | 
| @@ -47,7 +47,7 @@ module Azure::ARM::Network | |
| 47 47 | 
             
                end
         | 
| 48 48 |  | 
| 49 49 | 
             
                #
         | 
| 50 | 
            -
                # The List ExpressRouteServiceProvider  | 
| 50 | 
            +
                # The List ExpressRouteServiceProvider operation retrieves all the available
         | 
| 51 51 | 
             
                # ExpressRouteServiceProviders.
         | 
| 52 52 | 
             
                #
         | 
| 53 53 | 
             
                # @param custom_headers [Hash{String => String}] A hash of custom headers that
         | 
| @@ -61,7 +61,7 @@ module Azure::ARM::Network | |
| 61 61 | 
             
                end
         | 
| 62 62 |  | 
| 63 63 | 
             
                #
         | 
| 64 | 
            -
                # The List ExpressRouteServiceProvider  | 
| 64 | 
            +
                # The List ExpressRouteServiceProvider operation retrieves all the available
         | 
| 65 65 | 
             
                # ExpressRouteServiceProviders.
         | 
| 66 66 | 
             
                #
         | 
| 67 67 | 
             
                # @param custom_headers [Hash{String => String}] A hash of custom headers that
         | 
| @@ -74,7 +74,7 @@ module Azure::ARM::Network | |
| 74 74 | 
             
                end
         | 
| 75 75 |  | 
| 76 76 | 
             
                #
         | 
| 77 | 
            -
                # The List ExpressRouteServiceProvider  | 
| 77 | 
            +
                # The List ExpressRouteServiceProvider operation retrieves all the available
         | 
| 78 78 | 
             
                # ExpressRouteServiceProviders.
         | 
| 79 79 | 
             
                #
         | 
| 80 80 | 
             
                # @param [Hash{String => String}] A hash of custom headers that will be added
         | 
| @@ -136,7 +136,7 @@ module Azure::ARM::Network | |
| 136 136 | 
             
                end
         | 
| 137 137 |  | 
| 138 138 | 
             
                #
         | 
| 139 | 
            -
                # The List ExpressRouteServiceProvider  | 
| 139 | 
            +
                # The List ExpressRouteServiceProvider operation retrieves all the available
         | 
| 140 140 | 
             
                # ExpressRouteServiceProviders.
         | 
| 141 141 | 
             
                #
         | 
| 142 142 | 
             
                # @param next_page_link [String] The NextLink from the previous successful
         | 
| @@ -152,7 +152,7 @@ module Azure::ARM::Network | |
| 152 152 | 
             
                end
         | 
| 153 153 |  | 
| 154 154 | 
             
                #
         | 
| 155 | 
            -
                # The List ExpressRouteServiceProvider  | 
| 155 | 
            +
                # The List ExpressRouteServiceProvider operation retrieves all the available
         | 
| 156 156 | 
             
                # ExpressRouteServiceProviders.
         | 
| 157 157 | 
             
                #
         | 
| 158 158 | 
             
                # @param next_page_link [String] The NextLink from the previous successful
         | 
| @@ -167,7 +167,7 @@ module Azure::ARM::Network | |
| 167 167 | 
             
                end
         | 
| 168 168 |  | 
| 169 169 | 
             
                #
         | 
| 170 | 
            -
                # The List ExpressRouteServiceProvider  | 
| 170 | 
            +
                # The List ExpressRouteServiceProvider operation retrieves all the available
         | 
| 171 171 | 
             
                # ExpressRouteServiceProviders.
         | 
| 172 172 | 
             
                #
         | 
| 173 173 | 
             
                # @param next_page_link [String] The NextLink from the previous successful
         | 
| @@ -22,7 +22,7 @@ module Azure::ARM::Network | |
| 22 22 | 
             
                  @client = client
         | 
| 23 23 | 
             
                end
         | 
| 24 24 |  | 
| 25 | 
            -
                # @return reference to the NetworkManagementClient
         | 
| 25 | 
            +
                # @return [NetworkManagementClient] reference to the NetworkManagementClient
         | 
| 26 26 | 
             
                attr_reader :client
         | 
| 27 27 |  | 
| 28 28 | 
             
                #
         | 
| @@ -413,7 +413,7 @@ module Azure::ARM::Network | |
| 413 413 | 
             
                end
         | 
| 414 414 |  | 
| 415 415 | 
             
                #
         | 
| 416 | 
            -
                # The List loadBalancer  | 
| 416 | 
            +
                # The List loadBalancer operation retrieves all the loadbalancers in a
         | 
| 417 417 | 
             
                # subscription.
         | 
| 418 418 | 
             
                #
         | 
| 419 419 | 
             
                # @param custom_headers [Hash{String => String}] A hash of custom headers that
         | 
| @@ -434,7 +434,7 @@ module Azure::ARM::Network | |
| 434 434 | 
             
                end
         | 
| 435 435 |  | 
| 436 436 | 
             
                #
         | 
| 437 | 
            -
                # The List loadBalancer  | 
| 437 | 
            +
                # The List loadBalancer operation retrieves all the loadbalancers in a
         | 
| 438 438 | 
             
                # subscription.
         | 
| 439 439 | 
             
                #
         | 
| 440 440 | 
             
                # @param custom_headers [Hash{String => String}] A hash of custom headers that
         | 
| @@ -448,7 +448,7 @@ module Azure::ARM::Network | |
| 448 448 | 
             
                end
         | 
| 449 449 |  | 
| 450 450 | 
             
                #
         | 
| 451 | 
            -
                # The List loadBalancer  | 
| 451 | 
            +
                # The List loadBalancer operation retrieves all the loadbalancers in a
         | 
| 452 452 | 
             
                # subscription.
         | 
| 453 453 | 
             
                #
         | 
| 454 454 | 
             
                # @param custom_headers [Hash{String => String}] A hash of custom headers that
         | 
| @@ -461,7 +461,7 @@ module Azure::ARM::Network | |
| 461 461 | 
             
                end
         | 
| 462 462 |  | 
| 463 463 | 
             
                #
         | 
| 464 | 
            -
                # The List loadBalancer  | 
| 464 | 
            +
                # The List loadBalancer operation retrieves all the loadbalancers in a
         | 
| 465 465 | 
             
                # subscription.
         | 
| 466 466 | 
             
                #
         | 
| 467 467 | 
             
                # @param [Hash{String => String}] A hash of custom headers that will be added
         | 
| @@ -523,8 +523,8 @@ module Azure::ARM::Network | |
| 523 523 | 
             
                end
         | 
| 524 524 |  | 
| 525 525 | 
             
                #
         | 
| 526 | 
            -
                # The List loadBalancer  | 
| 527 | 
            -
                # group.
         | 
| 526 | 
            +
                # The List loadBalancer operation retrieves all the loadbalancers in a
         | 
| 527 | 
            +
                # resource group.
         | 
| 528 528 | 
             
                #
         | 
| 529 529 | 
             
                # @param resource_group_name [String] The name of the resource group.
         | 
| 530 530 | 
             
                # @param custom_headers [Hash{String => String}] A hash of custom headers that
         | 
| @@ -545,8 +545,8 @@ module Azure::ARM::Network | |
| 545 545 | 
             
                end
         | 
| 546 546 |  | 
| 547 547 | 
             
                #
         | 
| 548 | 
            -
                # The List loadBalancer  | 
| 549 | 
            -
                # group.
         | 
| 548 | 
            +
                # The List loadBalancer operation retrieves all the loadbalancers in a
         | 
| 549 | 
            +
                # resource group.
         | 
| 550 550 | 
             
                #
         | 
| 551 551 | 
             
                # @param resource_group_name [String] The name of the resource group.
         | 
| 552 552 | 
             
                # @param custom_headers [Hash{String => String}] A hash of custom headers that
         | 
| @@ -560,8 +560,8 @@ module Azure::ARM::Network | |
| 560 560 | 
             
                end
         | 
| 561 561 |  | 
| 562 562 | 
             
                #
         | 
| 563 | 
            -
                # The List loadBalancer  | 
| 564 | 
            -
                # group.
         | 
| 563 | 
            +
                # The List loadBalancer operation retrieves all the loadbalancers in a
         | 
| 564 | 
            +
                # resource group.
         | 
| 565 565 | 
             
                #
         | 
| 566 566 | 
             
                # @param resource_group_name [String] The name of the resource group.
         | 
| 567 567 | 
             
                # @param custom_headers [Hash{String => String}] A hash of custom headers that
         | 
| @@ -574,8 +574,8 @@ module Azure::ARM::Network | |
| 574 574 | 
             
                end
         | 
| 575 575 |  | 
| 576 576 | 
             
                #
         | 
| 577 | 
            -
                # The List loadBalancer  | 
| 578 | 
            -
                # group.
         | 
| 577 | 
            +
                # The List loadBalancer operation retrieves all the loadbalancers in a
         | 
| 578 | 
            +
                # resource group.
         | 
| 579 579 | 
             
                #
         | 
| 580 580 | 
             
                # @param resource_group_name [String] The name of the resource group.
         | 
| 581 581 | 
             
                # @param [Hash{String => String}] A hash of custom headers that will be added
         | 
| @@ -638,7 +638,7 @@ module Azure::ARM::Network | |
| 638 638 | 
             
                end
         | 
| 639 639 |  | 
| 640 640 | 
             
                #
         | 
| 641 | 
            -
                # The List loadBalancer  | 
| 641 | 
            +
                # The List loadBalancer operation retrieves all the loadbalancers in a
         | 
| 642 642 | 
             
                # subscription.
         | 
| 643 643 | 
             
                #
         | 
| 644 644 | 
             
                # @param next_page_link [String] The NextLink from the previous successful
         | 
| @@ -654,7 +654,7 @@ module Azure::ARM::Network | |
| 654 654 | 
             
                end
         | 
| 655 655 |  | 
| 656 656 | 
             
                #
         | 
| 657 | 
            -
                # The List loadBalancer  | 
| 657 | 
            +
                # The List loadBalancer operation retrieves all the loadbalancers in a
         | 
| 658 658 | 
             
                # subscription.
         | 
| 659 659 | 
             
                #
         | 
| 660 660 | 
             
                # @param next_page_link [String] The NextLink from the previous successful
         | 
| @@ -669,7 +669,7 @@ module Azure::ARM::Network | |
| 669 669 | 
             
                end
         | 
| 670 670 |  | 
| 671 671 | 
             
                #
         | 
| 672 | 
            -
                # The List loadBalancer  | 
| 672 | 
            +
                # The List loadBalancer operation retrieves all the loadbalancers in a
         | 
| 673 673 | 
             
                # subscription.
         | 
| 674 674 | 
             
                #
         | 
| 675 675 | 
             
                # @param next_page_link [String] The NextLink from the previous successful
         | 
| @@ -731,8 +731,8 @@ module Azure::ARM::Network | |
| 731 731 | 
             
                end
         | 
| 732 732 |  | 
| 733 733 | 
             
                #
         | 
| 734 | 
            -
                # The List loadBalancer  | 
| 735 | 
            -
                # group.
         | 
| 734 | 
            +
                # The List loadBalancer operation retrieves all the loadbalancers in a
         | 
| 735 | 
            +
                # resource group.
         | 
| 736 736 | 
             
                #
         | 
| 737 737 | 
             
                # @param next_page_link [String] The NextLink from the previous successful
         | 
| 738 738 | 
             
                # call to List operation.
         | 
| @@ -747,8 +747,8 @@ module Azure::ARM::Network | |
| 747 747 | 
             
                end
         | 
| 748 748 |  | 
| 749 749 | 
             
                #
         | 
| 750 | 
            -
                # The List loadBalancer  | 
| 751 | 
            -
                # group.
         | 
| 750 | 
            +
                # The List loadBalancer operation retrieves all the loadbalancers in a
         | 
| 751 | 
            +
                # resource group.
         | 
| 752 752 | 
             
                #
         | 
| 753 753 | 
             
                # @param next_page_link [String] The NextLink from the previous successful
         | 
| 754 754 | 
             
                # call to List operation.
         | 
| @@ -762,8 +762,8 @@ module Azure::ARM::Network | |
| 762 762 | 
             
                end
         | 
| 763 763 |  | 
| 764 764 | 
             
                #
         | 
| 765 | 
            -
                # The List loadBalancer  | 
| 766 | 
            -
                # group.
         | 
| 765 | 
            +
                # The List loadBalancer operation retrieves all the loadbalancers in a
         | 
| 766 | 
            +
                # resource group.
         | 
| 767 767 | 
             
                #
         | 
| 768 768 | 
             
                # @param next_page_link [String] The NextLink from the previous successful
         | 
| 769 769 | 
             
                # call to List operation.
         | 
| @@ -22,7 +22,7 @@ module Azure::ARM::Network | |
| 22 22 | 
             
                  @client = client
         | 
| 23 23 | 
             
                end
         | 
| 24 24 |  | 
| 25 | 
            -
                # @return reference to the NetworkManagementClient
         | 
| 25 | 
            +
                # @return [NetworkManagementClient] reference to the NetworkManagementClient
         | 
| 26 26 | 
             
                attr_reader :client
         | 
| 27 27 |  | 
| 28 28 | 
             
                #
         | 
| @@ -436,7 +436,7 @@ module Azure::ARM::Network | |
| 436 436 | 
             
                end
         | 
| 437 437 |  | 
| 438 438 | 
             
                #
         | 
| 439 | 
            -
                # The List LocalNetworkGateways  | 
| 439 | 
            +
                # The List LocalNetworkGateways operation retrieves all the local network
         | 
| 440 440 | 
             
                # gateways stored.
         | 
| 441 441 | 
             
                #
         | 
| 442 442 | 
             
                # @param resource_group_name [String] The name of the resource group.
         | 
| @@ -458,7 +458,7 @@ module Azure::ARM::Network | |
| 458 458 | 
             
                end
         | 
| 459 459 |  | 
| 460 460 | 
             
                #
         | 
| 461 | 
            -
                # The List LocalNetworkGateways  | 
| 461 | 
            +
                # The List LocalNetworkGateways operation retrieves all the local network
         | 
| 462 462 | 
             
                # gateways stored.
         | 
| 463 463 | 
             
                #
         | 
| 464 464 | 
             
                # @param resource_group_name [String] The name of the resource group.
         | 
| @@ -473,7 +473,7 @@ module Azure::ARM::Network | |
| 473 473 | 
             
                end
         | 
| 474 474 |  | 
| 475 475 | 
             
                #
         | 
| 476 | 
            -
                # The List LocalNetworkGateways  | 
| 476 | 
            +
                # The List LocalNetworkGateways operation retrieves all the local network
         | 
| 477 477 | 
             
                # gateways stored.
         | 
| 478 478 | 
             
                #
         | 
| 479 479 | 
             
                # @param resource_group_name [String] The name of the resource group.
         | 
| @@ -487,7 +487,7 @@ module Azure::ARM::Network | |
| 487 487 | 
             
                end
         | 
| 488 488 |  | 
| 489 489 | 
             
                #
         | 
| 490 | 
            -
                # The List LocalNetworkGateways  | 
| 490 | 
            +
                # The List LocalNetworkGateways operation retrieves all the local network
         | 
| 491 491 | 
             
                # gateways stored.
         | 
| 492 492 | 
             
                #
         | 
| 493 493 | 
             
                # @param resource_group_name [String] The name of the resource group.
         | 
| @@ -551,7 +551,7 @@ module Azure::ARM::Network | |
| 551 551 | 
             
                end
         | 
| 552 552 |  | 
| 553 553 | 
             
                #
         | 
| 554 | 
            -
                # The List LocalNetworkGateways  | 
| 554 | 
            +
                # The List LocalNetworkGateways operation retrieves all the local network
         | 
| 555 555 | 
             
                # gateways stored.
         | 
| 556 556 | 
             
                #
         | 
| 557 557 | 
             
                # @param next_page_link [String] The NextLink from the previous successful
         | 
| @@ -567,7 +567,7 @@ module Azure::ARM::Network | |
| 567 567 | 
             
                end
         | 
| 568 568 |  | 
| 569 569 | 
             
                #
         | 
| 570 | 
            -
                # The List LocalNetworkGateways  | 
| 570 | 
            +
                # The List LocalNetworkGateways operation retrieves all the local network
         | 
| 571 571 | 
             
                # gateways stored.
         | 
| 572 572 | 
             
                #
         | 
| 573 573 | 
             
                # @param next_page_link [String] The NextLink from the previous successful
         | 
| @@ -582,7 +582,7 @@ module Azure::ARM::Network | |
| 582 582 | 
             
                end
         | 
| 583 583 |  | 
| 584 584 | 
             
                #
         | 
| 585 | 
            -
                # The List LocalNetworkGateways  | 
| 585 | 
            +
                # The List LocalNetworkGateways operation retrieves all the local network
         | 
| 586 586 | 
             
                # gateways stored.
         | 
| 587 587 | 
             
                #
         | 
| 588 588 | 
             
                # @param next_page_link [String] The NextLink from the previous successful
         | 
| @@ -12,65 +12,72 @@ module Azure::ARM::Network | |
| 12 12 |  | 
| 13 13 | 
             
                  include MsRestAzure
         | 
| 14 14 |  | 
| 15 | 
            -
                  # @return [ApplicationGatewaySku]  | 
| 16 | 
            -
                  # gateway resource
         | 
| 15 | 
            +
                  # @return [ApplicationGatewaySku] Sku of application gateway resource
         | 
| 17 16 | 
             
                  attr_accessor :sku
         | 
| 18 17 |  | 
| 19 | 
            -
                  # @return [ | 
| 18 | 
            +
                  # @return [ApplicationGatewaySslPolicy] SSL policy of application
         | 
| 19 | 
            +
                  # gateway resource
         | 
| 20 | 
            +
                  attr_accessor :ssl_policy
         | 
| 21 | 
            +
             | 
| 22 | 
            +
                  # @return [ApplicationGatewayOperationalState] Operational state of
         | 
| 20 23 | 
             
                  # application gateway resource. Possible values include: 'Stopped',
         | 
| 21 24 | 
             
                  # 'Starting', 'Running', 'Stopping'
         | 
| 22 25 | 
             
                  attr_accessor :operational_state
         | 
| 23 26 |  | 
| 24 | 
            -
                  # @return [Array<ApplicationGatewayIPConfiguration>]  | 
| 25 | 
            -
                  #  | 
| 27 | 
            +
                  # @return [Array<ApplicationGatewayIPConfiguration>] Subnets of
         | 
| 28 | 
            +
                  # application gateway resource
         | 
| 26 29 | 
             
                  attr_accessor :gateway_ipconfigurations
         | 
| 27 30 |  | 
| 28 | 
            -
                  # @return [Array< | 
| 29 | 
            -
                  # certificates of application gateway resource
         | 
| 31 | 
            +
                  # @return [Array<ApplicationGatewayAuthenticationCertificate>]
         | 
| 32 | 
            +
                  # Authentication certificates of application gateway resource
         | 
| 33 | 
            +
                  attr_accessor :authentication_certificates
         | 
| 34 | 
            +
             | 
| 35 | 
            +
                  # @return [Array<ApplicationGatewaySslCertificate>] SSL certificates of
         | 
| 36 | 
            +
                  # application gateway resource
         | 
| 30 37 | 
             
                  attr_accessor :ssl_certificates
         | 
| 31 38 |  | 
| 32 | 
            -
                  # @return [Array<ApplicationGatewayFrontendIPConfiguration>]  | 
| 33 | 
            -
                  #  | 
| 39 | 
            +
                  # @return [Array<ApplicationGatewayFrontendIPConfiguration>] Frontend IP
         | 
| 40 | 
            +
                  # addresses of application gateway resource
         | 
| 34 41 | 
             
                  attr_accessor :frontend_ipconfigurations
         | 
| 35 42 |  | 
| 36 | 
            -
                  # @return [Array<ApplicationGatewayFrontendPort>]  | 
| 37 | 
            -
                  #  | 
| 43 | 
            +
                  # @return [Array<ApplicationGatewayFrontendPort>] Frontend ports of
         | 
| 44 | 
            +
                  # application gateway resource
         | 
| 38 45 | 
             
                  attr_accessor :frontend_ports
         | 
| 39 46 |  | 
| 40 | 
            -
                  # @return [Array<ApplicationGatewayProbe>]  | 
| 41 | 
            -
                  #  | 
| 47 | 
            +
                  # @return [Array<ApplicationGatewayProbe>] Probes of application gateway
         | 
| 48 | 
            +
                  # resource
         | 
| 42 49 | 
             
                  attr_accessor :probes
         | 
| 43 50 |  | 
| 44 | 
            -
                  # @return [Array<ApplicationGatewayBackendAddressPool>]  | 
| 45 | 
            -
                  #  | 
| 51 | 
            +
                  # @return [Array<ApplicationGatewayBackendAddressPool>] Backend address
         | 
| 52 | 
            +
                  # pool of application gateway resource
         | 
| 46 53 | 
             
                  attr_accessor :backend_address_pools
         | 
| 47 54 |  | 
| 48 | 
            -
                  # @return [Array<ApplicationGatewayBackendHttpSettings>]  | 
| 49 | 
            -
                  #  | 
| 55 | 
            +
                  # @return [Array<ApplicationGatewayBackendHttpSettings>] Backend http
         | 
| 56 | 
            +
                  # settings of application gateway resource
         | 
| 50 57 | 
             
                  attr_accessor :backend_http_settings_collection
         | 
| 51 58 |  | 
| 52 | 
            -
                  # @return [Array<ApplicationGatewayHttpListener>]  | 
| 53 | 
            -
                  #  | 
| 59 | 
            +
                  # @return [Array<ApplicationGatewayHttpListener>] HTTP listeners of
         | 
| 60 | 
            +
                  # application gateway resource
         | 
| 54 61 | 
             
                  attr_accessor :http_listeners
         | 
| 55 62 |  | 
| 56 | 
            -
                  # @return [Array<ApplicationGatewayUrlPathMap>]  | 
| 57 | 
            -
                  #  | 
| 63 | 
            +
                  # @return [Array<ApplicationGatewayUrlPathMap>] URL path map of
         | 
| 64 | 
            +
                  # application gateway resource
         | 
| 58 65 | 
             
                  attr_accessor :url_path_maps
         | 
| 59 66 |  | 
| 60 | 
            -
                  # @return [Array<ApplicationGatewayRequestRoutingRule>]  | 
| 61 | 
            -
                  #  | 
| 67 | 
            +
                  # @return [Array<ApplicationGatewayRequestRoutingRule>] Request routing
         | 
| 68 | 
            +
                  # rules of application gateway resource
         | 
| 62 69 | 
             
                  attr_accessor :request_routing_rules
         | 
| 63 70 |  | 
| 64 | 
            -
                  # @return [String]  | 
| 65 | 
            -
                  #  | 
| 71 | 
            +
                  # @return [String] Resource guid property of the ApplicationGateway
         | 
| 72 | 
            +
                  # resource
         | 
| 66 73 | 
             
                  attr_accessor :resource_guid
         | 
| 67 74 |  | 
| 68 | 
            -
                  # @return [String]  | 
| 69 | 
            -
                  #  | 
| 75 | 
            +
                  # @return [String] Provisioning state of the ApplicationGateway resource
         | 
| 76 | 
            +
                  # Updating/Deleting/Failed
         | 
| 70 77 | 
             
                  attr_accessor :provisioning_state
         | 
| 71 78 |  | 
| 72 | 
            -
                  # @return [String]  | 
| 73 | 
            -
                  #  | 
| 79 | 
            +
                  # @return [String] A unique read-only string that changes whenever the
         | 
| 80 | 
            +
                  # resource is updated
         | 
| 74 81 | 
             
                  attr_accessor :etag
         | 
| 75 82 |  | 
| 76 83 |  | 
| @@ -138,6 +145,14 @@ module Azure::ARM::Network | |
| 138 145 | 
             
                              class_name: 'ApplicationGatewaySku'
         | 
| 139 146 | 
             
                            }
         | 
| 140 147 | 
             
                          },
         | 
| 148 | 
            +
                          ssl_policy: {
         | 
| 149 | 
            +
                            required: false,
         | 
| 150 | 
            +
                            serialized_name: 'properties.sslPolicy',
         | 
| 151 | 
            +
                            type: {
         | 
| 152 | 
            +
                              name: 'Composite',
         | 
| 153 | 
            +
                              class_name: 'ApplicationGatewaySslPolicy'
         | 
| 154 | 
            +
                            }
         | 
| 155 | 
            +
                          },
         | 
| 141 156 | 
             
                          operational_state: {
         | 
| 142 157 | 
             
                            required: false,
         | 
| 143 158 | 
             
                            read_only: true,
         | 
| @@ -161,6 +176,21 @@ module Azure::ARM::Network | |
| 161 176 | 
             
                              }
         | 
| 162 177 | 
             
                            }
         | 
| 163 178 | 
             
                          },
         | 
| 179 | 
            +
                          authentication_certificates: {
         | 
| 180 | 
            +
                            required: false,
         | 
| 181 | 
            +
                            serialized_name: 'properties.authenticationCertificates',
         | 
| 182 | 
            +
                            type: {
         | 
| 183 | 
            +
                              name: 'Sequence',
         | 
| 184 | 
            +
                              element: {
         | 
| 185 | 
            +
                                  required: false,
         | 
| 186 | 
            +
                                  serialized_name: 'ApplicationGatewayAuthenticationCertificateElementType',
         | 
| 187 | 
            +
                                  type: {
         | 
| 188 | 
            +
                                    name: 'Composite',
         | 
| 189 | 
            +
                                    class_name: 'ApplicationGatewayAuthenticationCertificate'
         | 
| 190 | 
            +
                                  }
         | 
| 191 | 
            +
                              }
         | 
| 192 | 
            +
                            }
         | 
| 193 | 
            +
                          },
         | 
| 164 194 | 
             
                          ssl_certificates: {
         | 
| 165 195 | 
             
                            required: false,
         | 
| 166 196 | 
             
                            serialized_name: 'properties.sslCertificates',
         | 
    
        data/lib/generated/azure_mgmt_network/models/application_gateway_authentication_certificate.rb
    ADDED
    
    | @@ -0,0 +1,85 @@ | |
| 1 | 
            +
            # encoding: utf-8
         | 
| 2 | 
            +
            # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
         | 
| 3 | 
            +
            # Changes may cause incorrect behavior and will be lost if the code is
         | 
| 4 | 
            +
            # regenerated.
         | 
| 5 | 
            +
             | 
| 6 | 
            +
            module Azure::ARM::Network
         | 
| 7 | 
            +
              module Models
         | 
| 8 | 
            +
                #
         | 
| 9 | 
            +
                # Authentication certificates of application gateway
         | 
| 10 | 
            +
                #
         | 
| 11 | 
            +
                class ApplicationGatewayAuthenticationCertificate < MsRestAzure::SubResource
         | 
| 12 | 
            +
             | 
| 13 | 
            +
                  include MsRestAzure
         | 
| 14 | 
            +
             | 
| 15 | 
            +
                  # @return [String] Certificate public data
         | 
| 16 | 
            +
                  attr_accessor :data
         | 
| 17 | 
            +
             | 
| 18 | 
            +
                  # @return [String] Provisioning state of the authentication certificate
         | 
| 19 | 
            +
                  # resource Updating/Deleting/Failed
         | 
| 20 | 
            +
                  attr_accessor :provisioning_state
         | 
| 21 | 
            +
             | 
| 22 | 
            +
                  # @return [String] Name of the resource that is unique within a resource
         | 
| 23 | 
            +
                  # group. This name can be used to access the resource
         | 
| 24 | 
            +
                  attr_accessor :name
         | 
| 25 | 
            +
             | 
| 26 | 
            +
                  # @return [String] A unique read-only string that changes whenever the
         | 
| 27 | 
            +
                  # resource is updated
         | 
| 28 | 
            +
                  attr_accessor :etag
         | 
| 29 | 
            +
             | 
| 30 | 
            +
             | 
| 31 | 
            +
                  #
         | 
| 32 | 
            +
                  # Mapper for ApplicationGatewayAuthenticationCertificate class as Ruby
         | 
| 33 | 
            +
                  # Hash.
         | 
| 34 | 
            +
                  # This will be used for serialization/deserialization.
         | 
| 35 | 
            +
                  #
         | 
| 36 | 
            +
                  def self.mapper()
         | 
| 37 | 
            +
                    {
         | 
| 38 | 
            +
                      required: false,
         | 
| 39 | 
            +
                      serialized_name: 'ApplicationGatewayAuthenticationCertificate',
         | 
| 40 | 
            +
                      type: {
         | 
| 41 | 
            +
                        name: 'Composite',
         | 
| 42 | 
            +
                        class_name: 'ApplicationGatewayAuthenticationCertificate',
         | 
| 43 | 
            +
                        model_properties: {
         | 
| 44 | 
            +
                          id: {
         | 
| 45 | 
            +
                            required: false,
         | 
| 46 | 
            +
                            serialized_name: 'id',
         | 
| 47 | 
            +
                            type: {
         | 
| 48 | 
            +
                              name: 'String'
         | 
| 49 | 
            +
                            }
         | 
| 50 | 
            +
                          },
         | 
| 51 | 
            +
                          data: {
         | 
| 52 | 
            +
                            required: false,
         | 
| 53 | 
            +
                            serialized_name: 'properties.data',
         | 
| 54 | 
            +
                            type: {
         | 
| 55 | 
            +
                              name: 'String'
         | 
| 56 | 
            +
                            }
         | 
| 57 | 
            +
                          },
         | 
| 58 | 
            +
                          provisioning_state: {
         | 
| 59 | 
            +
                            required: false,
         | 
| 60 | 
            +
                            serialized_name: 'properties.provisioningState',
         | 
| 61 | 
            +
                            type: {
         | 
| 62 | 
            +
                              name: 'String'
         | 
| 63 | 
            +
                            }
         | 
| 64 | 
            +
                          },
         | 
| 65 | 
            +
                          name: {
         | 
| 66 | 
            +
                            required: false,
         | 
| 67 | 
            +
                            serialized_name: 'name',
         | 
| 68 | 
            +
                            type: {
         | 
| 69 | 
            +
                              name: 'String'
         | 
| 70 | 
            +
                            }
         | 
| 71 | 
            +
                          },
         | 
| 72 | 
            +
                          etag: {
         | 
| 73 | 
            +
                            required: false,
         | 
| 74 | 
            +
                            serialized_name: 'etag',
         | 
| 75 | 
            +
                            type: {
         | 
| 76 | 
            +
                              name: 'String'
         | 
| 77 | 
            +
                            }
         | 
| 78 | 
            +
                          }
         | 
| 79 | 
            +
                        }
         | 
| 80 | 
            +
                      }
         | 
| 81 | 
            +
                    }
         | 
| 82 | 
            +
                  end
         | 
| 83 | 
            +
                end
         | 
| 84 | 
            +
              end
         | 
| 85 | 
            +
            end
         |