diff --git a/management/azure_mgmt_network/lib/2015-05-01-preview/generated/azure_mgmt_network/models/azure_async_operation_result.rb b/management/azure_mgmt_network/lib/2015-05-01-preview/generated/azure_mgmt_network/models/azure_async_operation_result.rb index c9a5994750..0c80705bbf 100644 --- a/management/azure_mgmt_network/lib/2015-05-01-preview/generated/azure_mgmt_network/models/azure_async_operation_result.rb +++ b/management/azure_mgmt_network/lib/2015-05-01-preview/generated/azure_mgmt_network/models/azure_async_operation_result.rb @@ -19,7 +19,7 @@ class AzureAsyncOperationResult include MsRestAzure - # @return [NetworkOperationStatus] Status of the AzureAsuncOperation. + # @return [NetworkOperationStatus] Status of the AzureAsyncOperation. # Possible values include: 'InProgress', 'Succeeded', 'Failed' attr_accessor :status diff --git a/management/azure_mgmt_network/lib/2016-03-30/generated/azure_mgmt_network/models/azure_async_operation_result.rb b/management/azure_mgmt_network/lib/2016-03-30/generated/azure_mgmt_network/models/azure_async_operation_result.rb index 553d18b3c7..5ab047a0a9 100644 --- a/management/azure_mgmt_network/lib/2016-03-30/generated/azure_mgmt_network/models/azure_async_operation_result.rb +++ b/management/azure_mgmt_network/lib/2016-03-30/generated/azure_mgmt_network/models/azure_async_operation_result.rb @@ -19,7 +19,7 @@ class AzureAsyncOperationResult include MsRestAzure - # @return [NetworkOperationStatus] Status of the AzureAsuncOperation. + # @return [NetworkOperationStatus] Status of the AzureAsyncOperation. # Possible values include: 'InProgress', 'Succeeded', 'Failed' attr_accessor :status diff --git a/management/azure_mgmt_network/lib/2016-06-01/generated/azure_mgmt_network/models/azure_async_operation_result.rb b/management/azure_mgmt_network/lib/2016-06-01/generated/azure_mgmt_network/models/azure_async_operation_result.rb index 60466a12ec..0328eae497 100644 --- a/management/azure_mgmt_network/lib/2016-06-01/generated/azure_mgmt_network/models/azure_async_operation_result.rb +++ b/management/azure_mgmt_network/lib/2016-06-01/generated/azure_mgmt_network/models/azure_async_operation_result.rb @@ -19,7 +19,7 @@ class AzureAsyncOperationResult include MsRestAzure - # @return [NetworkOperationStatus] Status of the AzureAsuncOperation. + # @return [NetworkOperationStatus] Status of the AzureAsyncOperation. # Possible values include: 'InProgress', 'Succeeded', 'Failed' attr_accessor :status diff --git a/management/azure_mgmt_network/lib/azure_mgmt_network.rb b/management/azure_mgmt_network/lib/azure_mgmt_network.rb index 974b3eff5d..4729889c68 100644 --- a/management/azure_mgmt_network/lib/azure_mgmt_network.rb +++ b/management/azure_mgmt_network/lib/azure_mgmt_network.rb @@ -2,17 +2,17 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. -require '2017-11-01/generated/azure_mgmt_network' require '2017-10-01/generated/azure_mgmt_network' -require '2015-06-15/generated/azure_mgmt_network' -require '2015-05-01-preview/generated/azure_mgmt_network' -require '2017-09-01/generated/azure_mgmt_network' +require '2017-11-01/generated/azure_mgmt_network' require '2016-03-30/generated/azure_mgmt_network' -require '2016-12-01/generated/azure_mgmt_network' -require '2018-01-01/generated/azure_mgmt_network' -require '2016-06-01/generated/azure_mgmt_network' require '2017-03-01/generated/azure_mgmt_network' -require '2017-03-30/generated/azure_mgmt_network' +require '2016-06-01/generated/azure_mgmt_network' +require '2017-09-01/generated/azure_mgmt_network' +require '2018-01-01/generated/azure_mgmt_network' require '2016-09-01/generated/azure_mgmt_network' +require '2017-03-30/generated/azure_mgmt_network' +require '2015-06-15/generated/azure_mgmt_network' +require '2016-12-01/generated/azure_mgmt_network' +require '2015-05-01-preview/generated/azure_mgmt_network' require 'profiles/v2017_03_09/network_v2017_03_09_profile_client' require 'profiles/latest/network_latest_profile_client' diff --git a/management/azure_mgmt_network/lib/profiles/latest/modules/network_profile_module.rb b/management/azure_mgmt_network/lib/profiles/latest/modules/network_profile_module.rb index c5afcd8c75..f3cf303be6 100644 --- a/management/azure_mgmt_network/lib/profiles/latest/modules/network_profile_module.rb +++ b/management/azure_mgmt_network/lib/profiles/latest/modules/network_profile_module.rb @@ -7,78 +7,65 @@ module Azure::Network::Profiles::Latest module Mgmt ApplicationGateways = Azure::Network::Mgmt::V2018_01_01::ApplicationGateways - ApplicationSecurityGroups = Azure::Network::Mgmt::V2018_01_01::ApplicationSecurityGroups - AvailableEndpointServices = Azure::Network::Mgmt::V2018_01_01::AvailableEndpointServices ExpressRouteCircuitAuthorizations = Azure::Network::Mgmt::V2018_01_01::ExpressRouteCircuitAuthorizations ExpressRouteCircuitPeerings = Azure::Network::Mgmt::V2018_01_01::ExpressRouteCircuitPeerings ExpressRouteCircuits = Azure::Network::Mgmt::V2018_01_01::ExpressRouteCircuits ExpressRouteServiceProviders = Azure::Network::Mgmt::V2018_01_01::ExpressRouteServiceProviders LoadBalancers = Azure::Network::Mgmt::V2018_01_01::LoadBalancers + NetworkInterfaces = Azure::Network::Mgmt::V2018_01_01::NetworkInterfaces + NetworkSecurityGroups = Azure::Network::Mgmt::V2018_01_01::NetworkSecurityGroups + SecurityRules = Azure::Network::Mgmt::V2018_01_01::SecurityRules + PublicIPAddresses = Azure::Network::Mgmt::V2018_01_01::PublicIPAddresses + RouteTables = Azure::Network::Mgmt::V2018_01_01::RouteTables + Routes = Azure::Network::Mgmt::V2018_01_01::Routes + Usages = Azure::Network::Mgmt::V2018_01_01::Usages + VirtualNetworks = Azure::Network::Mgmt::V2018_01_01::VirtualNetworks + Subnets = Azure::Network::Mgmt::V2018_01_01::Subnets + VirtualNetworkGateways = Azure::Network::Mgmt::V2018_01_01::VirtualNetworkGateways + VirtualNetworkGatewayConnections = Azure::Network::Mgmt::V2018_01_01::VirtualNetworkGatewayConnections + LocalNetworkGateways = Azure::Network::Mgmt::V2018_01_01::LocalNetworkGateways + ApplicationSecurityGroups = Azure::Network::Mgmt::V2018_01_01::ApplicationSecurityGroups + AvailableEndpointServices = Azure::Network::Mgmt::V2018_01_01::AvailableEndpointServices LoadBalancerBackendAddressPools = Azure::Network::Mgmt::V2018_01_01::LoadBalancerBackendAddressPools LoadBalancerFrontendIPConfigurations = Azure::Network::Mgmt::V2018_01_01::LoadBalancerFrontendIPConfigurations InboundNatRules = Azure::Network::Mgmt::V2018_01_01::InboundNatRules LoadBalancerLoadBalancingRules = Azure::Network::Mgmt::V2018_01_01::LoadBalancerLoadBalancingRules LoadBalancerNetworkInterfaces = Azure::Network::Mgmt::V2018_01_01::LoadBalancerNetworkInterfaces LoadBalancerProbes = Azure::Network::Mgmt::V2018_01_01::LoadBalancerProbes - NetworkInterfaces = Azure::Network::Mgmt::V2018_01_01::NetworkInterfaces NetworkInterfaceIPConfigurations = Azure::Network::Mgmt::V2018_01_01::NetworkInterfaceIPConfigurations NetworkInterfaceLoadBalancers = Azure::Network::Mgmt::V2018_01_01::NetworkInterfaceLoadBalancers - NetworkSecurityGroups = Azure::Network::Mgmt::V2018_01_01::NetworkSecurityGroups - SecurityRules = Azure::Network::Mgmt::V2018_01_01::SecurityRules DefaultSecurityRules = Azure::Network::Mgmt::V2018_01_01::DefaultSecurityRules NetworkWatchers = Azure::Network::Mgmt::V2018_01_01::NetworkWatchers PacketCaptures = Azure::Network::Mgmt::V2018_01_01::PacketCaptures ConnectionMonitors = Azure::Network::Mgmt::V2018_01_01::ConnectionMonitors Operations = Azure::Network::Mgmt::V2018_01_01::Operations - PublicIPAddresses = Azure::Network::Mgmt::V2018_01_01::PublicIPAddresses RouteFilters = Azure::Network::Mgmt::V2018_01_01::RouteFilters RouteFilterRules = Azure::Network::Mgmt::V2018_01_01::RouteFilterRules - RouteTables = Azure::Network::Mgmt::V2018_01_01::RouteTables - Routes = Azure::Network::Mgmt::V2018_01_01::Routes BgpServiceCommunities = Azure::Network::Mgmt::V2018_01_01::BgpServiceCommunities - Usages = Azure::Network::Mgmt::V2018_01_01::Usages - VirtualNetworks = Azure::Network::Mgmt::V2018_01_01::VirtualNetworks - Subnets = Azure::Network::Mgmt::V2018_01_01::Subnets VirtualNetworkPeerings = Azure::Network::Mgmt::V2018_01_01::VirtualNetworkPeerings - VirtualNetworkGateways = Azure::Network::Mgmt::V2018_01_01::VirtualNetworkGateways - VirtualNetworkGatewayConnections = Azure::Network::Mgmt::V2018_01_01::VirtualNetworkGatewayConnections - LocalNetworkGateways = Azure::Network::Mgmt::V2018_01_01::LocalNetworkGateways module Models TopologyAssociation = Azure::Network::Mgmt::V2018_01_01::Models::TopologyAssociation - SubResource = Azure::Network::Mgmt::V2018_01_01::Models::SubResource TopologyResource = Azure::Network::Mgmt::V2018_01_01::Models::TopologyResource OperationListResult = Azure::Network::Mgmt::V2018_01_01::Models::OperationListResult Operation = Azure::Network::Mgmt::V2018_01_01::Models::Operation - NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceDnsSettings OperationPropertiesFormatServiceSpecification = Azure::Network::Mgmt::V2018_01_01::Models::OperationPropertiesFormatServiceSpecification VirtualNetworkConnectionGatewayReference = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkConnectionGatewayReference - LoadBalancerListResult = Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerListResult - ConnectionSharedKey = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionSharedKey InboundNatRuleListResult = Azure::Network::Mgmt::V2018_01_01::Models::InboundNatRuleListResult PublicIPAddressSku = Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddressSku LoadBalancerBackendAddressPoolListResult = Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerBackendAddressPoolListResult IpTag = Azure::Network::Mgmt::V2018_01_01::Models::IpTag LoadBalancerFrontendIPConfigurationListResult = Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerFrontendIPConfigurationListResult - VirtualNetworkGatewayConnectionListResult = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionListResult LoadBalancerLoadBalancingRuleListResult = Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerLoadBalancingRuleListResult TunnelConnectionHealth = Azure::Network::Mgmt::V2018_01_01::Models::TunnelConnectionHealth LoadBalancerProbeListResult = Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerProbeListResult - ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendAddress - NetworkInterfaceListResult = Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceListResult ApplicationGatewayConnectionDraining = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayConnectionDraining - ErrorDetails = Azure::Network::Mgmt::V2018_01_01::Models::ErrorDetails ApplicationGatewayBackendHealthServer = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendHealthServer - Error = Azure::Network::Mgmt::V2018_01_01::Models::Error ApplicationGatewayBackendHealthPool = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendHealthPool - AzureAsyncOperationResult = Azure::Network::Mgmt::V2018_01_01::Models::AzureAsyncOperationResult - ApplicationGatewaySku = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySku NetworkInterfaceIPConfigurationListResult = Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceIPConfigurationListResult - VpnClientParameters = Azure::Network::Mgmt::V2018_01_01::Models::VpnClientParameters NetworkInterfaceLoadBalancerListResult = Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceLoadBalancerListResult BgpPeerStatus = Azure::Network::Mgmt::V2018_01_01::Models::BgpPeerStatus EffectiveNetworkSecurityGroupAssociation = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveNetworkSecurityGroupAssociation - VpnClientConfiguration = Azure::Network::Mgmt::V2018_01_01::Models::VpnClientConfiguration EffectiveNetworkSecurityRule = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveNetworkSecurityRule VirtualNetworkListUsageResult = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkListUsageResult EffectiveNetworkSecurityGroup = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveNetworkSecurityGroup @@ -88,42 +75,28 @@ module Models EffectiveRoute = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRoute ApplicationGatewayFirewallDisabledRuleGroup = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallDisabledRuleGroup EffectiveRouteListResult = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteListResult - DhcpOptions = Azure::Network::Mgmt::V2018_01_01::Models::DhcpOptions - SecurityRuleListResult = Azure::Network::Mgmt::V2018_01_01::Models::SecurityRuleListResult ApplicationGatewayFirewallRule = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallRule - NetworkSecurityGroupListResult = Azure::Network::Mgmt::V2018_01_01::Models::NetworkSecurityGroupListResult VirtualNetworkPeeringListResult = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeeringListResult LogSpecification = Azure::Network::Mgmt::V2018_01_01::Models::LogSpecification - SubnetListResult = Azure::Network::Mgmt::V2018_01_01::Models::SubnetListResult NetworkWatcherListResult = Azure::Network::Mgmt::V2018_01_01::Models::NetworkWatcherListResult ApplicationGatewayAvailableSslPredefinedPolicies = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies TopologyParameters = Azure::Network::Mgmt::V2018_01_01::Models::TopologyParameters TagsObject = Azure::Network::Mgmt::V2018_01_01::Models::TagsObject ApplicationSecurityGroupListResult = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationSecurityGroupListResult Dimension = Azure::Network::Mgmt::V2018_01_01::Models::Dimension - UsagesListResult = Azure::Network::Mgmt::V2018_01_01::Models::UsagesListResult MetricSpecification = Azure::Network::Mgmt::V2018_01_01::Models::MetricSpecification - Usage = Azure::Network::Mgmt::V2018_01_01::Models::Usage Topology = Azure::Network::Mgmt::V2018_01_01::Models::Topology - ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeeringConfig VerificationIPFlowParameters = Azure::Network::Mgmt::V2018_01_01::Models::VerificationIPFlowParameters - ExpressRouteCircuitStats = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitStats VerificationIPFlowResult = Azure::Network::Mgmt::V2018_01_01::Models::VerificationIPFlowResult BGPCommunity = Azure::Network::Mgmt::V2018_01_01::Models::BGPCommunity NextHopParameters = Azure::Network::Mgmt::V2018_01_01::Models::NextHopParameters - ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeeringListResult NextHopResult = Azure::Network::Mgmt::V2018_01_01::Models::NextHopResult - ExpressRouteCircuitServiceProviderProperties = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitServiceProviderProperties SecurityGroupViewParameters = Azure::Network::Mgmt::V2018_01_01::Models::SecurityGroupViewParameters - ExpressRouteCircuitArpTable = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitArpTable NetworkInterfaceAssociation = Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceAssociation - ExpressRouteCircuitRoutesTable = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitRoutesTable SubnetAssociation = Azure::Network::Mgmt::V2018_01_01::Models::SubnetAssociation ExpressRouteCircuitRoutesTableSummary = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitRoutesTableSummary SecurityRuleAssociations = Azure::Network::Mgmt::V2018_01_01::Models::SecurityRuleAssociations - ExpressRouteCircuitListResult = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitListResult SecurityGroupNetworkInterface = Azure::Network::Mgmt::V2018_01_01::Models::SecurityGroupNetworkInterface - RouteTableListResult = Azure::Network::Mgmt::V2018_01_01::Models::RouteTableListResult SecurityGroupViewResult = Azure::Network::Mgmt::V2018_01_01::Models::SecurityGroupViewResult LoadBalancerSku = Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerSku PacketCaptureStorageLocation = Azure::Network::Mgmt::V2018_01_01::Models::PacketCaptureStorageLocation @@ -131,9 +104,7 @@ module Models PacketCaptureFilter = Azure::Network::Mgmt::V2018_01_01::Models::PacketCaptureFilter VpnDeviceScriptParameters = Azure::Network::Mgmt::V2018_01_01::Models::VpnDeviceScriptParameters PacketCaptureParameters = Azure::Network::Mgmt::V2018_01_01::Models::PacketCaptureParameters - LocalNetworkGatewayListResult = Azure::Network::Mgmt::V2018_01_01::Models::LocalNetworkGatewayListResult PacketCapture = Azure::Network::Mgmt::V2018_01_01::Models::PacketCapture - PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddressDnsSettings PacketCaptureResult = Azure::Network::Mgmt::V2018_01_01::Models::PacketCaptureResult IpsecPolicy = Azure::Network::Mgmt::V2018_01_01::Models::IpsecPolicy PacketCaptureListResult = Azure::Network::Mgmt::V2018_01_01::Models::PacketCaptureListResult @@ -143,37 +114,27 @@ module Models TroubleshootingParameters = Azure::Network::Mgmt::V2018_01_01::Models::TroubleshootingParameters ApplicationGatewaySslPolicy = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPolicy QueryTroubleshootingParameters = Azure::Network::Mgmt::V2018_01_01::Models::QueryTroubleshootingParameters - BgpSettings = Azure::Network::Mgmt::V2018_01_01::Models::BgpSettings TroubleshootingRecommendedActions = Azure::Network::Mgmt::V2018_01_01::Models::TroubleshootingRecommendedActions ApplicationGatewayProbeHealthResponseMatch = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayProbeHealthResponseMatch TroubleshootingDetails = Azure::Network::Mgmt::V2018_01_01::Models::TroubleshootingDetails - VirtualNetworkListResult = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkListResult TroubleshootingResult = Azure::Network::Mgmt::V2018_01_01::Models::TroubleshootingResult - ApplicationGatewayListResult = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayListResult RetentionPolicyParameters = Azure::Network::Mgmt::V2018_01_01::Models::RetentionPolicyParameters ApplicationGatewayAvailableWafRuleSetsResult = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAvailableWafRuleSetsResult TrafficAnalyticsConfigurationProperties = Azure::Network::Mgmt::V2018_01_01::Models::TrafficAnalyticsConfigurationProperties - Resource = Azure::Network::Mgmt::V2018_01_01::Models::Resource FlowLogStatusParameters = Azure::Network::Mgmt::V2018_01_01::Models::FlowLogStatusParameters EndpointServicesListResult = Azure::Network::Mgmt::V2018_01_01::Models::EndpointServicesListResult FlowLogInformation = Azure::Network::Mgmt::V2018_01_01::Models::FlowLogInformation - UsageName = Azure::Network::Mgmt::V2018_01_01::Models::UsageName ConnectivitySource = Azure::Network::Mgmt::V2018_01_01::Models::ConnectivitySource Ipv6ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2018_01_01::Models::Ipv6ExpressRouteCircuitPeeringConfig ConnectivityDestination = Azure::Network::Mgmt::V2018_01_01::Models::ConnectivityDestination - RouteListResult = Azure::Network::Mgmt::V2018_01_01::Models::RouteListResult ConnectivityParameters = Azure::Network::Mgmt::V2018_01_01::Models::ConnectivityParameters - ExpressRouteCircuitsRoutesTableListResult = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitsRoutesTableListResult ConnectivityIssue = Azure::Network::Mgmt::V2018_01_01::Models::ConnectivityIssue - ExpressRouteServiceProviderBandwidthsOffered = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteServiceProviderBandwidthsOffered ConnectivityHop = Azure::Network::Mgmt::V2018_01_01::Models::ConnectivityHop RouteFilterRuleListResult = Azure::Network::Mgmt::V2018_01_01::Models::RouteFilterRuleListResult ConnectivityInformation = Azure::Network::Mgmt::V2018_01_01::Models::ConnectivityInformation VirtualNetworkGatewayListConnectionsResult = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayListConnectionsResult AzureReachabilityReportLocation = Azure::Network::Mgmt::V2018_01_01::Models::AzureReachabilityReportLocation - ConnectionResetSharedKey = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionResetSharedKey AzureReachabilityReportParameters = Azure::Network::Mgmt::V2018_01_01::Models::AzureReachabilityReportParameters - VirtualNetworkGatewayListResult = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayListResult AzureReachabilityReportLatencyInfo = Azure::Network::Mgmt::V2018_01_01::Models::AzureReachabilityReportLatencyInfo GatewayRoute = Azure::Network::Mgmt::V2018_01_01::Models::GatewayRoute AzureReachabilityReportItem = Azure::Network::Mgmt::V2018_01_01::Models::AzureReachabilityReportItem @@ -181,13 +142,10 @@ module Models AzureReachabilityReport = Azure::Network::Mgmt::V2018_01_01::Models::AzureReachabilityReport ApplicationGatewayFirewallRuleGroup = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallRuleGroup AvailableProvidersListParameters = Azure::Network::Mgmt::V2018_01_01::Models::AvailableProvidersListParameters - DnsNameAvailabilityResult = Azure::Network::Mgmt::V2018_01_01::Models::DnsNameAvailabilityResult AvailableProvidersListCity = Azure::Network::Mgmt::V2018_01_01::Models::AvailableProvidersListCity BgpServiceCommunityListResult = Azure::Network::Mgmt::V2018_01_01::Models::BgpServiceCommunityListResult AvailableProvidersListState = Azure::Network::Mgmt::V2018_01_01::Models::AvailableProvidersListState - ExpressRouteCircuitsArpTableListResult = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitsArpTableListResult AvailableProvidersListCountry = Azure::Network::Mgmt::V2018_01_01::Models::AvailableProvidersListCountry - ExpressRouteServiceProviderListResult = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteServiceProviderListResult AvailableProvidersList = Azure::Network::Mgmt::V2018_01_01::Models::AvailableProvidersList ServiceEndpointPropertiesFormat = Azure::Network::Mgmt::V2018_01_01::Models::ServiceEndpointPropertiesFormat ConnectionMonitorSource = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorSource @@ -195,23 +153,120 @@ module Models ConnectionMonitorDestination = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorDestination ApplicationGatewayWebApplicationFirewallConfiguration = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration ConnectionMonitorParameters = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorParameters - AuthorizationListResult = Azure::Network::Mgmt::V2018_01_01::Models::AuthorizationListResult ConnectionMonitor = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitor ExpressRouteCircuitsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult ConnectionMonitorResult = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorResult GatewayRouteListResult = Azure::Network::Mgmt::V2018_01_01::Models::GatewayRouteListResult ConnectionMonitorListResult = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorListResult - AddressSpace = Azure::Network::Mgmt::V2018_01_01::Models::AddressSpace ConnectionStateSnapshot = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionStateSnapshot - PublicIPAddressListResult = Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddressListResult ConnectionMonitorQueryResult = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorQueryResult - ExpressRouteCircuitSku = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitSku OperationDisplay = Azure::Network::Mgmt::V2018_01_01::Models::OperationDisplay - VirtualNetworkGatewaySku = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewaySku Availability = Azure::Network::Mgmt::V2018_01_01::Models::Availability + ApplicationSecurityGroup = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationSecurityGroup + ResourceNavigationLink = Azure::Network::Mgmt::V2018_01_01::Models::ResourceNavigationLink + ApplicationGatewayAuthenticationCertificate = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAuthenticationCertificate + ApplicationGatewayRedirectConfiguration = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRedirectConfiguration + ApplicationGatewayFirewallRuleSet = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallRuleSet + ApplicationGatewayAvailableSslOptions = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAvailableSslOptions + ApplicationGatewaySslPredefinedPolicy = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPredefinedPolicy + EndpointServiceResult = Azure::Network::Mgmt::V2018_01_01::Models::EndpointServiceResult + RouteFilterRule = Azure::Network::Mgmt::V2018_01_01::Models::RouteFilterRule + RouteFilter = Azure::Network::Mgmt::V2018_01_01::Models::RouteFilter + NetworkWatcher = Azure::Network::Mgmt::V2018_01_01::Models::NetworkWatcher + PatchRouteFilterRule = Azure::Network::Mgmt::V2018_01_01::Models::PatchRouteFilterRule + PatchRouteFilter = Azure::Network::Mgmt::V2018_01_01::Models::PatchRouteFilter + BgpServiceCommunity = Azure::Network::Mgmt::V2018_01_01::Models::BgpServiceCommunity + VirtualNetworkPeering = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeering + VirtualNetworkGatewayConnectionListEntity = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionListEntity + IPVersion = Azure::Network::Mgmt::V2018_01_01::Models::IPVersion + Error = Azure::Network::Mgmt::V2018_01_01::Models::Error + PublicIPAddressSkuName = Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddressSkuName + ApplicationGatewayBackendHealthServerHealth = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendHealthServerHealth + ApplicationGatewaySslProtocol = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslProtocol + ApplicationGatewaySslPolicyType = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPolicyType + ApplicationGatewaySslPolicyName = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPolicyName + ApplicationGatewaySslCipherSuite = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslCipherSuite + ApplicationGatewayRedirectType = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRedirectType + ApplicationGatewayFirewallMode = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallMode + Access = Azure::Network::Mgmt::V2018_01_01::Models::Access + LoadBalancerSkuName = Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerSkuName + EffectiveSecurityRuleProtocol = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveSecurityRuleProtocol + EffectiveRouteSource = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteSource + EffectiveRouteState = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteState + ProvisioningState = Azure::Network::Mgmt::V2018_01_01::Models::ProvisioningState + AssociationType = Azure::Network::Mgmt::V2018_01_01::Models::AssociationType + Direction = Azure::Network::Mgmt::V2018_01_01::Models::Direction + NextHopType = Azure::Network::Mgmt::V2018_01_01::Models::NextHopType + PcProtocol = Azure::Network::Mgmt::V2018_01_01::Models::PcProtocol + PcStatus = Azure::Network::Mgmt::V2018_01_01::Models::PcStatus + PcError = Azure::Network::Mgmt::V2018_01_01::Models::PcError + Origin = Azure::Network::Mgmt::V2018_01_01::Models::Origin + IssueType = Azure::Network::Mgmt::V2018_01_01::Models::IssueType + ConnectionStatus = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionStatus + ConnectionState = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionState + EvaluationState = Azure::Network::Mgmt::V2018_01_01::Models::EvaluationState + VirtualNetworkPeeringState = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeeringState + VpnClientProtocol = Azure::Network::Mgmt::V2018_01_01::Models::VpnClientProtocol + BgpPeerState = Azure::Network::Mgmt::V2018_01_01::Models::BgpPeerState + AuthenticationMethod = Azure::Network::Mgmt::V2018_01_01::Models::AuthenticationMethod + IpsecEncryption = Azure::Network::Mgmt::V2018_01_01::Models::IpsecEncryption + IpsecIntegrity = Azure::Network::Mgmt::V2018_01_01::Models::IpsecIntegrity + IkeEncryption = Azure::Network::Mgmt::V2018_01_01::Models::IkeEncryption + IkeIntegrity = Azure::Network::Mgmt::V2018_01_01::Models::IkeIntegrity + DhGroup = Azure::Network::Mgmt::V2018_01_01::Models::DhGroup + PfsGroup = Azure::Network::Mgmt::V2018_01_01::Models::PfsGroup + ExpressRouteCircuitListResult = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitListResult + SubResource = Azure::Network::Mgmt::V2018_01_01::Models::SubResource + ExpressRouteServiceProviderBandwidthsOffered = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteServiceProviderBandwidthsOffered + PublicIPAddressListResult = Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddressListResult + ApplicationGatewayListResult = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayListResult + ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendAddress + Resource = Azure::Network::Mgmt::V2018_01_01::Models::Resource + ConnectionResetSharedKey = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionResetSharedKey + DnsNameAvailabilityResult = Azure::Network::Mgmt::V2018_01_01::Models::DnsNameAvailabilityResult + NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceDnsSettings + NetworkSecurityGroupListResult = Azure::Network::Mgmt::V2018_01_01::Models::NetworkSecurityGroupListResult + VirtualNetworkGatewayListResult = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayListResult + AuthorizationListResult = Azure::Network::Mgmt::V2018_01_01::Models::AuthorizationListResult + BgpSettings = Azure::Network::Mgmt::V2018_01_01::Models::BgpSettings + ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeeringConfig + VpnClientConfiguration = Azure::Network::Mgmt::V2018_01_01::Models::VpnClientConfiguration + ExpressRouteCircuitStats = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitStats + VirtualNetworkListResult = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkListResult + SecurityRuleListResult = Azure::Network::Mgmt::V2018_01_01::Models::SecurityRuleListResult + AddressSpace = Azure::Network::Mgmt::V2018_01_01::Models::AddressSpace + ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeeringListResult + UsagesListResult = Azure::Network::Mgmt::V2018_01_01::Models::UsagesListResult + ExpressRouteCircuitSku = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitSku + UsageName = Azure::Network::Mgmt::V2018_01_01::Models::UsageName + ExpressRouteCircuitServiceProviderProperties = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitServiceProviderProperties + RouteTableListResult = Azure::Network::Mgmt::V2018_01_01::Models::RouteTableListResult + NetworkInterfaceListResult = Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceListResult + ConnectionSharedKey = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionSharedKey + ExpressRouteCircuitArpTable = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitArpTable + ExpressRouteCircuitsArpTableListResult = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitsArpTableListResult + PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddressDnsSettings + ExpressRouteCircuitRoutesTable = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitRoutesTable + DhcpOptions = Azure::Network::Mgmt::V2018_01_01::Models::DhcpOptions + ExpressRouteCircuitsRoutesTableListResult = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitsRoutesTableListResult + Usage = Azure::Network::Mgmt::V2018_01_01::Models::Usage + ApplicationGatewaySku = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySku + LocalNetworkGatewayListResult = Azure::Network::Mgmt::V2018_01_01::Models::LocalNetworkGatewayListResult + VirtualNetworkGatewayConnectionListResult = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionListResult + LoadBalancerListResult = Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerListResult + VirtualNetworkGatewaySku = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewaySku + AzureAsyncOperationResult = Azure::Network::Mgmt::V2018_01_01::Models::AzureAsyncOperationResult + RouteListResult = Azure::Network::Mgmt::V2018_01_01::Models::RouteListResult + SubnetListResult = Azure::Network::Mgmt::V2018_01_01::Models::SubnetListResult + ExpressRouteServiceProviderListResult = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteServiceProviderListResult + VpnClientParameters = Azure::Network::Mgmt::V2018_01_01::Models::VpnClientParameters + ErrorDetails = Azure::Network::Mgmt::V2018_01_01::Models::ErrorDetails + ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayIPConfiguration + ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslCertificate + ApplicationGatewayFrontendIPConfiguration = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFrontendIPConfiguration + ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFrontendPort BackendAddressPool = Azure::Network::Mgmt::V2018_01_01::Models::BackendAddressPool InboundNatRule = Azure::Network::Mgmt::V2018_01_01::Models::InboundNatRule - ApplicationSecurityGroup = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationSecurityGroup SecurityRule = Azure::Network::Mgmt::V2018_01_01::Models::SecurityRule NetworkInterface = Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterface NetworkSecurityGroup = Azure::Network::Mgmt::V2018_01_01::Models::NetworkSecurityGroup @@ -219,31 +274,18 @@ module Models RouteTable = Azure::Network::Mgmt::V2018_01_01::Models::RouteTable PublicIPAddress = Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddress IPConfiguration = Azure::Network::Mgmt::V2018_01_01::Models::IPConfiguration - ResourceNavigationLink = Azure::Network::Mgmt::V2018_01_01::Models::ResourceNavigationLink Subnet = Azure::Network::Mgmt::V2018_01_01::Models::Subnet NetworkInterfaceIPConfiguration = Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceIPConfiguration ApplicationGatewayBackendAddressPool = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendAddressPool ApplicationGatewayBackendHttpSettings = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendHttpSettings - ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayIPConfiguration - ApplicationGatewayAuthenticationCertificate = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAuthenticationCertificate - ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslCertificate - ApplicationGatewayFrontendIPConfiguration = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFrontendIPConfiguration - ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFrontendPort ApplicationGatewayHttpListener = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayHttpListener ApplicationGatewayPathRule = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayPathRule ApplicationGatewayProbe = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayProbe ApplicationGatewayRequestRoutingRule = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRequestRoutingRule - ApplicationGatewayRedirectConfiguration = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRedirectConfiguration ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayUrlPathMap ApplicationGateway = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGateway - ApplicationGatewayFirewallRuleSet = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallRuleSet - ApplicationGatewayAvailableSslOptions = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAvailableSslOptions - ApplicationGatewaySslPredefinedPolicy = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPredefinedPolicy - EndpointServiceResult = Azure::Network::Mgmt::V2018_01_01::Models::EndpointServiceResult ExpressRouteCircuitAuthorization = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitAuthorization - RouteFilterRule = Azure::Network::Mgmt::V2018_01_01::Models::RouteFilterRule ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeering - RouteFilter = Azure::Network::Mgmt::V2018_01_01::Models::RouteFilter ExpressRouteCircuit = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuit ExpressRouteServiceProvider = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteServiceProvider FrontendIPConfiguration = Azure::Network::Mgmt::V2018_01_01::Models::FrontendIPConfiguration @@ -252,11 +294,6 @@ module Models InboundNatPool = Azure::Network::Mgmt::V2018_01_01::Models::InboundNatPool OutboundNatRule = Azure::Network::Mgmt::V2018_01_01::Models::OutboundNatRule LoadBalancer = Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancer - NetworkWatcher = Azure::Network::Mgmt::V2018_01_01::Models::NetworkWatcher - PatchRouteFilterRule = Azure::Network::Mgmt::V2018_01_01::Models::PatchRouteFilterRule - PatchRouteFilter = Azure::Network::Mgmt::V2018_01_01::Models::PatchRouteFilter - BgpServiceCommunity = Azure::Network::Mgmt::V2018_01_01::Models::BgpServiceCommunity - VirtualNetworkPeering = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeering VirtualNetwork = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetwork VirtualNetworkGatewayIPConfiguration = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayIPConfiguration VpnClientRootCertificate = Azure::Network::Mgmt::V2018_01_01::Models::VpnClientRootCertificate @@ -264,81 +301,44 @@ module Models VirtualNetworkGateway = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGateway LocalNetworkGateway = Azure::Network::Mgmt::V2018_01_01::Models::LocalNetworkGateway VirtualNetworkGatewayConnection = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnection - VirtualNetworkGatewayConnectionListEntity = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionListEntity - TransportProtocol = Azure::Network::Mgmt::V2018_01_01::Models::TransportProtocol + ApplicationGatewaySkuName = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySkuName + ApplicationGatewayTier = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayTier IPAllocationMethod = Azure::Network::Mgmt::V2018_01_01::Models::IPAllocationMethod - IPVersion = Azure::Network::Mgmt::V2018_01_01::Models::IPVersion + TransportProtocol = Azure::Network::Mgmt::V2018_01_01::Models::TransportProtocol SecurityRuleProtocol = Azure::Network::Mgmt::V2018_01_01::Models::SecurityRuleProtocol SecurityRuleAccess = Azure::Network::Mgmt::V2018_01_01::Models::SecurityRuleAccess SecurityRuleDirection = Azure::Network::Mgmt::V2018_01_01::Models::SecurityRuleDirection RouteNextHopType = Azure::Network::Mgmt::V2018_01_01::Models::RouteNextHopType - PublicIPAddressSkuName = Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddressSkuName ApplicationGatewayProtocol = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayProtocol ApplicationGatewayCookieBasedAffinity = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayCookieBasedAffinity - ApplicationGatewayBackendHealthServerHealth = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendHealthServerHealth - ApplicationGatewaySkuName = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySkuName - ApplicationGatewayTier = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayTier - ApplicationGatewaySslProtocol = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslProtocol - ApplicationGatewaySslPolicyType = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPolicyType - ApplicationGatewaySslPolicyName = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslPolicyName - ApplicationGatewaySslCipherSuite = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslCipherSuite ApplicationGatewayRequestRoutingRuleType = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRequestRoutingRuleType - ApplicationGatewayRedirectType = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRedirectType ApplicationGatewayOperationalState = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayOperationalState - ApplicationGatewayFirewallMode = Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallMode AuthorizationUseStatus = Azure::Network::Mgmt::V2018_01_01::Models::AuthorizationUseStatus ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState - Access = Azure::Network::Mgmt::V2018_01_01::Models::Access ExpressRouteCircuitPeeringType = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeeringType ExpressRouteCircuitPeeringState = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeeringState ExpressRouteCircuitSkuTier = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitSkuTier ExpressRouteCircuitSkuFamily = Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitSkuFamily ServiceProviderProvisioningState = Azure::Network::Mgmt::V2018_01_01::Models::ServiceProviderProvisioningState - LoadBalancerSkuName = Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerSkuName LoadDistribution = Azure::Network::Mgmt::V2018_01_01::Models::LoadDistribution ProbeProtocol = Azure::Network::Mgmt::V2018_01_01::Models::ProbeProtocol NetworkOperationStatus = Azure::Network::Mgmt::V2018_01_01::Models::NetworkOperationStatus - EffectiveSecurityRuleProtocol = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveSecurityRuleProtocol - EffectiveRouteSource = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteSource - EffectiveRouteState = Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteState - ProvisioningState = Azure::Network::Mgmt::V2018_01_01::Models::ProvisioningState - AssociationType = Azure::Network::Mgmt::V2018_01_01::Models::AssociationType - Direction = Azure::Network::Mgmt::V2018_01_01::Models::Direction - Protocol = Azure::Network::Mgmt::V2018_01_01::Models::Protocol - NextHopType = Azure::Network::Mgmt::V2018_01_01::Models::NextHopType - PcProtocol = Azure::Network::Mgmt::V2018_01_01::Models::PcProtocol - PcStatus = Azure::Network::Mgmt::V2018_01_01::Models::PcStatus - PcError = Azure::Network::Mgmt::V2018_01_01::Models::PcError - Origin = Azure::Network::Mgmt::V2018_01_01::Models::Origin - Severity = Azure::Network::Mgmt::V2018_01_01::Models::Severity - IssueType = Azure::Network::Mgmt::V2018_01_01::Models::IssueType - ConnectionStatus = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionStatus - ConnectionState = Azure::Network::Mgmt::V2018_01_01::Models::ConnectionState - EvaluationState = Azure::Network::Mgmt::V2018_01_01::Models::EvaluationState - VirtualNetworkPeeringState = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeeringState VirtualNetworkGatewayType = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayType + Protocol = Azure::Network::Mgmt::V2018_01_01::Models::Protocol VpnType = Azure::Network::Mgmt::V2018_01_01::Models::VpnType VirtualNetworkGatewaySkuName = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewaySkuName VirtualNetworkGatewaySkuTier = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewaySkuTier - VpnClientProtocol = Azure::Network::Mgmt::V2018_01_01::Models::VpnClientProtocol - BgpPeerState = Azure::Network::Mgmt::V2018_01_01::Models::BgpPeerState ProcessorArchitecture = Azure::Network::Mgmt::V2018_01_01::Models::ProcessorArchitecture - AuthenticationMethod = Azure::Network::Mgmt::V2018_01_01::Models::AuthenticationMethod + Severity = Azure::Network::Mgmt::V2018_01_01::Models::Severity VirtualNetworkGatewayConnectionStatus = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionStatus VirtualNetworkGatewayConnectionType = Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionType - IpsecEncryption = Azure::Network::Mgmt::V2018_01_01::Models::IpsecEncryption - IpsecIntegrity = Azure::Network::Mgmt::V2018_01_01::Models::IpsecIntegrity - IkeEncryption = Azure::Network::Mgmt::V2018_01_01::Models::IkeEncryption - IkeIntegrity = Azure::Network::Mgmt::V2018_01_01::Models::IkeIntegrity - DhGroup = Azure::Network::Mgmt::V2018_01_01::Models::DhGroup - PfsGroup = Azure::Network::Mgmt::V2018_01_01::Models::PfsGroup end # # NetworkManagementClass # class NetworkManagementClass - attr_reader :application_gateways, :application_security_groups, :available_endpoint_services, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuits, :express_route_service_providers, :load_balancers, :load_balancer_backend_address_pools, :load_balancer_frontend_ipconfigurations, :inbound_nat_rules, :load_balancer_load_balancing_rules, :load_balancer_network_interfaces, :load_balancer_probes, :network_interfaces, :network_interface_ipconfigurations, :network_interface_load_balancers, :network_security_groups, :security_rules, :default_security_rules, :network_watchers, :packet_captures, :connection_monitors, :operations, :public_ipaddresses, :route_filters, :route_filter_rules, :route_tables, :routes, :bgp_service_communities, :usages, :virtual_networks, :subnets, :virtual_network_peerings, :virtual_network_gateways, :virtual_network_gateway_connections, :local_network_gateways, :configurable, :base_url, :options, :model_classes + attr_reader :application_gateways, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuits, :express_route_service_providers, :load_balancers, :network_interfaces, :network_security_groups, :security_rules, :public_ipaddresses, :route_tables, :routes, :usages, :virtual_networks, :subnets, :virtual_network_gateways, :virtual_network_gateway_connections, :local_network_gateways, :application_security_groups, :available_endpoint_services, :load_balancer_backend_address_pools, :load_balancer_frontend_ipconfigurations, :inbound_nat_rules, :load_balancer_load_balancing_rules, :load_balancer_network_interfaces, :load_balancer_probes, :network_interface_ipconfigurations, :network_interface_load_balancers, :default_security_rules, :network_watchers, :packet_captures, :connection_monitors, :operations, :route_filters, :route_filter_rules, :bgp_service_communities, :virtual_network_peerings, :configurable, :base_url, :options, :model_classes def initialize(options = {}) if options.is_a?(Hash) && options.length == 0 @@ -359,42 +359,42 @@ def initialize(options = {}) end add_telemetry(@client_0) @application_gateways = @client_0.application_gateways - @application_security_groups = @client_0.application_security_groups - @available_endpoint_services = @client_0.available_endpoint_services @express_route_circuit_authorizations = @client_0.express_route_circuit_authorizations @express_route_circuit_peerings = @client_0.express_route_circuit_peerings @express_route_circuits = @client_0.express_route_circuits @express_route_service_providers = @client_0.express_route_service_providers @load_balancers = @client_0.load_balancers - @load_balancer_backend_address_pools = @client_0.load_balancer_backend_address_pools - @load_balancer_frontend_ipconfigurations = @client_0.load_balancer_frontend_ipconfigurations - @inbound_nat_rules = @client_0.inbound_nat_rules - @load_balancer_load_balancing_rules = @client_0.load_balancer_load_balancing_rules - @load_balancer_network_interfaces = @client_0.load_balancer_network_interfaces - @load_balancer_probes = @client_0.load_balancer_probes @network_interfaces = @client_0.network_interfaces - @network_interface_ipconfigurations = @client_0.network_interface_ipconfigurations - @network_interface_load_balancers = @client_0.network_interface_load_balancers @network_security_groups = @client_0.network_security_groups @security_rules = @client_0.security_rules - @default_security_rules = @client_0.default_security_rules - @network_watchers = @client_0.network_watchers - @packet_captures = @client_0.packet_captures - @connection_monitors = @client_0.connection_monitors - @operations = @client_0.operations @public_ipaddresses = @client_0.public_ipaddresses - @route_filters = @client_0.route_filters - @route_filter_rules = @client_0.route_filter_rules @route_tables = @client_0.route_tables @routes = @client_0.routes - @bgp_service_communities = @client_0.bgp_service_communities @usages = @client_0.usages @virtual_networks = @client_0.virtual_networks @subnets = @client_0.subnets - @virtual_network_peerings = @client_0.virtual_network_peerings @virtual_network_gateways = @client_0.virtual_network_gateways @virtual_network_gateway_connections = @client_0.virtual_network_gateway_connections @local_network_gateways = @client_0.local_network_gateways + @application_security_groups = @client_0.application_security_groups + @available_endpoint_services = @client_0.available_endpoint_services + @load_balancer_backend_address_pools = @client_0.load_balancer_backend_address_pools + @load_balancer_frontend_ipconfigurations = @client_0.load_balancer_frontend_ipconfigurations + @inbound_nat_rules = @client_0.inbound_nat_rules + @load_balancer_load_balancing_rules = @client_0.load_balancer_load_balancing_rules + @load_balancer_network_interfaces = @client_0.load_balancer_network_interfaces + @load_balancer_probes = @client_0.load_balancer_probes + @network_interface_ipconfigurations = @client_0.network_interface_ipconfigurations + @network_interface_load_balancers = @client_0.network_interface_load_balancers + @default_security_rules = @client_0.default_security_rules + @network_watchers = @client_0.network_watchers + @packet_captures = @client_0.packet_captures + @connection_monitors = @client_0.connection_monitors + @operations = @client_0.operations + @route_filters = @client_0.route_filters + @route_filter_rules = @client_0.route_filter_rules + @bgp_service_communities = @client_0.bgp_service_communities + @virtual_network_peerings = @client_0.virtual_network_peerings @model_classes = ModelClasses.new end @@ -418,9 +418,6 @@ class ModelClasses def topology_association Azure::Network::Mgmt::V2018_01_01::Models::TopologyAssociation end - def sub_resource - Azure::Network::Mgmt::V2018_01_01::Models::SubResource - end def topology_resource Azure::Network::Mgmt::V2018_01_01::Models::TopologyResource end @@ -430,21 +427,12 @@ def operation_list_result def operation Azure::Network::Mgmt::V2018_01_01::Models::Operation end - def network_interface_dns_settings - Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceDnsSettings - end def operation_properties_format_service_specification Azure::Network::Mgmt::V2018_01_01::Models::OperationPropertiesFormatServiceSpecification end def virtual_network_connection_gateway_reference Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkConnectionGatewayReference end - def load_balancer_list_result - Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerListResult - end - def connection_shared_key - Azure::Network::Mgmt::V2018_01_01::Models::ConnectionSharedKey - end def inbound_nat_rule_list_result Azure::Network::Mgmt::V2018_01_01::Models::InboundNatRuleListResult end @@ -460,9 +448,6 @@ def ip_tag def load_balancer_frontend_ipconfiguration_list_result Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerFrontendIPConfigurationListResult end - def virtual_network_gateway_connection_list_result - Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionListResult - end def load_balancer_load_balancing_rule_list_result Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerLoadBalancingRuleListResult end @@ -472,39 +457,18 @@ def tunnel_connection_health def load_balancer_probe_list_result Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerProbeListResult end - def application_gateway_backend_address - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendAddress - end - def network_interface_list_result - Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceListResult - end def application_gateway_connection_draining Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayConnectionDraining end - def error_details - Azure::Network::Mgmt::V2018_01_01::Models::ErrorDetails - end def application_gateway_backend_health_server Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendHealthServer end - def error - Azure::Network::Mgmt::V2018_01_01::Models::Error - end def application_gateway_backend_health_pool Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendHealthPool end - def azure_async_operation_result - Azure::Network::Mgmt::V2018_01_01::Models::AzureAsyncOperationResult - end - def application_gateway_sku - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySku - end def network_interface_ipconfiguration_list_result Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceIPConfigurationListResult end - def vpn_client_parameters - Azure::Network::Mgmt::V2018_01_01::Models::VpnClientParameters - end def network_interface_load_balancer_list_result Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceLoadBalancerListResult end @@ -514,9 +478,6 @@ def bgp_peer_status def effective_network_security_group_association Azure::Network::Mgmt::V2018_01_01::Models::EffectiveNetworkSecurityGroupAssociation end - def vpn_client_configuration - Azure::Network::Mgmt::V2018_01_01::Models::VpnClientConfiguration - end def effective_network_security_rule Azure::Network::Mgmt::V2018_01_01::Models::EffectiveNetworkSecurityRule end @@ -544,27 +505,15 @@ def application_gateway_firewall_disabled_rule_group def effective_route_list_result Azure::Network::Mgmt::V2018_01_01::Models::EffectiveRouteListResult end - def dhcp_options - Azure::Network::Mgmt::V2018_01_01::Models::DhcpOptions - end - def security_rule_list_result - Azure::Network::Mgmt::V2018_01_01::Models::SecurityRuleListResult - end def application_gateway_firewall_rule Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallRule end - def network_security_group_list_result - Azure::Network::Mgmt::V2018_01_01::Models::NetworkSecurityGroupListResult - end def virtual_network_peering_list_result Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeeringListResult end def log_specification Azure::Network::Mgmt::V2018_01_01::Models::LogSpecification end - def subnet_list_result - Azure::Network::Mgmt::V2018_01_01::Models::SubnetListResult - end def network_watcher_list_result Azure::Network::Mgmt::V2018_01_01::Models::NetworkWatcherListResult end @@ -583,27 +532,15 @@ def application_security_group_list_result def dimension Azure::Network::Mgmt::V2018_01_01::Models::Dimension end - def usages_list_result - Azure::Network::Mgmt::V2018_01_01::Models::UsagesListResult - end def metric_specification Azure::Network::Mgmt::V2018_01_01::Models::MetricSpecification end - def usage - Azure::Network::Mgmt::V2018_01_01::Models::Usage - end def topology Azure::Network::Mgmt::V2018_01_01::Models::Topology end - def express_route_circuit_peering_config - Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeeringConfig - end def verification_ipflow_parameters Azure::Network::Mgmt::V2018_01_01::Models::VerificationIPFlowParameters end - def express_route_circuit_stats - Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitStats - end def verification_ipflow_result Azure::Network::Mgmt::V2018_01_01::Models::VerificationIPFlowResult end @@ -613,27 +550,15 @@ def bgpcommunity def next_hop_parameters Azure::Network::Mgmt::V2018_01_01::Models::NextHopParameters end - def express_route_circuit_peering_list_result - Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeeringListResult - end def next_hop_result Azure::Network::Mgmt::V2018_01_01::Models::NextHopResult end - def express_route_circuit_service_provider_properties - Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitServiceProviderProperties - end def security_group_view_parameters Azure::Network::Mgmt::V2018_01_01::Models::SecurityGroupViewParameters end - def express_route_circuit_arp_table - Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitArpTable - end def network_interface_association Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceAssociation end - def express_route_circuit_routes_table - Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitRoutesTable - end def subnet_association Azure::Network::Mgmt::V2018_01_01::Models::SubnetAssociation end @@ -643,15 +568,9 @@ def express_route_circuit_routes_table_summary def security_rule_associations Azure::Network::Mgmt::V2018_01_01::Models::SecurityRuleAssociations end - def express_route_circuit_list_result - Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitListResult - end def security_group_network_interface Azure::Network::Mgmt::V2018_01_01::Models::SecurityGroupNetworkInterface end - def route_table_list_result - Azure::Network::Mgmt::V2018_01_01::Models::RouteTableListResult - end def security_group_view_result Azure::Network::Mgmt::V2018_01_01::Models::SecurityGroupViewResult end @@ -673,15 +592,9 @@ def vpn_device_script_parameters def packet_capture_parameters Azure::Network::Mgmt::V2018_01_01::Models::PacketCaptureParameters end - def local_network_gateway_list_result - Azure::Network::Mgmt::V2018_01_01::Models::LocalNetworkGatewayListResult - end def packet_capture Azure::Network::Mgmt::V2018_01_01::Models::PacketCapture end - def public_ipaddress_dns_settings - Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddressDnsSettings - end def packet_capture_result Azure::Network::Mgmt::V2018_01_01::Models::PacketCaptureResult end @@ -709,9 +622,6 @@ def application_gateway_ssl_policy def query_troubleshooting_parameters Azure::Network::Mgmt::V2018_01_01::Models::QueryTroubleshootingParameters end - def bgp_settings - Azure::Network::Mgmt::V2018_01_01::Models::BgpSettings - end def troubleshooting_recommended_actions Azure::Network::Mgmt::V2018_01_01::Models::TroubleshootingRecommendedActions end @@ -721,15 +631,9 @@ def application_gateway_probe_health_response_match def troubleshooting_details Azure::Network::Mgmt::V2018_01_01::Models::TroubleshootingDetails end - def virtual_network_list_result - Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkListResult - end def troubleshooting_result Azure::Network::Mgmt::V2018_01_01::Models::TroubleshootingResult end - def application_gateway_list_result - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayListResult - end def retention_policy_parameters Azure::Network::Mgmt::V2018_01_01::Models::RetentionPolicyParameters end @@ -739,9 +643,6 @@ def application_gateway_available_waf_rule_sets_result def traffic_analytics_configuration_properties Azure::Network::Mgmt::V2018_01_01::Models::TrafficAnalyticsConfigurationProperties end - def resource - Azure::Network::Mgmt::V2018_01_01::Models::Resource - end def flow_log_status_parameters Azure::Network::Mgmt::V2018_01_01::Models::FlowLogStatusParameters end @@ -751,9 +652,6 @@ def endpoint_services_list_result def flow_log_information Azure::Network::Mgmt::V2018_01_01::Models::FlowLogInformation end - def usage_name - Azure::Network::Mgmt::V2018_01_01::Models::UsageName - end def connectivity_source Azure::Network::Mgmt::V2018_01_01::Models::ConnectivitySource end @@ -763,21 +661,12 @@ def ipv6_express_route_circuit_peering_config def connectivity_destination Azure::Network::Mgmt::V2018_01_01::Models::ConnectivityDestination end - def route_list_result - Azure::Network::Mgmt::V2018_01_01::Models::RouteListResult - end def connectivity_parameters Azure::Network::Mgmt::V2018_01_01::Models::ConnectivityParameters end - def express_route_circuits_routes_table_list_result - Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitsRoutesTableListResult - end def connectivity_issue Azure::Network::Mgmt::V2018_01_01::Models::ConnectivityIssue end - def express_route_service_provider_bandwidths_offered - Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteServiceProviderBandwidthsOffered - end def connectivity_hop Azure::Network::Mgmt::V2018_01_01::Models::ConnectivityHop end @@ -793,15 +682,9 @@ def virtual_network_gateway_list_connections_result def azure_reachability_report_location Azure::Network::Mgmt::V2018_01_01::Models::AzureReachabilityReportLocation end - def connection_reset_shared_key - Azure::Network::Mgmt::V2018_01_01::Models::ConnectionResetSharedKey - end def azure_reachability_report_parameters Azure::Network::Mgmt::V2018_01_01::Models::AzureReachabilityReportParameters end - def virtual_network_gateway_list_result - Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayListResult - end def azure_reachability_report_latency_info Azure::Network::Mgmt::V2018_01_01::Models::AzureReachabilityReportLatencyInfo end @@ -823,9 +706,6 @@ def application_gateway_firewall_rule_group def available_providers_list_parameters Azure::Network::Mgmt::V2018_01_01::Models::AvailableProvidersListParameters end - def dns_name_availability_result - Azure::Network::Mgmt::V2018_01_01::Models::DnsNameAvailabilityResult - end def available_providers_list_city Azure::Network::Mgmt::V2018_01_01::Models::AvailableProvidersListCity end @@ -835,15 +715,9 @@ def bgp_service_community_list_result def available_providers_list_state Azure::Network::Mgmt::V2018_01_01::Models::AvailableProvidersListState end - def express_route_circuits_arp_table_list_result - Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitsArpTableListResult - end def available_providers_list_country Azure::Network::Mgmt::V2018_01_01::Models::AvailableProvidersListCountry end - def express_route_service_provider_list_result - Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteServiceProviderListResult - end def available_providers_list Azure::Network::Mgmt::V2018_01_01::Models::AvailableProvidersList end @@ -865,9 +739,6 @@ def application_gateway_web_application_firewall_configuration def connection_monitor_parameters Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorParameters end - def authorization_list_result - Azure::Network::Mgmt::V2018_01_01::Models::AuthorizationListResult - end def connection_monitor Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitor end @@ -883,111 +754,30 @@ def gateway_route_list_result def connection_monitor_list_result Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorListResult end - def address_space - Azure::Network::Mgmt::V2018_01_01::Models::AddressSpace - end def connection_state_snapshot Azure::Network::Mgmt::V2018_01_01::Models::ConnectionStateSnapshot end - def public_ipaddress_list_result - Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddressListResult - end def connection_monitor_query_result Azure::Network::Mgmt::V2018_01_01::Models::ConnectionMonitorQueryResult end - def express_route_circuit_sku - Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitSku - end def operation_display Azure::Network::Mgmt::V2018_01_01::Models::OperationDisplay end - def virtual_network_gateway_sku - Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewaySku - end def availability Azure::Network::Mgmt::V2018_01_01::Models::Availability end - def backend_address_pool - Azure::Network::Mgmt::V2018_01_01::Models::BackendAddressPool - end - def inbound_nat_rule - Azure::Network::Mgmt::V2018_01_01::Models::InboundNatRule - end def application_security_group Azure::Network::Mgmt::V2018_01_01::Models::ApplicationSecurityGroup end - def security_rule - Azure::Network::Mgmt::V2018_01_01::Models::SecurityRule - end - def network_interface - Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterface - end - def network_security_group - Azure::Network::Mgmt::V2018_01_01::Models::NetworkSecurityGroup - end - def route - Azure::Network::Mgmt::V2018_01_01::Models::Route - end - def route_table - Azure::Network::Mgmt::V2018_01_01::Models::RouteTable - end - def public_ipaddress - Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddress - end - def ipconfiguration - Azure::Network::Mgmt::V2018_01_01::Models::IPConfiguration - end def resource_navigation_link Azure::Network::Mgmt::V2018_01_01::Models::ResourceNavigationLink end - def subnet - Azure::Network::Mgmt::V2018_01_01::Models::Subnet - end - def network_interface_ipconfiguration - Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceIPConfiguration - end - def application_gateway_backend_address_pool - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendAddressPool - end - def application_gateway_backend_http_settings - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendHttpSettings - end - def application_gateway_ipconfiguration - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayIPConfiguration - end def application_gateway_authentication_certificate Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayAuthenticationCertificate end - def application_gateway_ssl_certificate - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslCertificate - end - def application_gateway_frontend_ipconfiguration - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFrontendIPConfiguration - end - def application_gateway_frontend_port - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFrontendPort - end - def application_gateway_http_listener - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayHttpListener - end - def application_gateway_path_rule - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayPathRule - end - def application_gateway_probe - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayProbe - end - def application_gateway_request_routing_rule - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRequestRoutingRule - end def application_gateway_redirect_configuration Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRedirectConfiguration end - def application_gateway_url_path_map - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayUrlPathMap - end - def application_gateway - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGateway - end def application_gateway_firewall_rule_set Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallRuleSet end @@ -1000,50 +790,20 @@ def application_gateway_ssl_predefined_policy def endpoint_service_result Azure::Network::Mgmt::V2018_01_01::Models::EndpointServiceResult end - def express_route_circuit_authorization - Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitAuthorization - end def route_filter_rule Azure::Network::Mgmt::V2018_01_01::Models::RouteFilterRule end - def express_route_circuit_peering - Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeering - end def route_filter Azure::Network::Mgmt::V2018_01_01::Models::RouteFilter end - def express_route_circuit - Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuit + def network_watcher + Azure::Network::Mgmt::V2018_01_01::Models::NetworkWatcher end - def express_route_service_provider - Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteServiceProvider + def patch_route_filter_rule + Azure::Network::Mgmt::V2018_01_01::Models::PatchRouteFilterRule end - def frontend_ipconfiguration - Azure::Network::Mgmt::V2018_01_01::Models::FrontendIPConfiguration - end - def load_balancing_rule - Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancingRule - end - def probe - Azure::Network::Mgmt::V2018_01_01::Models::Probe - end - def inbound_nat_pool - Azure::Network::Mgmt::V2018_01_01::Models::InboundNatPool - end - def outbound_nat_rule - Azure::Network::Mgmt::V2018_01_01::Models::OutboundNatRule - end - def load_balancer - Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancer - end - def network_watcher - Azure::Network::Mgmt::V2018_01_01::Models::NetworkWatcher - end - def patch_route_filter_rule - Azure::Network::Mgmt::V2018_01_01::Models::PatchRouteFilterRule - end - def patch_route_filter - Azure::Network::Mgmt::V2018_01_01::Models::PatchRouteFilter + def patch_route_filter + Azure::Network::Mgmt::V2018_01_01::Models::PatchRouteFilter end def bgp_service_community Azure::Network::Mgmt::V2018_01_01::Models::BgpServiceCommunity @@ -1051,69 +811,21 @@ def bgp_service_community def virtual_network_peering Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeering end - def virtual_network - Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetwork - end - def virtual_network_gateway_ipconfiguration - Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayIPConfiguration - end - def vpn_client_root_certificate - Azure::Network::Mgmt::V2018_01_01::Models::VpnClientRootCertificate - end - def vpn_client_revoked_certificate - Azure::Network::Mgmt::V2018_01_01::Models::VpnClientRevokedCertificate - end - def virtual_network_gateway - Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGateway - end - def local_network_gateway - Azure::Network::Mgmt::V2018_01_01::Models::LocalNetworkGateway - end - def virtual_network_gateway_connection - Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnection - end def virtual_network_gateway_connection_list_entity Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionListEntity end - def transport_protocol - Azure::Network::Mgmt::V2018_01_01::Models::TransportProtocol - end - def ipallocation_method - Azure::Network::Mgmt::V2018_01_01::Models::IPAllocationMethod - end def ipversion Azure::Network::Mgmt::V2018_01_01::Models::IPVersion end - def security_rule_protocol - Azure::Network::Mgmt::V2018_01_01::Models::SecurityRuleProtocol - end - def security_rule_access - Azure::Network::Mgmt::V2018_01_01::Models::SecurityRuleAccess - end - def security_rule_direction - Azure::Network::Mgmt::V2018_01_01::Models::SecurityRuleDirection - end - def route_next_hop_type - Azure::Network::Mgmt::V2018_01_01::Models::RouteNextHopType + def error + Azure::Network::Mgmt::V2018_01_01::Models::Error end def public_ipaddress_sku_name Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddressSkuName end - def application_gateway_protocol - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayProtocol - end - def application_gateway_cookie_based_affinity - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayCookieBasedAffinity - end def application_gateway_backend_health_server_health Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendHealthServerHealth end - def application_gateway_sku_name - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySkuName - end - def application_gateway_tier - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayTier - end def application_gateway_ssl_protocol Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslProtocol end @@ -1126,54 +838,18 @@ def application_gateway_ssl_policy_name def application_gateway_ssl_cipher_suite Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslCipherSuite end - def application_gateway_request_routing_rule_type - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRequestRoutingRuleType - end def application_gateway_redirect_type Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRedirectType end - def application_gateway_operational_state - Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayOperationalState - end def application_gateway_firewall_mode Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFirewallMode end - def authorization_use_status - Azure::Network::Mgmt::V2018_01_01::Models::AuthorizationUseStatus - end - def express_route_circuit_peering_advertised_public_prefix_state - Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState - end def access Azure::Network::Mgmt::V2018_01_01::Models::Access end - def express_route_circuit_peering_type - Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeeringType - end - def express_route_circuit_peering_state - Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeeringState - end - def express_route_circuit_sku_tier - Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitSkuTier - end - def express_route_circuit_sku_family - Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitSkuFamily - end - def service_provider_provisioning_state - Azure::Network::Mgmt::V2018_01_01::Models::ServiceProviderProvisioningState - end def load_balancer_sku_name Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerSkuName end - def load_distribution - Azure::Network::Mgmt::V2018_01_01::Models::LoadDistribution - end - def probe_protocol - Azure::Network::Mgmt::V2018_01_01::Models::ProbeProtocol - end - def network_operation_status - Azure::Network::Mgmt::V2018_01_01::Models::NetworkOperationStatus - end def effective_security_rule_protocol Azure::Network::Mgmt::V2018_01_01::Models::EffectiveSecurityRuleProtocol end @@ -1192,9 +868,6 @@ def association_type def direction Azure::Network::Mgmt::V2018_01_01::Models::Direction end - def protocol - Azure::Network::Mgmt::V2018_01_01::Models::Protocol - end def next_hop_type Azure::Network::Mgmt::V2018_01_01::Models::NextHopType end @@ -1210,9 +883,6 @@ def pc_error def origin Azure::Network::Mgmt::V2018_01_01::Models::Origin end - def severity - Azure::Network::Mgmt::V2018_01_01::Models::Severity - end def issue_type Azure::Network::Mgmt::V2018_01_01::Models::IssueType end @@ -1228,36 +898,15 @@ def evaluation_state def virtual_network_peering_state Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkPeeringState end - def virtual_network_gateway_type - Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayType - end - def vpn_type - Azure::Network::Mgmt::V2018_01_01::Models::VpnType - end - def virtual_network_gateway_sku_name - Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewaySkuName - end - def virtual_network_gateway_sku_tier - Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewaySkuTier - end def vpn_client_protocol Azure::Network::Mgmt::V2018_01_01::Models::VpnClientProtocol end def bgp_peer_state Azure::Network::Mgmt::V2018_01_01::Models::BgpPeerState end - def processor_architecture - Azure::Network::Mgmt::V2018_01_01::Models::ProcessorArchitecture - end def authentication_method Azure::Network::Mgmt::V2018_01_01::Models::AuthenticationMethod end - def virtual_network_gateway_connection_status - Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionStatus - end - def virtual_network_gateway_connection_type - Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionType - end def ipsec_encryption Azure::Network::Mgmt::V2018_01_01::Models::IpsecEncryption end @@ -1276,6 +925,357 @@ def dh_group def pfs_group Azure::Network::Mgmt::V2018_01_01::Models::PfsGroup end + def express_route_circuit_list_result + Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitListResult + end + def sub_resource + Azure::Network::Mgmt::V2018_01_01::Models::SubResource + end + def express_route_service_provider_bandwidths_offered + Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteServiceProviderBandwidthsOffered + end + def public_ipaddress_list_result + Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddressListResult + end + def application_gateway_list_result + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayListResult + end + def application_gateway_backend_address + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendAddress + end + def resource + Azure::Network::Mgmt::V2018_01_01::Models::Resource + end + def connection_reset_shared_key + Azure::Network::Mgmt::V2018_01_01::Models::ConnectionResetSharedKey + end + def dns_name_availability_result + Azure::Network::Mgmt::V2018_01_01::Models::DnsNameAvailabilityResult + end + def network_interface_dns_settings + Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceDnsSettings + end + def network_security_group_list_result + Azure::Network::Mgmt::V2018_01_01::Models::NetworkSecurityGroupListResult + end + def virtual_network_gateway_list_result + Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayListResult + end + def authorization_list_result + Azure::Network::Mgmt::V2018_01_01::Models::AuthorizationListResult + end + def bgp_settings + Azure::Network::Mgmt::V2018_01_01::Models::BgpSettings + end + def express_route_circuit_peering_config + Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeeringConfig + end + def vpn_client_configuration + Azure::Network::Mgmt::V2018_01_01::Models::VpnClientConfiguration + end + def express_route_circuit_stats + Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitStats + end + def virtual_network_list_result + Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkListResult + end + def security_rule_list_result + Azure::Network::Mgmt::V2018_01_01::Models::SecurityRuleListResult + end + def address_space + Azure::Network::Mgmt::V2018_01_01::Models::AddressSpace + end + def express_route_circuit_peering_list_result + Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeeringListResult + end + def usages_list_result + Azure::Network::Mgmt::V2018_01_01::Models::UsagesListResult + end + def express_route_circuit_sku + Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitSku + end + def usage_name + Azure::Network::Mgmt::V2018_01_01::Models::UsageName + end + def express_route_circuit_service_provider_properties + Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitServiceProviderProperties + end + def route_table_list_result + Azure::Network::Mgmt::V2018_01_01::Models::RouteTableListResult + end + def network_interface_list_result + Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceListResult + end + def connection_shared_key + Azure::Network::Mgmt::V2018_01_01::Models::ConnectionSharedKey + end + def express_route_circuit_arp_table + Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitArpTable + end + def express_route_circuits_arp_table_list_result + Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitsArpTableListResult + end + def public_ipaddress_dns_settings + Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddressDnsSettings + end + def express_route_circuit_routes_table + Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitRoutesTable + end + def dhcp_options + Azure::Network::Mgmt::V2018_01_01::Models::DhcpOptions + end + def express_route_circuits_routes_table_list_result + Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitsRoutesTableListResult + end + def usage + Azure::Network::Mgmt::V2018_01_01::Models::Usage + end + def application_gateway_sku + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySku + end + def local_network_gateway_list_result + Azure::Network::Mgmt::V2018_01_01::Models::LocalNetworkGatewayListResult + end + def virtual_network_gateway_connection_list_result + Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionListResult + end + def load_balancer_list_result + Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancerListResult + end + def virtual_network_gateway_sku + Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewaySku + end + def azure_async_operation_result + Azure::Network::Mgmt::V2018_01_01::Models::AzureAsyncOperationResult + end + def route_list_result + Azure::Network::Mgmt::V2018_01_01::Models::RouteListResult + end + def subnet_list_result + Azure::Network::Mgmt::V2018_01_01::Models::SubnetListResult + end + def express_route_service_provider_list_result + Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteServiceProviderListResult + end + def vpn_client_parameters + Azure::Network::Mgmt::V2018_01_01::Models::VpnClientParameters + end + def error_details + Azure::Network::Mgmt::V2018_01_01::Models::ErrorDetails + end + def application_gateway_ipconfiguration + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayIPConfiguration + end + def application_gateway_ssl_certificate + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySslCertificate + end + def application_gateway_frontend_ipconfiguration + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFrontendIPConfiguration + end + def application_gateway_frontend_port + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayFrontendPort + end + def backend_address_pool + Azure::Network::Mgmt::V2018_01_01::Models::BackendAddressPool + end + def inbound_nat_rule + Azure::Network::Mgmt::V2018_01_01::Models::InboundNatRule + end + def security_rule + Azure::Network::Mgmt::V2018_01_01::Models::SecurityRule + end + def network_interface + Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterface + end + def network_security_group + Azure::Network::Mgmt::V2018_01_01::Models::NetworkSecurityGroup + end + def route + Azure::Network::Mgmt::V2018_01_01::Models::Route + end + def route_table + Azure::Network::Mgmt::V2018_01_01::Models::RouteTable + end + def public_ipaddress + Azure::Network::Mgmt::V2018_01_01::Models::PublicIPAddress + end + def ipconfiguration + Azure::Network::Mgmt::V2018_01_01::Models::IPConfiguration + end + def subnet + Azure::Network::Mgmt::V2018_01_01::Models::Subnet + end + def network_interface_ipconfiguration + Azure::Network::Mgmt::V2018_01_01::Models::NetworkInterfaceIPConfiguration + end + def application_gateway_backend_address_pool + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendAddressPool + end + def application_gateway_backend_http_settings + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayBackendHttpSettings + end + def application_gateway_http_listener + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayHttpListener + end + def application_gateway_path_rule + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayPathRule + end + def application_gateway_probe + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayProbe + end + def application_gateway_request_routing_rule + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRequestRoutingRule + end + def application_gateway_url_path_map + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayUrlPathMap + end + def application_gateway + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGateway + end + def express_route_circuit_authorization + Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitAuthorization + end + def express_route_circuit_peering + Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeering + end + def express_route_circuit + Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuit + end + def express_route_service_provider + Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteServiceProvider + end + def frontend_ipconfiguration + Azure::Network::Mgmt::V2018_01_01::Models::FrontendIPConfiguration + end + def load_balancing_rule + Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancingRule + end + def probe + Azure::Network::Mgmt::V2018_01_01::Models::Probe + end + def inbound_nat_pool + Azure::Network::Mgmt::V2018_01_01::Models::InboundNatPool + end + def outbound_nat_rule + Azure::Network::Mgmt::V2018_01_01::Models::OutboundNatRule + end + def load_balancer + Azure::Network::Mgmt::V2018_01_01::Models::LoadBalancer + end + def virtual_network + Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetwork + end + def virtual_network_gateway_ipconfiguration + Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayIPConfiguration + end + def vpn_client_root_certificate + Azure::Network::Mgmt::V2018_01_01::Models::VpnClientRootCertificate + end + def vpn_client_revoked_certificate + Azure::Network::Mgmt::V2018_01_01::Models::VpnClientRevokedCertificate + end + def virtual_network_gateway + Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGateway + end + def local_network_gateway + Azure::Network::Mgmt::V2018_01_01::Models::LocalNetworkGateway + end + def virtual_network_gateway_connection + Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnection + end + def application_gateway_sku_name + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewaySkuName + end + def application_gateway_tier + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayTier + end + def ipallocation_method + Azure::Network::Mgmt::V2018_01_01::Models::IPAllocationMethod + end + def transport_protocol + Azure::Network::Mgmt::V2018_01_01::Models::TransportProtocol + end + def security_rule_protocol + Azure::Network::Mgmt::V2018_01_01::Models::SecurityRuleProtocol + end + def security_rule_access + Azure::Network::Mgmt::V2018_01_01::Models::SecurityRuleAccess + end + def security_rule_direction + Azure::Network::Mgmt::V2018_01_01::Models::SecurityRuleDirection + end + def route_next_hop_type + Azure::Network::Mgmt::V2018_01_01::Models::RouteNextHopType + end + def application_gateway_protocol + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayProtocol + end + def application_gateway_cookie_based_affinity + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayCookieBasedAffinity + end + def application_gateway_request_routing_rule_type + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayRequestRoutingRuleType + end + def application_gateway_operational_state + Azure::Network::Mgmt::V2018_01_01::Models::ApplicationGatewayOperationalState + end + def authorization_use_status + Azure::Network::Mgmt::V2018_01_01::Models::AuthorizationUseStatus + end + def express_route_circuit_peering_advertised_public_prefix_state + Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState + end + def express_route_circuit_peering_type + Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeeringType + end + def express_route_circuit_peering_state + Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitPeeringState + end + def express_route_circuit_sku_tier + Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitSkuTier + end + def express_route_circuit_sku_family + Azure::Network::Mgmt::V2018_01_01::Models::ExpressRouteCircuitSkuFamily + end + def service_provider_provisioning_state + Azure::Network::Mgmt::V2018_01_01::Models::ServiceProviderProvisioningState + end + def load_distribution + Azure::Network::Mgmt::V2018_01_01::Models::LoadDistribution + end + def probe_protocol + Azure::Network::Mgmt::V2018_01_01::Models::ProbeProtocol + end + def network_operation_status + Azure::Network::Mgmt::V2018_01_01::Models::NetworkOperationStatus + end + def virtual_network_gateway_type + Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayType + end + def protocol + Azure::Network::Mgmt::V2018_01_01::Models::Protocol + end + def vpn_type + Azure::Network::Mgmt::V2018_01_01::Models::VpnType + end + def virtual_network_gateway_sku_name + Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewaySkuName + end + def virtual_network_gateway_sku_tier + Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewaySkuTier + end + def processor_architecture + Azure::Network::Mgmt::V2018_01_01::Models::ProcessorArchitecture + end + def severity + Azure::Network::Mgmt::V2018_01_01::Models::Severity + end + def virtual_network_gateway_connection_status + Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionStatus + end + def virtual_network_gateway_connection_type + Azure::Network::Mgmt::V2018_01_01::Models::VirtualNetworkGatewayConnectionType + end end end end diff --git a/management/azure_mgmt_network/lib/profiles/v2017_03_09/modules/network_profile_module.rb b/management/azure_mgmt_network/lib/profiles/v2017_03_09/modules/network_profile_module.rb index 22665b2073..bbc5805a63 100644 --- a/management/azure_mgmt_network/lib/profiles/v2017_03_09/modules/network_profile_module.rb +++ b/management/azure_mgmt_network/lib/profiles/v2017_03_09/modules/network_profile_module.rb @@ -70,7 +70,6 @@ module Models VirtualNetworkGatewaySku = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySku AzureAsyncOperationResult = Azure::Network::Mgmt::V2015_06_15::Models::AzureAsyncOperationResult RouteListResult = Azure::Network::Mgmt::V2015_06_15::Models::RouteListResult - Error = Azure::Network::Mgmt::V2015_06_15::Models::Error SubnetListResult = Azure::Network::Mgmt::V2015_06_15::Models::SubnetListResult ExpressRouteServiceProviderListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProviderListResult VpnClientParameters = Azure::Network::Mgmt::V2015_06_15::Models::VpnClientParameters @@ -128,6 +127,7 @@ module Models ApplicationGatewayRequestRoutingRuleType = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayRequestRoutingRuleType ApplicationGatewayOperationalState = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayOperationalState AuthorizationUseStatus = Azure::Network::Mgmt::V2015_06_15::Models::AuthorizationUseStatus + Error = Azure::Network::Mgmt::V2015_06_15::Models::Error ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState ExpressRouteCircuitPeeringType = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringType ExpressRouteCircuitPeeringState = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringState @@ -340,9 +340,6 @@ def azure_async_operation_result def route_list_result Azure::Network::Mgmt::V2015_06_15::Models::RouteListResult end - def error - Azure::Network::Mgmt::V2015_06_15::Models::Error - end def subnet_list_result Azure::Network::Mgmt::V2015_06_15::Models::SubnetListResult end @@ -514,6 +511,9 @@ def application_gateway_operational_state def authorization_use_status Azure::Network::Mgmt::V2015_06_15::Models::AuthorizationUseStatus end + def error + Azure::Network::Mgmt::V2015_06_15::Models::Error + end def express_route_circuit_peering_advertised_public_prefix_state Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState end