azure_sdk 0.29.0 → 0.30.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/lib/azure_sdk/version.rb +1 -1
- data/lib/azure_sdk.rb +2 -2
- data/lib/latest/latest_profile_client.rb +111 -1
- data/lib/latest/modules/adhybridhealthservice_profile_module.rb +481 -0
- data/lib/latest/modules/alertsmanagement_profile_module.rb +259 -0
- data/lib/latest/modules/azurestack_profile_module.rb +163 -0
- data/lib/latest/modules/batchai_profile_module.rb +425 -0
- data/lib/latest/modules/botservice_profile_module.rb +293 -0
- data/lib/latest/modules/costmanagement_profile_module.rb +207 -0
- data/lib/latest/modules/databox_profile_module.rb +309 -0
- data/lib/latest/modules/datafactory_profile_module.rb +2159 -0
- data/lib/latest/modules/migrate_profile_module.rb +243 -0
- data/lib/latest/modules/network_profile_module.rb +1267 -1223
- data/lib/latest/modules/operationsmanagement_profile_module.rb +123 -0
- data/lib/latest/modules/policy_profile_module.rb +28 -32
- data/lib/latest/modules/powerbidedicated_profile_module.rb +123 -0
- metadata +173 -8
| @@ -0,0 +1,243 @@ | |
| 1 | 
            +
            # encoding: utf-8
         | 
| 2 | 
            +
            # Copyright (c) Microsoft Corporation. All rights reserved.
         | 
| 3 | 
            +
            # Licensed under the MIT License. See License.txt in the project root for license information.
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            require 'azure_mgmt_migrate'
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            module Azure::Profiles::Latest
         | 
| 8 | 
            +
              module Migrate
         | 
| 9 | 
            +
                module Mgmt
         | 
| 10 | 
            +
                  Location = Azure::Migrate::Mgmt::V2018_02_02::Location
         | 
| 11 | 
            +
                  AssessmentOptions = Azure::Migrate::Mgmt::V2018_02_02::AssessmentOptions
         | 
| 12 | 
            +
                  Projects = Azure::Migrate::Mgmt::V2018_02_02::Projects
         | 
| 13 | 
            +
                  Machines = Azure::Migrate::Mgmt::V2018_02_02::Machines
         | 
| 14 | 
            +
                  Groups = Azure::Migrate::Mgmt::V2018_02_02::Groups
         | 
| 15 | 
            +
                  Assessments = Azure::Migrate::Mgmt::V2018_02_02::Assessments
         | 
| 16 | 
            +
                  AssessedMachines = Azure::Migrate::Mgmt::V2018_02_02::AssessedMachines
         | 
| 17 | 
            +
                  Operations = Azure::Migrate::Mgmt::V2018_02_02::Operations
         | 
| 18 | 
            +
             | 
| 19 | 
            +
                  module Models
         | 
| 20 | 
            +
                    DownloadUrl = Azure::Migrate::Mgmt::V2018_02_02::Models::DownloadUrl
         | 
| 21 | 
            +
                    Project = Azure::Migrate::Mgmt::V2018_02_02::Models::Project
         | 
| 22 | 
            +
                    VmFamily = Azure::Migrate::Mgmt::V2018_02_02::Models::VmFamily
         | 
| 23 | 
            +
                    Assessment = Azure::Migrate::Mgmt::V2018_02_02::Models::Assessment
         | 
| 24 | 
            +
                    ProjectResultList = Azure::Migrate::Mgmt::V2018_02_02::Models::ProjectResultList
         | 
| 25 | 
            +
                    NetworkAdapter = Azure::Migrate::Mgmt::V2018_02_02::Models::NetworkAdapter
         | 
| 26 | 
            +
                    MachineResultList = Azure::Migrate::Mgmt::V2018_02_02::Models::MachineResultList
         | 
| 27 | 
            +
                    AssessedDisk = Azure::Migrate::Mgmt::V2018_02_02::Models::AssessedDisk
         | 
| 28 | 
            +
                    GroupResultList = Azure::Migrate::Mgmt::V2018_02_02::Models::GroupResultList
         | 
| 29 | 
            +
                    AssessedMachine = Azure::Migrate::Mgmt::V2018_02_02::Models::AssessedMachine
         | 
| 30 | 
            +
                    AssessedMachineResultList = Azure::Migrate::Mgmt::V2018_02_02::Models::AssessedMachineResultList
         | 
| 31 | 
            +
                    OperationDisplay = Azure::Migrate::Mgmt::V2018_02_02::Models::OperationDisplay
         | 
| 32 | 
            +
                    AssessmentResultList = Azure::Migrate::Mgmt::V2018_02_02::Models::AssessmentResultList
         | 
| 33 | 
            +
                    Group = Azure::Migrate::Mgmt::V2018_02_02::Models::Group
         | 
| 34 | 
            +
                    OperationResultList = Azure::Migrate::Mgmt::V2018_02_02::Models::OperationResultList
         | 
| 35 | 
            +
                    Machine = Azure::Migrate::Mgmt::V2018_02_02::Models::Machine
         | 
| 36 | 
            +
                    AssessmentOptionsResultList = Azure::Migrate::Mgmt::V2018_02_02::Models::AssessmentOptionsResultList
         | 
| 37 | 
            +
                    ProjectKey = Azure::Migrate::Mgmt::V2018_02_02::Models::ProjectKey
         | 
| 38 | 
            +
                    Disk = Azure::Migrate::Mgmt::V2018_02_02::Models::Disk
         | 
| 39 | 
            +
                    Operation = Azure::Migrate::Mgmt::V2018_02_02::Models::Operation
         | 
| 40 | 
            +
                    CheckNameAvailabilityParameters = Azure::Migrate::Mgmt::V2018_02_02::Models::CheckNameAvailabilityParameters
         | 
| 41 | 
            +
                    AssessedNetworkAdapter = Azure::Migrate::Mgmt::V2018_02_02::Models::AssessedNetworkAdapter
         | 
| 42 | 
            +
                    CheckNameAvailabilityResult = Azure::Migrate::Mgmt::V2018_02_02::Models::CheckNameAvailabilityResult
         | 
| 43 | 
            +
                    DiscoveryStatus = Azure::Migrate::Mgmt::V2018_02_02::Models::DiscoveryStatus
         | 
| 44 | 
            +
                    ProvisioningState = Azure::Migrate::Mgmt::V2018_02_02::Models::ProvisioningState
         | 
| 45 | 
            +
                    AzureLocation = Azure::Migrate::Mgmt::V2018_02_02::Models::AzureLocation
         | 
| 46 | 
            +
                    AzureOfferCode = Azure::Migrate::Mgmt::V2018_02_02::Models::AzureOfferCode
         | 
| 47 | 
            +
                    AzurePricingTier = Azure::Migrate::Mgmt::V2018_02_02::Models::AzurePricingTier
         | 
| 48 | 
            +
                    AzureStorageRedundancy = Azure::Migrate::Mgmt::V2018_02_02::Models::AzureStorageRedundancy
         | 
| 49 | 
            +
                    Percentile = Azure::Migrate::Mgmt::V2018_02_02::Models::Percentile
         | 
| 50 | 
            +
                    TimeRange = Azure::Migrate::Mgmt::V2018_02_02::Models::TimeRange
         | 
| 51 | 
            +
                    AssessmentStage = Azure::Migrate::Mgmt::V2018_02_02::Models::AssessmentStage
         | 
| 52 | 
            +
                    Currency = Azure::Migrate::Mgmt::V2018_02_02::Models::Currency
         | 
| 53 | 
            +
                    AzureHybridUseBenefit = Azure::Migrate::Mgmt::V2018_02_02::Models::AzureHybridUseBenefit
         | 
| 54 | 
            +
                    AssessmentSizingCriterion = Azure::Migrate::Mgmt::V2018_02_02::Models::AssessmentSizingCriterion
         | 
| 55 | 
            +
                    AssessmentStatus = Azure::Migrate::Mgmt::V2018_02_02::Models::AssessmentStatus
         | 
| 56 | 
            +
                    MachineBootType = Azure::Migrate::Mgmt::V2018_02_02::Models::MachineBootType
         | 
| 57 | 
            +
                    AzureDiskType = Azure::Migrate::Mgmt::V2018_02_02::Models::AzureDiskType
         | 
| 58 | 
            +
                    AzureDiskSize = Azure::Migrate::Mgmt::V2018_02_02::Models::AzureDiskSize
         | 
| 59 | 
            +
                    CloudSuitability = Azure::Migrate::Mgmt::V2018_02_02::Models::CloudSuitability
         | 
| 60 | 
            +
                    AzureDiskSuitabilityExplanation = Azure::Migrate::Mgmt::V2018_02_02::Models::AzureDiskSuitabilityExplanation
         | 
| 61 | 
            +
                    AzureNetworkAdapterSuitabilityExplanation = Azure::Migrate::Mgmt::V2018_02_02::Models::AzureNetworkAdapterSuitabilityExplanation
         | 
| 62 | 
            +
                    AzureVmSize = Azure::Migrate::Mgmt::V2018_02_02::Models::AzureVmSize
         | 
| 63 | 
            +
                    AzureVmSuitabilityExplanation = Azure::Migrate::Mgmt::V2018_02_02::Models::AzureVmSuitabilityExplanation
         | 
| 64 | 
            +
                    NameAvailabilityReason = Azure::Migrate::Mgmt::V2018_02_02::Models::NameAvailabilityReason
         | 
| 65 | 
            +
                  end
         | 
| 66 | 
            +
             | 
| 67 | 
            +
                  class MigrateManagementClass
         | 
| 68 | 
            +
                    attr_reader :location, :assessment_options, :projects, :machines, :groups, :assessments, :assessed_machines, :operations, :configurable, :base_url, :options, :model_classes
         | 
| 69 | 
            +
             | 
| 70 | 
            +
                    def initialize(configurable, base_url=nil, options=nil)
         | 
| 71 | 
            +
                      @configurable, @base_url, @options = configurable, base_url, options
         | 
| 72 | 
            +
             | 
| 73 | 
            +
                      @client_0 = Azure::Migrate::Mgmt::V2018_02_02::AzureMigrate.new(configurable.credentials, base_url, options)
         | 
| 74 | 
            +
                      if(@client_0.respond_to?(:subscription_id))
         | 
| 75 | 
            +
                        @client_0.subscription_id = configurable.subscription_id
         | 
| 76 | 
            +
                      end
         | 
| 77 | 
            +
                      add_telemetry(@client_0)
         | 
| 78 | 
            +
                      @location = @client_0.location
         | 
| 79 | 
            +
                      @assessment_options = @client_0.assessment_options
         | 
| 80 | 
            +
                      @projects = @client_0.projects
         | 
| 81 | 
            +
                      @machines = @client_0.machines
         | 
| 82 | 
            +
                      @groups = @client_0.groups
         | 
| 83 | 
            +
                      @assessments = @client_0.assessments
         | 
| 84 | 
            +
                      @assessed_machines = @client_0.assessed_machines
         | 
| 85 | 
            +
                      @operations = @client_0.operations
         | 
| 86 | 
            +
             | 
| 87 | 
            +
                      @model_classes = ModelClasses.new
         | 
| 88 | 
            +
                    end
         | 
| 89 | 
            +
             | 
| 90 | 
            +
                    def add_telemetry(client)
         | 
| 91 | 
            +
                      profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/Migrate/Mgmt"
         | 
| 92 | 
            +
                      client.add_user_agent_information(profile_information)
         | 
| 93 | 
            +
                    end
         | 
| 94 | 
            +
             | 
| 95 | 
            +
                    def method_missing(method, *args)
         | 
| 96 | 
            +
                      if @client_0.respond_to?method
         | 
| 97 | 
            +
                        @client_0.send(method, *args)
         | 
| 98 | 
            +
                      else
         | 
| 99 | 
            +
                        super
         | 
| 100 | 
            +
                      end
         | 
| 101 | 
            +
                    end
         | 
| 102 | 
            +
             | 
| 103 | 
            +
                    class ModelClasses
         | 
| 104 | 
            +
                      def download_url
         | 
| 105 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::DownloadUrl
         | 
| 106 | 
            +
                      end
         | 
| 107 | 
            +
                      def project
         | 
| 108 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::Project
         | 
| 109 | 
            +
                      end
         | 
| 110 | 
            +
                      def vm_family
         | 
| 111 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::VmFamily
         | 
| 112 | 
            +
                      end
         | 
| 113 | 
            +
                      def assessment
         | 
| 114 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::Assessment
         | 
| 115 | 
            +
                      end
         | 
| 116 | 
            +
                      def project_result_list
         | 
| 117 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::ProjectResultList
         | 
| 118 | 
            +
                      end
         | 
| 119 | 
            +
                      def network_adapter
         | 
| 120 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::NetworkAdapter
         | 
| 121 | 
            +
                      end
         | 
| 122 | 
            +
                      def machine_result_list
         | 
| 123 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::MachineResultList
         | 
| 124 | 
            +
                      end
         | 
| 125 | 
            +
                      def assessed_disk
         | 
| 126 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::AssessedDisk
         | 
| 127 | 
            +
                      end
         | 
| 128 | 
            +
                      def group_result_list
         | 
| 129 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::GroupResultList
         | 
| 130 | 
            +
                      end
         | 
| 131 | 
            +
                      def assessed_machine
         | 
| 132 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::AssessedMachine
         | 
| 133 | 
            +
                      end
         | 
| 134 | 
            +
                      def assessed_machine_result_list
         | 
| 135 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::AssessedMachineResultList
         | 
| 136 | 
            +
                      end
         | 
| 137 | 
            +
                      def operation_display
         | 
| 138 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::OperationDisplay
         | 
| 139 | 
            +
                      end
         | 
| 140 | 
            +
                      def assessment_result_list
         | 
| 141 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::AssessmentResultList
         | 
| 142 | 
            +
                      end
         | 
| 143 | 
            +
                      def group
         | 
| 144 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::Group
         | 
| 145 | 
            +
                      end
         | 
| 146 | 
            +
                      def operation_result_list
         | 
| 147 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::OperationResultList
         | 
| 148 | 
            +
                      end
         | 
| 149 | 
            +
                      def machine
         | 
| 150 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::Machine
         | 
| 151 | 
            +
                      end
         | 
| 152 | 
            +
                      def assessment_options_result_list
         | 
| 153 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::AssessmentOptionsResultList
         | 
| 154 | 
            +
                      end
         | 
| 155 | 
            +
                      def project_key
         | 
| 156 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::ProjectKey
         | 
| 157 | 
            +
                      end
         | 
| 158 | 
            +
                      def disk
         | 
| 159 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::Disk
         | 
| 160 | 
            +
                      end
         | 
| 161 | 
            +
                      def operation
         | 
| 162 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::Operation
         | 
| 163 | 
            +
                      end
         | 
| 164 | 
            +
                      def check_name_availability_parameters
         | 
| 165 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::CheckNameAvailabilityParameters
         | 
| 166 | 
            +
                      end
         | 
| 167 | 
            +
                      def assessed_network_adapter
         | 
| 168 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::AssessedNetworkAdapter
         | 
| 169 | 
            +
                      end
         | 
| 170 | 
            +
                      def check_name_availability_result
         | 
| 171 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::CheckNameAvailabilityResult
         | 
| 172 | 
            +
                      end
         | 
| 173 | 
            +
                      def discovery_status
         | 
| 174 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::DiscoveryStatus
         | 
| 175 | 
            +
                      end
         | 
| 176 | 
            +
                      def provisioning_state
         | 
| 177 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::ProvisioningState
         | 
| 178 | 
            +
                      end
         | 
| 179 | 
            +
                      def azure_location
         | 
| 180 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::AzureLocation
         | 
| 181 | 
            +
                      end
         | 
| 182 | 
            +
                      def azure_offer_code
         | 
| 183 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::AzureOfferCode
         | 
| 184 | 
            +
                      end
         | 
| 185 | 
            +
                      def azure_pricing_tier
         | 
| 186 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::AzurePricingTier
         | 
| 187 | 
            +
                      end
         | 
| 188 | 
            +
                      def azure_storage_redundancy
         | 
| 189 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::AzureStorageRedundancy
         | 
| 190 | 
            +
                      end
         | 
| 191 | 
            +
                      def percentile
         | 
| 192 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::Percentile
         | 
| 193 | 
            +
                      end
         | 
| 194 | 
            +
                      def time_range
         | 
| 195 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::TimeRange
         | 
| 196 | 
            +
                      end
         | 
| 197 | 
            +
                      def assessment_stage
         | 
| 198 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::AssessmentStage
         | 
| 199 | 
            +
                      end
         | 
| 200 | 
            +
                      def currency
         | 
| 201 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::Currency
         | 
| 202 | 
            +
                      end
         | 
| 203 | 
            +
                      def azure_hybrid_use_benefit
         | 
| 204 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::AzureHybridUseBenefit
         | 
| 205 | 
            +
                      end
         | 
| 206 | 
            +
                      def assessment_sizing_criterion
         | 
| 207 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::AssessmentSizingCriterion
         | 
| 208 | 
            +
                      end
         | 
| 209 | 
            +
                      def assessment_status
         | 
| 210 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::AssessmentStatus
         | 
| 211 | 
            +
                      end
         | 
| 212 | 
            +
                      def machine_boot_type
         | 
| 213 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::MachineBootType
         | 
| 214 | 
            +
                      end
         | 
| 215 | 
            +
                      def azure_disk_type
         | 
| 216 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::AzureDiskType
         | 
| 217 | 
            +
                      end
         | 
| 218 | 
            +
                      def azure_disk_size
         | 
| 219 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::AzureDiskSize
         | 
| 220 | 
            +
                      end
         | 
| 221 | 
            +
                      def cloud_suitability
         | 
| 222 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::CloudSuitability
         | 
| 223 | 
            +
                      end
         | 
| 224 | 
            +
                      def azure_disk_suitability_explanation
         | 
| 225 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::AzureDiskSuitabilityExplanation
         | 
| 226 | 
            +
                      end
         | 
| 227 | 
            +
                      def azure_network_adapter_suitability_explanation
         | 
| 228 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::AzureNetworkAdapterSuitabilityExplanation
         | 
| 229 | 
            +
                      end
         | 
| 230 | 
            +
                      def azure_vm_size
         | 
| 231 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::AzureVmSize
         | 
| 232 | 
            +
                      end
         | 
| 233 | 
            +
                      def azure_vm_suitability_explanation
         | 
| 234 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::AzureVmSuitabilityExplanation
         | 
| 235 | 
            +
                      end
         | 
| 236 | 
            +
                      def name_availability_reason
         | 
| 237 | 
            +
                        Azure::Migrate::Mgmt::V2018_02_02::Models::NameAvailabilityReason
         | 
| 238 | 
            +
                      end
         | 
| 239 | 
            +
                    end
         | 
| 240 | 
            +
                  end
         | 
| 241 | 
            +
                end
         | 
| 242 | 
            +
              end
         | 
| 243 | 
            +
            end
         | 
| @@ -7,578 +7,590 @@ require 'azure_mgmt_network' | |
| 7 7 | 
             
            module Azure::Profiles::Latest
         | 
| 8 8 | 
             
              module Network
         | 
| 9 9 | 
             
                module Mgmt
         | 
| 10 | 
            -
                  ApplicationGateways = Azure::Network::Mgmt:: | 
| 11 | 
            -
                  ApplicationSecurityGroups = Azure::Network::Mgmt:: | 
| 12 | 
            -
                  AvailableDelegations = Azure::Network::Mgmt:: | 
| 13 | 
            -
                  AvailableResourceGroupDelegations = Azure::Network::Mgmt:: | 
| 14 | 
            -
                   | 
| 15 | 
            -
                   | 
| 16 | 
            -
                   | 
| 17 | 
            -
                   | 
| 18 | 
            -
                   | 
| 19 | 
            -
                   | 
| 20 | 
            -
                   | 
| 21 | 
            -
                   | 
| 22 | 
            -
                   | 
| 23 | 
            -
                   | 
| 24 | 
            -
                   | 
| 25 | 
            -
                   | 
| 26 | 
            -
                   | 
| 27 | 
            -
                   | 
| 28 | 
            -
                   | 
| 29 | 
            -
                   | 
| 30 | 
            -
                   | 
| 31 | 
            -
                   | 
| 32 | 
            -
                   | 
| 33 | 
            -
                   | 
| 34 | 
            -
                   | 
| 35 | 
            -
                   | 
| 36 | 
            -
                   | 
| 37 | 
            -
                   | 
| 38 | 
            -
                   | 
| 39 | 
            -
                   | 
| 40 | 
            -
                   | 
| 41 | 
            -
                   | 
| 42 | 
            -
                   | 
| 43 | 
            -
                   | 
| 44 | 
            -
                   | 
| 45 | 
            -
                   | 
| 46 | 
            -
                   | 
| 47 | 
            -
                   | 
| 48 | 
            -
                   | 
| 49 | 
            -
                   | 
| 50 | 
            -
                   | 
| 51 | 
            -
                   | 
| 52 | 
            -
                   | 
| 53 | 
            -
                   | 
| 54 | 
            -
                   | 
| 55 | 
            -
                   | 
| 56 | 
            -
                   | 
| 57 | 
            -
                   | 
| 58 | 
            -
                   | 
| 59 | 
            -
                   | 
| 60 | 
            -
                   | 
| 61 | 
            -
                   | 
| 62 | 
            -
                   | 
| 63 | 
            -
                   | 
| 64 | 
            -
                   | 
| 65 | 
            -
                   | 
| 66 | 
            -
                   | 
| 67 | 
            -
                   | 
| 68 | 
            -
                   | 
| 69 | 
            -
                   | 
| 70 | 
            -
                   | 
| 71 | 
            -
                   | 
| 72 | 
            -
                   | 
| 73 | 
            -
                   | 
| 74 | 
            -
                   | 
| 75 | 
            -
                   | 
| 76 | 
            -
                   | 
| 77 | 
            -
                   | 
| 78 | 
            -
                   | 
| 79 | 
            -
                   | 
| 80 | 
            -
                  VpnSitesConfiguration = Azure::Network::Mgmt:: | 
| 81 | 
            -
                  VirtualHubs = Azure::Network::Mgmt:: | 
| 82 | 
            -
                  HubVirtualNetworkConnections = Azure::Network::Mgmt:: | 
| 83 | 
            -
                  VpnGateways = Azure::Network::Mgmt:: | 
| 84 | 
            -
                  VpnConnections = Azure::Network::Mgmt:: | 
| 85 | 
            -
                   | 
| 86 | 
            -
                   | 
| 87 | 
            -
                   | 
| 10 | 
            +
                  ApplicationGateways = Azure::Network::Mgmt::V2019_06_01::ApplicationGateways
         | 
| 11 | 
            +
                  ApplicationSecurityGroups = Azure::Network::Mgmt::V2019_06_01::ApplicationSecurityGroups
         | 
| 12 | 
            +
                  AvailableDelegations = Azure::Network::Mgmt::V2019_06_01::AvailableDelegations
         | 
| 13 | 
            +
                  AvailableResourceGroupDelegations = Azure::Network::Mgmt::V2019_06_01::AvailableResourceGroupDelegations
         | 
| 14 | 
            +
                  AzureFirewalls = Azure::Network::Mgmt::V2019_06_01::AzureFirewalls
         | 
| 15 | 
            +
                  AzureFirewallFqdnTags = Azure::Network::Mgmt::V2019_06_01::AzureFirewallFqdnTags
         | 
| 16 | 
            +
                  BastionHosts = Azure::Network::Mgmt::V2019_06_01::BastionHosts
         | 
| 17 | 
            +
                  DdosCustomPolicies = Azure::Network::Mgmt::V2019_06_01::DdosCustomPolicies
         | 
| 18 | 
            +
                  DdosProtectionPlans = Azure::Network::Mgmt::V2019_06_01::DdosProtectionPlans
         | 
| 19 | 
            +
                  AvailableEndpointServices = Azure::Network::Mgmt::V2019_06_01::AvailableEndpointServices
         | 
| 20 | 
            +
                  ExpressRouteCircuitAuthorizations = Azure::Network::Mgmt::V2019_06_01::ExpressRouteCircuitAuthorizations
         | 
| 21 | 
            +
                  ExpressRouteCircuitPeerings = Azure::Network::Mgmt::V2019_06_01::ExpressRouteCircuitPeerings
         | 
| 22 | 
            +
                  ExpressRouteCircuitConnections = Azure::Network::Mgmt::V2019_06_01::ExpressRouteCircuitConnections
         | 
| 23 | 
            +
                  PeerExpressRouteCircuitConnections = Azure::Network::Mgmt::V2019_06_01::PeerExpressRouteCircuitConnections
         | 
| 24 | 
            +
                  ExpressRouteCircuits = Azure::Network::Mgmt::V2019_06_01::ExpressRouteCircuits
         | 
| 25 | 
            +
                  ExpressRouteServiceProviders = Azure::Network::Mgmt::V2019_06_01::ExpressRouteServiceProviders
         | 
| 26 | 
            +
                  ExpressRouteCrossConnections = Azure::Network::Mgmt::V2019_06_01::ExpressRouteCrossConnections
         | 
| 27 | 
            +
                  ExpressRouteCrossConnectionPeerings = Azure::Network::Mgmt::V2019_06_01::ExpressRouteCrossConnectionPeerings
         | 
| 28 | 
            +
                  ExpressRouteGateways = Azure::Network::Mgmt::V2019_06_01::ExpressRouteGateways
         | 
| 29 | 
            +
                  ExpressRouteConnections = Azure::Network::Mgmt::V2019_06_01::ExpressRouteConnections
         | 
| 30 | 
            +
                  ExpressRoutePortsLocations = Azure::Network::Mgmt::V2019_06_01::ExpressRoutePortsLocations
         | 
| 31 | 
            +
                  ExpressRoutePorts = Azure::Network::Mgmt::V2019_06_01::ExpressRoutePorts
         | 
| 32 | 
            +
                  ExpressRouteLinks = Azure::Network::Mgmt::V2019_06_01::ExpressRouteLinks
         | 
| 33 | 
            +
                  PrivateEndpoints = Azure::Network::Mgmt::V2019_06_01::PrivateEndpoints
         | 
| 34 | 
            +
                  AvailablePrivateEndpointTypes = Azure::Network::Mgmt::V2019_06_01::AvailablePrivateEndpointTypes
         | 
| 35 | 
            +
                  PrivateLinkServices = Azure::Network::Mgmt::V2019_06_01::PrivateLinkServices
         | 
| 36 | 
            +
                  LoadBalancers = Azure::Network::Mgmt::V2019_06_01::LoadBalancers
         | 
| 37 | 
            +
                  LoadBalancerBackendAddressPools = Azure::Network::Mgmt::V2019_06_01::LoadBalancerBackendAddressPools
         | 
| 38 | 
            +
                  LoadBalancerFrontendIPConfigurations = Azure::Network::Mgmt::V2019_06_01::LoadBalancerFrontendIPConfigurations
         | 
| 39 | 
            +
                  InboundNatRules = Azure::Network::Mgmt::V2019_06_01::InboundNatRules
         | 
| 40 | 
            +
                  LoadBalancerLoadBalancingRules = Azure::Network::Mgmt::V2019_06_01::LoadBalancerLoadBalancingRules
         | 
| 41 | 
            +
                  LoadBalancerOutboundRules = Azure::Network::Mgmt::V2019_06_01::LoadBalancerOutboundRules
         | 
| 42 | 
            +
                  LoadBalancerNetworkInterfaces = Azure::Network::Mgmt::V2019_06_01::LoadBalancerNetworkInterfaces
         | 
| 43 | 
            +
                  LoadBalancerProbes = Azure::Network::Mgmt::V2019_06_01::LoadBalancerProbes
         | 
| 44 | 
            +
                  NatGateways = Azure::Network::Mgmt::V2019_06_01::NatGateways
         | 
| 45 | 
            +
                  NetworkInterfaces = Azure::Network::Mgmt::V2019_06_01::NetworkInterfaces
         | 
| 46 | 
            +
                  NetworkInterfaceIPConfigurations = Azure::Network::Mgmt::V2019_06_01::NetworkInterfaceIPConfigurations
         | 
| 47 | 
            +
                  NetworkInterfaceLoadBalancers = Azure::Network::Mgmt::V2019_06_01::NetworkInterfaceLoadBalancers
         | 
| 48 | 
            +
                  NetworkInterfaceTapConfigurations = Azure::Network::Mgmt::V2019_06_01::NetworkInterfaceTapConfigurations
         | 
| 49 | 
            +
                  NetworkProfiles = Azure::Network::Mgmt::V2019_06_01::NetworkProfiles
         | 
| 50 | 
            +
                  NetworkSecurityGroups = Azure::Network::Mgmt::V2019_06_01::NetworkSecurityGroups
         | 
| 51 | 
            +
                  SecurityRules = Azure::Network::Mgmt::V2019_06_01::SecurityRules
         | 
| 52 | 
            +
                  DefaultSecurityRules = Azure::Network::Mgmt::V2019_06_01::DefaultSecurityRules
         | 
| 53 | 
            +
                  NetworkWatchers = Azure::Network::Mgmt::V2019_06_01::NetworkWatchers
         | 
| 54 | 
            +
                  PacketCaptures = Azure::Network::Mgmt::V2019_06_01::PacketCaptures
         | 
| 55 | 
            +
                  ConnectionMonitors = Azure::Network::Mgmt::V2019_06_01::ConnectionMonitors
         | 
| 56 | 
            +
                  Operations = Azure::Network::Mgmt::V2019_06_01::Operations
         | 
| 57 | 
            +
                  PublicIPAddresses = Azure::Network::Mgmt::V2019_06_01::PublicIPAddresses
         | 
| 58 | 
            +
                  PublicIPPrefixes = Azure::Network::Mgmt::V2019_06_01::PublicIPPrefixes
         | 
| 59 | 
            +
                  RouteFilters = Azure::Network::Mgmt::V2019_06_01::RouteFilters
         | 
| 60 | 
            +
                  RouteFilterRules = Azure::Network::Mgmt::V2019_06_01::RouteFilterRules
         | 
| 61 | 
            +
                  RouteTables = Azure::Network::Mgmt::V2019_06_01::RouteTables
         | 
| 62 | 
            +
                  Routes = Azure::Network::Mgmt::V2019_06_01::Routes
         | 
| 63 | 
            +
                  BgpServiceCommunities = Azure::Network::Mgmt::V2019_06_01::BgpServiceCommunities
         | 
| 64 | 
            +
                  ServiceEndpointPolicies = Azure::Network::Mgmt::V2019_06_01::ServiceEndpointPolicies
         | 
| 65 | 
            +
                  ServiceEndpointPolicyDefinitions = Azure::Network::Mgmt::V2019_06_01::ServiceEndpointPolicyDefinitions
         | 
| 66 | 
            +
                  ServiceTags = Azure::Network::Mgmt::V2019_06_01::ServiceTags
         | 
| 67 | 
            +
                  Usages = Azure::Network::Mgmt::V2019_06_01::Usages
         | 
| 68 | 
            +
                  VirtualNetworks = Azure::Network::Mgmt::V2019_06_01::VirtualNetworks
         | 
| 69 | 
            +
                  Subnets = Azure::Network::Mgmt::V2019_06_01::Subnets
         | 
| 70 | 
            +
                  ResourceNavigationLinks = Azure::Network::Mgmt::V2019_06_01::ResourceNavigationLinks
         | 
| 71 | 
            +
                  ServiceAssociationLinks = Azure::Network::Mgmt::V2019_06_01::ServiceAssociationLinks
         | 
| 72 | 
            +
                  VirtualNetworkPeerings = Azure::Network::Mgmt::V2019_06_01::VirtualNetworkPeerings
         | 
| 73 | 
            +
                  VirtualNetworkGateways = Azure::Network::Mgmt::V2019_06_01::VirtualNetworkGateways
         | 
| 74 | 
            +
                  VirtualNetworkGatewayConnections = Azure::Network::Mgmt::V2019_06_01::VirtualNetworkGatewayConnections
         | 
| 75 | 
            +
                  LocalNetworkGateways = Azure::Network::Mgmt::V2019_06_01::LocalNetworkGateways
         | 
| 76 | 
            +
                  VirtualNetworkTaps = Azure::Network::Mgmt::V2019_06_01::VirtualNetworkTaps
         | 
| 77 | 
            +
                  VirtualWans = Azure::Network::Mgmt::V2019_06_01::VirtualWans
         | 
| 78 | 
            +
                  VpnSites = Azure::Network::Mgmt::V2019_06_01::VpnSites
         | 
| 79 | 
            +
                  VpnSiteLinks = Azure::Network::Mgmt::V2019_06_01::VpnSiteLinks
         | 
| 80 | 
            +
                  VpnSitesConfiguration = Azure::Network::Mgmt::V2019_06_01::VpnSitesConfiguration
         | 
| 81 | 
            +
                  VirtualHubs = Azure::Network::Mgmt::V2019_06_01::VirtualHubs
         | 
| 82 | 
            +
                  HubVirtualNetworkConnections = Azure::Network::Mgmt::V2019_06_01::HubVirtualNetworkConnections
         | 
| 83 | 
            +
                  VpnGateways = Azure::Network::Mgmt::V2019_06_01::VpnGateways
         | 
| 84 | 
            +
                  VpnConnections = Azure::Network::Mgmt::V2019_06_01::VpnConnections
         | 
| 85 | 
            +
                  VpnSiteLinkConnections = Azure::Network::Mgmt::V2019_06_01::VpnSiteLinkConnections
         | 
| 86 | 
            +
                  VpnLinkConnections = Azure::Network::Mgmt::V2019_06_01::VpnLinkConnections
         | 
| 87 | 
            +
                  P2sVpnServerConfigurations = Azure::Network::Mgmt::V2019_06_01::P2sVpnServerConfigurations
         | 
| 88 | 
            +
                  P2sVpnGateways = Azure::Network::Mgmt::V2019_06_01::P2sVpnGateways
         | 
| 89 | 
            +
                  WebApplicationFirewallPolicies = Azure::Network::Mgmt::V2019_06_01::WebApplicationFirewallPolicies
         | 
| 88 90 |  | 
| 89 91 | 
             
                  module Models
         | 
| 90 | 
            -
                     | 
| 91 | 
            -
                    ApplicationGatewayProbeHealthResponseMatch = Azure::Network::Mgmt:: | 
| 92 | 
            -
                     | 
| 93 | 
            -
                     | 
| 94 | 
            -
                     | 
| 95 | 
            -
                     | 
| 96 | 
            -
                     | 
| 97 | 
            -
                    PrivateLinkServiceConnectionState = Azure::Network::Mgmt:: | 
| 98 | 
            -
                     | 
| 99 | 
            -
                     | 
| 100 | 
            -
                     | 
| 101 | 
            -
                     | 
| 102 | 
            -
                     | 
| 103 | 
            -
                     | 
| 104 | 
            -
                     | 
| 105 | 
            -
                    ServiceEndpointPropertiesFormat = Azure::Network::Mgmt:: | 
| 106 | 
            -
                     | 
| 107 | 
            -
                     | 
| 108 | 
            -
                     | 
| 109 | 
            -
                    PublicIPAddressDnsSettings = Azure::Network::Mgmt:: | 
| 110 | 
            -
                     | 
| 111 | 
            -
                    IpTag = Azure::Network::Mgmt:: | 
| 112 | 
            -
                     | 
| 113 | 
            -
                     | 
| 114 | 
            -
                     | 
| 115 | 
            -
                     | 
| 116 | 
            -
                     | 
| 117 | 
            -
                     | 
| 118 | 
            -
                     | 
| 119 | 
            -
                     | 
| 120 | 
            -
                     | 
| 121 | 
            -
                     | 
| 122 | 
            -
                     | 
| 123 | 
            -
                     | 
| 124 | 
            -
                     | 
| 125 | 
            -
                     | 
| 126 | 
            -
                     | 
| 127 | 
            -
                     | 
| 128 | 
            -
                     | 
| 129 | 
            -
                    ApplicationGatewayBackendHealthHttpSettings = Azure::Network::Mgmt:: | 
| 130 | 
            -
                     | 
| 131 | 
            -
                    ApplicationGatewayBackendHealthPool = Azure::Network::Mgmt:: | 
| 132 | 
            -
                     | 
| 133 | 
            -
                    ApplicationGatewaySku = Azure::Network::Mgmt:: | 
| 134 | 
            -
                     | 
| 135 | 
            -
                     | 
| 136 | 
            -
                     | 
| 137 | 
            -
                     | 
| 138 | 
            -
                     | 
| 139 | 
            -
                     | 
| 140 | 
            -
                     | 
| 141 | 
            -
                    ApplicationGatewayCustomError = Azure::Network::Mgmt:: | 
| 142 | 
            -
                     | 
| 143 | 
            -
                     | 
| 144 | 
            -
                     | 
| 145 | 
            -
                     | 
| 146 | 
            -
                     | 
| 147 | 
            -
                    ApplicationGatewayHeaderConfiguration = Azure::Network::Mgmt:: | 
| 148 | 
            -
                     | 
| 149 | 
            -
                    ApplicationGatewayRewriteRule = Azure::Network::Mgmt:: | 
| 150 | 
            -
                     | 
| 151 | 
            -
                     | 
| 152 | 
            -
                     | 
| 153 | 
            -
                    ApplicationGatewayFirewallDisabledRuleGroup = Azure::Network::Mgmt:: | 
| 154 | 
            -
                     | 
| 155 | 
            -
                    ApplicationGatewayWebApplicationFirewallConfiguration = Azure::Network::Mgmt:: | 
| 156 | 
            -
                     | 
| 157 | 
            -
                    ManagedServiceIdentityUserAssignedIdentitiesValue = Azure::Network::Mgmt:: | 
| 158 | 
            -
                     | 
| 159 | 
            -
                     | 
| 160 | 
            -
                     | 
| 161 | 
            -
                    ApplicationGatewayFirewallRule = Azure::Network::Mgmt:: | 
| 162 | 
            -
                     | 
| 163 | 
            -
                     | 
| 164 | 
            -
                     | 
| 165 | 
            -
                     | 
| 166 | 
            -
                     | 
| 167 | 
            -
                    ApplicationGatewayAvailableSslPredefinedPolicies = Azure::Network::Mgmt:: | 
| 168 | 
            -
                     | 
| 169 | 
            -
                    ErrorDetails = Azure::Network::Mgmt:: | 
| 170 | 
            -
                     | 
| 171 | 
            -
                    TagsObject = Azure::Network::Mgmt:: | 
| 172 | 
            -
                    LoadBalancerOutboundRuleListResult = Azure::Network::Mgmt:: | 
| 173 | 
            -
                    AvailableDelegation = Azure::Network::Mgmt:: | 
| 174 | 
            -
                    LoadBalancerProbeListResult = Azure::Network::Mgmt:: | 
| 175 | 
            -
                     | 
| 176 | 
            -
                    NetworkInterfaceListResult = Azure::Network::Mgmt:: | 
| 177 | 
            -
                     | 
| 178 | 
            -
                    NatGatewaySku = Azure::Network::Mgmt:: | 
| 179 | 
            -
                     | 
| 180 | 
            -
                    PublicIPPrefixSku = Azure::Network::Mgmt:: | 
| 181 | 
            -
                     | 
| 182 | 
            -
                    NatGatewayListResult = Azure::Network::Mgmt:: | 
| 183 | 
            -
                     | 
| 184 | 
            -
                    AzureAsyncOperationResult = Azure::Network::Mgmt:: | 
| 185 | 
            -
                     | 
| 186 | 
            -
                    NetworkInterfaceTapConfigurationListResult = Azure::Network::Mgmt:: | 
| 187 | 
            -
                     | 
| 188 | 
            -
                    NetworkInterfaceIPConfigurationListResult = Azure::Network::Mgmt:: | 
| 189 | 
            -
                     | 
| 190 | 
            -
                    NetworkInterfaceLoadBalancerListResult = Azure::Network::Mgmt:: | 
| 191 | 
            -
                     | 
| 192 | 
            -
                    EffectiveNetworkSecurityGroupAssociation = Azure::Network::Mgmt:: | 
| 193 | 
            -
                     | 
| 194 | 
            -
                    EffectiveNetworkSecurityRule = Azure::Network::Mgmt:: | 
| 195 | 
            -
                     | 
| 196 | 
            -
                     | 
| 197 | 
            -
                    EffectiveNetworkSecurityGroupListResult = Azure::Network::Mgmt:: | 
| 198 | 
            -
                     | 
| 199 | 
            -
                     | 
| 200 | 
            -
                     | 
| 201 | 
            -
                     | 
| 202 | 
            -
                     | 
| 203 | 
            -
                     | 
| 204 | 
            -
                     | 
| 205 | 
            -
                     | 
| 206 | 
            -
                     | 
| 207 | 
            -
                    ContainerNetworkInterfaceIpConfiguration = Azure::Network::Mgmt:: | 
| 208 | 
            -
                     | 
| 209 | 
            -
                     | 
| 210 | 
            -
                     | 
| 211 | 
            -
                     | 
| 212 | 
            -
                     | 
| 213 | 
            -
                    NetworkProfileListResult = Azure::Network::Mgmt:: | 
| 214 | 
            -
                     | 
| 215 | 
            -
                    SecurityRuleListResult = Azure::Network::Mgmt:: | 
| 216 | 
            -
                     | 
| 217 | 
            -
                    NetworkSecurityGroupListResult = Azure::Network::Mgmt:: | 
| 218 | 
            -
                     | 
| 219 | 
            -
                    ErrorResponse = Azure::Network::Mgmt:: | 
| 220 | 
            -
                     | 
| 221 | 
            -
                     | 
| 222 | 
            -
                     | 
| 223 | 
            -
                    NetworkWatcherListResult = Azure::Network::Mgmt:: | 
| 224 | 
            -
                     | 
| 225 | 
            -
                    TopologyParameters = Azure::Network::Mgmt:: | 
| 226 | 
            -
                     | 
| 227 | 
            -
                    TopologyAssociation = Azure::Network::Mgmt:: | 
| 228 | 
            -
                     | 
| 229 | 
            -
                    TopologyResource = Azure::Network::Mgmt:: | 
| 230 | 
            -
                     | 
| 231 | 
            -
                    Topology = Azure::Network::Mgmt:: | 
| 232 | 
            -
                     | 
| 233 | 
            -
                    VerificationIPFlowParameters = Azure::Network::Mgmt:: | 
| 234 | 
            -
                     | 
| 235 | 
            -
                    VerificationIPFlowResult = Azure::Network::Mgmt:: | 
| 236 | 
            -
                     | 
| 237 | 
            -
                    NextHopParameters = Azure::Network::Mgmt:: | 
| 238 | 
            -
                     | 
| 239 | 
            -
                    NextHopResult = Azure::Network::Mgmt:: | 
| 240 | 
            -
                     | 
| 241 | 
            -
                    SecurityGroupViewParameters = Azure::Network::Mgmt:: | 
| 242 | 
            -
                     | 
| 243 | 
            -
                    NetworkInterfaceAssociation = Azure::Network::Mgmt:: | 
| 244 | 
            -
                     | 
| 245 | 
            -
                    SubnetAssociation = Azure::Network::Mgmt:: | 
| 246 | 
            -
                     | 
| 247 | 
            -
                    SecurityRuleAssociations = Azure::Network::Mgmt:: | 
| 248 | 
            -
                     | 
| 249 | 
            -
                    SecurityGroupNetworkInterface = Azure::Network::Mgmt:: | 
| 250 | 
            -
                     | 
| 251 | 
            -
                    SecurityGroupViewResult = Azure::Network::Mgmt:: | 
| 252 | 
            -
                     | 
| 253 | 
            -
                    PacketCaptureStorageLocation = Azure::Network::Mgmt:: | 
| 254 | 
            -
                     | 
| 255 | 
            -
                    PacketCaptureFilter = Azure::Network::Mgmt:: | 
| 256 | 
            -
                     | 
| 257 | 
            -
                    PacketCaptureParameters = Azure::Network::Mgmt:: | 
| 258 | 
            -
                     | 
| 259 | 
            -
                    PacketCapture = Azure::Network::Mgmt:: | 
| 260 | 
            -
                     | 
| 261 | 
            -
                    PacketCaptureResult = Azure::Network::Mgmt:: | 
| 262 | 
            -
                     | 
| 263 | 
            -
                    PacketCaptureListResult = Azure::Network::Mgmt:: | 
| 264 | 
            -
                     | 
| 265 | 
            -
                    PacketCaptureQueryStatusResult = Azure::Network::Mgmt:: | 
| 266 | 
            -
                     | 
| 267 | 
            -
                    TroubleshootingParameters = Azure::Network::Mgmt:: | 
| 268 | 
            -
                     | 
| 269 | 
            -
                    QueryTroubleshootingParameters = Azure::Network::Mgmt:: | 
| 270 | 
            -
                     | 
| 271 | 
            -
                    TroubleshootingRecommendedActions = Azure::Network::Mgmt:: | 
| 272 | 
            -
                     | 
| 273 | 
            -
                    TroubleshootingDetails = Azure::Network::Mgmt:: | 
| 274 | 
            -
                     | 
| 275 | 
            -
                    TroubleshootingResult = Azure::Network::Mgmt:: | 
| 276 | 
            -
                     | 
| 277 | 
            -
                    RetentionPolicyParameters = Azure::Network::Mgmt:: | 
| 278 | 
            -
                     | 
| 279 | 
            -
                    FlowLogFormatParameters = Azure::Network::Mgmt:: | 
| 280 | 
            -
                     | 
| 281 | 
            -
                     | 
| 282 | 
            -
                     | 
| 283 | 
            -
                     | 
| 284 | 
            -
                     | 
| 285 | 
            -
                     | 
| 286 | 
            -
                     | 
| 287 | 
            -
                     | 
| 288 | 
            -
                     | 
| 289 | 
            -
                     | 
| 290 | 
            -
                     | 
| 291 | 
            -
                     | 
| 292 | 
            -
                     | 
| 293 | 
            -
                     | 
| 294 | 
            -
                     | 
| 295 | 
            -
                     | 
| 296 | 
            -
                     | 
| 297 | 
            -
                     | 
| 298 | 
            -
                     | 
| 299 | 
            -
                     | 
| 300 | 
            -
                     | 
| 301 | 
            -
                     | 
| 302 | 
            -
                     | 
| 303 | 
            -
                     | 
| 304 | 
            -
                     | 
| 305 | 
            -
                     | 
| 306 | 
            -
                     | 
| 307 | 
            -
                     | 
| 308 | 
            -
                     | 
| 309 | 
            -
                     | 
| 310 | 
            -
                     | 
| 311 | 
            -
                     | 
| 312 | 
            -
                     | 
| 313 | 
            -
                     | 
| 314 | 
            -
                     | 
| 315 | 
            -
                     | 
| 316 | 
            -
                     | 
| 317 | 
            -
                     | 
| 318 | 
            -
                     | 
| 319 | 
            -
                     | 
| 320 | 
            -
                     | 
| 321 | 
            -
                     | 
| 322 | 
            -
                     | 
| 323 | 
            -
                     | 
| 324 | 
            -
                     | 
| 325 | 
            -
                     | 
| 326 | 
            -
                     | 
| 327 | 
            -
                     | 
| 328 | 
            -
                     | 
| 329 | 
            -
                     | 
| 330 | 
            -
                     | 
| 331 | 
            -
                     | 
| 332 | 
            -
                     | 
| 333 | 
            -
                     | 
| 334 | 
            -
                     | 
| 335 | 
            -
                     | 
| 336 | 
            -
                     | 
| 337 | 
            -
                     | 
| 338 | 
            -
                     | 
| 339 | 
            -
                     | 
| 340 | 
            -
                     | 
| 341 | 
            -
                     | 
| 342 | 
            -
                     | 
| 343 | 
            -
                     | 
| 344 | 
            -
                     | 
| 345 | 
            -
                     | 
| 346 | 
            -
                     | 
| 347 | 
            -
                     | 
| 348 | 
            -
                     | 
| 349 | 
            -
                     | 
| 350 | 
            -
                     | 
| 351 | 
            -
                     | 
| 352 | 
            -
                     | 
| 353 | 
            -
                     | 
| 354 | 
            -
                     | 
| 355 | 
            -
                     | 
| 356 | 
            -
                     | 
| 357 | 
            -
                     | 
| 358 | 
            -
                     | 
| 359 | 
            -
                     | 
| 360 | 
            -
                    Availability = Azure::Network::Mgmt:: | 
| 361 | 
            -
                     | 
| 362 | 
            -
                    Dimension = Azure::Network::Mgmt:: | 
| 363 | 
            -
                     | 
| 364 | 
            -
                     | 
| 365 | 
            -
                     | 
| 366 | 
            -
                     | 
| 367 | 
            -
                     | 
| 368 | 
            -
                     | 
| 369 | 
            -
                     | 
| 370 | 
            -
                     | 
| 371 | 
            -
                     | 
| 372 | 
            -
                     | 
| 373 | 
            -
                     | 
| 374 | 
            -
                     | 
| 375 | 
            -
                     | 
| 376 | 
            -
                     | 
| 377 | 
            -
                     | 
| 378 | 
            -
                     | 
| 379 | 
            -
                     | 
| 380 | 
            -
                     | 
| 381 | 
            -
                     | 
| 382 | 
            -
                     | 
| 383 | 
            -
                     | 
| 384 | 
            -
                     | 
| 385 | 
            -
                     | 
| 386 | 
            -
                     | 
| 387 | 
            -
                     | 
| 388 | 
            -
                     | 
| 389 | 
            -
                     | 
| 390 | 
            -
                     | 
| 391 | 
            -
                     | 
| 392 | 
            -
                     | 
| 393 | 
            -
                     | 
| 394 | 
            -
                     | 
| 395 | 
            -
                     | 
| 396 | 
            -
                     | 
| 397 | 
            -
                     | 
| 398 | 
            -
                     | 
| 399 | 
            -
                     | 
| 400 | 
            -
                     | 
| 401 | 
            -
                     | 
| 402 | 
            -
                     | 
| 403 | 
            -
                     | 
| 404 | 
            -
                     | 
| 405 | 
            -
                     | 
| 406 | 
            -
                     | 
| 407 | 
            -
                     | 
| 408 | 
            -
                     | 
| 409 | 
            -
                     | 
| 410 | 
            -
                     | 
| 411 | 
            -
                     | 
| 412 | 
            -
                     | 
| 413 | 
            -
                     | 
| 414 | 
            -
                     | 
| 415 | 
            -
                     | 
| 416 | 
            -
                     | 
| 417 | 
            -
                     | 
| 418 | 
            -
                     | 
| 419 | 
            -
                     | 
| 420 | 
            -
                     | 
| 421 | 
            -
                     | 
| 422 | 
            -
                     | 
| 423 | 
            -
                     | 
| 424 | 
            -
                     | 
| 425 | 
            -
                     | 
| 426 | 
            -
                     | 
| 427 | 
            -
                     | 
| 428 | 
            -
                     | 
| 429 | 
            -
                     | 
| 430 | 
            -
                     | 
| 431 | 
            -
                     | 
| 432 | 
            -
                     | 
| 433 | 
            -
                     | 
| 434 | 
            -
                     | 
| 435 | 
            -
                     | 
| 436 | 
            -
                     | 
| 437 | 
            -
                     | 
| 438 | 
            -
                     | 
| 439 | 
            -
                     | 
| 440 | 
            -
                     | 
| 441 | 
            -
                     | 
| 442 | 
            -
                     | 
| 443 | 
            -
                     | 
| 444 | 
            -
                     | 
| 445 | 
            -
                     | 
| 446 | 
            -
                     | 
| 447 | 
            -
                     | 
| 448 | 
            -
                     | 
| 449 | 
            -
                     | 
| 450 | 
            -
                     | 
| 451 | 
            -
                     | 
| 452 | 
            -
                     | 
| 453 | 
            -
                     | 
| 454 | 
            -
                     | 
| 455 | 
            -
                     | 
| 456 | 
            -
                     | 
| 457 | 
            -
                     | 
| 458 | 
            -
                     | 
| 459 | 
            -
                     | 
| 460 | 
            -
                     | 
| 461 | 
            -
                     | 
| 462 | 
            -
                     | 
| 463 | 
            -
                     | 
| 464 | 
            -
                     | 
| 465 | 
            -
                     | 
| 466 | 
            -
                     | 
| 467 | 
            -
                     | 
| 468 | 
            -
                     | 
| 469 | 
            -
                     | 
| 470 | 
            -
                     | 
| 471 | 
            -
                     | 
| 472 | 
            -
                     | 
| 473 | 
            -
                     | 
| 474 | 
            -
                     | 
| 475 | 
            -
                     | 
| 476 | 
            -
                     | 
| 477 | 
            -
                     | 
| 478 | 
            -
                     | 
| 479 | 
            -
                     | 
| 480 | 
            -
                     | 
| 481 | 
            -
                     | 
| 482 | 
            -
                     | 
| 483 | 
            -
                     | 
| 484 | 
            -
                     | 
| 485 | 
            -
                     | 
| 486 | 
            -
                     | 
| 487 | 
            -
                     | 
| 488 | 
            -
                     | 
| 489 | 
            -
                     | 
| 490 | 
            -
                     | 
| 491 | 
            -
                     | 
| 492 | 
            -
                     | 
| 493 | 
            -
                     | 
| 494 | 
            -
                     | 
| 495 | 
            -
                     | 
| 496 | 
            -
                     | 
| 497 | 
            -
                     | 
| 498 | 
            -
                     | 
| 499 | 
            -
                     | 
| 500 | 
            -
                     | 
| 501 | 
            -
                     | 
| 502 | 
            -
                     | 
| 503 | 
            -
                     | 
| 504 | 
            -
                     | 
| 505 | 
            -
                     | 
| 506 | 
            -
                     | 
| 507 | 
            -
                     | 
| 508 | 
            -
                     | 
| 509 | 
            -
                     | 
| 510 | 
            -
                     | 
| 511 | 
            -
                     | 
| 512 | 
            -
                     | 
| 513 | 
            -
                     | 
| 514 | 
            -
                     | 
| 515 | 
            -
                     | 
| 516 | 
            -
                     | 
| 517 | 
            -
                     | 
| 518 | 
            -
                     | 
| 519 | 
            -
                     | 
| 520 | 
            -
                     | 
| 521 | 
            -
                     | 
| 522 | 
            -
                     | 
| 523 | 
            -
                     | 
| 524 | 
            -
                     | 
| 525 | 
            -
                     | 
| 526 | 
            -
                     | 
| 527 | 
            -
                     | 
| 528 | 
            -
                     | 
| 529 | 
            -
                     | 
| 530 | 
            -
                     | 
| 531 | 
            -
                     | 
| 532 | 
            -
                     | 
| 533 | 
            -
                     | 
| 534 | 
            -
                     | 
| 535 | 
            -
                     | 
| 536 | 
            -
                     | 
| 537 | 
            -
                     | 
| 538 | 
            -
                     | 
| 539 | 
            -
                     | 
| 540 | 
            -
                     | 
| 541 | 
            -
                     | 
| 542 | 
            -
                     | 
| 543 | 
            -
                     | 
| 544 | 
            -
                     | 
| 545 | 
            -
                     | 
| 546 | 
            -
                     | 
| 547 | 
            -
                     | 
| 548 | 
            -
                     | 
| 549 | 
            -
                     | 
| 550 | 
            -
                     | 
| 551 | 
            -
                     | 
| 552 | 
            -
                     | 
| 553 | 
            -
                     | 
| 554 | 
            -
                     | 
| 555 | 
            -
                     | 
| 556 | 
            -
                     | 
| 557 | 
            -
                     | 
| 558 | 
            -
                     | 
| 559 | 
            -
                     | 
| 560 | 
            -
                     | 
| 561 | 
            -
                     | 
| 562 | 
            -
                     | 
| 563 | 
            -
                     | 
| 564 | 
            -
                     | 
| 565 | 
            -
                     | 
| 566 | 
            -
                     | 
| 567 | 
            -
                     | 
| 568 | 
            -
                     | 
| 569 | 
            -
                     | 
| 570 | 
            -
                     | 
| 571 | 
            -
                     | 
| 572 | 
            -
                     | 
| 573 | 
            -
                     | 
| 574 | 
            -
                     | 
| 575 | 
            -
                     | 
| 576 | 
            -
                     | 
| 577 | 
            -
                     | 
| 92 | 
            +
                    EffectiveRouteListResult = Azure::Network::Mgmt::V2019_06_01::Models::EffectiveRouteListResult
         | 
| 93 | 
            +
                    ApplicationGatewayProbeHealthResponseMatch = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayProbeHealthResponseMatch
         | 
| 94 | 
            +
                    LoadBalancerBackendAddressPoolListResult = Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerBackendAddressPoolListResult
         | 
| 95 | 
            +
                    LoadBalancerFrontendIPConfigurationListResult = Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerFrontendIPConfigurationListResult
         | 
| 96 | 
            +
                    SubResource = Azure::Network::Mgmt::V2019_06_01::Models::SubResource
         | 
| 97 | 
            +
                    LoadBalancerLoadBalancingRuleListResult = Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerLoadBalancingRuleListResult
         | 
| 98 | 
            +
                    ExpressRouteGatewayPropertiesAutoScaleConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfiguration
         | 
| 99 | 
            +
                    PrivateLinkServiceConnectionState = Azure::Network::Mgmt::V2019_06_01::Models::PrivateLinkServiceConnectionState
         | 
| 100 | 
            +
                    ServiceEndpointPolicyDefinitionListResult = Azure::Network::Mgmt::V2019_06_01::Models::ServiceEndpointPolicyDefinitionListResult
         | 
| 101 | 
            +
                    DeviceProperties = Azure::Network::Mgmt::V2019_06_01::Models::DeviceProperties
         | 
| 102 | 
            +
                    BgpServiceCommunityListResult = Azure::Network::Mgmt::V2019_06_01::Models::BgpServiceCommunityListResult
         | 
| 103 | 
            +
                    VpnLinkProviderProperties = Azure::Network::Mgmt::V2019_06_01::Models::VpnLinkProviderProperties
         | 
| 104 | 
            +
                    ExpressRouteGatewayList = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteGatewayList
         | 
| 105 | 
            +
                    ListVpnSitesResult = Azure::Network::Mgmt::V2019_06_01::Models::ListVpnSitesResult
         | 
| 106 | 
            +
                    ExpressRouteConnectionList = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteConnectionList
         | 
| 107 | 
            +
                    ServiceEndpointPropertiesFormat = Azure::Network::Mgmt::V2019_06_01::Models::ServiceEndpointPropertiesFormat
         | 
| 108 | 
            +
                    ExpressRoutePortsLocationBandwidths = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRoutePortsLocationBandwidths
         | 
| 109 | 
            +
                    VpnClientConnectionHealthDetail = Azure::Network::Mgmt::V2019_06_01::Models::VpnClientConnectionHealthDetail
         | 
| 110 | 
            +
                    VirtualWanSecurityProviders = Azure::Network::Mgmt::V2019_06_01::Models::VirtualWanSecurityProviders
         | 
| 111 | 
            +
                    PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2019_06_01::Models::PublicIPAddressDnsSettings
         | 
| 112 | 
            +
                    ExpressRoutePortsLocationListResult = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRoutePortsLocationListResult
         | 
| 113 | 
            +
                    IpTag = Azure::Network::Mgmt::V2019_06_01::Models::IpTag
         | 
| 114 | 
            +
                    BGPCommunity = Azure::Network::Mgmt::V2019_06_01::Models::BGPCommunity
         | 
| 115 | 
            +
                    VirtualNetworkGatewayListConnectionsResult = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewayListConnectionsResult
         | 
| 116 | 
            +
                    ExpressRouteLinkListResult = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteLinkListResult
         | 
| 117 | 
            +
                    VirtualNetworkConnectionGatewayReference = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkConnectionGatewayReference
         | 
| 118 | 
            +
                    RouteListResult = Azure::Network::Mgmt::V2019_06_01::Models::RouteListResult
         | 
| 119 | 
            +
                    VpnClientIPsecParameters = Azure::Network::Mgmt::V2019_06_01::Models::VpnClientIPsecParameters
         | 
| 120 | 
            +
                    ExpressRoutePortListResult = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRoutePortListResult
         | 
| 121 | 
            +
                    ConnectionResetSharedKey = Azure::Network::Mgmt::V2019_06_01::Models::ConnectionResetSharedKey
         | 
| 122 | 
            +
                    PrivateEndpointListResult = Azure::Network::Mgmt::V2019_06_01::Models::PrivateEndpointListResult
         | 
| 123 | 
            +
                    VirtualHubRoute = Azure::Network::Mgmt::V2019_06_01::Models::VirtualHubRoute
         | 
| 124 | 
            +
                    AvailablePrivateEndpointType = Azure::Network::Mgmt::V2019_06_01::Models::AvailablePrivateEndpointType
         | 
| 125 | 
            +
                    TunnelConnectionHealth = Azure::Network::Mgmt::V2019_06_01::Models::TunnelConnectionHealth
         | 
| 126 | 
            +
                    AvailablePrivateEndpointTypesResult = Azure::Network::Mgmt::V2019_06_01::Models::AvailablePrivateEndpointTypesResult
         | 
| 127 | 
            +
                    GatewayRouteListResult = Azure::Network::Mgmt::V2019_06_01::Models::GatewayRouteListResult
         | 
| 128 | 
            +
                    PrivateLinkServiceIpConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::PrivateLinkServiceIpConfiguration
         | 
| 129 | 
            +
                    BgpPeerStatusListResult = Azure::Network::Mgmt::V2019_06_01::Models::BgpPeerStatusListResult
         | 
| 130 | 
            +
                    RouteTableListResult = Azure::Network::Mgmt::V2019_06_01::Models::RouteTableListResult
         | 
| 131 | 
            +
                    ApplicationGatewayBackendHealthHttpSettings = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayBackendHealthHttpSettings
         | 
| 132 | 
            +
                    RouteFilterRuleListResult = Azure::Network::Mgmt::V2019_06_01::Models::RouteFilterRuleListResult
         | 
| 133 | 
            +
                    ApplicationGatewayBackendHealthPool = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayBackendHealthPool
         | 
| 134 | 
            +
                    RouteFilterListResult = Azure::Network::Mgmt::V2019_06_01::Models::RouteFilterListResult
         | 
| 135 | 
            +
                    ApplicationGatewaySku = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewaySku
         | 
| 136 | 
            +
                    ListP2SVpnServerConfigurationsResult = Azure::Network::Mgmt::V2019_06_01::Models::ListP2SVpnServerConfigurationsResult
         | 
| 137 | 
            +
                    VirtualNetworkGatewayListResult = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewayListResult
         | 
| 138 | 
            +
                    ResourceSet = Azure::Network::Mgmt::V2019_06_01::Models::ResourceSet
         | 
| 139 | 
            +
                    ListVirtualHubsResult = Azure::Network::Mgmt::V2019_06_01::Models::ListVirtualHubsResult
         | 
| 140 | 
            +
                    PrivateLinkServiceListResult = Azure::Network::Mgmt::V2019_06_01::Models::PrivateLinkServiceListResult
         | 
| 141 | 
            +
                    BgpPeerStatus = Azure::Network::Mgmt::V2019_06_01::Models::BgpPeerStatus
         | 
| 142 | 
            +
                    CheckPrivateLinkServiceVisibilityRequest = Azure::Network::Mgmt::V2019_06_01::Models::CheckPrivateLinkServiceVisibilityRequest
         | 
| 143 | 
            +
                    ApplicationGatewayCustomError = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayCustomError
         | 
| 144 | 
            +
                    PrivateLinkServiceVisibility = Azure::Network::Mgmt::V2019_06_01::Models::PrivateLinkServiceVisibility
         | 
| 145 | 
            +
                    IpsecPolicy = Azure::Network::Mgmt::V2019_06_01::Models::IpsecPolicy
         | 
| 146 | 
            +
                    AutoApprovedPrivateLinkService = Azure::Network::Mgmt::V2019_06_01::Models::AutoApprovedPrivateLinkService
         | 
| 147 | 
            +
                    ListVpnConnectionsResult = Azure::Network::Mgmt::V2019_06_01::Models::ListVpnConnectionsResult
         | 
| 148 | 
            +
                    AutoApprovedPrivateLinkServicesResult = Azure::Network::Mgmt::V2019_06_01::Models::AutoApprovedPrivateLinkServicesResult
         | 
| 149 | 
            +
                    ApplicationGatewayHeaderConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayHeaderConfiguration
         | 
| 150 | 
            +
                    LoadBalancerSku = Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerSku
         | 
| 151 | 
            +
                    ApplicationGatewayRewriteRule = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayRewriteRule
         | 
| 152 | 
            +
                    VpnClientConnectionHealth = Azure::Network::Mgmt::V2019_06_01::Models::VpnClientConnectionHealth
         | 
| 153 | 
            +
                    ListVpnSiteLinkConnectionsResult = Azure::Network::Mgmt::V2019_06_01::Models::ListVpnSiteLinkConnectionsResult
         | 
| 154 | 
            +
                    ListP2SVpnGatewaysResult = Azure::Network::Mgmt::V2019_06_01::Models::ListP2SVpnGatewaysResult
         | 
| 155 | 
            +
                    ApplicationGatewayFirewallDisabledRuleGroup = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayFirewallDisabledRuleGroup
         | 
| 156 | 
            +
                    P2SVpnProfileParameters = Azure::Network::Mgmt::V2019_06_01::Models::P2SVpnProfileParameters
         | 
| 157 | 
            +
                    ApplicationGatewayWebApplicationFirewallConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration
         | 
| 158 | 
            +
                    PublicIPPrefixListResult = Azure::Network::Mgmt::V2019_06_01::Models::PublicIPPrefixListResult
         | 
| 159 | 
            +
                    ManagedServiceIdentityUserAssignedIdentitiesValue = Azure::Network::Mgmt::V2019_06_01::Models::ManagedServiceIdentityUserAssignedIdentitiesValue
         | 
| 160 | 
            +
                    VpnProfileResponse = Azure::Network::Mgmt::V2019_06_01::Models::VpnProfileResponse
         | 
| 161 | 
            +
                    NetworkIntentPolicyConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::NetworkIntentPolicyConfiguration
         | 
| 162 | 
            +
                    LoadBalancerListResult = Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerListResult
         | 
| 163 | 
            +
                    ApplicationGatewayFirewallRule = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayFirewallRule
         | 
| 164 | 
            +
                    InboundNatRuleListResult = Azure::Network::Mgmt::V2019_06_01::Models::InboundNatRuleListResult
         | 
| 165 | 
            +
                    ListHubVirtualNetworkConnectionsResult = Azure::Network::Mgmt::V2019_06_01::Models::ListHubVirtualNetworkConnectionsResult
         | 
| 166 | 
            +
                    ApplicationGatewayAvailableWafRuleSetsResult = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayAvailableWafRuleSetsResult
         | 
| 167 | 
            +
                    VirtualNetworkListUsageResult = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkListUsageResult
         | 
| 168 | 
            +
                    PublicIPAddressListResult = Azure::Network::Mgmt::V2019_06_01::Models::PublicIPAddressListResult
         | 
| 169 | 
            +
                    ApplicationGatewayAvailableSslPredefinedPolicies = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies
         | 
| 170 | 
            +
                    OperationListResult = Azure::Network::Mgmt::V2019_06_01::Models::OperationListResult
         | 
| 171 | 
            +
                    ErrorDetails = Azure::Network::Mgmt::V2019_06_01::Models::ErrorDetails
         | 
| 172 | 
            +
                    ReferencedPublicIpAddress = Azure::Network::Mgmt::V2019_06_01::Models::ReferencedPublicIpAddress
         | 
| 173 | 
            +
                    TagsObject = Azure::Network::Mgmt::V2019_06_01::Models::TagsObject
         | 
| 174 | 
            +
                    LoadBalancerOutboundRuleListResult = Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerOutboundRuleListResult
         | 
| 175 | 
            +
                    AvailableDelegation = Azure::Network::Mgmt::V2019_06_01::Models::AvailableDelegation
         | 
| 176 | 
            +
                    LoadBalancerProbeListResult = Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerProbeListResult
         | 
| 177 | 
            +
                    VirtualNetworkUsageName = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkUsageName
         | 
| 178 | 
            +
                    NetworkInterfaceListResult = Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterfaceListResult
         | 
| 179 | 
            +
                    AzureFirewallApplicationRuleProtocol = Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallApplicationRuleProtocol
         | 
| 180 | 
            +
                    NatGatewaySku = Azure::Network::Mgmt::V2019_06_01::Models::NatGatewaySku
         | 
| 181 | 
            +
                    IPAddressAvailabilityResult = Azure::Network::Mgmt::V2019_06_01::Models::IPAddressAvailabilityResult
         | 
| 182 | 
            +
                    PublicIPPrefixSku = Azure::Network::Mgmt::V2019_06_01::Models::PublicIPPrefixSku
         | 
| 183 | 
            +
                    AzureFirewallNatRule = Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallNatRule
         | 
| 184 | 
            +
                    NatGatewayListResult = Azure::Network::Mgmt::V2019_06_01::Models::NatGatewayListResult
         | 
| 185 | 
            +
                    AzureFirewallNetworkRule = Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallNetworkRule
         | 
| 186 | 
            +
                    AzureAsyncOperationResult = Azure::Network::Mgmt::V2019_06_01::Models::AzureAsyncOperationResult
         | 
| 187 | 
            +
                    DhcpOptions = Azure::Network::Mgmt::V2019_06_01::Models::DhcpOptions
         | 
| 188 | 
            +
                    NetworkInterfaceTapConfigurationListResult = Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterfaceTapConfigurationListResult
         | 
| 189 | 
            +
                    VirtualNetworkPeeringListResult = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkPeeringListResult
         | 
| 190 | 
            +
                    NetworkInterfaceIPConfigurationListResult = Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterfaceIPConfigurationListResult
         | 
| 191 | 
            +
                    ServiceAssociationLinksListResult = Azure::Network::Mgmt::V2019_06_01::Models::ServiceAssociationLinksListResult
         | 
| 192 | 
            +
                    NetworkInterfaceLoadBalancerListResult = Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterfaceLoadBalancerListResult
         | 
| 193 | 
            +
                    BastionHostListResult = Azure::Network::Mgmt::V2019_06_01::Models::BastionHostListResult
         | 
| 194 | 
            +
                    EffectiveNetworkSecurityGroupAssociation = Azure::Network::Mgmt::V2019_06_01::Models::EffectiveNetworkSecurityGroupAssociation
         | 
| 195 | 
            +
                    ProtocolCustomSettingsFormat = Azure::Network::Mgmt::V2019_06_01::Models::ProtocolCustomSettingsFormat
         | 
| 196 | 
            +
                    EffectiveNetworkSecurityRule = Azure::Network::Mgmt::V2019_06_01::Models::EffectiveNetworkSecurityRule
         | 
| 197 | 
            +
                    EffectiveNetworkSecurityGroup = Azure::Network::Mgmt::V2019_06_01::Models::EffectiveNetworkSecurityGroup
         | 
| 198 | 
            +
                    DdosProtectionPlan = Azure::Network::Mgmt::V2019_06_01::Models::DdosProtectionPlan
         | 
| 199 | 
            +
                    EffectiveNetworkSecurityGroupListResult = Azure::Network::Mgmt::V2019_06_01::Models::EffectiveNetworkSecurityGroupListResult
         | 
| 200 | 
            +
                    VirtualWanSecurityProvider = Azure::Network::Mgmt::V2019_06_01::Models::VirtualWanSecurityProvider
         | 
| 201 | 
            +
                    EffectiveRoute = Azure::Network::Mgmt::V2019_06_01::Models::EffectiveRoute
         | 
| 202 | 
            +
                    AddressSpace = Azure::Network::Mgmt::V2019_06_01::Models::AddressSpace
         | 
| 203 | 
            +
                    ApplicationGatewayOnDemandProbe = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayOnDemandProbe
         | 
| 204 | 
            +
                    ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitPeeringConfig
         | 
| 205 | 
            +
                    WebApplicationFirewallPolicyListResult = Azure::Network::Mgmt::V2019_06_01::Models::WebApplicationFirewallPolicyListResult
         | 
| 206 | 
            +
                    ExpressRouteCircuitStats = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitStats
         | 
| 207 | 
            +
                    WebApplicationFirewallCustomRule = Azure::Network::Mgmt::V2019_06_01::Models::WebApplicationFirewallCustomRule
         | 
| 208 | 
            +
                    UsagesListResult = Azure::Network::Mgmt::V2019_06_01::Models::UsagesListResult
         | 
| 209 | 
            +
                    ContainerNetworkInterfaceIpConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::ContainerNetworkInterfaceIpConfiguration
         | 
| 210 | 
            +
                    UsageName = Azure::Network::Mgmt::V2019_06_01::Models::UsageName
         | 
| 211 | 
            +
                    MatchCondition = Azure::Network::Mgmt::V2019_06_01::Models::MatchCondition
         | 
| 212 | 
            +
                    ExpressRouteCircuitConnectionListResult = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitConnectionListResult
         | 
| 213 | 
            +
                    MatchVariable = Azure::Network::Mgmt::V2019_06_01::Models::MatchVariable
         | 
| 214 | 
            +
                    ExpressRouteCircuitSku = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitSku
         | 
| 215 | 
            +
                    NetworkProfileListResult = Azure::Network::Mgmt::V2019_06_01::Models::NetworkProfileListResult
         | 
| 216 | 
            +
                    ServiceTagsListResult = Azure::Network::Mgmt::V2019_06_01::Models::ServiceTagsListResult
         | 
| 217 | 
            +
                    SecurityRuleListResult = Azure::Network::Mgmt::V2019_06_01::Models::SecurityRuleListResult
         | 
| 218 | 
            +
                    ExpressRouteCircuitsArpTableListResult = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitsArpTableListResult
         | 
| 219 | 
            +
                    NetworkSecurityGroupListResult = Azure::Network::Mgmt::V2019_06_01::Models::NetworkSecurityGroupListResult
         | 
| 220 | 
            +
                    ExpressRouteCircuitsRoutesTableListResult = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitsRoutesTableListResult
         | 
| 221 | 
            +
                    ErrorResponse = Azure::Network::Mgmt::V2019_06_01::Models::ErrorResponse
         | 
| 222 | 
            +
                    ExpressRouteCircuitsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult
         | 
| 223 | 
            +
                    PolicySettings = Azure::Network::Mgmt::V2019_06_01::Models::PolicySettings
         | 
| 224 | 
            +
                    ExpressRouteServiceProviderBandwidthsOffered = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteServiceProviderBandwidthsOffered
         | 
| 225 | 
            +
                    NetworkWatcherListResult = Azure::Network::Mgmt::V2019_06_01::Models::NetworkWatcherListResult
         | 
| 226 | 
            +
                    ExpressRouteServiceProviderListResult = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteServiceProviderListResult
         | 
| 227 | 
            +
                    TopologyParameters = Azure::Network::Mgmt::V2019_06_01::Models::TopologyParameters
         | 
| 228 | 
            +
                    ExpressRouteCrossConnectionsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCrossConnectionsRoutesTableSummaryListResult
         | 
| 229 | 
            +
                    TopologyAssociation = Azure::Network::Mgmt::V2019_06_01::Models::TopologyAssociation
         | 
| 230 | 
            +
                    ServiceTagInformationPropertiesFormat = Azure::Network::Mgmt::V2019_06_01::Models::ServiceTagInformationPropertiesFormat
         | 
| 231 | 
            +
                    TopologyResource = Azure::Network::Mgmt::V2019_06_01::Models::TopologyResource
         | 
| 232 | 
            +
                    ExpressRouteCrossConnectionListResult = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCrossConnectionListResult
         | 
| 233 | 
            +
                    Topology = Azure::Network::Mgmt::V2019_06_01::Models::Topology
         | 
| 234 | 
            +
                    VirtualHubId = Azure::Network::Mgmt::V2019_06_01::Models::VirtualHubId
         | 
| 235 | 
            +
                    VerificationIPFlowParameters = Azure::Network::Mgmt::V2019_06_01::Models::VerificationIPFlowParameters
         | 
| 236 | 
            +
                    ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds
         | 
| 237 | 
            +
                    VerificationIPFlowResult = Azure::Network::Mgmt::V2019_06_01::Models::VerificationIPFlowResult
         | 
| 238 | 
            +
                    NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterfaceDnsSettings
         | 
| 239 | 
            +
                    NextHopParameters = Azure::Network::Mgmt::V2019_06_01::Models::NextHopParameters
         | 
| 240 | 
            +
                    VirtualNetworkTapListResult = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkTapListResult
         | 
| 241 | 
            +
                    NextHopResult = Azure::Network::Mgmt::V2019_06_01::Models::NextHopResult
         | 
| 242 | 
            +
                    PublicIPAddressSku = Azure::Network::Mgmt::V2019_06_01::Models::PublicIPAddressSku
         | 
| 243 | 
            +
                    SecurityGroupViewParameters = Azure::Network::Mgmt::V2019_06_01::Models::SecurityGroupViewParameters
         | 
| 244 | 
            +
                    VpnDeviceScriptParameters = Azure::Network::Mgmt::V2019_06_01::Models::VpnDeviceScriptParameters
         | 
| 245 | 
            +
                    NetworkInterfaceAssociation = Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterfaceAssociation
         | 
| 246 | 
            +
                    LocalNetworkGatewayListResult = Azure::Network::Mgmt::V2019_06_01::Models::LocalNetworkGatewayListResult
         | 
| 247 | 
            +
                    SubnetAssociation = Azure::Network::Mgmt::V2019_06_01::Models::SubnetAssociation
         | 
| 248 | 
            +
                    VirtualNetworkGatewayConnectionListResult = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewayConnectionListResult
         | 
| 249 | 
            +
                    SecurityRuleAssociations = Azure::Network::Mgmt::V2019_06_01::Models::SecurityRuleAssociations
         | 
| 250 | 
            +
                    ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayBackendAddress
         | 
| 251 | 
            +
                    SecurityGroupNetworkInterface = Azure::Network::Mgmt::V2019_06_01::Models::SecurityGroupNetworkInterface
         | 
| 252 | 
            +
                    ApplicationGatewayBackendHealthServer = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayBackendHealthServer
         | 
| 253 | 
            +
                    SecurityGroupViewResult = Azure::Network::Mgmt::V2019_06_01::Models::SecurityGroupViewResult
         | 
| 254 | 
            +
                    ApplicationGatewayBackendHealth = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayBackendHealth
         | 
| 255 | 
            +
                    PacketCaptureStorageLocation = Azure::Network::Mgmt::V2019_06_01::Models::PacketCaptureStorageLocation
         | 
| 256 | 
            +
                    VpnClientParameters = Azure::Network::Mgmt::V2019_06_01::Models::VpnClientParameters
         | 
| 257 | 
            +
                    PacketCaptureFilter = Azure::Network::Mgmt::V2019_06_01::Models::PacketCaptureFilter
         | 
| 258 | 
            +
                    BgpSettings = Azure::Network::Mgmt::V2019_06_01::Models::BgpSettings
         | 
| 259 | 
            +
                    PacketCaptureParameters = Azure::Network::Mgmt::V2019_06_01::Models::PacketCaptureParameters
         | 
| 260 | 
            +
                    ListVpnGatewaysResult = Azure::Network::Mgmt::V2019_06_01::Models::ListVpnGatewaysResult
         | 
| 261 | 
            +
                    PacketCapture = Azure::Network::Mgmt::V2019_06_01::Models::PacketCapture
         | 
| 262 | 
            +
                    ApplicationGatewayRewriteRuleActionSet = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayRewriteRuleActionSet
         | 
| 263 | 
            +
                    PacketCaptureResult = Azure::Network::Mgmt::V2019_06_01::Models::PacketCaptureResult
         | 
| 264 | 
            +
                    PrepareNetworkPoliciesRequest = Azure::Network::Mgmt::V2019_06_01::Models::PrepareNetworkPoliciesRequest
         | 
| 265 | 
            +
                    PacketCaptureListResult = Azure::Network::Mgmt::V2019_06_01::Models::PacketCaptureListResult
         | 
| 266 | 
            +
                    ApplicationGatewayAutoscaleConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayAutoscaleConfiguration
         | 
| 267 | 
            +
                    PacketCaptureQueryStatusResult = Azure::Network::Mgmt::V2019_06_01::Models::PacketCaptureQueryStatusResult
         | 
| 268 | 
            +
                    ApplicationGatewayListResult = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayListResult
         | 
| 269 | 
            +
                    TroubleshootingParameters = Azure::Network::Mgmt::V2019_06_01::Models::TroubleshootingParameters
         | 
| 270 | 
            +
                    VirtualNetworkUsage = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkUsage
         | 
| 271 | 
            +
                    QueryTroubleshootingParameters = Azure::Network::Mgmt::V2019_06_01::Models::QueryTroubleshootingParameters
         | 
| 272 | 
            +
                    Error = Azure::Network::Mgmt::V2019_06_01::Models::Error
         | 
| 273 | 
            +
                    TroubleshootingRecommendedActions = Azure::Network::Mgmt::V2019_06_01::Models::TroubleshootingRecommendedActions
         | 
| 274 | 
            +
                    AvailableDelegationsResult = Azure::Network::Mgmt::V2019_06_01::Models::AvailableDelegationsResult
         | 
| 275 | 
            +
                    TroubleshootingDetails = Azure::Network::Mgmt::V2019_06_01::Models::TroubleshootingDetails
         | 
| 276 | 
            +
                    AzureFirewallApplicationRule = Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallApplicationRule
         | 
| 277 | 
            +
                    TroubleshootingResult = Azure::Network::Mgmt::V2019_06_01::Models::TroubleshootingResult
         | 
| 278 | 
            +
                    VirtualNetworkListResult = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkListResult
         | 
| 279 | 
            +
                    RetentionPolicyParameters = Azure::Network::Mgmt::V2019_06_01::Models::RetentionPolicyParameters
         | 
| 280 | 
            +
                    AzureFirewallListResult = Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallListResult
         | 
| 281 | 
            +
                    FlowLogFormatParameters = Azure::Network::Mgmt::V2019_06_01::Models::FlowLogFormatParameters
         | 
| 282 | 
            +
                    ResourceNavigationLinksListResult = Azure::Network::Mgmt::V2019_06_01::Models::ResourceNavigationLinksListResult
         | 
| 283 | 
            +
                    FlowLogStatusParameters = Azure::Network::Mgmt::V2019_06_01::Models::FlowLogStatusParameters
         | 
| 284 | 
            +
                    SubnetListResult = Azure::Network::Mgmt::V2019_06_01::Models::SubnetListResult
         | 
| 285 | 
            +
                    TrafficAnalyticsConfigurationProperties = Azure::Network::Mgmt::V2019_06_01::Models::TrafficAnalyticsConfigurationProperties
         | 
| 286 | 
            +
                    DdosProtectionPlanListResult = Azure::Network::Mgmt::V2019_06_01::Models::DdosProtectionPlanListResult
         | 
| 287 | 
            +
                    TrafficAnalyticsProperties = Azure::Network::Mgmt::V2019_06_01::Models::TrafficAnalyticsProperties
         | 
| 288 | 
            +
                    AuthorizationListResult = Azure::Network::Mgmt::V2019_06_01::Models::AuthorizationListResult
         | 
| 289 | 
            +
                    FlowLogInformation = Azure::Network::Mgmt::V2019_06_01::Models::FlowLogInformation
         | 
| 290 | 
            +
                    ExpressRouteConnectionId = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteConnectionId
         | 
| 291 | 
            +
                    ConnectivitySource = Azure::Network::Mgmt::V2019_06_01::Models::ConnectivitySource
         | 
| 292 | 
            +
                    ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitPeeringListResult
         | 
| 293 | 
            +
                    ConnectivityDestination = Azure::Network::Mgmt::V2019_06_01::Models::ConnectivityDestination
         | 
| 294 | 
            +
                    ExpressRouteCircuitServiceProviderProperties = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitServiceProviderProperties
         | 
| 295 | 
            +
                    HTTPHeader = Azure::Network::Mgmt::V2019_06_01::Models::HTTPHeader
         | 
| 296 | 
            +
                    ExpressRouteCircuitRoutesTable = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitRoutesTable
         | 
| 297 | 
            +
                    HTTPConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::HTTPConfiguration
         | 
| 298 | 
            +
                    ExpressRouteCircuitListResult = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitListResult
         | 
| 299 | 
            +
                    ProtocolConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::ProtocolConfiguration
         | 
| 300 | 
            +
                    ExpressRouteCrossConnectionRoutesTableSummary = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCrossConnectionRoutesTableSummary
         | 
| 301 | 
            +
                    ConnectivityParameters = Azure::Network::Mgmt::V2019_06_01::Models::ConnectivityParameters
         | 
| 302 | 
            +
                    ServiceEndpointPolicyListResult = Azure::Network::Mgmt::V2019_06_01::Models::ServiceEndpointPolicyListResult
         | 
| 303 | 
            +
                    ConnectivityIssue = Azure::Network::Mgmt::V2019_06_01::Models::ConnectivityIssue
         | 
| 304 | 
            +
                    ExpressRouteCircuitPeeringId = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitPeeringId
         | 
| 305 | 
            +
                    ConnectivityHop = Azure::Network::Mgmt::V2019_06_01::Models::ConnectivityHop
         | 
| 306 | 
            +
                    VpnLinkBgpSettings = Azure::Network::Mgmt::V2019_06_01::Models::VpnLinkBgpSettings
         | 
| 307 | 
            +
                    ConnectivityInformation = Azure::Network::Mgmt::V2019_06_01::Models::ConnectivityInformation
         | 
| 308 | 
            +
                    DdosSettings = Azure::Network::Mgmt::V2019_06_01::Models::DdosSettings
         | 
| 309 | 
            +
                    AzureReachabilityReportLocation = Azure::Network::Mgmt::V2019_06_01::Models::AzureReachabilityReportLocation
         | 
| 310 | 
            +
                    GetVpnSitesConfigurationRequest = Azure::Network::Mgmt::V2019_06_01::Models::GetVpnSitesConfigurationRequest
         | 
| 311 | 
            +
                    AzureReachabilityReportParameters = Azure::Network::Mgmt::V2019_06_01::Models::AzureReachabilityReportParameters
         | 
| 312 | 
            +
                    ApplicationGatewayConnectionDraining = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayConnectionDraining
         | 
| 313 | 
            +
                    AzureReachabilityReportLatencyInfo = Azure::Network::Mgmt::V2019_06_01::Models::AzureReachabilityReportLatencyInfo
         | 
| 314 | 
            +
                    ApplicationGatewaySslPolicy = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewaySslPolicy
         | 
| 315 | 
            +
                    AzureReachabilityReportItem = Azure::Network::Mgmt::V2019_06_01::Models::AzureReachabilityReportItem
         | 
| 316 | 
            +
                    VpnClientConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::VpnClientConfiguration
         | 
| 317 | 
            +
                    AzureReachabilityReport = Azure::Network::Mgmt::V2019_06_01::Models::AzureReachabilityReport
         | 
| 318 | 
            +
                    VirtualNetworkGatewaySku = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewaySku
         | 
| 319 | 
            +
                    AvailableProvidersListParameters = Azure::Network::Mgmt::V2019_06_01::Models::AvailableProvidersListParameters
         | 
| 320 | 
            +
                    ManagedServiceIdentity = Azure::Network::Mgmt::V2019_06_01::Models::ManagedServiceIdentity
         | 
| 321 | 
            +
                    AvailableProvidersListCity = Azure::Network::Mgmt::V2019_06_01::Models::AvailableProvidersListCity
         | 
| 322 | 
            +
                    Resource = Azure::Network::Mgmt::V2019_06_01::Models::Resource
         | 
| 323 | 
            +
                    AvailableProvidersListState = Azure::Network::Mgmt::V2019_06_01::Models::AvailableProvidersListState
         | 
| 324 | 
            +
                    AzureFirewallRCAction = Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallRCAction
         | 
| 325 | 
            +
                    AvailableProvidersListCountry = Azure::Network::Mgmt::V2019_06_01::Models::AvailableProvidersListCountry
         | 
| 326 | 
            +
                    VpnSiteId = Azure::Network::Mgmt::V2019_06_01::Models::VpnSiteId
         | 
| 327 | 
            +
                    AvailableProvidersList = Azure::Network::Mgmt::V2019_06_01::Models::AvailableProvidersList
         | 
| 328 | 
            +
                    DnsNameAvailabilityResult = Azure::Network::Mgmt::V2019_06_01::Models::DnsNameAvailabilityResult
         | 
| 329 | 
            +
                    ConnectionMonitorSource = Azure::Network::Mgmt::V2019_06_01::Models::ConnectionMonitorSource
         | 
| 330 | 
            +
                    EndpointServicesListResult = Azure::Network::Mgmt::V2019_06_01::Models::EndpointServicesListResult
         | 
| 331 | 
            +
                    ConnectionMonitorDestination = Azure::Network::Mgmt::V2019_06_01::Models::ConnectionMonitorDestination
         | 
| 332 | 
            +
                    Usage = Azure::Network::Mgmt::V2019_06_01::Models::Usage
         | 
| 333 | 
            +
                    ConnectionMonitorParameters = Azure::Network::Mgmt::V2019_06_01::Models::ConnectionMonitorParameters
         | 
| 334 | 
            +
                    ExpressRouteCircuitArpTable = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitArpTable
         | 
| 335 | 
            +
                    ConnectionMonitor = Azure::Network::Mgmt::V2019_06_01::Models::ConnectionMonitor
         | 
| 336 | 
            +
                    ServiceTagInformation = Azure::Network::Mgmt::V2019_06_01::Models::ServiceTagInformation
         | 
| 337 | 
            +
                    ConnectionMonitorResult = Azure::Network::Mgmt::V2019_06_01::Models::ConnectionMonitorResult
         | 
| 338 | 
            +
                    ExpressRouteCrossConnectionPeeringList = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCrossConnectionPeeringList
         | 
| 339 | 
            +
                    ConnectionMonitorListResult = Azure::Network::Mgmt::V2019_06_01::Models::ConnectionMonitorListResult
         | 
| 340 | 
            +
                    VpnClientConnectionHealthDetailListResult = Azure::Network::Mgmt::V2019_06_01::Models::VpnClientConnectionHealthDetailListResult
         | 
| 341 | 
            +
                    ConnectionStateSnapshot = Azure::Network::Mgmt::V2019_06_01::Models::ConnectionStateSnapshot
         | 
| 342 | 
            +
                    VirtualHubRouteTable = Azure::Network::Mgmt::V2019_06_01::Models::VirtualHubRouteTable
         | 
| 343 | 
            +
                    ConnectionMonitorQueryResult = Azure::Network::Mgmt::V2019_06_01::Models::ConnectionMonitorQueryResult
         | 
| 344 | 
            +
                    GatewayRoute = Azure::Network::Mgmt::V2019_06_01::Models::GatewayRoute
         | 
| 345 | 
            +
                    NetworkConfigurationDiagnosticProfile = Azure::Network::Mgmt::V2019_06_01::Models::NetworkConfigurationDiagnosticProfile
         | 
| 346 | 
            +
                    ApplicationGatewayFirewallExclusion = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayFirewallExclusion
         | 
| 347 | 
            +
                    NetworkConfigurationDiagnosticParameters = Azure::Network::Mgmt::V2019_06_01::Models::NetworkConfigurationDiagnosticParameters
         | 
| 348 | 
            +
                    ApplicationSecurityGroupListResult = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationSecurityGroupListResult
         | 
| 349 | 
            +
                    MatchedRule = Azure::Network::Mgmt::V2019_06_01::Models::MatchedRule
         | 
| 350 | 
            +
                    AzureFirewallFqdnTagListResult = Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallFqdnTagListResult
         | 
| 351 | 
            +
                    NetworkSecurityRulesEvaluationResult = Azure::Network::Mgmt::V2019_06_01::Models::NetworkSecurityRulesEvaluationResult
         | 
| 352 | 
            +
                    Ipv6ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2019_06_01::Models::Ipv6ExpressRouteCircuitPeeringConfig
         | 
| 353 | 
            +
                    EvaluatedNetworkSecurityGroup = Azure::Network::Mgmt::V2019_06_01::Models::EvaluatedNetworkSecurityGroup
         | 
| 354 | 
            +
                    ExpressRouteCircuitRoutesTableSummary = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitRoutesTableSummary
         | 
| 355 | 
            +
                    NetworkSecurityGroupResult = Azure::Network::Mgmt::V2019_06_01::Models::NetworkSecurityGroupResult
         | 
| 356 | 
            +
                    ListVirtualWANsResult = Azure::Network::Mgmt::V2019_06_01::Models::ListVirtualWANsResult
         | 
| 357 | 
            +
                    NetworkConfigurationDiagnosticResult = Azure::Network::Mgmt::V2019_06_01::Models::NetworkConfigurationDiagnosticResult
         | 
| 358 | 
            +
                    ApplicationGatewayBackendHealthOnDemand = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayBackendHealthOnDemand
         | 
| 359 | 
            +
                    NetworkConfigurationDiagnosticResponse = Azure::Network::Mgmt::V2019_06_01::Models::NetworkConfigurationDiagnosticResponse
         | 
| 360 | 
            +
                    ApplicationGatewayFirewallRuleGroup = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayFirewallRuleGroup
         | 
| 361 | 
            +
                    OperationDisplay = Azure::Network::Mgmt::V2019_06_01::Models::OperationDisplay
         | 
| 362 | 
            +
                    Availability = Azure::Network::Mgmt::V2019_06_01::Models::Availability
         | 
| 363 | 
            +
                    ExpressRouteCircuitReference = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitReference
         | 
| 364 | 
            +
                    Dimension = Azure::Network::Mgmt::V2019_06_01::Models::Dimension
         | 
| 365 | 
            +
                    ApplicationGatewayRewriteRuleCondition = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayRewriteRuleCondition
         | 
| 366 | 
            +
                    MetricSpecification = Azure::Network::Mgmt::V2019_06_01::Models::MetricSpecification
         | 
| 367 | 
            +
                    PeerExpressRouteCircuitConnectionListResult = Azure::Network::Mgmt::V2019_06_01::Models::PeerExpressRouteCircuitConnectionListResult
         | 
| 368 | 
            +
                    LogSpecification = Azure::Network::Mgmt::V2019_06_01::Models::LogSpecification
         | 
| 369 | 
            +
                    AzureFirewallNatRCAction = Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallNatRCAction
         | 
| 370 | 
            +
                    OperationPropertiesFormatServiceSpecification = Azure::Network::Mgmt::V2019_06_01::Models::OperationPropertiesFormatServiceSpecification
         | 
| 371 | 
            +
                    ListVpnSiteLinksResult = Azure::Network::Mgmt::V2019_06_01::Models::ListVpnSiteLinksResult
         | 
| 372 | 
            +
                    Operation = Azure::Network::Mgmt::V2019_06_01::Models::Operation
         | 
| 373 | 
            +
                    NetworkInterfaceTapConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterfaceTapConfiguration
         | 
| 374 | 
            +
                    ApplicationSecurityGroup = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationSecurityGroup
         | 
| 375 | 
            +
                    SecurityRule = Azure::Network::Mgmt::V2019_06_01::Models::SecurityRule
         | 
| 376 | 
            +
                    PrivateLinkServiceConnection = Azure::Network::Mgmt::V2019_06_01::Models::PrivateLinkServiceConnection
         | 
| 377 | 
            +
                    PrivateEndpoint = Azure::Network::Mgmt::V2019_06_01::Models::PrivateEndpoint
         | 
| 378 | 
            +
                    NetworkInterface = Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterface
         | 
| 379 | 
            +
                    NetworkSecurityGroup = Azure::Network::Mgmt::V2019_06_01::Models::NetworkSecurityGroup
         | 
| 380 | 
            +
                    Route = Azure::Network::Mgmt::V2019_06_01::Models::Route
         | 
| 381 | 
            +
                    RouteTable = Azure::Network::Mgmt::V2019_06_01::Models::RouteTable
         | 
| 382 | 
            +
                    ServiceEndpointPolicyDefinition = Azure::Network::Mgmt::V2019_06_01::Models::ServiceEndpointPolicyDefinition
         | 
| 383 | 
            +
                    ServiceEndpointPolicy = Azure::Network::Mgmt::V2019_06_01::Models::ServiceEndpointPolicy
         | 
| 384 | 
            +
                    PublicIPAddress = Azure::Network::Mgmt::V2019_06_01::Models::PublicIPAddress
         | 
| 385 | 
            +
                    IPConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::IPConfiguration
         | 
| 386 | 
            +
                    IPConfigurationProfile = Azure::Network::Mgmt::V2019_06_01::Models::IPConfigurationProfile
         | 
| 387 | 
            +
                    ResourceNavigationLink = Azure::Network::Mgmt::V2019_06_01::Models::ResourceNavigationLink
         | 
| 388 | 
            +
                    ServiceAssociationLink = Azure::Network::Mgmt::V2019_06_01::Models::ServiceAssociationLink
         | 
| 389 | 
            +
                    Delegation = Azure::Network::Mgmt::V2019_06_01::Models::Delegation
         | 
| 390 | 
            +
                    Subnet = Azure::Network::Mgmt::V2019_06_01::Models::Subnet
         | 
| 391 | 
            +
                    FrontendIPConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::FrontendIPConfiguration
         | 
| 392 | 
            +
                    VirtualNetworkTap = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkTap
         | 
| 393 | 
            +
                    BackendAddressPool = Azure::Network::Mgmt::V2019_06_01::Models::BackendAddressPool
         | 
| 394 | 
            +
                    InboundNatRule = Azure::Network::Mgmt::V2019_06_01::Models::InboundNatRule
         | 
| 395 | 
            +
                    NetworkInterfaceIPConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterfaceIPConfiguration
         | 
| 396 | 
            +
                    ApplicationGatewayBackendAddressPool = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayBackendAddressPool
         | 
| 397 | 
            +
                    ApplicationGatewayBackendHttpSettings = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayBackendHttpSettings
         | 
| 398 | 
            +
                    ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayIPConfiguration
         | 
| 399 | 
            +
                    ApplicationGatewayAuthenticationCertificate = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayAuthenticationCertificate
         | 
| 400 | 
            +
                    ApplicationGatewayTrustedRootCertificate = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayTrustedRootCertificate
         | 
| 401 | 
            +
                    ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewaySslCertificate
         | 
| 402 | 
            +
                    ApplicationGatewayFrontendIPConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayFrontendIPConfiguration
         | 
| 403 | 
            +
                    ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayFrontendPort
         | 
| 404 | 
            +
                    ApplicationGatewayHttpListener = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayHttpListener
         | 
| 405 | 
            +
                    ApplicationGatewayPathRule = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayPathRule
         | 
| 406 | 
            +
                    ApplicationGatewayProbe = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayProbe
         | 
| 407 | 
            +
                    ApplicationGatewayRequestRoutingRule = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayRequestRoutingRule
         | 
| 408 | 
            +
                    ApplicationGatewayRewriteRuleSet = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayRewriteRuleSet
         | 
| 409 | 
            +
                    ApplicationGatewayRedirectConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayRedirectConfiguration
         | 
| 410 | 
            +
                    ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayUrlPathMap
         | 
| 411 | 
            +
                    ApplicationGateway = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGateway
         | 
| 412 | 
            +
                    ApplicationGatewayFirewallRuleSet = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayFirewallRuleSet
         | 
| 413 | 
            +
                    ApplicationGatewayAvailableSslOptions = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayAvailableSslOptions
         | 
| 414 | 
            +
                    ApplicationGatewaySslPredefinedPolicy = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewaySslPredefinedPolicy
         | 
| 415 | 
            +
                    AzureFirewallIPConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallIPConfiguration
         | 
| 416 | 
            +
                    AzureFirewallApplicationRuleCollection = Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallApplicationRuleCollection
         | 
| 417 | 
            +
                    AzureFirewallNatRuleCollection = Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallNatRuleCollection
         | 
| 418 | 
            +
                    AzureFirewallNetworkRuleCollection = Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallNetworkRuleCollection
         | 
| 419 | 
            +
                    AzureFirewall = Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewall
         | 
| 420 | 
            +
                    AzureFirewallFqdnTag = Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallFqdnTag
         | 
| 421 | 
            +
                    BastionHostIPConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::BastionHostIPConfiguration
         | 
| 422 | 
            +
                    BastionHost = Azure::Network::Mgmt::V2019_06_01::Models::BastionHost
         | 
| 423 | 
            +
                    DdosCustomPolicy = Azure::Network::Mgmt::V2019_06_01::Models::DdosCustomPolicy
         | 
| 424 | 
            +
                    EndpointServiceResult = Azure::Network::Mgmt::V2019_06_01::Models::EndpointServiceResult
         | 
| 425 | 
            +
                    ExpressRouteCircuitAuthorization = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitAuthorization
         | 
| 426 | 
            +
                    ExpressRouteCircuitConnection = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitConnection
         | 
| 427 | 
            +
                    PeerExpressRouteCircuitConnection = Azure::Network::Mgmt::V2019_06_01::Models::PeerExpressRouteCircuitConnection
         | 
| 428 | 
            +
                    ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitPeering
         | 
| 429 | 
            +
                    ExpressRouteCircuit = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuit
         | 
| 430 | 
            +
                    ExpressRouteServiceProvider = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteServiceProvider
         | 
| 431 | 
            +
                    ExpressRouteCrossConnectionPeering = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCrossConnectionPeering
         | 
| 432 | 
            +
                    ExpressRouteCrossConnection = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCrossConnection
         | 
| 433 | 
            +
                    ExpressRouteConnection = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteConnection
         | 
| 434 | 
            +
                    ExpressRouteGateway = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteGateway
         | 
| 435 | 
            +
                    ExpressRoutePortsLocation = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRoutePortsLocation
         | 
| 436 | 
            +
                    ExpressRouteLink = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteLink
         | 
| 437 | 
            +
                    ExpressRoutePort = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRoutePort
         | 
| 438 | 
            +
                    PrivateEndpointConnection = Azure::Network::Mgmt::V2019_06_01::Models::PrivateEndpointConnection
         | 
| 439 | 
            +
                    PrivateLinkServicePropertiesVisibility = Azure::Network::Mgmt::V2019_06_01::Models::PrivateLinkServicePropertiesVisibility
         | 
| 440 | 
            +
                    PrivateLinkServicePropertiesAutoApproval = Azure::Network::Mgmt::V2019_06_01::Models::PrivateLinkServicePropertiesAutoApproval
         | 
| 441 | 
            +
                    PrivateLinkService = Azure::Network::Mgmt::V2019_06_01::Models::PrivateLinkService
         | 
| 442 | 
            +
                    LoadBalancingRule = Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancingRule
         | 
| 443 | 
            +
                    Probe = Azure::Network::Mgmt::V2019_06_01::Models::Probe
         | 
| 444 | 
            +
                    InboundNatPool = Azure::Network::Mgmt::V2019_06_01::Models::InboundNatPool
         | 
| 445 | 
            +
                    OutboundRule = Azure::Network::Mgmt::V2019_06_01::Models::OutboundRule
         | 
| 446 | 
            +
                    LoadBalancer = Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancer
         | 
| 447 | 
            +
                    NatGateway = Azure::Network::Mgmt::V2019_06_01::Models::NatGateway
         | 
| 448 | 
            +
                    ContainerNetworkInterfaceConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::ContainerNetworkInterfaceConfiguration
         | 
| 449 | 
            +
                    Container = Azure::Network::Mgmt::V2019_06_01::Models::Container
         | 
| 450 | 
            +
                    ContainerNetworkInterface = Azure::Network::Mgmt::V2019_06_01::Models::ContainerNetworkInterface
         | 
| 451 | 
            +
                    NetworkProfile = Azure::Network::Mgmt::V2019_06_01::Models::NetworkProfile
         | 
| 452 | 
            +
                    NetworkWatcher = Azure::Network::Mgmt::V2019_06_01::Models::NetworkWatcher
         | 
| 453 | 
            +
                    PublicIPPrefix = Azure::Network::Mgmt::V2019_06_01::Models::PublicIPPrefix
         | 
| 454 | 
            +
                    RouteFilterRule = Azure::Network::Mgmt::V2019_06_01::Models::RouteFilterRule
         | 
| 455 | 
            +
                    PatchRouteFilterRule = Azure::Network::Mgmt::V2019_06_01::Models::PatchRouteFilterRule
         | 
| 456 | 
            +
                    RouteFilter = Azure::Network::Mgmt::V2019_06_01::Models::RouteFilter
         | 
| 457 | 
            +
                    PatchRouteFilter = Azure::Network::Mgmt::V2019_06_01::Models::PatchRouteFilter
         | 
| 458 | 
            +
                    BgpServiceCommunity = Azure::Network::Mgmt::V2019_06_01::Models::BgpServiceCommunity
         | 
| 459 | 
            +
                    VirtualNetworkPeering = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkPeering
         | 
| 460 | 
            +
                    VirtualNetwork = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetwork
         | 
| 461 | 
            +
                    NetworkIntentPolicy = Azure::Network::Mgmt::V2019_06_01::Models::NetworkIntentPolicy
         | 
| 462 | 
            +
                    VirtualNetworkGatewayIPConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewayIPConfiguration
         | 
| 463 | 
            +
                    VpnClientRootCertificate = Azure::Network::Mgmt::V2019_06_01::Models::VpnClientRootCertificate
         | 
| 464 | 
            +
                    VpnClientRevokedCertificate = Azure::Network::Mgmt::V2019_06_01::Models::VpnClientRevokedCertificate
         | 
| 465 | 
            +
                    VirtualNetworkGateway = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGateway
         | 
| 466 | 
            +
                    LocalNetworkGateway = Azure::Network::Mgmt::V2019_06_01::Models::LocalNetworkGateway
         | 
| 467 | 
            +
                    VirtualNetworkGatewayConnection = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewayConnection
         | 
| 468 | 
            +
                    ConnectionSharedKey = Azure::Network::Mgmt::V2019_06_01::Models::ConnectionSharedKey
         | 
| 469 | 
            +
                    VirtualNetworkGatewayConnectionListEntity = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewayConnectionListEntity
         | 
| 470 | 
            +
                    P2SVpnServerConfigVpnClientRootCertificate = Azure::Network::Mgmt::V2019_06_01::Models::P2SVpnServerConfigVpnClientRootCertificate
         | 
| 471 | 
            +
                    P2SVpnServerConfigVpnClientRevokedCertificate = Azure::Network::Mgmt::V2019_06_01::Models::P2SVpnServerConfigVpnClientRevokedCertificate
         | 
| 472 | 
            +
                    P2SVpnServerConfigRadiusServerRootCertificate = Azure::Network::Mgmt::V2019_06_01::Models::P2SVpnServerConfigRadiusServerRootCertificate
         | 
| 473 | 
            +
                    P2SVpnServerConfigRadiusClientRootCertificate = Azure::Network::Mgmt::V2019_06_01::Models::P2SVpnServerConfigRadiusClientRootCertificate
         | 
| 474 | 
            +
                    P2SVpnServerConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::P2SVpnServerConfiguration
         | 
| 475 | 
            +
                    VirtualWAN = Azure::Network::Mgmt::V2019_06_01::Models::VirtualWAN
         | 
| 476 | 
            +
                    VpnSiteLink = Azure::Network::Mgmt::V2019_06_01::Models::VpnSiteLink
         | 
| 477 | 
            +
                    VpnSite = Azure::Network::Mgmt::V2019_06_01::Models::VpnSite
         | 
| 478 | 
            +
                    HubVirtualNetworkConnection = Azure::Network::Mgmt::V2019_06_01::Models::HubVirtualNetworkConnection
         | 
| 479 | 
            +
                    VirtualHub = Azure::Network::Mgmt::V2019_06_01::Models::VirtualHub
         | 
| 480 | 
            +
                    VpnSiteLinkConnection = Azure::Network::Mgmt::V2019_06_01::Models::VpnSiteLinkConnection
         | 
| 481 | 
            +
                    VpnConnection = Azure::Network::Mgmt::V2019_06_01::Models::VpnConnection
         | 
| 482 | 
            +
                    VpnGateway = Azure::Network::Mgmt::V2019_06_01::Models::VpnGateway
         | 
| 483 | 
            +
                    P2SVpnGateway = Azure::Network::Mgmt::V2019_06_01::Models::P2SVpnGateway
         | 
| 484 | 
            +
                    WebApplicationFirewallPolicy = Azure::Network::Mgmt::V2019_06_01::Models::WebApplicationFirewallPolicy
         | 
| 485 | 
            +
                    ApplicationGatewayProtocol = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayProtocol
         | 
| 486 | 
            +
                    IPAllocationMethod = Azure::Network::Mgmt::V2019_06_01::Models::IPAllocationMethod
         | 
| 487 | 
            +
                    IPVersion = Azure::Network::Mgmt::V2019_06_01::Models::IPVersion
         | 
| 488 | 
            +
                    SecurityRuleProtocol = Azure::Network::Mgmt::V2019_06_01::Models::SecurityRuleProtocol
         | 
| 489 | 
            +
                    SecurityRuleAccess = Azure::Network::Mgmt::V2019_06_01::Models::SecurityRuleAccess
         | 
| 490 | 
            +
                    SecurityRuleDirection = Azure::Network::Mgmt::V2019_06_01::Models::SecurityRuleDirection
         | 
| 491 | 
            +
                    RouteNextHopType = Azure::Network::Mgmt::V2019_06_01::Models::RouteNextHopType
         | 
| 492 | 
            +
                    PublicIPAddressSkuName = Azure::Network::Mgmt::V2019_06_01::Models::PublicIPAddressSkuName
         | 
| 493 | 
            +
                    DdosSettingsProtectionCoverage = Azure::Network::Mgmt::V2019_06_01::Models::DdosSettingsProtectionCoverage
         | 
| 494 | 
            +
                    TransportProtocol = Azure::Network::Mgmt::V2019_06_01::Models::TransportProtocol
         | 
| 495 | 
            +
                    ApplicationGatewayCookieBasedAffinity = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayCookieBasedAffinity
         | 
| 496 | 
            +
                    ApplicationGatewayBackendHealthServerHealth = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayBackendHealthServerHealth
         | 
| 497 | 
            +
                    ApplicationGatewaySkuName = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewaySkuName
         | 
| 498 | 
            +
                    ApplicationGatewayTier = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayTier
         | 
| 499 | 
            +
                    ApplicationGatewaySslProtocol = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewaySslProtocol
         | 
| 500 | 
            +
                    ApplicationGatewaySslPolicyType = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewaySslPolicyType
         | 
| 501 | 
            +
                    ApplicationGatewaySslPolicyName = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewaySslPolicyName
         | 
| 502 | 
            +
                    ApplicationGatewaySslCipherSuite = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewaySslCipherSuite
         | 
| 503 | 
            +
                    ApplicationGatewayCustomErrorStatusCode = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayCustomErrorStatusCode
         | 
| 504 | 
            +
                    ApplicationGatewayRequestRoutingRuleType = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayRequestRoutingRuleType
         | 
| 505 | 
            +
                    ApplicationGatewayRedirectType = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayRedirectType
         | 
| 506 | 
            +
                    ApplicationGatewayOperationalState = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayOperationalState
         | 
| 507 | 
            +
                    ApplicationGatewayFirewallMode = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayFirewallMode
         | 
| 508 | 
            +
                    ResourceIdentityType = Azure::Network::Mgmt::V2019_06_01::Models::ResourceIdentityType
         | 
| 509 | 
            +
                    ProvisioningState = Azure::Network::Mgmt::V2019_06_01::Models::ProvisioningState
         | 
| 510 | 
            +
                    AzureFirewallRCActionType = Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallRCActionType
         | 
| 511 | 
            +
                    AzureFirewallApplicationRuleProtocolType = Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallApplicationRuleProtocolType
         | 
| 512 | 
            +
                    AzureFirewallNatRCActionType = Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallNatRCActionType
         | 
| 513 | 
            +
                    AzureFirewallNetworkRuleProtocol = Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallNetworkRuleProtocol
         | 
| 514 | 
            +
                    AzureFirewallThreatIntelMode = Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallThreatIntelMode
         | 
| 515 | 
            +
                    DdosCustomPolicyProtocol = Azure::Network::Mgmt::V2019_06_01::Models::DdosCustomPolicyProtocol
         | 
| 516 | 
            +
                    DdosCustomPolicyTriggerSensitivityOverride = Azure::Network::Mgmt::V2019_06_01::Models::DdosCustomPolicyTriggerSensitivityOverride
         | 
| 517 | 
            +
                    AuthorizationUseStatus = Azure::Network::Mgmt::V2019_06_01::Models::AuthorizationUseStatus
         | 
| 518 | 
            +
                    ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState
         | 
| 519 | 
            +
                    ExpressRouteCircuitPeeringState = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitPeeringState
         | 
| 520 | 
            +
                    ExpressRoutePeeringType = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRoutePeeringType
         | 
| 521 | 
            +
                    ExpressRoutePeeringState = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRoutePeeringState
         | 
| 522 | 
            +
                    CircuitConnectionStatus = Azure::Network::Mgmt::V2019_06_01::Models::CircuitConnectionStatus
         | 
| 523 | 
            +
                    ExpressRouteCircuitSkuTier = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitSkuTier
         | 
| 524 | 
            +
                    ExpressRouteCircuitSkuFamily = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitSkuFamily
         | 
| 525 | 
            +
                    ServiceProviderProvisioningState = Azure::Network::Mgmt::V2019_06_01::Models::ServiceProviderProvisioningState
         | 
| 526 | 
            +
                    ExpressRouteLinkConnectorType = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteLinkConnectorType
         | 
| 527 | 
            +
                    ExpressRouteLinkAdminState = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteLinkAdminState
         | 
| 528 | 
            +
                    ExpressRoutePortsEncapsulation = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRoutePortsEncapsulation
         | 
| 529 | 
            +
                    LoadBalancerSkuName = Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerSkuName
         | 
| 530 | 
            +
                    LoadDistribution = Azure::Network::Mgmt::V2019_06_01::Models::LoadDistribution
         | 
| 531 | 
            +
                    ProbeProtocol = Azure::Network::Mgmt::V2019_06_01::Models::ProbeProtocol
         | 
| 532 | 
            +
                    LoadBalancerOutboundRuleProtocol = Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerOutboundRuleProtocol
         | 
| 533 | 
            +
                    NatGatewaySkuName = Azure::Network::Mgmt::V2019_06_01::Models::NatGatewaySkuName
         | 
| 534 | 
            +
                    NetworkOperationStatus = Azure::Network::Mgmt::V2019_06_01::Models::NetworkOperationStatus
         | 
| 535 | 
            +
                    Access = Azure::Network::Mgmt::V2019_06_01::Models::Access
         | 
| 536 | 
            +
                    AuthenticationMethod = Azure::Network::Mgmt::V2019_06_01::Models::AuthenticationMethod
         | 
| 537 | 
            +
                    EffectiveSecurityRuleProtocol = Azure::Network::Mgmt::V2019_06_01::Models::EffectiveSecurityRuleProtocol
         | 
| 538 | 
            +
                    EffectiveRouteSource = Azure::Network::Mgmt::V2019_06_01::Models::EffectiveRouteSource
         | 
| 539 | 
            +
                    EffectiveRouteState = Azure::Network::Mgmt::V2019_06_01::Models::EffectiveRouteState
         | 
| 540 | 
            +
                    AssociationType = Azure::Network::Mgmt::V2019_06_01::Models::AssociationType
         | 
| 541 | 
            +
                    Direction = Azure::Network::Mgmt::V2019_06_01::Models::Direction
         | 
| 542 | 
            +
                    IpFlowProtocol = Azure::Network::Mgmt::V2019_06_01::Models::IpFlowProtocol
         | 
| 543 | 
            +
                    NextHopType = Azure::Network::Mgmt::V2019_06_01::Models::NextHopType
         | 
| 544 | 
            +
                    PcProtocol = Azure::Network::Mgmt::V2019_06_01::Models::PcProtocol
         | 
| 545 | 
            +
                    PcStatus = Azure::Network::Mgmt::V2019_06_01::Models::PcStatus
         | 
| 546 | 
            +
                    PcError = Azure::Network::Mgmt::V2019_06_01::Models::PcError
         | 
| 547 | 
            +
                    FlowLogFormatType = Azure::Network::Mgmt::V2019_06_01::Models::FlowLogFormatType
         | 
| 548 | 
            +
                    Protocol = Azure::Network::Mgmt::V2019_06_01::Models::Protocol
         | 
| 549 | 
            +
                    HTTPMethod = Azure::Network::Mgmt::V2019_06_01::Models::HTTPMethod
         | 
| 550 | 
            +
                    Origin = Azure::Network::Mgmt::V2019_06_01::Models::Origin
         | 
| 551 | 
            +
                    Severity = Azure::Network::Mgmt::V2019_06_01::Models::Severity
         | 
| 552 | 
            +
                    IssueType = Azure::Network::Mgmt::V2019_06_01::Models::IssueType
         | 
| 553 | 
            +
                    ConnectionStatus = Azure::Network::Mgmt::V2019_06_01::Models::ConnectionStatus
         | 
| 554 | 
            +
                    ConnectionMonitorSourceStatus = Azure::Network::Mgmt::V2019_06_01::Models::ConnectionMonitorSourceStatus
         | 
| 555 | 
            +
                    ConnectionState = Azure::Network::Mgmt::V2019_06_01::Models::ConnectionState
         | 
| 556 | 
            +
                    EvaluationState = Azure::Network::Mgmt::V2019_06_01::Models::EvaluationState
         | 
| 557 | 
            +
                    VerbosityLevel = Azure::Network::Mgmt::V2019_06_01::Models::VerbosityLevel
         | 
| 558 | 
            +
                    PublicIPPrefixSkuName = Azure::Network::Mgmt::V2019_06_01::Models::PublicIPPrefixSkuName
         | 
| 559 | 
            +
                    VirtualNetworkPeeringState = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkPeeringState
         | 
| 560 | 
            +
                    VirtualNetworkGatewayType = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewayType
         | 
| 561 | 
            +
                    VpnType = Azure::Network::Mgmt::V2019_06_01::Models::VpnType
         | 
| 562 | 
            +
                    VirtualNetworkGatewaySkuName = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewaySkuName
         | 
| 563 | 
            +
                    VirtualNetworkGatewaySkuTier = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewaySkuTier
         | 
| 564 | 
            +
                    VpnClientProtocol = Azure::Network::Mgmt::V2019_06_01::Models::VpnClientProtocol
         | 
| 565 | 
            +
                    IpsecEncryption = Azure::Network::Mgmt::V2019_06_01::Models::IpsecEncryption
         | 
| 566 | 
            +
                    IpsecIntegrity = Azure::Network::Mgmt::V2019_06_01::Models::IpsecIntegrity
         | 
| 567 | 
            +
                    IkeEncryption = Azure::Network::Mgmt::V2019_06_01::Models::IkeEncryption
         | 
| 568 | 
            +
                    IkeIntegrity = Azure::Network::Mgmt::V2019_06_01::Models::IkeIntegrity
         | 
| 569 | 
            +
                    DhGroup = Azure::Network::Mgmt::V2019_06_01::Models::DhGroup
         | 
| 570 | 
            +
                    PfsGroup = Azure::Network::Mgmt::V2019_06_01::Models::PfsGroup
         | 
| 571 | 
            +
                    BgpPeerState = Azure::Network::Mgmt::V2019_06_01::Models::BgpPeerState
         | 
| 572 | 
            +
                    ProcessorArchitecture = Azure::Network::Mgmt::V2019_06_01::Models::ProcessorArchitecture
         | 
| 573 | 
            +
                    VirtualNetworkGatewayConnectionStatus = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewayConnectionStatus
         | 
| 574 | 
            +
                    VirtualNetworkGatewayConnectionType = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewayConnectionType
         | 
| 575 | 
            +
                    VirtualNetworkGatewayConnectionProtocol = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewayConnectionProtocol
         | 
| 576 | 
            +
                    OfficeTrafficCategory = Azure::Network::Mgmt::V2019_06_01::Models::OfficeTrafficCategory
         | 
| 577 | 
            +
                    VpnGatewayTunnelingProtocol = Azure::Network::Mgmt::V2019_06_01::Models::VpnGatewayTunnelingProtocol
         | 
| 578 | 
            +
                    VpnConnectionStatus = Azure::Network::Mgmt::V2019_06_01::Models::VpnConnectionStatus
         | 
| 579 | 
            +
                    VirtualWanSecurityProviderType = Azure::Network::Mgmt::V2019_06_01::Models::VirtualWanSecurityProviderType
         | 
| 580 | 
            +
                    TunnelConnectionStatus = Azure::Network::Mgmt::V2019_06_01::Models::TunnelConnectionStatus
         | 
| 581 | 
            +
                    HubVirtualNetworkConnectionStatus = Azure::Network::Mgmt::V2019_06_01::Models::HubVirtualNetworkConnectionStatus
         | 
| 582 | 
            +
                    WebApplicationFirewallEnabledState = Azure::Network::Mgmt::V2019_06_01::Models::WebApplicationFirewallEnabledState
         | 
| 583 | 
            +
                    WebApplicationFirewallMode = Azure::Network::Mgmt::V2019_06_01::Models::WebApplicationFirewallMode
         | 
| 584 | 
            +
                    WebApplicationFirewallRuleType = Azure::Network::Mgmt::V2019_06_01::Models::WebApplicationFirewallRuleType
         | 
| 585 | 
            +
                    WebApplicationFirewallMatchVariable = Azure::Network::Mgmt::V2019_06_01::Models::WebApplicationFirewallMatchVariable
         | 
| 586 | 
            +
                    WebApplicationFirewallOperator = Azure::Network::Mgmt::V2019_06_01::Models::WebApplicationFirewallOperator
         | 
| 587 | 
            +
                    WebApplicationFirewallTransform = Azure::Network::Mgmt::V2019_06_01::Models::WebApplicationFirewallTransform
         | 
| 588 | 
            +
                    WebApplicationFirewallAction = Azure::Network::Mgmt::V2019_06_01::Models::WebApplicationFirewallAction
         | 
| 589 | 
            +
                    WebApplicationFirewallPolicyResourceState = Azure::Network::Mgmt::V2019_06_01::Models::WebApplicationFirewallPolicyResourceState
         | 
| 578 590 | 
             
                  end
         | 
| 579 591 |  | 
| 580 592 | 
             
                  class NetworkManagementClass
         | 
| 581 | 
            -
                    attr_reader :application_gateways, :application_security_groups, :available_delegations, :available_resource_group_delegations, : | 
| 593 | 
            +
                    attr_reader :application_gateways, :application_security_groups, :available_delegations, :available_resource_group_delegations, :azure_firewalls, :azure_firewall_fqdn_tags, :bastion_hosts, :ddos_custom_policies, :ddos_protection_plans, :available_endpoint_services, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuit_connections, :peer_express_route_circuit_connections, :express_route_circuits, :express_route_service_providers, :express_route_cross_connections, :express_route_cross_connection_peerings, :express_route_gateways, :express_route_connections, :express_route_ports_locations, :express_route_ports, :express_route_links, :private_endpoints, :available_private_endpoint_types, :private_link_services, :load_balancers, :load_balancer_backend_address_pools, :load_balancer_frontend_ipconfigurations, :inbound_nat_rules, :load_balancer_load_balancing_rules, :load_balancer_outbound_rules, :load_balancer_network_interfaces, :load_balancer_probes, :nat_gateways, :network_interfaces, :network_interface_ipconfigurations, :network_interface_load_balancers, :network_interface_tap_configurations, :network_profiles, :network_security_groups, :security_rules, :default_security_rules, :network_watchers, :packet_captures, :connection_monitors, :operations, :public_ipaddresses, :public_ipprefixes, :route_filters, :route_filter_rules, :route_tables, :routes, :bgp_service_communities, :service_endpoint_policies, :service_endpoint_policy_definitions, :service_tags, :usages, :virtual_networks, :subnets, :resource_navigation_links, :service_association_links, :virtual_network_peerings, :virtual_network_gateways, :virtual_network_gateway_connections, :local_network_gateways, :virtual_network_taps, :virtual_wans, :vpn_sites, :vpn_site_links, :vpn_sites_configuration, :virtual_hubs, :hub_virtual_network_connections, :vpn_gateways, :vpn_connections, :vpn_site_link_connections, :vpn_link_connections, :p2s_vpn_server_configurations, :p2s_vpn_gateways, :web_application_firewall_policies, :configurable, :base_url, :options, :model_classes
         | 
| 582 594 |  | 
| 583 595 | 
             
                    def initialize(configurable, base_url=nil, options=nil)
         | 
| 584 596 | 
             
                      @configurable, @base_url, @options = configurable, base_url, options
         | 
| @@ -589,7 +601,7 @@ module Azure::Profiles::Latest | |
| 589 601 | 
             
                      end
         | 
| 590 602 | 
             
                      add_telemetry(@client_0)
         | 
| 591 603 |  | 
| 592 | 
            -
                      @client_1 = Azure::Network::Mgmt:: | 
| 604 | 
            +
                      @client_1 = Azure::Network::Mgmt::V2019_06_01::NetworkManagementClient.new(configurable.credentials, base_url, options)
         | 
| 593 605 | 
             
                      if(@client_1.respond_to?(:subscription_id))
         | 
| 594 606 | 
             
                        @client_1.subscription_id = configurable.subscription_id
         | 
| 595 607 | 
             
                      end
         | 
| @@ -598,8 +610,6 @@ module Azure::Profiles::Latest | |
| 598 610 | 
             
                      @application_security_groups = @client_1.application_security_groups
         | 
| 599 611 | 
             
                      @available_delegations = @client_1.available_delegations
         | 
| 600 612 | 
             
                      @available_resource_group_delegations = @client_1.available_resource_group_delegations
         | 
| 601 | 
            -
                      @available_private_endpoint_types = @client_1.available_private_endpoint_types
         | 
| 602 | 
            -
                      @available_resource_group_private_endpoint_types = @client_1.available_resource_group_private_endpoint_types
         | 
| 603 613 | 
             
                      @azure_firewalls = @client_1.azure_firewalls
         | 
| 604 614 | 
             
                      @azure_firewall_fqdn_tags = @client_1.azure_firewall_fqdn_tags
         | 
| 605 615 | 
             
                      @bastion_hosts = @client_1.bastion_hosts
         | 
| @@ -620,6 +630,7 @@ module Azure::Profiles::Latest | |
| 620 630 | 
             
                      @express_route_ports = @client_1.express_route_ports
         | 
| 621 631 | 
             
                      @express_route_links = @client_1.express_route_links
         | 
| 622 632 | 
             
                      @private_endpoints = @client_1.private_endpoints
         | 
| 633 | 
            +
                      @available_private_endpoint_types = @client_1.available_private_endpoint_types
         | 
| 623 634 | 
             
                      @private_link_services = @client_1.private_link_services
         | 
| 624 635 | 
             
                      @load_balancers = @client_1.load_balancers
         | 
| 625 636 | 
             
                      @load_balancer_backend_address_pools = @client_1.load_balancer_backend_address_pools
         | 
| @@ -664,11 +675,14 @@ module Azure::Profiles::Latest | |
| 664 675 | 
             
                      @virtual_network_taps = @client_1.virtual_network_taps
         | 
| 665 676 | 
             
                      @virtual_wans = @client_1.virtual_wans
         | 
| 666 677 | 
             
                      @vpn_sites = @client_1.vpn_sites
         | 
| 678 | 
            +
                      @vpn_site_links = @client_1.vpn_site_links
         | 
| 667 679 | 
             
                      @vpn_sites_configuration = @client_1.vpn_sites_configuration
         | 
| 668 680 | 
             
                      @virtual_hubs = @client_1.virtual_hubs
         | 
| 669 681 | 
             
                      @hub_virtual_network_connections = @client_1.hub_virtual_network_connections
         | 
| 670 682 | 
             
                      @vpn_gateways = @client_1.vpn_gateways
         | 
| 671 683 | 
             
                      @vpn_connections = @client_1.vpn_connections
         | 
| 684 | 
            +
                      @vpn_site_link_connections = @client_1.vpn_site_link_connections
         | 
| 685 | 
            +
                      @vpn_link_connections = @client_1.vpn_link_connections
         | 
| 672 686 | 
             
                      @p2s_vpn_server_configurations = @client_1.p2s_vpn_server_configurations
         | 
| 673 687 | 
             
                      @p2s_vpn_gateways = @client_1.p2s_vpn_gateways
         | 
| 674 688 | 
             
                      @web_application_firewall_policies = @client_1.web_application_firewall_policies
         | 
| @@ -692,1469 +706,1499 @@ module Azure::Profiles::Latest | |
| 692 706 | 
             
                    end
         | 
| 693 707 |  | 
| 694 708 | 
             
                    class ModelClasses
         | 
| 695 | 
            -
                      def  | 
| 696 | 
            -
                        Azure::Network::Mgmt:: | 
| 709 | 
            +
                      def effective_route_list_result
         | 
| 710 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::EffectiveRouteListResult
         | 
| 697 711 | 
             
                      end
         | 
| 698 712 | 
             
                      def application_gateway_probe_health_response_match
         | 
| 699 | 
            -
                        Azure::Network::Mgmt:: | 
| 713 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayProbeHealthResponseMatch
         | 
| 700 714 | 
             
                      end
         | 
| 701 | 
            -
                      def  | 
| 702 | 
            -
                        Azure::Network::Mgmt:: | 
| 715 | 
            +
                      def load_balancer_backend_address_pool_list_result
         | 
| 716 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerBackendAddressPoolListResult
         | 
| 703 717 | 
             
                      end
         | 
| 704 | 
            -
                      def  | 
| 705 | 
            -
                        Azure::Network::Mgmt:: | 
| 718 | 
            +
                      def load_balancer_frontend_ipconfiguration_list_result
         | 
| 719 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerFrontendIPConfigurationListResult
         | 
| 706 720 | 
             
                      end
         | 
| 707 | 
            -
                      def  | 
| 708 | 
            -
                        Azure::Network::Mgmt:: | 
| 721 | 
            +
                      def sub_resource
         | 
| 722 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::SubResource
         | 
| 709 723 | 
             
                      end
         | 
| 710 | 
            -
                      def  | 
| 711 | 
            -
                        Azure::Network::Mgmt:: | 
| 724 | 
            +
                      def load_balancer_load_balancing_rule_list_result
         | 
| 725 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerLoadBalancingRuleListResult
         | 
| 712 726 | 
             
                      end
         | 
| 713 | 
            -
                      def  | 
| 714 | 
            -
                        Azure::Network::Mgmt:: | 
| 727 | 
            +
                      def express_route_gateway_properties_auto_scale_configuration
         | 
| 728 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfiguration
         | 
| 715 729 | 
             
                      end
         | 
| 716 730 | 
             
                      def private_link_service_connection_state
         | 
| 717 | 
            -
                        Azure::Network::Mgmt:: | 
| 731 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PrivateLinkServiceConnectionState
         | 
| 718 732 | 
             
                      end
         | 
| 719 | 
            -
                      def  | 
| 720 | 
            -
                        Azure::Network::Mgmt:: | 
| 733 | 
            +
                      def service_endpoint_policy_definition_list_result
         | 
| 734 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ServiceEndpointPolicyDefinitionListResult
         | 
| 721 735 | 
             
                      end
         | 
| 722 | 
            -
                      def  | 
| 723 | 
            -
                        Azure::Network::Mgmt:: | 
| 736 | 
            +
                      def device_properties
         | 
| 737 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::DeviceProperties
         | 
| 724 738 | 
             
                      end
         | 
| 725 | 
            -
                      def  | 
| 726 | 
            -
                        Azure::Network::Mgmt:: | 
| 739 | 
            +
                      def bgp_service_community_list_result
         | 
| 740 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::BgpServiceCommunityListResult
         | 
| 727 741 | 
             
                      end
         | 
| 728 | 
            -
                      def  | 
| 729 | 
            -
                        Azure::Network::Mgmt:: | 
| 742 | 
            +
                      def vpn_link_provider_properties
         | 
| 743 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VpnLinkProviderProperties
         | 
| 730 744 | 
             
                      end
         | 
| 731 | 
            -
                      def  | 
| 732 | 
            -
                        Azure::Network::Mgmt:: | 
| 745 | 
            +
                      def express_route_gateway_list
         | 
| 746 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteGatewayList
         | 
| 733 747 | 
             
                      end
         | 
| 734 | 
            -
                      def  | 
| 735 | 
            -
                        Azure::Network::Mgmt:: | 
| 748 | 
            +
                      def list_vpn_sites_result
         | 
| 749 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ListVpnSitesResult
         | 
| 736 750 | 
             
                      end
         | 
| 737 | 
            -
                      def  | 
| 738 | 
            -
                        Azure::Network::Mgmt:: | 
| 751 | 
            +
                      def express_route_connection_list
         | 
| 752 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteConnectionList
         | 
| 739 753 | 
             
                      end
         | 
| 740 754 | 
             
                      def service_endpoint_properties_format
         | 
| 741 | 
            -
                        Azure::Network::Mgmt:: | 
| 755 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ServiceEndpointPropertiesFormat
         | 
| 742 756 | 
             
                      end
         | 
| 743 | 
            -
                      def  | 
| 744 | 
            -
                        Azure::Network::Mgmt:: | 
| 757 | 
            +
                      def express_route_ports_location_bandwidths
         | 
| 758 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRoutePortsLocationBandwidths
         | 
| 745 759 | 
             
                      end
         | 
| 746 | 
            -
                      def  | 
| 747 | 
            -
                        Azure::Network::Mgmt:: | 
| 760 | 
            +
                      def vpn_client_connection_health_detail
         | 
| 761 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VpnClientConnectionHealthDetail
         | 
| 748 762 | 
             
                      end
         | 
| 749 | 
            -
                      def  | 
| 750 | 
            -
                        Azure::Network::Mgmt:: | 
| 763 | 
            +
                      def virtual_wan_security_providers
         | 
| 764 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualWanSecurityProviders
         | 
| 751 765 | 
             
                      end
         | 
| 752 766 | 
             
                      def public_ipaddress_dns_settings
         | 
| 753 | 
            -
                        Azure::Network::Mgmt:: | 
| 767 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PublicIPAddressDnsSettings
         | 
| 754 768 | 
             
                      end
         | 
| 755 | 
            -
                      def  | 
| 756 | 
            -
                        Azure::Network::Mgmt:: | 
| 769 | 
            +
                      def express_route_ports_location_list_result
         | 
| 770 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRoutePortsLocationListResult
         | 
| 757 771 | 
             
                      end
         | 
| 758 772 | 
             
                      def ip_tag
         | 
| 759 | 
            -
                        Azure::Network::Mgmt:: | 
| 773 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::IpTag
         | 
| 760 774 | 
             
                      end
         | 
| 761 | 
            -
                      def  | 
| 762 | 
            -
                        Azure::Network::Mgmt:: | 
| 775 | 
            +
                      def bgpcommunity
         | 
| 776 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::BGPCommunity
         | 
| 763 777 | 
             
                      end
         | 
| 764 | 
            -
                      def  | 
| 765 | 
            -
                        Azure::Network::Mgmt:: | 
| 778 | 
            +
                      def virtual_network_gateway_list_connections_result
         | 
| 779 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewayListConnectionsResult
         | 
| 766 780 | 
             
                      end
         | 
| 767 | 
            -
                      def  | 
| 768 | 
            -
                        Azure::Network::Mgmt:: | 
| 781 | 
            +
                      def express_route_link_list_result
         | 
| 782 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteLinkListResult
         | 
| 769 783 | 
             
                      end
         | 
| 770 | 
            -
                      def  | 
| 771 | 
            -
                        Azure::Network::Mgmt:: | 
| 784 | 
            +
                      def virtual_network_connection_gateway_reference
         | 
| 785 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkConnectionGatewayReference
         | 
| 772 786 | 
             
                      end
         | 
| 773 | 
            -
                      def  | 
| 774 | 
            -
                        Azure::Network::Mgmt:: | 
| 787 | 
            +
                      def route_list_result
         | 
| 788 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::RouteListResult
         | 
| 775 789 | 
             
                      end
         | 
| 776 | 
            -
                      def  | 
| 777 | 
            -
                        Azure::Network::Mgmt:: | 
| 790 | 
            +
                      def vpn_client_ipsec_parameters
         | 
| 791 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VpnClientIPsecParameters
         | 
| 778 792 | 
             
                      end
         | 
| 779 | 
            -
                      def  | 
| 780 | 
            -
                        Azure::Network::Mgmt:: | 
| 793 | 
            +
                      def express_route_port_list_result
         | 
| 794 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRoutePortListResult
         | 
| 781 795 | 
             
                      end
         | 
| 782 | 
            -
                      def  | 
| 783 | 
            -
                        Azure::Network::Mgmt:: | 
| 796 | 
            +
                      def connection_reset_shared_key
         | 
| 797 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ConnectionResetSharedKey
         | 
| 784 798 | 
             
                      end
         | 
| 785 | 
            -
                      def  | 
| 786 | 
            -
                        Azure::Network::Mgmt:: | 
| 799 | 
            +
                      def private_endpoint_list_result
         | 
| 800 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PrivateEndpointListResult
         | 
| 787 801 | 
             
                      end
         | 
| 788 | 
            -
                      def  | 
| 789 | 
            -
                        Azure::Network::Mgmt:: | 
| 802 | 
            +
                      def virtual_hub_route
         | 
| 803 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualHubRoute
         | 
| 790 804 | 
             
                      end
         | 
| 791 | 
            -
                      def  | 
| 792 | 
            -
                        Azure::Network::Mgmt:: | 
| 805 | 
            +
                      def available_private_endpoint_type
         | 
| 806 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AvailablePrivateEndpointType
         | 
| 793 807 | 
             
                      end
         | 
| 794 | 
            -
                      def  | 
| 795 | 
            -
                        Azure::Network::Mgmt:: | 
| 808 | 
            +
                      def tunnel_connection_health
         | 
| 809 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::TunnelConnectionHealth
         | 
| 796 810 | 
             
                      end
         | 
| 797 | 
            -
                      def  | 
| 798 | 
            -
                        Azure::Network::Mgmt:: | 
| 811 | 
            +
                      def available_private_endpoint_types_result
         | 
| 812 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AvailablePrivateEndpointTypesResult
         | 
| 799 813 | 
             
                      end
         | 
| 800 | 
            -
                      def  | 
| 801 | 
            -
                        Azure::Network::Mgmt:: | 
| 814 | 
            +
                      def gateway_route_list_result
         | 
| 815 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::GatewayRouteListResult
         | 
| 802 816 | 
             
                      end
         | 
| 803 | 
            -
                      def  | 
| 804 | 
            -
                        Azure::Network::Mgmt:: | 
| 817 | 
            +
                      def private_link_service_ip_configuration
         | 
| 818 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PrivateLinkServiceIpConfiguration
         | 
| 805 819 | 
             
                      end
         | 
| 806 | 
            -
                      def  | 
| 807 | 
            -
                        Azure::Network::Mgmt:: | 
| 820 | 
            +
                      def bgp_peer_status_list_result
         | 
| 821 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::BgpPeerStatusListResult
         | 
| 808 822 | 
             
                      end
         | 
| 809 | 
            -
                      def  | 
| 810 | 
            -
                        Azure::Network::Mgmt:: | 
| 823 | 
            +
                      def route_table_list_result
         | 
| 824 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::RouteTableListResult
         | 
| 811 825 | 
             
                      end
         | 
| 812 826 | 
             
                      def application_gateway_backend_health_http_settings
         | 
| 813 | 
            -
                        Azure::Network::Mgmt:: | 
| 827 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayBackendHealthHttpSettings
         | 
| 814 828 | 
             
                      end
         | 
| 815 | 
            -
                      def  | 
| 816 | 
            -
                        Azure::Network::Mgmt:: | 
| 829 | 
            +
                      def route_filter_rule_list_result
         | 
| 830 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::RouteFilterRuleListResult
         | 
| 817 831 | 
             
                      end
         | 
| 818 832 | 
             
                      def application_gateway_backend_health_pool
         | 
| 819 | 
            -
                        Azure::Network::Mgmt:: | 
| 833 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayBackendHealthPool
         | 
| 820 834 | 
             
                      end
         | 
| 821 | 
            -
                      def  | 
| 822 | 
            -
                        Azure::Network::Mgmt:: | 
| 835 | 
            +
                      def route_filter_list_result
         | 
| 836 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::RouteFilterListResult
         | 
| 823 837 | 
             
                      end
         | 
| 824 838 | 
             
                      def application_gateway_sku
         | 
| 825 | 
            -
                        Azure::Network::Mgmt:: | 
| 839 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewaySku
         | 
| 826 840 | 
             
                      end
         | 
| 827 | 
            -
                      def  | 
| 828 | 
            -
                        Azure::Network::Mgmt:: | 
| 841 | 
            +
                      def list_p2_svpn_server_configurations_result
         | 
| 842 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ListP2SVpnServerConfigurationsResult
         | 
| 829 843 | 
             
                      end
         | 
| 830 | 
            -
                      def  | 
| 831 | 
            -
                        Azure::Network::Mgmt:: | 
| 844 | 
            +
                      def virtual_network_gateway_list_result
         | 
| 845 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewayListResult
         | 
| 832 846 | 
             
                      end
         | 
| 833 | 
            -
                      def  | 
| 834 | 
            -
                        Azure::Network::Mgmt:: | 
| 847 | 
            +
                      def resource_set
         | 
| 848 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ResourceSet
         | 
| 835 849 | 
             
                      end
         | 
| 836 | 
            -
                      def  | 
| 837 | 
            -
                        Azure::Network::Mgmt:: | 
| 850 | 
            +
                      def list_virtual_hubs_result
         | 
| 851 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ListVirtualHubsResult
         | 
| 838 852 | 
             
                      end
         | 
| 839 | 
            -
                      def  | 
| 840 | 
            -
                        Azure::Network::Mgmt:: | 
| 853 | 
            +
                      def private_link_service_list_result
         | 
| 854 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PrivateLinkServiceListResult
         | 
| 841 855 | 
             
                      end
         | 
| 842 | 
            -
                      def  | 
| 843 | 
            -
                        Azure::Network::Mgmt:: | 
| 856 | 
            +
                      def bgp_peer_status
         | 
| 857 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::BgpPeerStatus
         | 
| 844 858 | 
             
                      end
         | 
| 845 | 
            -
                      def  | 
| 846 | 
            -
                        Azure::Network::Mgmt:: | 
| 859 | 
            +
                      def check_private_link_service_visibility_request
         | 
| 860 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::CheckPrivateLinkServiceVisibilityRequest
         | 
| 847 861 | 
             
                      end
         | 
| 848 862 | 
             
                      def application_gateway_custom_error
         | 
| 849 | 
            -
                        Azure::Network::Mgmt:: | 
| 863 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayCustomError
         | 
| 850 864 | 
             
                      end
         | 
| 851 | 
            -
                      def  | 
| 852 | 
            -
                        Azure::Network::Mgmt:: | 
| 865 | 
            +
                      def private_link_service_visibility
         | 
| 866 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PrivateLinkServiceVisibility
         | 
| 853 867 | 
             
                      end
         | 
| 854 | 
            -
                      def  | 
| 855 | 
            -
                        Azure::Network::Mgmt:: | 
| 868 | 
            +
                      def ipsec_policy
         | 
| 869 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::IpsecPolicy
         | 
| 856 870 | 
             
                      end
         | 
| 857 | 
            -
                      def  | 
| 858 | 
            -
                        Azure::Network::Mgmt:: | 
| 871 | 
            +
                      def auto_approved_private_link_service
         | 
| 872 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AutoApprovedPrivateLinkService
         | 
| 859 873 | 
             
                      end
         | 
| 860 | 
            -
                      def  | 
| 861 | 
            -
                        Azure::Network::Mgmt:: | 
| 874 | 
            +
                      def list_vpn_connections_result
         | 
| 875 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ListVpnConnectionsResult
         | 
| 862 876 | 
             
                      end
         | 
| 863 | 
            -
                      def  | 
| 864 | 
            -
                        Azure::Network::Mgmt:: | 
| 877 | 
            +
                      def auto_approved_private_link_services_result
         | 
| 878 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AutoApprovedPrivateLinkServicesResult
         | 
| 865 879 | 
             
                      end
         | 
| 866 880 | 
             
                      def application_gateway_header_configuration
         | 
| 867 | 
            -
                        Azure::Network::Mgmt:: | 
| 881 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayHeaderConfiguration
         | 
| 868 882 | 
             
                      end
         | 
| 869 | 
            -
                      def  | 
| 870 | 
            -
                        Azure::Network::Mgmt:: | 
| 883 | 
            +
                      def load_balancer_sku
         | 
| 884 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerSku
         | 
| 871 885 | 
             
                      end
         | 
| 872 886 | 
             
                      def application_gateway_rewrite_rule
         | 
| 873 | 
            -
                        Azure::Network::Mgmt:: | 
| 887 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayRewriteRule
         | 
| 874 888 | 
             
                      end
         | 
| 875 | 
            -
                      def  | 
| 876 | 
            -
                        Azure::Network::Mgmt:: | 
| 889 | 
            +
                      def vpn_client_connection_health
         | 
| 890 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VpnClientConnectionHealth
         | 
| 877 891 | 
             
                      end
         | 
| 878 | 
            -
                      def  | 
| 879 | 
            -
                        Azure::Network::Mgmt:: | 
| 892 | 
            +
                      def list_vpn_site_link_connections_result
         | 
| 893 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ListVpnSiteLinkConnectionsResult
         | 
| 880 894 | 
             
                      end
         | 
| 881 | 
            -
                      def  | 
| 882 | 
            -
                        Azure::Network::Mgmt:: | 
| 895 | 
            +
                      def list_p2_svpn_gateways_result
         | 
| 896 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ListP2SVpnGatewaysResult
         | 
| 883 897 | 
             
                      end
         | 
| 884 898 | 
             
                      def application_gateway_firewall_disabled_rule_group
         | 
| 885 | 
            -
                        Azure::Network::Mgmt:: | 
| 899 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayFirewallDisabledRuleGroup
         | 
| 886 900 | 
             
                      end
         | 
| 887 | 
            -
                      def  | 
| 888 | 
            -
                        Azure::Network::Mgmt:: | 
| 901 | 
            +
                      def p2_svpn_profile_parameters
         | 
| 902 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::P2SVpnProfileParameters
         | 
| 889 903 | 
             
                      end
         | 
| 890 904 | 
             
                      def application_gateway_web_application_firewall_configuration
         | 
| 891 | 
            -
                        Azure::Network::Mgmt:: | 
| 905 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration
         | 
| 892 906 | 
             
                      end
         | 
| 893 | 
            -
                      def  | 
| 894 | 
            -
                        Azure::Network::Mgmt:: | 
| 907 | 
            +
                      def public_ipprefix_list_result
         | 
| 908 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PublicIPPrefixListResult
         | 
| 895 909 | 
             
                      end
         | 
| 896 910 | 
             
                      def managed_service_identity_user_assigned_identities_value
         | 
| 897 | 
            -
                        Azure::Network::Mgmt:: | 
| 911 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ManagedServiceIdentityUserAssignedIdentitiesValue
         | 
| 898 912 | 
             
                      end
         | 
| 899 | 
            -
                      def  | 
| 900 | 
            -
                        Azure::Network::Mgmt:: | 
| 913 | 
            +
                      def vpn_profile_response
         | 
| 914 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VpnProfileResponse
         | 
| 901 915 | 
             
                      end
         | 
| 902 | 
            -
                      def  | 
| 903 | 
            -
                        Azure::Network::Mgmt:: | 
| 916 | 
            +
                      def network_intent_policy_configuration
         | 
| 917 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::NetworkIntentPolicyConfiguration
         | 
| 904 918 | 
             
                      end
         | 
| 905 | 
            -
                      def  | 
| 906 | 
            -
                        Azure::Network::Mgmt:: | 
| 919 | 
            +
                      def load_balancer_list_result
         | 
| 920 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerListResult
         | 
| 907 921 | 
             
                      end
         | 
| 908 922 | 
             
                      def application_gateway_firewall_rule
         | 
| 909 | 
            -
                        Azure::Network::Mgmt:: | 
| 923 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayFirewallRule
         | 
| 910 924 | 
             
                      end
         | 
| 911 | 
            -
                      def  | 
| 912 | 
            -
                        Azure::Network::Mgmt:: | 
| 925 | 
            +
                      def inbound_nat_rule_list_result
         | 
| 926 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::InboundNatRuleListResult
         | 
| 913 927 | 
             
                      end
         | 
| 914 | 
            -
                      def  | 
| 915 | 
            -
                        Azure::Network::Mgmt:: | 
| 928 | 
            +
                      def list_hub_virtual_network_connections_result
         | 
| 929 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ListHubVirtualNetworkConnectionsResult
         | 
| 916 930 | 
             
                      end
         | 
| 917 | 
            -
                      def  | 
| 918 | 
            -
                        Azure::Network::Mgmt:: | 
| 931 | 
            +
                      def application_gateway_available_waf_rule_sets_result
         | 
| 932 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayAvailableWafRuleSetsResult
         | 
| 919 933 | 
             
                      end
         | 
| 920 | 
            -
                      def  | 
| 921 | 
            -
                        Azure::Network::Mgmt:: | 
| 934 | 
            +
                      def virtual_network_list_usage_result
         | 
| 935 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkListUsageResult
         | 
| 922 936 | 
             
                      end
         | 
| 923 | 
            -
                      def  | 
| 924 | 
            -
                        Azure::Network::Mgmt:: | 
| 937 | 
            +
                      def public_ipaddress_list_result
         | 
| 938 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PublicIPAddressListResult
         | 
| 925 939 | 
             
                      end
         | 
| 926 940 | 
             
                      def application_gateway_available_ssl_predefined_policies
         | 
| 927 | 
            -
                        Azure::Network::Mgmt:: | 
| 941 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies
         | 
| 928 942 | 
             
                      end
         | 
| 929 | 
            -
                      def  | 
| 930 | 
            -
                        Azure::Network::Mgmt:: | 
| 943 | 
            +
                      def operation_list_result
         | 
| 944 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::OperationListResult
         | 
| 931 945 | 
             
                      end
         | 
| 932 946 | 
             
                      def error_details
         | 
| 933 | 
            -
                        Azure::Network::Mgmt:: | 
| 947 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ErrorDetails
         | 
| 934 948 | 
             
                      end
         | 
| 935 | 
            -
                      def  | 
| 936 | 
            -
                        Azure::Network::Mgmt:: | 
| 949 | 
            +
                      def referenced_public_ip_address
         | 
| 950 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ReferencedPublicIpAddress
         | 
| 937 951 | 
             
                      end
         | 
| 938 952 | 
             
                      def tags_object
         | 
| 939 | 
            -
                        Azure::Network::Mgmt:: | 
| 953 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::TagsObject
         | 
| 940 954 | 
             
                      end
         | 
| 941 955 | 
             
                      def load_balancer_outbound_rule_list_result
         | 
| 942 | 
            -
                        Azure::Network::Mgmt:: | 
| 956 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerOutboundRuleListResult
         | 
| 943 957 | 
             
                      end
         | 
| 944 958 | 
             
                      def available_delegation
         | 
| 945 | 
            -
                        Azure::Network::Mgmt:: | 
| 959 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AvailableDelegation
         | 
| 946 960 | 
             
                      end
         | 
| 947 961 | 
             
                      def load_balancer_probe_list_result
         | 
| 948 | 
            -
                        Azure::Network::Mgmt:: | 
| 962 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerProbeListResult
         | 
| 949 963 | 
             
                      end
         | 
| 950 | 
            -
                      def  | 
| 951 | 
            -
                        Azure::Network::Mgmt:: | 
| 964 | 
            +
                      def virtual_network_usage_name
         | 
| 965 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkUsageName
         | 
| 952 966 | 
             
                      end
         | 
| 953 967 | 
             
                      def network_interface_list_result
         | 
| 954 | 
            -
                        Azure::Network::Mgmt:: | 
| 968 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterfaceListResult
         | 
| 955 969 | 
             
                      end
         | 
| 956 | 
            -
                      def  | 
| 957 | 
            -
                        Azure::Network::Mgmt:: | 
| 970 | 
            +
                      def azure_firewall_application_rule_protocol
         | 
| 971 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallApplicationRuleProtocol
         | 
| 958 972 | 
             
                      end
         | 
| 959 973 | 
             
                      def nat_gateway_sku
         | 
| 960 | 
            -
                        Azure::Network::Mgmt:: | 
| 974 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::NatGatewaySku
         | 
| 961 975 | 
             
                      end
         | 
| 962 | 
            -
                      def  | 
| 963 | 
            -
                        Azure::Network::Mgmt:: | 
| 976 | 
            +
                      def ipaddress_availability_result
         | 
| 977 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::IPAddressAvailabilityResult
         | 
| 964 978 | 
             
                      end
         | 
| 965 979 | 
             
                      def public_ipprefix_sku
         | 
| 966 | 
            -
                        Azure::Network::Mgmt:: | 
| 980 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PublicIPPrefixSku
         | 
| 967 981 | 
             
                      end
         | 
| 968 | 
            -
                      def  | 
| 969 | 
            -
                        Azure::Network::Mgmt:: | 
| 982 | 
            +
                      def azure_firewall_nat_rule
         | 
| 983 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallNatRule
         | 
| 970 984 | 
             
                      end
         | 
| 971 985 | 
             
                      def nat_gateway_list_result
         | 
| 972 | 
            -
                        Azure::Network::Mgmt:: | 
| 986 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::NatGatewayListResult
         | 
| 973 987 | 
             
                      end
         | 
| 974 | 
            -
                      def  | 
| 975 | 
            -
                        Azure::Network::Mgmt:: | 
| 988 | 
            +
                      def azure_firewall_network_rule
         | 
| 989 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallNetworkRule
         | 
| 976 990 | 
             
                      end
         | 
| 977 991 | 
             
                      def azure_async_operation_result
         | 
| 978 | 
            -
                        Azure::Network::Mgmt:: | 
| 992 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AzureAsyncOperationResult
         | 
| 979 993 | 
             
                      end
         | 
| 980 | 
            -
                      def  | 
| 981 | 
            -
                        Azure::Network::Mgmt:: | 
| 994 | 
            +
                      def dhcp_options
         | 
| 995 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::DhcpOptions
         | 
| 982 996 | 
             
                      end
         | 
| 983 997 | 
             
                      def network_interface_tap_configuration_list_result
         | 
| 984 | 
            -
                        Azure::Network::Mgmt:: | 
| 998 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterfaceTapConfigurationListResult
         | 
| 985 999 | 
             
                      end
         | 
| 986 | 
            -
                      def  | 
| 987 | 
            -
                        Azure::Network::Mgmt:: | 
| 1000 | 
            +
                      def virtual_network_peering_list_result
         | 
| 1001 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkPeeringListResult
         | 
| 988 1002 | 
             
                      end
         | 
| 989 1003 | 
             
                      def network_interface_ipconfiguration_list_result
         | 
| 990 | 
            -
                        Azure::Network::Mgmt:: | 
| 1004 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterfaceIPConfigurationListResult
         | 
| 991 1005 | 
             
                      end
         | 
| 992 | 
            -
                      def  | 
| 993 | 
            -
                        Azure::Network::Mgmt:: | 
| 1006 | 
            +
                      def service_association_links_list_result
         | 
| 1007 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ServiceAssociationLinksListResult
         | 
| 994 1008 | 
             
                      end
         | 
| 995 1009 | 
             
                      def network_interface_load_balancer_list_result
         | 
| 996 | 
            -
                        Azure::Network::Mgmt:: | 
| 1010 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterfaceLoadBalancerListResult
         | 
| 997 1011 | 
             
                      end
         | 
| 998 | 
            -
                      def  | 
| 999 | 
            -
                        Azure::Network::Mgmt:: | 
| 1012 | 
            +
                      def bastion_host_list_result
         | 
| 1013 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::BastionHostListResult
         | 
| 1000 1014 | 
             
                      end
         | 
| 1001 1015 | 
             
                      def effective_network_security_group_association
         | 
| 1002 | 
            -
                        Azure::Network::Mgmt:: | 
| 1016 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::EffectiveNetworkSecurityGroupAssociation
         | 
| 1003 1017 | 
             
                      end
         | 
| 1004 | 
            -
                      def  | 
| 1005 | 
            -
                        Azure::Network::Mgmt:: | 
| 1018 | 
            +
                      def protocol_custom_settings_format
         | 
| 1019 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ProtocolCustomSettingsFormat
         | 
| 1006 1020 | 
             
                      end
         | 
| 1007 1021 | 
             
                      def effective_network_security_rule
         | 
| 1008 | 
            -
                        Azure::Network::Mgmt:: | 
| 1009 | 
            -
                      end
         | 
| 1010 | 
            -
                      def protocol_custom_settings_format
         | 
| 1011 | 
            -
                        Azure::Network::Mgmt::V2019_04_01::Models::ProtocolCustomSettingsFormat
         | 
| 1022 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::EffectiveNetworkSecurityRule
         | 
| 1012 1023 | 
             
                      end
         | 
| 1013 1024 | 
             
                      def effective_network_security_group
         | 
| 1014 | 
            -
                        Azure::Network::Mgmt:: | 
| 1015 | 
            -
                      end
         | 
| 1016 | 
            -
                      def effective_network_security_group_list_result
         | 
| 1017 | 
            -
                        Azure::Network::Mgmt::V2019_04_01::Models::EffectiveNetworkSecurityGroupListResult
         | 
| 1025 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::EffectiveNetworkSecurityGroup
         | 
| 1018 1026 | 
             
                      end
         | 
| 1019 1027 | 
             
                      def ddos_protection_plan
         | 
| 1020 | 
            -
                        Azure::Network::Mgmt:: | 
| 1028 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::DdosProtectionPlan
         | 
| 1021 1029 | 
             
                      end
         | 
| 1022 | 
            -
                      def  | 
| 1023 | 
            -
                        Azure::Network::Mgmt:: | 
| 1030 | 
            +
                      def effective_network_security_group_list_result
         | 
| 1031 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::EffectiveNetworkSecurityGroupListResult
         | 
| 1024 1032 | 
             
                      end
         | 
| 1025 | 
            -
                      def  | 
| 1026 | 
            -
                        Azure::Network::Mgmt:: | 
| 1033 | 
            +
                      def virtual_wan_security_provider
         | 
| 1034 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualWanSecurityProvider
         | 
| 1027 1035 | 
             
                      end
         | 
| 1028 | 
            -
                      def  | 
| 1029 | 
            -
                        Azure::Network::Mgmt:: | 
| 1036 | 
            +
                      def effective_route
         | 
| 1037 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::EffectiveRoute
         | 
| 1030 1038 | 
             
                      end
         | 
| 1031 | 
            -
                      def  | 
| 1032 | 
            -
                        Azure::Network::Mgmt:: | 
| 1039 | 
            +
                      def address_space
         | 
| 1040 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AddressSpace
         | 
| 1033 1041 | 
             
                      end
         | 
| 1034 | 
            -
                      def  | 
| 1035 | 
            -
                        Azure::Network::Mgmt:: | 
| 1042 | 
            +
                      def application_gateway_on_demand_probe
         | 
| 1043 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayOnDemandProbe
         | 
| 1036 1044 | 
             
                      end
         | 
| 1037 1045 | 
             
                      def express_route_circuit_peering_config
         | 
| 1038 | 
            -
                        Azure::Network::Mgmt:: | 
| 1046 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitPeeringConfig
         | 
| 1039 1047 | 
             
                      end
         | 
| 1040 | 
            -
                      def  | 
| 1041 | 
            -
                        Azure::Network::Mgmt:: | 
| 1048 | 
            +
                      def web_application_firewall_policy_list_result
         | 
| 1049 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::WebApplicationFirewallPolicyListResult
         | 
| 1042 1050 | 
             
                      end
         | 
| 1043 1051 | 
             
                      def express_route_circuit_stats
         | 
| 1044 | 
            -
                        Azure::Network::Mgmt:: | 
| 1052 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitStats
         | 
| 1045 1053 | 
             
                      end
         | 
| 1046 | 
            -
                      def  | 
| 1047 | 
            -
                        Azure::Network::Mgmt:: | 
| 1054 | 
            +
                      def web_application_firewall_custom_rule
         | 
| 1055 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::WebApplicationFirewallCustomRule
         | 
| 1048 1056 | 
             
                      end
         | 
| 1049 | 
            -
                      def  | 
| 1050 | 
            -
                        Azure::Network::Mgmt:: | 
| 1057 | 
            +
                      def usages_list_result
         | 
| 1058 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::UsagesListResult
         | 
| 1051 1059 | 
             
                      end
         | 
| 1052 | 
            -
                      def  | 
| 1053 | 
            -
                        Azure::Network::Mgmt:: | 
| 1060 | 
            +
                      def container_network_interface_ip_configuration
         | 
| 1061 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ContainerNetworkInterfaceIpConfiguration
         | 
| 1054 1062 | 
             
                      end
         | 
| 1055 | 
            -
                      def  | 
| 1056 | 
            -
                        Azure::Network::Mgmt:: | 
| 1063 | 
            +
                      def usage_name
         | 
| 1064 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::UsageName
         | 
| 1057 1065 | 
             
                      end
         | 
| 1058 | 
            -
                      def  | 
| 1059 | 
            -
                        Azure::Network::Mgmt:: | 
| 1066 | 
            +
                      def match_condition
         | 
| 1067 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::MatchCondition
         | 
| 1060 1068 | 
             
                      end
         | 
| 1061 1069 | 
             
                      def express_route_circuit_connection_list_result
         | 
| 1062 | 
            -
                        Azure::Network::Mgmt:: | 
| 1070 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitConnectionListResult
         | 
| 1063 1071 | 
             
                      end
         | 
| 1064 | 
            -
                      def  | 
| 1065 | 
            -
                        Azure::Network::Mgmt:: | 
| 1072 | 
            +
                      def match_variable
         | 
| 1073 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::MatchVariable
         | 
| 1066 1074 | 
             
                      end
         | 
| 1067 1075 | 
             
                      def express_route_circuit_sku
         | 
| 1068 | 
            -
                        Azure::Network::Mgmt:: | 
| 1076 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitSku
         | 
| 1069 1077 | 
             
                      end
         | 
| 1070 | 
            -
                      def  | 
| 1071 | 
            -
                        Azure::Network::Mgmt:: | 
| 1078 | 
            +
                      def network_profile_list_result
         | 
| 1079 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::NetworkProfileListResult
         | 
| 1072 1080 | 
             
                      end
         | 
| 1073 | 
            -
                      def  | 
| 1074 | 
            -
                        Azure::Network::Mgmt:: | 
| 1081 | 
            +
                      def service_tags_list_result
         | 
| 1082 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ServiceTagsListResult
         | 
| 1075 1083 | 
             
                      end
         | 
| 1076 | 
            -
                      def  | 
| 1077 | 
            -
                        Azure::Network::Mgmt:: | 
| 1084 | 
            +
                      def security_rule_list_result
         | 
| 1085 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::SecurityRuleListResult
         | 
| 1078 1086 | 
             
                      end
         | 
| 1079 1087 | 
             
                      def express_route_circuits_arp_table_list_result
         | 
| 1080 | 
            -
                        Azure::Network::Mgmt:: | 
| 1088 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitsArpTableListResult
         | 
| 1081 1089 | 
             
                      end
         | 
| 1082 | 
            -
                      def  | 
| 1083 | 
            -
                        Azure::Network::Mgmt:: | 
| 1090 | 
            +
                      def network_security_group_list_result
         | 
| 1091 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::NetworkSecurityGroupListResult
         | 
| 1084 1092 | 
             
                      end
         | 
| 1085 1093 | 
             
                      def express_route_circuits_routes_table_list_result
         | 
| 1086 | 
            -
                        Azure::Network::Mgmt:: | 
| 1094 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitsRoutesTableListResult
         | 
| 1087 1095 | 
             
                      end
         | 
| 1088 | 
            -
                      def  | 
| 1089 | 
            -
                        Azure::Network::Mgmt:: | 
| 1096 | 
            +
                      def error_response
         | 
| 1097 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ErrorResponse
         | 
| 1090 1098 | 
             
                      end
         | 
| 1091 1099 | 
             
                      def express_route_circuits_routes_table_summary_list_result
         | 
| 1092 | 
            -
                        Azure::Network::Mgmt:: | 
| 1100 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult
         | 
| 1093 1101 | 
             
                      end
         | 
| 1094 | 
            -
                      def  | 
| 1095 | 
            -
                        Azure::Network::Mgmt:: | 
| 1102 | 
            +
                      def policy_settings
         | 
| 1103 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PolicySettings
         | 
| 1096 1104 | 
             
                      end
         | 
| 1097 1105 | 
             
                      def express_route_service_provider_bandwidths_offered
         | 
| 1098 | 
            -
                        Azure::Network::Mgmt:: | 
| 1106 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteServiceProviderBandwidthsOffered
         | 
| 1099 1107 | 
             
                      end
         | 
| 1100 | 
            -
                      def  | 
| 1101 | 
            -
                        Azure::Network::Mgmt:: | 
| 1108 | 
            +
                      def network_watcher_list_result
         | 
| 1109 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::NetworkWatcherListResult
         | 
| 1102 1110 | 
             
                      end
         | 
| 1103 1111 | 
             
                      def express_route_service_provider_list_result
         | 
| 1104 | 
            -
                        Azure::Network::Mgmt:: | 
| 1112 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteServiceProviderListResult
         | 
| 1113 | 
            +
                      end
         | 
| 1114 | 
            +
                      def topology_parameters
         | 
| 1115 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::TopologyParameters
         | 
| 1116 | 
            +
                      end
         | 
| 1117 | 
            +
                      def express_route_cross_connections_routes_table_summary_list_result
         | 
| 1118 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCrossConnectionsRoutesTableSummaryListResult
         | 
| 1105 1119 | 
             
                      end
         | 
| 1106 1120 | 
             
                      def topology_association
         | 
| 1107 | 
            -
                        Azure::Network::Mgmt:: | 
| 1121 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::TopologyAssociation
         | 
| 1108 1122 | 
             
                      end
         | 
| 1109 | 
            -
                      def  | 
| 1110 | 
            -
                        Azure::Network::Mgmt:: | 
| 1123 | 
            +
                      def service_tag_information_properties_format
         | 
| 1124 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ServiceTagInformationPropertiesFormat
         | 
| 1111 1125 | 
             
                      end
         | 
| 1112 1126 | 
             
                      def topology_resource
         | 
| 1113 | 
            -
                        Azure::Network::Mgmt:: | 
| 1127 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::TopologyResource
         | 
| 1114 1128 | 
             
                      end
         | 
| 1115 | 
            -
                      def  | 
| 1116 | 
            -
                        Azure::Network::Mgmt:: | 
| 1129 | 
            +
                      def express_route_cross_connection_list_result
         | 
| 1130 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCrossConnectionListResult
         | 
| 1117 1131 | 
             
                      end
         | 
| 1118 1132 | 
             
                      def topology
         | 
| 1119 | 
            -
                        Azure::Network::Mgmt:: | 
| 1133 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::Topology
         | 
| 1120 1134 | 
             
                      end
         | 
| 1121 | 
            -
                      def  | 
| 1122 | 
            -
                        Azure::Network::Mgmt:: | 
| 1135 | 
            +
                      def virtual_hub_id
         | 
| 1136 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualHubId
         | 
| 1123 1137 | 
             
                      end
         | 
| 1124 1138 | 
             
                      def verification_ipflow_parameters
         | 
| 1125 | 
            -
                        Azure::Network::Mgmt:: | 
| 1139 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VerificationIPFlowParameters
         | 
| 1126 1140 | 
             
                      end
         | 
| 1127 | 
            -
                      def  | 
| 1128 | 
            -
                        Azure::Network::Mgmt:: | 
| 1141 | 
            +
                      def express_route_gateway_properties_auto_scale_configuration_bounds
         | 
| 1142 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds
         | 
| 1129 1143 | 
             
                      end
         | 
| 1130 1144 | 
             
                      def verification_ipflow_result
         | 
| 1131 | 
            -
                        Azure::Network::Mgmt:: | 
| 1145 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VerificationIPFlowResult
         | 
| 1132 1146 | 
             
                      end
         | 
| 1133 | 
            -
                      def  | 
| 1134 | 
            -
                        Azure::Network::Mgmt:: | 
| 1147 | 
            +
                      def network_interface_dns_settings
         | 
| 1148 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterfaceDnsSettings
         | 
| 1135 1149 | 
             
                      end
         | 
| 1136 1150 | 
             
                      def next_hop_parameters
         | 
| 1137 | 
            -
                        Azure::Network::Mgmt:: | 
| 1151 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::NextHopParameters
         | 
| 1138 1152 | 
             
                      end
         | 
| 1139 | 
            -
                      def  | 
| 1140 | 
            -
                        Azure::Network::Mgmt:: | 
| 1153 | 
            +
                      def virtual_network_tap_list_result
         | 
| 1154 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkTapListResult
         | 
| 1141 1155 | 
             
                      end
         | 
| 1142 1156 | 
             
                      def next_hop_result
         | 
| 1143 | 
            -
                        Azure::Network::Mgmt:: | 
| 1157 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::NextHopResult
         | 
| 1144 1158 | 
             
                      end
         | 
| 1145 | 
            -
                      def  | 
| 1146 | 
            -
                        Azure::Network::Mgmt:: | 
| 1159 | 
            +
                      def public_ipaddress_sku
         | 
| 1160 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PublicIPAddressSku
         | 
| 1147 1161 | 
             
                      end
         | 
| 1148 1162 | 
             
                      def security_group_view_parameters
         | 
| 1149 | 
            -
                        Azure::Network::Mgmt:: | 
| 1163 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::SecurityGroupViewParameters
         | 
| 1150 1164 | 
             
                      end
         | 
| 1151 | 
            -
                      def  | 
| 1152 | 
            -
                        Azure::Network::Mgmt:: | 
| 1165 | 
            +
                      def vpn_device_script_parameters
         | 
| 1166 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VpnDeviceScriptParameters
         | 
| 1153 1167 | 
             
                      end
         | 
| 1154 1168 | 
             
                      def network_interface_association
         | 
| 1155 | 
            -
                        Azure::Network::Mgmt:: | 
| 1169 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterfaceAssociation
         | 
| 1156 1170 | 
             
                      end
         | 
| 1157 | 
            -
                      def  | 
| 1158 | 
            -
                        Azure::Network::Mgmt:: | 
| 1171 | 
            +
                      def local_network_gateway_list_result
         | 
| 1172 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::LocalNetworkGatewayListResult
         | 
| 1159 1173 | 
             
                      end
         | 
| 1160 1174 | 
             
                      def subnet_association
         | 
| 1161 | 
            -
                        Azure::Network::Mgmt:: | 
| 1175 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::SubnetAssociation
         | 
| 1162 1176 | 
             
                      end
         | 
| 1163 | 
            -
                      def  | 
| 1164 | 
            -
                        Azure::Network::Mgmt:: | 
| 1177 | 
            +
                      def virtual_network_gateway_connection_list_result
         | 
| 1178 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewayConnectionListResult
         | 
| 1165 1179 | 
             
                      end
         | 
| 1166 1180 | 
             
                      def security_rule_associations
         | 
| 1167 | 
            -
                        Azure::Network::Mgmt:: | 
| 1181 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::SecurityRuleAssociations
         | 
| 1168 1182 | 
             
                      end
         | 
| 1169 | 
            -
                      def  | 
| 1170 | 
            -
                        Azure::Network::Mgmt:: | 
| 1183 | 
            +
                      def application_gateway_backend_address
         | 
| 1184 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayBackendAddress
         | 
| 1171 1185 | 
             
                      end
         | 
| 1172 1186 | 
             
                      def security_group_network_interface
         | 
| 1173 | 
            -
                        Azure::Network::Mgmt:: | 
| 1187 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::SecurityGroupNetworkInterface
         | 
| 1174 1188 | 
             
                      end
         | 
| 1175 | 
            -
                      def  | 
| 1176 | 
            -
                        Azure::Network::Mgmt:: | 
| 1189 | 
            +
                      def application_gateway_backend_health_server
         | 
| 1190 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayBackendHealthServer
         | 
| 1177 1191 | 
             
                      end
         | 
| 1178 1192 | 
             
                      def security_group_view_result
         | 
| 1179 | 
            -
                        Azure::Network::Mgmt:: | 
| 1193 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::SecurityGroupViewResult
         | 
| 1180 1194 | 
             
                      end
         | 
| 1181 | 
            -
                      def  | 
| 1182 | 
            -
                        Azure::Network::Mgmt:: | 
| 1195 | 
            +
                      def application_gateway_backend_health
         | 
| 1196 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayBackendHealth
         | 
| 1183 1197 | 
             
                      end
         | 
| 1184 1198 | 
             
                      def packet_capture_storage_location
         | 
| 1185 | 
            -
                        Azure::Network::Mgmt:: | 
| 1199 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PacketCaptureStorageLocation
         | 
| 1186 1200 | 
             
                      end
         | 
| 1187 | 
            -
                      def  | 
| 1188 | 
            -
                        Azure::Network::Mgmt:: | 
| 1201 | 
            +
                      def vpn_client_parameters
         | 
| 1202 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VpnClientParameters
         | 
| 1189 1203 | 
             
                      end
         | 
| 1190 1204 | 
             
                      def packet_capture_filter
         | 
| 1191 | 
            -
                        Azure::Network::Mgmt:: | 
| 1205 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PacketCaptureFilter
         | 
| 1192 1206 | 
             
                      end
         | 
| 1193 | 
            -
                      def  | 
| 1194 | 
            -
                        Azure::Network::Mgmt:: | 
| 1207 | 
            +
                      def bgp_settings
         | 
| 1208 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::BgpSettings
         | 
| 1195 1209 | 
             
                      end
         | 
| 1196 1210 | 
             
                      def packet_capture_parameters
         | 
| 1197 | 
            -
                        Azure::Network::Mgmt:: | 
| 1211 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PacketCaptureParameters
         | 
| 1198 1212 | 
             
                      end
         | 
| 1199 | 
            -
                      def  | 
| 1200 | 
            -
                        Azure::Network::Mgmt:: | 
| 1213 | 
            +
                      def list_vpn_gateways_result
         | 
| 1214 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ListVpnGatewaysResult
         | 
| 1201 1215 | 
             
                      end
         | 
| 1202 1216 | 
             
                      def packet_capture
         | 
| 1203 | 
            -
                        Azure::Network::Mgmt:: | 
| 1217 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PacketCapture
         | 
| 1204 1218 | 
             
                      end
         | 
| 1205 | 
            -
                      def  | 
| 1206 | 
            -
                        Azure::Network::Mgmt:: | 
| 1219 | 
            +
                      def application_gateway_rewrite_rule_action_set
         | 
| 1220 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayRewriteRuleActionSet
         | 
| 1207 1221 | 
             
                      end
         | 
| 1208 1222 | 
             
                      def packet_capture_result
         | 
| 1209 | 
            -
                        Azure::Network::Mgmt:: | 
| 1223 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PacketCaptureResult
         | 
| 1210 1224 | 
             
                      end
         | 
| 1211 | 
            -
                      def  | 
| 1212 | 
            -
                        Azure::Network::Mgmt:: | 
| 1225 | 
            +
                      def prepare_network_policies_request
         | 
| 1226 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PrepareNetworkPoliciesRequest
         | 
| 1213 1227 | 
             
                      end
         | 
| 1214 1228 | 
             
                      def packet_capture_list_result
         | 
| 1215 | 
            -
                        Azure::Network::Mgmt:: | 
| 1229 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PacketCaptureListResult
         | 
| 1216 1230 | 
             
                      end
         | 
| 1217 | 
            -
                      def  | 
| 1218 | 
            -
                        Azure::Network::Mgmt:: | 
| 1231 | 
            +
                      def application_gateway_autoscale_configuration
         | 
| 1232 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayAutoscaleConfiguration
         | 
| 1219 1233 | 
             
                      end
         | 
| 1220 1234 | 
             
                      def packet_capture_query_status_result
         | 
| 1221 | 
            -
                        Azure::Network::Mgmt:: | 
| 1235 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PacketCaptureQueryStatusResult
         | 
| 1222 1236 | 
             
                      end
         | 
| 1223 | 
            -
                      def  | 
| 1224 | 
            -
                        Azure::Network::Mgmt:: | 
| 1237 | 
            +
                      def application_gateway_list_result
         | 
| 1238 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayListResult
         | 
| 1225 1239 | 
             
                      end
         | 
| 1226 1240 | 
             
                      def troubleshooting_parameters
         | 
| 1227 | 
            -
                        Azure::Network::Mgmt:: | 
| 1241 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::TroubleshootingParameters
         | 
| 1228 1242 | 
             
                      end
         | 
| 1229 | 
            -
                      def  | 
| 1230 | 
            -
                        Azure::Network::Mgmt:: | 
| 1243 | 
            +
                      def virtual_network_usage
         | 
| 1244 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkUsage
         | 
| 1231 1245 | 
             
                      end
         | 
| 1232 1246 | 
             
                      def query_troubleshooting_parameters
         | 
| 1233 | 
            -
                        Azure::Network::Mgmt:: | 
| 1247 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::QueryTroubleshootingParameters
         | 
| 1234 1248 | 
             
                      end
         | 
| 1235 | 
            -
                      def  | 
| 1236 | 
            -
                        Azure::Network::Mgmt:: | 
| 1249 | 
            +
                      def error
         | 
| 1250 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::Error
         | 
| 1237 1251 | 
             
                      end
         | 
| 1238 1252 | 
             
                      def troubleshooting_recommended_actions
         | 
| 1239 | 
            -
                        Azure::Network::Mgmt:: | 
| 1253 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::TroubleshootingRecommendedActions
         | 
| 1240 1254 | 
             
                      end
         | 
| 1241 | 
            -
                      def  | 
| 1242 | 
            -
                        Azure::Network::Mgmt:: | 
| 1255 | 
            +
                      def available_delegations_result
         | 
| 1256 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AvailableDelegationsResult
         | 
| 1243 1257 | 
             
                      end
         | 
| 1244 1258 | 
             
                      def troubleshooting_details
         | 
| 1245 | 
            -
                        Azure::Network::Mgmt:: | 
| 1259 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::TroubleshootingDetails
         | 
| 1246 1260 | 
             
                      end
         | 
| 1247 | 
            -
                      def  | 
| 1248 | 
            -
                        Azure::Network::Mgmt:: | 
| 1261 | 
            +
                      def azure_firewall_application_rule
         | 
| 1262 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallApplicationRule
         | 
| 1249 1263 | 
             
                      end
         | 
| 1250 1264 | 
             
                      def troubleshooting_result
         | 
| 1251 | 
            -
                        Azure::Network::Mgmt:: | 
| 1265 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::TroubleshootingResult
         | 
| 1252 1266 | 
             
                      end
         | 
| 1253 | 
            -
                      def  | 
| 1254 | 
            -
                        Azure::Network::Mgmt:: | 
| 1267 | 
            +
                      def virtual_network_list_result
         | 
| 1268 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkListResult
         | 
| 1255 1269 | 
             
                      end
         | 
| 1256 1270 | 
             
                      def retention_policy_parameters
         | 
| 1257 | 
            -
                        Azure::Network::Mgmt:: | 
| 1271 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::RetentionPolicyParameters
         | 
| 1258 1272 | 
             
                      end
         | 
| 1259 | 
            -
                      def  | 
| 1260 | 
            -
                        Azure::Network::Mgmt:: | 
| 1273 | 
            +
                      def azure_firewall_list_result
         | 
| 1274 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallListResult
         | 
| 1261 1275 | 
             
                      end
         | 
| 1262 1276 | 
             
                      def flow_log_format_parameters
         | 
| 1263 | 
            -
                        Azure::Network::Mgmt:: | 
| 1277 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::FlowLogFormatParameters
         | 
| 1278 | 
            +
                      end
         | 
| 1279 | 
            +
                      def resource_navigation_links_list_result
         | 
| 1280 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ResourceNavigationLinksListResult
         | 
| 1264 1281 | 
             
                      end
         | 
| 1265 1282 | 
             
                      def flow_log_status_parameters
         | 
| 1266 | 
            -
                        Azure::Network::Mgmt:: | 
| 1283 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::FlowLogStatusParameters
         | 
| 1267 1284 | 
             
                      end
         | 
| 1268 | 
            -
                      def  | 
| 1269 | 
            -
                        Azure::Network::Mgmt:: | 
| 1285 | 
            +
                      def subnet_list_result
         | 
| 1286 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::SubnetListResult
         | 
| 1270 1287 | 
             
                      end
         | 
| 1271 1288 | 
             
                      def traffic_analytics_configuration_properties
         | 
| 1272 | 
            -
                        Azure::Network::Mgmt:: | 
| 1289 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::TrafficAnalyticsConfigurationProperties
         | 
| 1273 1290 | 
             
                      end
         | 
| 1274 | 
            -
                      def  | 
| 1275 | 
            -
                        Azure::Network::Mgmt:: | 
| 1291 | 
            +
                      def ddos_protection_plan_list_result
         | 
| 1292 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::DdosProtectionPlanListResult
         | 
| 1276 1293 | 
             
                      end
         | 
| 1277 1294 | 
             
                      def traffic_analytics_properties
         | 
| 1278 | 
            -
                        Azure::Network::Mgmt:: | 
| 1295 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::TrafficAnalyticsProperties
         | 
| 1279 1296 | 
             
                      end
         | 
| 1280 | 
            -
                      def  | 
| 1281 | 
            -
                        Azure::Network::Mgmt:: | 
| 1297 | 
            +
                      def authorization_list_result
         | 
| 1298 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AuthorizationListResult
         | 
| 1282 1299 | 
             
                      end
         | 
| 1283 1300 | 
             
                      def flow_log_information
         | 
| 1284 | 
            -
                        Azure::Network::Mgmt:: | 
| 1301 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::FlowLogInformation
         | 
| 1285 1302 | 
             
                      end
         | 
| 1286 | 
            -
                      def  | 
| 1287 | 
            -
                        Azure::Network::Mgmt:: | 
| 1303 | 
            +
                      def express_route_connection_id
         | 
| 1304 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteConnectionId
         | 
| 1288 1305 | 
             
                      end
         | 
| 1289 1306 | 
             
                      def connectivity_source
         | 
| 1290 | 
            -
                        Azure::Network::Mgmt:: | 
| 1307 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ConnectivitySource
         | 
| 1291 1308 | 
             
                      end
         | 
| 1292 | 
            -
                      def  | 
| 1293 | 
            -
                        Azure::Network::Mgmt:: | 
| 1309 | 
            +
                      def express_route_circuit_peering_list_result
         | 
| 1310 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitPeeringListResult
         | 
| 1294 1311 | 
             
                      end
         | 
| 1295 1312 | 
             
                      def connectivity_destination
         | 
| 1296 | 
            -
                        Azure::Network::Mgmt:: | 
| 1313 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ConnectivityDestination
         | 
| 1297 1314 | 
             
                      end
         | 
| 1298 | 
            -
                      def  | 
| 1299 | 
            -
                        Azure::Network::Mgmt:: | 
| 1315 | 
            +
                      def express_route_circuit_service_provider_properties
         | 
| 1316 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitServiceProviderProperties
         | 
| 1300 1317 | 
             
                      end
         | 
| 1301 1318 | 
             
                      def httpheader
         | 
| 1302 | 
            -
                        Azure::Network::Mgmt:: | 
| 1319 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::HTTPHeader
         | 
| 1303 1320 | 
             
                      end
         | 
| 1304 | 
            -
                      def  | 
| 1305 | 
            -
                        Azure::Network::Mgmt:: | 
| 1321 | 
            +
                      def express_route_circuit_routes_table
         | 
| 1322 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitRoutesTable
         | 
| 1306 1323 | 
             
                      end
         | 
| 1307 1324 | 
             
                      def httpconfiguration
         | 
| 1308 | 
            -
                        Azure::Network::Mgmt:: | 
| 1325 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::HTTPConfiguration
         | 
| 1309 1326 | 
             
                      end
         | 
| 1310 | 
            -
                      def  | 
| 1311 | 
            -
                        Azure::Network::Mgmt:: | 
| 1327 | 
            +
                      def express_route_circuit_list_result
         | 
| 1328 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitListResult
         | 
| 1312 1329 | 
             
                      end
         | 
| 1313 1330 | 
             
                      def protocol_configuration
         | 
| 1314 | 
            -
                        Azure::Network::Mgmt:: | 
| 1331 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ProtocolConfiguration
         | 
| 1315 1332 | 
             
                      end
         | 
| 1316 | 
            -
                      def  | 
| 1317 | 
            -
                        Azure::Network::Mgmt:: | 
| 1333 | 
            +
                      def express_route_cross_connection_routes_table_summary
         | 
| 1334 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCrossConnectionRoutesTableSummary
         | 
| 1318 1335 | 
             
                      end
         | 
| 1319 1336 | 
             
                      def connectivity_parameters
         | 
| 1320 | 
            -
                        Azure::Network::Mgmt:: | 
| 1337 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ConnectivityParameters
         | 
| 1321 1338 | 
             
                      end
         | 
| 1322 | 
            -
                      def  | 
| 1323 | 
            -
                        Azure::Network::Mgmt:: | 
| 1339 | 
            +
                      def service_endpoint_policy_list_result
         | 
| 1340 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ServiceEndpointPolicyListResult
         | 
| 1324 1341 | 
             
                      end
         | 
| 1325 1342 | 
             
                      def connectivity_issue
         | 
| 1326 | 
            -
                        Azure::Network::Mgmt:: | 
| 1343 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ConnectivityIssue
         | 
| 1327 1344 | 
             
                      end
         | 
| 1328 | 
            -
                      def  | 
| 1329 | 
            -
                        Azure::Network::Mgmt:: | 
| 1345 | 
            +
                      def express_route_circuit_peering_id
         | 
| 1346 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitPeeringId
         | 
| 1330 1347 | 
             
                      end
         | 
| 1331 1348 | 
             
                      def connectivity_hop
         | 
| 1332 | 
            -
                        Azure::Network::Mgmt:: | 
| 1349 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ConnectivityHop
         | 
| 1333 1350 | 
             
                      end
         | 
| 1334 | 
            -
                      def  | 
| 1335 | 
            -
                        Azure::Network::Mgmt:: | 
| 1351 | 
            +
                      def vpn_link_bgp_settings
         | 
| 1352 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VpnLinkBgpSettings
         | 
| 1336 1353 | 
             
                      end
         | 
| 1337 1354 | 
             
                      def connectivity_information
         | 
| 1338 | 
            -
                        Azure::Network::Mgmt:: | 
| 1355 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ConnectivityInformation
         | 
| 1339 1356 | 
             
                      end
         | 
| 1340 | 
            -
                      def  | 
| 1341 | 
            -
                        Azure::Network::Mgmt:: | 
| 1357 | 
            +
                      def ddos_settings
         | 
| 1358 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::DdosSettings
         | 
| 1342 1359 | 
             
                      end
         | 
| 1343 1360 | 
             
                      def azure_reachability_report_location
         | 
| 1344 | 
            -
                        Azure::Network::Mgmt:: | 
| 1361 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AzureReachabilityReportLocation
         | 
| 1345 1362 | 
             
                      end
         | 
| 1346 | 
            -
                      def  | 
| 1347 | 
            -
                        Azure::Network::Mgmt:: | 
| 1363 | 
            +
                      def get_vpn_sites_configuration_request
         | 
| 1364 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::GetVpnSitesConfigurationRequest
         | 
| 1348 1365 | 
             
                      end
         | 
| 1349 1366 | 
             
                      def azure_reachability_report_parameters
         | 
| 1350 | 
            -
                        Azure::Network::Mgmt:: | 
| 1367 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AzureReachabilityReportParameters
         | 
| 1351 1368 | 
             
                      end
         | 
| 1352 | 
            -
                      def  | 
| 1353 | 
            -
                        Azure::Network::Mgmt:: | 
| 1369 | 
            +
                      def application_gateway_connection_draining
         | 
| 1370 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayConnectionDraining
         | 
| 1354 1371 | 
             
                      end
         | 
| 1355 1372 | 
             
                      def azure_reachability_report_latency_info
         | 
| 1356 | 
            -
                        Azure::Network::Mgmt:: | 
| 1373 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AzureReachabilityReportLatencyInfo
         | 
| 1357 1374 | 
             
                      end
         | 
| 1358 | 
            -
                      def  | 
| 1359 | 
            -
                        Azure::Network::Mgmt:: | 
| 1375 | 
            +
                      def application_gateway_ssl_policy
         | 
| 1376 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewaySslPolicy
         | 
| 1360 1377 | 
             
                      end
         | 
| 1361 1378 | 
             
                      def azure_reachability_report_item
         | 
| 1362 | 
            -
                        Azure::Network::Mgmt:: | 
| 1379 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AzureReachabilityReportItem
         | 
| 1363 1380 | 
             
                      end
         | 
| 1364 | 
            -
                      def  | 
| 1365 | 
            -
                        Azure::Network::Mgmt:: | 
| 1381 | 
            +
                      def vpn_client_configuration
         | 
| 1382 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VpnClientConfiguration
         | 
| 1366 1383 | 
             
                      end
         | 
| 1367 1384 | 
             
                      def azure_reachability_report
         | 
| 1368 | 
            -
                        Azure::Network::Mgmt:: | 
| 1385 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AzureReachabilityReport
         | 
| 1369 1386 | 
             
                      end
         | 
| 1370 | 
            -
                      def  | 
| 1371 | 
            -
                        Azure::Network::Mgmt:: | 
| 1387 | 
            +
                      def virtual_network_gateway_sku
         | 
| 1388 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewaySku
         | 
| 1372 1389 | 
             
                      end
         | 
| 1373 1390 | 
             
                      def available_providers_list_parameters
         | 
| 1374 | 
            -
                        Azure::Network::Mgmt:: | 
| 1391 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AvailableProvidersListParameters
         | 
| 1375 1392 | 
             
                      end
         | 
| 1376 | 
            -
                      def  | 
| 1377 | 
            -
                        Azure::Network::Mgmt:: | 
| 1393 | 
            +
                      def managed_service_identity
         | 
| 1394 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ManagedServiceIdentity
         | 
| 1378 1395 | 
             
                      end
         | 
| 1379 1396 | 
             
                      def available_providers_list_city
         | 
| 1380 | 
            -
                        Azure::Network::Mgmt:: | 
| 1397 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AvailableProvidersListCity
         | 
| 1381 1398 | 
             
                      end
         | 
| 1382 | 
            -
                      def  | 
| 1383 | 
            -
                        Azure::Network::Mgmt:: | 
| 1399 | 
            +
                      def resource
         | 
| 1400 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::Resource
         | 
| 1384 1401 | 
             
                      end
         | 
| 1385 1402 | 
             
                      def available_providers_list_state
         | 
| 1386 | 
            -
                        Azure::Network::Mgmt:: | 
| 1403 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AvailableProvidersListState
         | 
| 1387 1404 | 
             
                      end
         | 
| 1388 | 
            -
                      def  | 
| 1389 | 
            -
                        Azure::Network::Mgmt:: | 
| 1405 | 
            +
                      def azure_firewall_rcaction
         | 
| 1406 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallRCAction
         | 
| 1390 1407 | 
             
                      end
         | 
| 1391 1408 | 
             
                      def available_providers_list_country
         | 
| 1392 | 
            -
                        Azure::Network::Mgmt:: | 
| 1409 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AvailableProvidersListCountry
         | 
| 1393 1410 | 
             
                      end
         | 
| 1394 | 
            -
                      def  | 
| 1395 | 
            -
                        Azure::Network::Mgmt:: | 
| 1411 | 
            +
                      def vpn_site_id
         | 
| 1412 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VpnSiteId
         | 
| 1396 1413 | 
             
                      end
         | 
| 1397 1414 | 
             
                      def available_providers_list
         | 
| 1398 | 
            -
                        Azure::Network::Mgmt:: | 
| 1415 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AvailableProvidersList
         | 
| 1399 1416 | 
             
                      end
         | 
| 1400 | 
            -
                      def  | 
| 1401 | 
            -
                        Azure::Network::Mgmt:: | 
| 1417 | 
            +
                      def dns_name_availability_result
         | 
| 1418 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::DnsNameAvailabilityResult
         | 
| 1402 1419 | 
             
                      end
         | 
| 1403 1420 | 
             
                      def connection_monitor_source
         | 
| 1404 | 
            -
                        Azure::Network::Mgmt:: | 
| 1421 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ConnectionMonitorSource
         | 
| 1405 1422 | 
             
                      end
         | 
| 1406 | 
            -
                      def  | 
| 1407 | 
            -
                        Azure::Network::Mgmt:: | 
| 1423 | 
            +
                      def endpoint_services_list_result
         | 
| 1424 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::EndpointServicesListResult
         | 
| 1408 1425 | 
             
                      end
         | 
| 1409 1426 | 
             
                      def connection_monitor_destination
         | 
| 1410 | 
            -
                        Azure::Network::Mgmt:: | 
| 1427 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ConnectionMonitorDestination
         | 
| 1411 1428 | 
             
                      end
         | 
| 1412 | 
            -
                      def  | 
| 1413 | 
            -
                        Azure::Network::Mgmt:: | 
| 1429 | 
            +
                      def usage
         | 
| 1430 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::Usage
         | 
| 1414 1431 | 
             
                      end
         | 
| 1415 1432 | 
             
                      def connection_monitor_parameters
         | 
| 1416 | 
            -
                        Azure::Network::Mgmt:: | 
| 1433 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ConnectionMonitorParameters
         | 
| 1417 1434 | 
             
                      end
         | 
| 1418 | 
            -
                      def  | 
| 1419 | 
            -
                        Azure::Network::Mgmt:: | 
| 1435 | 
            +
                      def express_route_circuit_arp_table
         | 
| 1436 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitArpTable
         | 
| 1420 1437 | 
             
                      end
         | 
| 1421 1438 | 
             
                      def connection_monitor
         | 
| 1422 | 
            -
                        Azure::Network::Mgmt:: | 
| 1439 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ConnectionMonitor
         | 
| 1423 1440 | 
             
                      end
         | 
| 1424 | 
            -
                      def  | 
| 1425 | 
            -
                        Azure::Network::Mgmt:: | 
| 1441 | 
            +
                      def service_tag_information
         | 
| 1442 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ServiceTagInformation
         | 
| 1426 1443 | 
             
                      end
         | 
| 1427 1444 | 
             
                      def connection_monitor_result
         | 
| 1428 | 
            -
                        Azure::Network::Mgmt:: | 
| 1445 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ConnectionMonitorResult
         | 
| 1429 1446 | 
             
                      end
         | 
| 1430 | 
            -
                      def  | 
| 1431 | 
            -
                        Azure::Network::Mgmt:: | 
| 1447 | 
            +
                      def express_route_cross_connection_peering_list
         | 
| 1448 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCrossConnectionPeeringList
         | 
| 1432 1449 | 
             
                      end
         | 
| 1433 1450 | 
             
                      def connection_monitor_list_result
         | 
| 1434 | 
            -
                        Azure::Network::Mgmt:: | 
| 1451 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ConnectionMonitorListResult
         | 
| 1435 1452 | 
             
                      end
         | 
| 1436 | 
            -
                      def  | 
| 1437 | 
            -
                        Azure::Network::Mgmt:: | 
| 1453 | 
            +
                      def vpn_client_connection_health_detail_list_result
         | 
| 1454 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VpnClientConnectionHealthDetailListResult
         | 
| 1438 1455 | 
             
                      end
         | 
| 1439 1456 | 
             
                      def connection_state_snapshot
         | 
| 1440 | 
            -
                        Azure::Network::Mgmt:: | 
| 1457 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ConnectionStateSnapshot
         | 
| 1441 1458 | 
             
                      end
         | 
| 1442 | 
            -
                      def  | 
| 1443 | 
            -
                        Azure::Network::Mgmt:: | 
| 1459 | 
            +
                      def virtual_hub_route_table
         | 
| 1460 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualHubRouteTable
         | 
| 1444 1461 | 
             
                      end
         | 
| 1445 1462 | 
             
                      def connection_monitor_query_result
         | 
| 1446 | 
            -
                        Azure::Network::Mgmt:: | 
| 1463 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ConnectionMonitorQueryResult
         | 
| 1447 1464 | 
             
                      end
         | 
| 1448 | 
            -
                      def  | 
| 1449 | 
            -
                        Azure::Network::Mgmt:: | 
| 1465 | 
            +
                      def gateway_route
         | 
| 1466 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::GatewayRoute
         | 
| 1450 1467 | 
             
                      end
         | 
| 1451 1468 | 
             
                      def network_configuration_diagnostic_profile
         | 
| 1452 | 
            -
                        Azure::Network::Mgmt:: | 
| 1469 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::NetworkConfigurationDiagnosticProfile
         | 
| 1453 1470 | 
             
                      end
         | 
| 1454 | 
            -
                      def  | 
| 1455 | 
            -
                        Azure::Network::Mgmt:: | 
| 1471 | 
            +
                      def application_gateway_firewall_exclusion
         | 
| 1472 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayFirewallExclusion
         | 
| 1456 1473 | 
             
                      end
         | 
| 1457 1474 | 
             
                      def network_configuration_diagnostic_parameters
         | 
| 1458 | 
            -
                        Azure::Network::Mgmt:: | 
| 1475 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::NetworkConfigurationDiagnosticParameters
         | 
| 1459 1476 | 
             
                      end
         | 
| 1460 | 
            -
                      def  | 
| 1461 | 
            -
                        Azure::Network::Mgmt:: | 
| 1477 | 
            +
                      def application_security_group_list_result
         | 
| 1478 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationSecurityGroupListResult
         | 
| 1462 1479 | 
             
                      end
         | 
| 1463 1480 | 
             
                      def matched_rule
         | 
| 1464 | 
            -
                        Azure::Network::Mgmt:: | 
| 1481 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::MatchedRule
         | 
| 1465 1482 | 
             
                      end
         | 
| 1466 | 
            -
                      def  | 
| 1467 | 
            -
                        Azure::Network::Mgmt:: | 
| 1483 | 
            +
                      def azure_firewall_fqdn_tag_list_result
         | 
| 1484 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallFqdnTagListResult
         | 
| 1468 1485 | 
             
                      end
         | 
| 1469 1486 | 
             
                      def network_security_rules_evaluation_result
         | 
| 1470 | 
            -
                        Azure::Network::Mgmt:: | 
| 1487 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::NetworkSecurityRulesEvaluationResult
         | 
| 1471 1488 | 
             
                      end
         | 
| 1472 | 
            -
                      def  | 
| 1473 | 
            -
                        Azure::Network::Mgmt:: | 
| 1489 | 
            +
                      def ipv6_express_route_circuit_peering_config
         | 
| 1490 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::Ipv6ExpressRouteCircuitPeeringConfig
         | 
| 1474 1491 | 
             
                      end
         | 
| 1475 1492 | 
             
                      def evaluated_network_security_group
         | 
| 1476 | 
            -
                        Azure::Network::Mgmt:: | 
| 1493 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::EvaluatedNetworkSecurityGroup
         | 
| 1477 1494 | 
             
                      end
         | 
| 1478 | 
            -
                      def  | 
| 1479 | 
            -
                        Azure::Network::Mgmt:: | 
| 1495 | 
            +
                      def express_route_circuit_routes_table_summary
         | 
| 1496 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitRoutesTableSummary
         | 
| 1480 1497 | 
             
                      end
         | 
| 1481 1498 | 
             
                      def network_security_group_result
         | 
| 1482 | 
            -
                        Azure::Network::Mgmt:: | 
| 1499 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::NetworkSecurityGroupResult
         | 
| 1483 1500 | 
             
                      end
         | 
| 1484 | 
            -
                      def  | 
| 1485 | 
            -
                        Azure::Network::Mgmt:: | 
| 1501 | 
            +
                      def list_virtual_wans_result
         | 
| 1502 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ListVirtualWANsResult
         | 
| 1486 1503 | 
             
                      end
         | 
| 1487 1504 | 
             
                      def network_configuration_diagnostic_result
         | 
| 1488 | 
            -
                        Azure::Network::Mgmt:: | 
| 1505 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::NetworkConfigurationDiagnosticResult
         | 
| 1489 1506 | 
             
                      end
         | 
| 1490 | 
            -
                      def  | 
| 1491 | 
            -
                        Azure::Network::Mgmt:: | 
| 1507 | 
            +
                      def application_gateway_backend_health_on_demand
         | 
| 1508 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayBackendHealthOnDemand
         | 
| 1492 1509 | 
             
                      end
         | 
| 1493 1510 | 
             
                      def network_configuration_diagnostic_response
         | 
| 1494 | 
            -
                        Azure::Network::Mgmt:: | 
| 1511 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::NetworkConfigurationDiagnosticResponse
         | 
| 1495 1512 | 
             
                      end
         | 
| 1496 | 
            -
                      def  | 
| 1497 | 
            -
                        Azure::Network::Mgmt:: | 
| 1513 | 
            +
                      def application_gateway_firewall_rule_group
         | 
| 1514 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayFirewallRuleGroup
         | 
| 1498 1515 | 
             
                      end
         | 
| 1499 1516 | 
             
                      def operation_display
         | 
| 1500 | 
            -
                        Azure::Network::Mgmt:: | 
| 1501 | 
            -
                      end
         | 
| 1502 | 
            -
                      def application_security_group_list_result
         | 
| 1503 | 
            -
                        Azure::Network::Mgmt::V2019_04_01::Models::ApplicationSecurityGroupListResult
         | 
| 1517 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::OperationDisplay
         | 
| 1504 1518 | 
             
                      end
         | 
| 1505 1519 | 
             
                      def availability
         | 
| 1506 | 
            -
                        Azure::Network::Mgmt:: | 
| 1520 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::Availability
         | 
| 1507 1521 | 
             
                      end
         | 
| 1508 | 
            -
                      def  | 
| 1509 | 
            -
                        Azure::Network::Mgmt:: | 
| 1522 | 
            +
                      def express_route_circuit_reference
         | 
| 1523 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitReference
         | 
| 1510 1524 | 
             
                      end
         | 
| 1511 1525 | 
             
                      def dimension
         | 
| 1512 | 
            -
                        Azure::Network::Mgmt:: | 
| 1526 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::Dimension
         | 
| 1527 | 
            +
                      end
         | 
| 1528 | 
            +
                      def application_gateway_rewrite_rule_condition
         | 
| 1529 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayRewriteRuleCondition
         | 
| 1530 | 
            +
                      end
         | 
| 1531 | 
            +
                      def metric_specification
         | 
| 1532 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::MetricSpecification
         | 
| 1533 | 
            +
                      end
         | 
| 1534 | 
            +
                      def peer_express_route_circuit_connection_list_result
         | 
| 1535 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PeerExpressRouteCircuitConnectionListResult
         | 
| 1536 | 
            +
                      end
         | 
| 1537 | 
            +
                      def log_specification
         | 
| 1538 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::LogSpecification
         | 
| 1539 | 
            +
                      end
         | 
| 1540 | 
            +
                      def azure_firewall_nat_rcaction
         | 
| 1541 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallNatRCAction
         | 
| 1542 | 
            +
                      end
         | 
| 1543 | 
            +
                      def operation_properties_format_service_specification
         | 
| 1544 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::OperationPropertiesFormatServiceSpecification
         | 
| 1545 | 
            +
                      end
         | 
| 1546 | 
            +
                      def list_vpn_site_links_result
         | 
| 1547 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ListVpnSiteLinksResult
         | 
| 1548 | 
            +
                      end
         | 
| 1549 | 
            +
                      def operation
         | 
| 1550 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::Operation
         | 
| 1513 1551 | 
             
                      end
         | 
| 1514 1552 | 
             
                      def network_interface_tap_configuration
         | 
| 1515 | 
            -
                        Azure::Network::Mgmt:: | 
| 1553 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterfaceTapConfiguration
         | 
| 1516 1554 | 
             
                      end
         | 
| 1517 1555 | 
             
                      def application_security_group
         | 
| 1518 | 
            -
                        Azure::Network::Mgmt:: | 
| 1556 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationSecurityGroup
         | 
| 1519 1557 | 
             
                      end
         | 
| 1520 1558 | 
             
                      def security_rule
         | 
| 1521 | 
            -
                        Azure::Network::Mgmt:: | 
| 1559 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::SecurityRule
         | 
| 1522 1560 | 
             
                      end
         | 
| 1523 1561 | 
             
                      def private_link_service_connection
         | 
| 1524 | 
            -
                        Azure::Network::Mgmt:: | 
| 1562 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PrivateLinkServiceConnection
         | 
| 1525 1563 | 
             
                      end
         | 
| 1526 1564 | 
             
                      def private_endpoint
         | 
| 1527 | 
            -
                        Azure::Network::Mgmt:: | 
| 1565 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PrivateEndpoint
         | 
| 1528 1566 | 
             
                      end
         | 
| 1529 1567 | 
             
                      def network_interface
         | 
| 1530 | 
            -
                        Azure::Network::Mgmt:: | 
| 1568 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterface
         | 
| 1531 1569 | 
             
                      end
         | 
| 1532 1570 | 
             
                      def network_security_group
         | 
| 1533 | 
            -
                        Azure::Network::Mgmt:: | 
| 1571 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::NetworkSecurityGroup
         | 
| 1534 1572 | 
             
                      end
         | 
| 1535 1573 | 
             
                      def route
         | 
| 1536 | 
            -
                        Azure::Network::Mgmt:: | 
| 1574 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::Route
         | 
| 1537 1575 | 
             
                      end
         | 
| 1538 1576 | 
             
                      def route_table
         | 
| 1539 | 
            -
                        Azure::Network::Mgmt:: | 
| 1577 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::RouteTable
         | 
| 1540 1578 | 
             
                      end
         | 
| 1541 1579 | 
             
                      def service_endpoint_policy_definition
         | 
| 1542 | 
            -
                        Azure::Network::Mgmt:: | 
| 1580 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ServiceEndpointPolicyDefinition
         | 
| 1543 1581 | 
             
                      end
         | 
| 1544 1582 | 
             
                      def service_endpoint_policy
         | 
| 1545 | 
            -
                        Azure::Network::Mgmt:: | 
| 1583 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ServiceEndpointPolicy
         | 
| 1546 1584 | 
             
                      end
         | 
| 1547 1585 | 
             
                      def public_ipaddress
         | 
| 1548 | 
            -
                        Azure::Network::Mgmt:: | 
| 1586 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PublicIPAddress
         | 
| 1549 1587 | 
             
                      end
         | 
| 1550 1588 | 
             
                      def ipconfiguration
         | 
| 1551 | 
            -
                        Azure::Network::Mgmt:: | 
| 1589 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::IPConfiguration
         | 
| 1552 1590 | 
             
                      end
         | 
| 1553 1591 | 
             
                      def ipconfiguration_profile
         | 
| 1554 | 
            -
                        Azure::Network::Mgmt:: | 
| 1592 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::IPConfigurationProfile
         | 
| 1555 1593 | 
             
                      end
         | 
| 1556 1594 | 
             
                      def resource_navigation_link
         | 
| 1557 | 
            -
                        Azure::Network::Mgmt:: | 
| 1595 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ResourceNavigationLink
         | 
| 1558 1596 | 
             
                      end
         | 
| 1559 1597 | 
             
                      def service_association_link
         | 
| 1560 | 
            -
                        Azure::Network::Mgmt:: | 
| 1598 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ServiceAssociationLink
         | 
| 1561 1599 | 
             
                      end
         | 
| 1562 1600 | 
             
                      def delegation
         | 
| 1563 | 
            -
                        Azure::Network::Mgmt:: | 
| 1601 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::Delegation
         | 
| 1564 1602 | 
             
                      end
         | 
| 1565 1603 | 
             
                      def subnet
         | 
| 1566 | 
            -
                        Azure::Network::Mgmt:: | 
| 1604 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::Subnet
         | 
| 1567 1605 | 
             
                      end
         | 
| 1568 1606 | 
             
                      def frontend_ipconfiguration
         | 
| 1569 | 
            -
                        Azure::Network::Mgmt:: | 
| 1607 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::FrontendIPConfiguration
         | 
| 1570 1608 | 
             
                      end
         | 
| 1571 1609 | 
             
                      def virtual_network_tap
         | 
| 1572 | 
            -
                        Azure::Network::Mgmt:: | 
| 1610 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkTap
         | 
| 1573 1611 | 
             
                      end
         | 
| 1574 1612 | 
             
                      def backend_address_pool
         | 
| 1575 | 
            -
                        Azure::Network::Mgmt:: | 
| 1613 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::BackendAddressPool
         | 
| 1576 1614 | 
             
                      end
         | 
| 1577 1615 | 
             
                      def inbound_nat_rule
         | 
| 1578 | 
            -
                        Azure::Network::Mgmt:: | 
| 1616 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::InboundNatRule
         | 
| 1579 1617 | 
             
                      end
         | 
| 1580 1618 | 
             
                      def network_interface_ipconfiguration
         | 
| 1581 | 
            -
                        Azure::Network::Mgmt:: | 
| 1619 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterfaceIPConfiguration
         | 
| 1582 1620 | 
             
                      end
         | 
| 1583 1621 | 
             
                      def application_gateway_backend_address_pool
         | 
| 1584 | 
            -
                        Azure::Network::Mgmt:: | 
| 1622 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayBackendAddressPool
         | 
| 1585 1623 | 
             
                      end
         | 
| 1586 1624 | 
             
                      def application_gateway_backend_http_settings
         | 
| 1587 | 
            -
                        Azure::Network::Mgmt:: | 
| 1625 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayBackendHttpSettings
         | 
| 1588 1626 | 
             
                      end
         | 
| 1589 1627 | 
             
                      def application_gateway_ipconfiguration
         | 
| 1590 | 
            -
                        Azure::Network::Mgmt:: | 
| 1628 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayIPConfiguration
         | 
| 1591 1629 | 
             
                      end
         | 
| 1592 1630 | 
             
                      def application_gateway_authentication_certificate
         | 
| 1593 | 
            -
                        Azure::Network::Mgmt:: | 
| 1631 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayAuthenticationCertificate
         | 
| 1594 1632 | 
             
                      end
         | 
| 1595 1633 | 
             
                      def application_gateway_trusted_root_certificate
         | 
| 1596 | 
            -
                        Azure::Network::Mgmt:: | 
| 1634 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayTrustedRootCertificate
         | 
| 1597 1635 | 
             
                      end
         | 
| 1598 1636 | 
             
                      def application_gateway_ssl_certificate
         | 
| 1599 | 
            -
                        Azure::Network::Mgmt:: | 
| 1637 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewaySslCertificate
         | 
| 1600 1638 | 
             
                      end
         | 
| 1601 1639 | 
             
                      def application_gateway_frontend_ipconfiguration
         | 
| 1602 | 
            -
                        Azure::Network::Mgmt:: | 
| 1640 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayFrontendIPConfiguration
         | 
| 1603 1641 | 
             
                      end
         | 
| 1604 1642 | 
             
                      def application_gateway_frontend_port
         | 
| 1605 | 
            -
                        Azure::Network::Mgmt:: | 
| 1643 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayFrontendPort
         | 
| 1606 1644 | 
             
                      end
         | 
| 1607 1645 | 
             
                      def application_gateway_http_listener
         | 
| 1608 | 
            -
                        Azure::Network::Mgmt:: | 
| 1646 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayHttpListener
         | 
| 1609 1647 | 
             
                      end
         | 
| 1610 1648 | 
             
                      def application_gateway_path_rule
         | 
| 1611 | 
            -
                        Azure::Network::Mgmt:: | 
| 1649 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayPathRule
         | 
| 1612 1650 | 
             
                      end
         | 
| 1613 1651 | 
             
                      def application_gateway_probe
         | 
| 1614 | 
            -
                        Azure::Network::Mgmt:: | 
| 1652 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayProbe
         | 
| 1615 1653 | 
             
                      end
         | 
| 1616 1654 | 
             
                      def application_gateway_request_routing_rule
         | 
| 1617 | 
            -
                        Azure::Network::Mgmt:: | 
| 1655 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayRequestRoutingRule
         | 
| 1618 1656 | 
             
                      end
         | 
| 1619 1657 | 
             
                      def application_gateway_rewrite_rule_set
         | 
| 1620 | 
            -
                        Azure::Network::Mgmt:: | 
| 1658 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayRewriteRuleSet
         | 
| 1621 1659 | 
             
                      end
         | 
| 1622 1660 | 
             
                      def application_gateway_redirect_configuration
         | 
| 1623 | 
            -
                        Azure::Network::Mgmt:: | 
| 1661 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayRedirectConfiguration
         | 
| 1624 1662 | 
             
                      end
         | 
| 1625 1663 | 
             
                      def application_gateway_url_path_map
         | 
| 1626 | 
            -
                        Azure::Network::Mgmt:: | 
| 1664 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayUrlPathMap
         | 
| 1627 1665 | 
             
                      end
         | 
| 1628 1666 | 
             
                      def application_gateway
         | 
| 1629 | 
            -
                        Azure::Network::Mgmt:: | 
| 1667 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGateway
         | 
| 1630 1668 | 
             
                      end
         | 
| 1631 1669 | 
             
                      def application_gateway_firewall_rule_set
         | 
| 1632 | 
            -
                        Azure::Network::Mgmt:: | 
| 1670 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayFirewallRuleSet
         | 
| 1633 1671 | 
             
                      end
         | 
| 1634 1672 | 
             
                      def application_gateway_available_ssl_options
         | 
| 1635 | 
            -
                        Azure::Network::Mgmt:: | 
| 1673 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayAvailableSslOptions
         | 
| 1636 1674 | 
             
                      end
         | 
| 1637 1675 | 
             
                      def application_gateway_ssl_predefined_policy
         | 
| 1638 | 
            -
                        Azure::Network::Mgmt:: | 
| 1676 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewaySslPredefinedPolicy
         | 
| 1639 1677 | 
             
                      end
         | 
| 1640 1678 | 
             
                      def azure_firewall_ipconfiguration
         | 
| 1641 | 
            -
                        Azure::Network::Mgmt:: | 
| 1679 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallIPConfiguration
         | 
| 1642 1680 | 
             
                      end
         | 
| 1643 1681 | 
             
                      def azure_firewall_application_rule_collection
         | 
| 1644 | 
            -
                        Azure::Network::Mgmt:: | 
| 1682 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallApplicationRuleCollection
         | 
| 1645 1683 | 
             
                      end
         | 
| 1646 1684 | 
             
                      def azure_firewall_nat_rule_collection
         | 
| 1647 | 
            -
                        Azure::Network::Mgmt:: | 
| 1685 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallNatRuleCollection
         | 
| 1648 1686 | 
             
                      end
         | 
| 1649 1687 | 
             
                      def azure_firewall_network_rule_collection
         | 
| 1650 | 
            -
                        Azure::Network::Mgmt:: | 
| 1688 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallNetworkRuleCollection
         | 
| 1651 1689 | 
             
                      end
         | 
| 1652 1690 | 
             
                      def azure_firewall
         | 
| 1653 | 
            -
                        Azure::Network::Mgmt:: | 
| 1691 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewall
         | 
| 1654 1692 | 
             
                      end
         | 
| 1655 1693 | 
             
                      def azure_firewall_fqdn_tag
         | 
| 1656 | 
            -
                        Azure::Network::Mgmt:: | 
| 1694 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallFqdnTag
         | 
| 1657 1695 | 
             
                      end
         | 
| 1658 1696 | 
             
                      def bastion_host_ipconfiguration
         | 
| 1659 | 
            -
                        Azure::Network::Mgmt:: | 
| 1697 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::BastionHostIPConfiguration
         | 
| 1660 1698 | 
             
                      end
         | 
| 1661 1699 | 
             
                      def bastion_host
         | 
| 1662 | 
            -
                        Azure::Network::Mgmt:: | 
| 1700 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::BastionHost
         | 
| 1663 1701 | 
             
                      end
         | 
| 1664 1702 | 
             
                      def ddos_custom_policy
         | 
| 1665 | 
            -
                        Azure::Network::Mgmt:: | 
| 1703 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::DdosCustomPolicy
         | 
| 1666 1704 | 
             
                      end
         | 
| 1667 1705 | 
             
                      def endpoint_service_result
         | 
| 1668 | 
            -
                        Azure::Network::Mgmt:: | 
| 1706 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::EndpointServiceResult
         | 
| 1669 1707 | 
             
                      end
         | 
| 1670 1708 | 
             
                      def express_route_circuit_authorization
         | 
| 1671 | 
            -
                        Azure::Network::Mgmt:: | 
| 1709 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitAuthorization
         | 
| 1672 1710 | 
             
                      end
         | 
| 1673 1711 | 
             
                      def express_route_circuit_connection
         | 
| 1674 | 
            -
                        Azure::Network::Mgmt:: | 
| 1712 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitConnection
         | 
| 1675 1713 | 
             
                      end
         | 
| 1676 1714 | 
             
                      def peer_express_route_circuit_connection
         | 
| 1677 | 
            -
                        Azure::Network::Mgmt:: | 
| 1715 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PeerExpressRouteCircuitConnection
         | 
| 1678 1716 | 
             
                      end
         | 
| 1679 1717 | 
             
                      def express_route_circuit_peering
         | 
| 1680 | 
            -
                        Azure::Network::Mgmt:: | 
| 1718 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitPeering
         | 
| 1681 1719 | 
             
                      end
         | 
| 1682 1720 | 
             
                      def express_route_circuit
         | 
| 1683 | 
            -
                        Azure::Network::Mgmt:: | 
| 1721 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuit
         | 
| 1684 1722 | 
             
                      end
         | 
| 1685 1723 | 
             
                      def express_route_service_provider
         | 
| 1686 | 
            -
                        Azure::Network::Mgmt:: | 
| 1724 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteServiceProvider
         | 
| 1687 1725 | 
             
                      end
         | 
| 1688 1726 | 
             
                      def express_route_cross_connection_peering
         | 
| 1689 | 
            -
                        Azure::Network::Mgmt:: | 
| 1727 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCrossConnectionPeering
         | 
| 1690 1728 | 
             
                      end
         | 
| 1691 1729 | 
             
                      def express_route_cross_connection
         | 
| 1692 | 
            -
                        Azure::Network::Mgmt:: | 
| 1730 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCrossConnection
         | 
| 1693 1731 | 
             
                      end
         | 
| 1694 1732 | 
             
                      def express_route_connection
         | 
| 1695 | 
            -
                        Azure::Network::Mgmt:: | 
| 1733 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteConnection
         | 
| 1696 1734 | 
             
                      end
         | 
| 1697 1735 | 
             
                      def express_route_gateway
         | 
| 1698 | 
            -
                        Azure::Network::Mgmt:: | 
| 1736 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteGateway
         | 
| 1699 1737 | 
             
                      end
         | 
| 1700 1738 | 
             
                      def express_route_ports_location
         | 
| 1701 | 
            -
                        Azure::Network::Mgmt:: | 
| 1739 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRoutePortsLocation
         | 
| 1702 1740 | 
             
                      end
         | 
| 1703 1741 | 
             
                      def express_route_link
         | 
| 1704 | 
            -
                        Azure::Network::Mgmt:: | 
| 1742 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteLink
         | 
| 1705 1743 | 
             
                      end
         | 
| 1706 1744 | 
             
                      def express_route_port
         | 
| 1707 | 
            -
                        Azure::Network::Mgmt:: | 
| 1745 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRoutePort
         | 
| 1708 1746 | 
             
                      end
         | 
| 1709 1747 | 
             
                      def private_endpoint_connection
         | 
| 1710 | 
            -
                        Azure::Network::Mgmt:: | 
| 1748 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PrivateEndpointConnection
         | 
| 1711 1749 | 
             
                      end
         | 
| 1712 1750 | 
             
                      def private_link_service_properties_visibility
         | 
| 1713 | 
            -
                        Azure::Network::Mgmt:: | 
| 1751 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PrivateLinkServicePropertiesVisibility
         | 
| 1714 1752 | 
             
                      end
         | 
| 1715 1753 | 
             
                      def private_link_service_properties_auto_approval
         | 
| 1716 | 
            -
                        Azure::Network::Mgmt:: | 
| 1754 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PrivateLinkServicePropertiesAutoApproval
         | 
| 1717 1755 | 
             
                      end
         | 
| 1718 1756 | 
             
                      def private_link_service
         | 
| 1719 | 
            -
                        Azure::Network::Mgmt:: | 
| 1757 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PrivateLinkService
         | 
| 1720 1758 | 
             
                      end
         | 
| 1721 1759 | 
             
                      def load_balancing_rule
         | 
| 1722 | 
            -
                        Azure::Network::Mgmt:: | 
| 1760 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancingRule
         | 
| 1723 1761 | 
             
                      end
         | 
| 1724 1762 | 
             
                      def probe
         | 
| 1725 | 
            -
                        Azure::Network::Mgmt:: | 
| 1763 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::Probe
         | 
| 1726 1764 | 
             
                      end
         | 
| 1727 1765 | 
             
                      def inbound_nat_pool
         | 
| 1728 | 
            -
                        Azure::Network::Mgmt:: | 
| 1766 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::InboundNatPool
         | 
| 1729 1767 | 
             
                      end
         | 
| 1730 1768 | 
             
                      def outbound_rule
         | 
| 1731 | 
            -
                        Azure::Network::Mgmt:: | 
| 1769 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::OutboundRule
         | 
| 1732 1770 | 
             
                      end
         | 
| 1733 1771 | 
             
                      def load_balancer
         | 
| 1734 | 
            -
                        Azure::Network::Mgmt:: | 
| 1772 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancer
         | 
| 1735 1773 | 
             
                      end
         | 
| 1736 1774 | 
             
                      def nat_gateway
         | 
| 1737 | 
            -
                        Azure::Network::Mgmt:: | 
| 1775 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::NatGateway
         | 
| 1738 1776 | 
             
                      end
         | 
| 1739 1777 | 
             
                      def container_network_interface_configuration
         | 
| 1740 | 
            -
                        Azure::Network::Mgmt:: | 
| 1778 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ContainerNetworkInterfaceConfiguration
         | 
| 1741 1779 | 
             
                      end
         | 
| 1742 1780 | 
             
                      def container
         | 
| 1743 | 
            -
                        Azure::Network::Mgmt:: | 
| 1781 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::Container
         | 
| 1744 1782 | 
             
                      end
         | 
| 1745 1783 | 
             
                      def container_network_interface
         | 
| 1746 | 
            -
                        Azure::Network::Mgmt:: | 
| 1784 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ContainerNetworkInterface
         | 
| 1747 1785 | 
             
                      end
         | 
| 1748 1786 | 
             
                      def network_profile
         | 
| 1749 | 
            -
                        Azure::Network::Mgmt:: | 
| 1787 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::NetworkProfile
         | 
| 1750 1788 | 
             
                      end
         | 
| 1751 1789 | 
             
                      def network_watcher
         | 
| 1752 | 
            -
                        Azure::Network::Mgmt:: | 
| 1790 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::NetworkWatcher
         | 
| 1753 1791 | 
             
                      end
         | 
| 1754 1792 | 
             
                      def public_ipprefix
         | 
| 1755 | 
            -
                        Azure::Network::Mgmt:: | 
| 1793 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PublicIPPrefix
         | 
| 1756 1794 | 
             
                      end
         | 
| 1757 1795 | 
             
                      def route_filter_rule
         | 
| 1758 | 
            -
                        Azure::Network::Mgmt:: | 
| 1796 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::RouteFilterRule
         | 
| 1759 1797 | 
             
                      end
         | 
| 1760 1798 | 
             
                      def patch_route_filter_rule
         | 
| 1761 | 
            -
                        Azure::Network::Mgmt:: | 
| 1799 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PatchRouteFilterRule
         | 
| 1762 1800 | 
             
                      end
         | 
| 1763 1801 | 
             
                      def route_filter
         | 
| 1764 | 
            -
                        Azure::Network::Mgmt:: | 
| 1802 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::RouteFilter
         | 
| 1765 1803 | 
             
                      end
         | 
| 1766 1804 | 
             
                      def patch_route_filter
         | 
| 1767 | 
            -
                        Azure::Network::Mgmt:: | 
| 1805 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PatchRouteFilter
         | 
| 1768 1806 | 
             
                      end
         | 
| 1769 1807 | 
             
                      def bgp_service_community
         | 
| 1770 | 
            -
                        Azure::Network::Mgmt:: | 
| 1808 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::BgpServiceCommunity
         | 
| 1771 1809 | 
             
                      end
         | 
| 1772 1810 | 
             
                      def virtual_network_peering
         | 
| 1773 | 
            -
                        Azure::Network::Mgmt:: | 
| 1811 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkPeering
         | 
| 1774 1812 | 
             
                      end
         | 
| 1775 1813 | 
             
                      def virtual_network
         | 
| 1776 | 
            -
                        Azure::Network::Mgmt:: | 
| 1814 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetwork
         | 
| 1777 1815 | 
             
                      end
         | 
| 1778 1816 | 
             
                      def network_intent_policy
         | 
| 1779 | 
            -
                        Azure::Network::Mgmt:: | 
| 1817 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::NetworkIntentPolicy
         | 
| 1780 1818 | 
             
                      end
         | 
| 1781 1819 | 
             
                      def virtual_network_gateway_ipconfiguration
         | 
| 1782 | 
            -
                        Azure::Network::Mgmt:: | 
| 1820 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewayIPConfiguration
         | 
| 1783 1821 | 
             
                      end
         | 
| 1784 1822 | 
             
                      def vpn_client_root_certificate
         | 
| 1785 | 
            -
                        Azure::Network::Mgmt:: | 
| 1823 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VpnClientRootCertificate
         | 
| 1786 1824 | 
             
                      end
         | 
| 1787 1825 | 
             
                      def vpn_client_revoked_certificate
         | 
| 1788 | 
            -
                        Azure::Network::Mgmt:: | 
| 1826 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VpnClientRevokedCertificate
         | 
| 1789 1827 | 
             
                      end
         | 
| 1790 1828 | 
             
                      def virtual_network_gateway
         | 
| 1791 | 
            -
                        Azure::Network::Mgmt:: | 
| 1829 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGateway
         | 
| 1792 1830 | 
             
                      end
         | 
| 1793 1831 | 
             
                      def local_network_gateway
         | 
| 1794 | 
            -
                        Azure::Network::Mgmt:: | 
| 1832 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::LocalNetworkGateway
         | 
| 1795 1833 | 
             
                      end
         | 
| 1796 1834 | 
             
                      def virtual_network_gateway_connection
         | 
| 1797 | 
            -
                        Azure::Network::Mgmt:: | 
| 1835 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewayConnection
         | 
| 1798 1836 | 
             
                      end
         | 
| 1799 1837 | 
             
                      def connection_shared_key
         | 
| 1800 | 
            -
                        Azure::Network::Mgmt:: | 
| 1838 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ConnectionSharedKey
         | 
| 1801 1839 | 
             
                      end
         | 
| 1802 1840 | 
             
                      def virtual_network_gateway_connection_list_entity
         | 
| 1803 | 
            -
                        Azure::Network::Mgmt:: | 
| 1841 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewayConnectionListEntity
         | 
| 1804 1842 | 
             
                      end
         | 
| 1805 1843 | 
             
                      def p2_svpn_server_config_vpn_client_root_certificate
         | 
| 1806 | 
            -
                        Azure::Network::Mgmt:: | 
| 1844 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::P2SVpnServerConfigVpnClientRootCertificate
         | 
| 1807 1845 | 
             
                      end
         | 
| 1808 1846 | 
             
                      def p2_svpn_server_config_vpn_client_revoked_certificate
         | 
| 1809 | 
            -
                        Azure::Network::Mgmt:: | 
| 1847 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::P2SVpnServerConfigVpnClientRevokedCertificate
         | 
| 1810 1848 | 
             
                      end
         | 
| 1811 1849 | 
             
                      def p2_svpn_server_config_radius_server_root_certificate
         | 
| 1812 | 
            -
                        Azure::Network::Mgmt:: | 
| 1850 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::P2SVpnServerConfigRadiusServerRootCertificate
         | 
| 1813 1851 | 
             
                      end
         | 
| 1814 1852 | 
             
                      def p2_svpn_server_config_radius_client_root_certificate
         | 
| 1815 | 
            -
                        Azure::Network::Mgmt:: | 
| 1853 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::P2SVpnServerConfigRadiusClientRootCertificate
         | 
| 1816 1854 | 
             
                      end
         | 
| 1817 1855 | 
             
                      def p2_svpn_server_configuration
         | 
| 1818 | 
            -
                        Azure::Network::Mgmt:: | 
| 1856 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::P2SVpnServerConfiguration
         | 
| 1819 1857 | 
             
                      end
         | 
| 1820 1858 | 
             
                      def virtual_wan
         | 
| 1821 | 
            -
                        Azure::Network::Mgmt:: | 
| 1859 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualWAN
         | 
| 1860 | 
            +
                      end
         | 
| 1861 | 
            +
                      def vpn_site_link
         | 
| 1862 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VpnSiteLink
         | 
| 1822 1863 | 
             
                      end
         | 
| 1823 1864 | 
             
                      def vpn_site
         | 
| 1824 | 
            -
                        Azure::Network::Mgmt:: | 
| 1865 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VpnSite
         | 
| 1825 1866 | 
             
                      end
         | 
| 1826 1867 | 
             
                      def hub_virtual_network_connection
         | 
| 1827 | 
            -
                        Azure::Network::Mgmt:: | 
| 1868 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::HubVirtualNetworkConnection
         | 
| 1828 1869 | 
             
                      end
         | 
| 1829 1870 | 
             
                      def virtual_hub
         | 
| 1830 | 
            -
                        Azure::Network::Mgmt:: | 
| 1871 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualHub
         | 
| 1872 | 
            +
                      end
         | 
| 1873 | 
            +
                      def vpn_site_link_connection
         | 
| 1874 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VpnSiteLinkConnection
         | 
| 1831 1875 | 
             
                      end
         | 
| 1832 1876 | 
             
                      def vpn_connection
         | 
| 1833 | 
            -
                        Azure::Network::Mgmt:: | 
| 1877 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VpnConnection
         | 
| 1834 1878 | 
             
                      end
         | 
| 1835 1879 | 
             
                      def vpn_gateway
         | 
| 1836 | 
            -
                        Azure::Network::Mgmt:: | 
| 1880 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VpnGateway
         | 
| 1837 1881 | 
             
                      end
         | 
| 1838 1882 | 
             
                      def p2_svpn_gateway
         | 
| 1839 | 
            -
                        Azure::Network::Mgmt:: | 
| 1883 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::P2SVpnGateway
         | 
| 1840 1884 | 
             
                      end
         | 
| 1841 1885 | 
             
                      def web_application_firewall_policy
         | 
| 1842 | 
            -
                        Azure::Network::Mgmt:: | 
| 1886 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::WebApplicationFirewallPolicy
         | 
| 1843 1887 | 
             
                      end
         | 
| 1844 1888 | 
             
                      def application_gateway_protocol
         | 
| 1845 | 
            -
                        Azure::Network::Mgmt:: | 
| 1889 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayProtocol
         | 
| 1846 1890 | 
             
                      end
         | 
| 1847 1891 | 
             
                      def ipallocation_method
         | 
| 1848 | 
            -
                        Azure::Network::Mgmt:: | 
| 1892 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::IPAllocationMethod
         | 
| 1849 1893 | 
             
                      end
         | 
| 1850 1894 | 
             
                      def ipversion
         | 
| 1851 | 
            -
                        Azure::Network::Mgmt:: | 
| 1895 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::IPVersion
         | 
| 1852 1896 | 
             
                      end
         | 
| 1853 1897 | 
             
                      def security_rule_protocol
         | 
| 1854 | 
            -
                        Azure::Network::Mgmt:: | 
| 1898 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::SecurityRuleProtocol
         | 
| 1855 1899 | 
             
                      end
         | 
| 1856 1900 | 
             
                      def security_rule_access
         | 
| 1857 | 
            -
                        Azure::Network::Mgmt:: | 
| 1901 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::SecurityRuleAccess
         | 
| 1858 1902 | 
             
                      end
         | 
| 1859 1903 | 
             
                      def security_rule_direction
         | 
| 1860 | 
            -
                        Azure::Network::Mgmt:: | 
| 1904 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::SecurityRuleDirection
         | 
| 1861 1905 | 
             
                      end
         | 
| 1862 1906 | 
             
                      def route_next_hop_type
         | 
| 1863 | 
            -
                        Azure::Network::Mgmt:: | 
| 1907 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::RouteNextHopType
         | 
| 1864 1908 | 
             
                      end
         | 
| 1865 1909 | 
             
                      def public_ipaddress_sku_name
         | 
| 1866 | 
            -
                        Azure::Network::Mgmt:: | 
| 1910 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PublicIPAddressSkuName
         | 
| 1867 1911 | 
             
                      end
         | 
| 1868 1912 | 
             
                      def ddos_settings_protection_coverage
         | 
| 1869 | 
            -
                        Azure::Network::Mgmt:: | 
| 1913 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::DdosSettingsProtectionCoverage
         | 
| 1870 1914 | 
             
                      end
         | 
| 1871 1915 | 
             
                      def transport_protocol
         | 
| 1872 | 
            -
                        Azure::Network::Mgmt:: | 
| 1916 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::TransportProtocol
         | 
| 1873 1917 | 
             
                      end
         | 
| 1874 1918 | 
             
                      def application_gateway_cookie_based_affinity
         | 
| 1875 | 
            -
                        Azure::Network::Mgmt:: | 
| 1919 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayCookieBasedAffinity
         | 
| 1876 1920 | 
             
                      end
         | 
| 1877 1921 | 
             
                      def application_gateway_backend_health_server_health
         | 
| 1878 | 
            -
                        Azure::Network::Mgmt:: | 
| 1922 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayBackendHealthServerHealth
         | 
| 1879 1923 | 
             
                      end
         | 
| 1880 1924 | 
             
                      def application_gateway_sku_name
         | 
| 1881 | 
            -
                        Azure::Network::Mgmt:: | 
| 1925 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewaySkuName
         | 
| 1882 1926 | 
             
                      end
         | 
| 1883 1927 | 
             
                      def application_gateway_tier
         | 
| 1884 | 
            -
                        Azure::Network::Mgmt:: | 
| 1928 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayTier
         | 
| 1885 1929 | 
             
                      end
         | 
| 1886 1930 | 
             
                      def application_gateway_ssl_protocol
         | 
| 1887 | 
            -
                        Azure::Network::Mgmt:: | 
| 1931 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewaySslProtocol
         | 
| 1888 1932 | 
             
                      end
         | 
| 1889 1933 | 
             
                      def application_gateway_ssl_policy_type
         | 
| 1890 | 
            -
                        Azure::Network::Mgmt:: | 
| 1934 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewaySslPolicyType
         | 
| 1891 1935 | 
             
                      end
         | 
| 1892 1936 | 
             
                      def application_gateway_ssl_policy_name
         | 
| 1893 | 
            -
                        Azure::Network::Mgmt:: | 
| 1937 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewaySslPolicyName
         | 
| 1894 1938 | 
             
                      end
         | 
| 1895 1939 | 
             
                      def application_gateway_ssl_cipher_suite
         | 
| 1896 | 
            -
                        Azure::Network::Mgmt:: | 
| 1940 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewaySslCipherSuite
         | 
| 1897 1941 | 
             
                      end
         | 
| 1898 1942 | 
             
                      def application_gateway_custom_error_status_code
         | 
| 1899 | 
            -
                        Azure::Network::Mgmt:: | 
| 1943 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayCustomErrorStatusCode
         | 
| 1900 1944 | 
             
                      end
         | 
| 1901 1945 | 
             
                      def application_gateway_request_routing_rule_type
         | 
| 1902 | 
            -
                        Azure::Network::Mgmt:: | 
| 1946 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayRequestRoutingRuleType
         | 
| 1903 1947 | 
             
                      end
         | 
| 1904 1948 | 
             
                      def application_gateway_redirect_type
         | 
| 1905 | 
            -
                        Azure::Network::Mgmt:: | 
| 1949 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayRedirectType
         | 
| 1906 1950 | 
             
                      end
         | 
| 1907 1951 | 
             
                      def application_gateway_operational_state
         | 
| 1908 | 
            -
                        Azure::Network::Mgmt:: | 
| 1952 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayOperationalState
         | 
| 1909 1953 | 
             
                      end
         | 
| 1910 1954 | 
             
                      def application_gateway_firewall_mode
         | 
| 1911 | 
            -
                        Azure::Network::Mgmt:: | 
| 1955 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayFirewallMode
         | 
| 1912 1956 | 
             
                      end
         | 
| 1913 1957 | 
             
                      def resource_identity_type
         | 
| 1914 | 
            -
                        Azure::Network::Mgmt:: | 
| 1958 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ResourceIdentityType
         | 
| 1915 1959 | 
             
                      end
         | 
| 1916 1960 | 
             
                      def provisioning_state
         | 
| 1917 | 
            -
                        Azure::Network::Mgmt:: | 
| 1961 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ProvisioningState
         | 
| 1918 1962 | 
             
                      end
         | 
| 1919 1963 | 
             
                      def azure_firewall_rcaction_type
         | 
| 1920 | 
            -
                        Azure::Network::Mgmt:: | 
| 1964 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallRCActionType
         | 
| 1921 1965 | 
             
                      end
         | 
| 1922 1966 | 
             
                      def azure_firewall_application_rule_protocol_type
         | 
| 1923 | 
            -
                        Azure::Network::Mgmt:: | 
| 1967 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallApplicationRuleProtocolType
         | 
| 1924 1968 | 
             
                      end
         | 
| 1925 1969 | 
             
                      def azure_firewall_nat_rcaction_type
         | 
| 1926 | 
            -
                        Azure::Network::Mgmt:: | 
| 1970 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallNatRCActionType
         | 
| 1927 1971 | 
             
                      end
         | 
| 1928 1972 | 
             
                      def azure_firewall_network_rule_protocol
         | 
| 1929 | 
            -
                        Azure::Network::Mgmt:: | 
| 1973 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallNetworkRuleProtocol
         | 
| 1930 1974 | 
             
                      end
         | 
| 1931 1975 | 
             
                      def azure_firewall_threat_intel_mode
         | 
| 1932 | 
            -
                        Azure::Network::Mgmt:: | 
| 1976 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallThreatIntelMode
         | 
| 1933 1977 | 
             
                      end
         | 
| 1934 1978 | 
             
                      def ddos_custom_policy_protocol
         | 
| 1935 | 
            -
                        Azure::Network::Mgmt:: | 
| 1979 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::DdosCustomPolicyProtocol
         | 
| 1936 1980 | 
             
                      end
         | 
| 1937 1981 | 
             
                      def ddos_custom_policy_trigger_sensitivity_override
         | 
| 1938 | 
            -
                        Azure::Network::Mgmt:: | 
| 1982 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::DdosCustomPolicyTriggerSensitivityOverride
         | 
| 1939 1983 | 
             
                      end
         | 
| 1940 1984 | 
             
                      def authorization_use_status
         | 
| 1941 | 
            -
                        Azure::Network::Mgmt:: | 
| 1985 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AuthorizationUseStatus
         | 
| 1942 1986 | 
             
                      end
         | 
| 1943 1987 | 
             
                      def express_route_circuit_peering_advertised_public_prefix_state
         | 
| 1944 | 
            -
                        Azure::Network::Mgmt:: | 
| 1988 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState
         | 
| 1945 1989 | 
             
                      end
         | 
| 1946 1990 | 
             
                      def express_route_circuit_peering_state
         | 
| 1947 | 
            -
                        Azure::Network::Mgmt:: | 
| 1991 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitPeeringState
         | 
| 1948 1992 | 
             
                      end
         | 
| 1949 1993 | 
             
                      def express_route_peering_type
         | 
| 1950 | 
            -
                        Azure::Network::Mgmt:: | 
| 1994 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRoutePeeringType
         | 
| 1951 1995 | 
             
                      end
         | 
| 1952 1996 | 
             
                      def express_route_peering_state
         | 
| 1953 | 
            -
                        Azure::Network::Mgmt:: | 
| 1997 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRoutePeeringState
         | 
| 1954 1998 | 
             
                      end
         | 
| 1955 1999 | 
             
                      def circuit_connection_status
         | 
| 1956 | 
            -
                        Azure::Network::Mgmt:: | 
| 2000 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::CircuitConnectionStatus
         | 
| 1957 2001 | 
             
                      end
         | 
| 1958 2002 | 
             
                      def express_route_circuit_sku_tier
         | 
| 1959 | 
            -
                        Azure::Network::Mgmt:: | 
| 2003 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitSkuTier
         | 
| 1960 2004 | 
             
                      end
         | 
| 1961 2005 | 
             
                      def express_route_circuit_sku_family
         | 
| 1962 | 
            -
                        Azure::Network::Mgmt:: | 
| 2006 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitSkuFamily
         | 
| 1963 2007 | 
             
                      end
         | 
| 1964 2008 | 
             
                      def service_provider_provisioning_state
         | 
| 1965 | 
            -
                        Azure::Network::Mgmt:: | 
| 2009 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ServiceProviderProvisioningState
         | 
| 1966 2010 | 
             
                      end
         | 
| 1967 2011 | 
             
                      def express_route_link_connector_type
         | 
| 1968 | 
            -
                        Azure::Network::Mgmt:: | 
| 2012 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteLinkConnectorType
         | 
| 1969 2013 | 
             
                      end
         | 
| 1970 2014 | 
             
                      def express_route_link_admin_state
         | 
| 1971 | 
            -
                        Azure::Network::Mgmt:: | 
| 2015 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteLinkAdminState
         | 
| 1972 2016 | 
             
                      end
         | 
| 1973 2017 | 
             
                      def express_route_ports_encapsulation
         | 
| 1974 | 
            -
                        Azure::Network::Mgmt:: | 
| 2018 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ExpressRoutePortsEncapsulation
         | 
| 1975 2019 | 
             
                      end
         | 
| 1976 2020 | 
             
                      def load_balancer_sku_name
         | 
| 1977 | 
            -
                        Azure::Network::Mgmt:: | 
| 2021 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerSkuName
         | 
| 1978 2022 | 
             
                      end
         | 
| 1979 2023 | 
             
                      def load_distribution
         | 
| 1980 | 
            -
                        Azure::Network::Mgmt:: | 
| 2024 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::LoadDistribution
         | 
| 1981 2025 | 
             
                      end
         | 
| 1982 2026 | 
             
                      def probe_protocol
         | 
| 1983 | 
            -
                        Azure::Network::Mgmt:: | 
| 2027 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ProbeProtocol
         | 
| 1984 2028 | 
             
                      end
         | 
| 1985 2029 | 
             
                      def load_balancer_outbound_rule_protocol
         | 
| 1986 | 
            -
                        Azure::Network::Mgmt:: | 
| 2030 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerOutboundRuleProtocol
         | 
| 1987 2031 | 
             
                      end
         | 
| 1988 2032 | 
             
                      def nat_gateway_sku_name
         | 
| 1989 | 
            -
                        Azure::Network::Mgmt:: | 
| 2033 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::NatGatewaySkuName
         | 
| 1990 2034 | 
             
                      end
         | 
| 1991 2035 | 
             
                      def network_operation_status
         | 
| 1992 | 
            -
                        Azure::Network::Mgmt:: | 
| 2036 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::NetworkOperationStatus
         | 
| 1993 2037 | 
             
                      end
         | 
| 1994 2038 | 
             
                      def access
         | 
| 1995 | 
            -
                        Azure::Network::Mgmt:: | 
| 2039 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::Access
         | 
| 1996 2040 | 
             
                      end
         | 
| 1997 2041 | 
             
                      def authentication_method
         | 
| 1998 | 
            -
                        Azure::Network::Mgmt:: | 
| 2042 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AuthenticationMethod
         | 
| 1999 2043 | 
             
                      end
         | 
| 2000 2044 | 
             
                      def effective_security_rule_protocol
         | 
| 2001 | 
            -
                        Azure::Network::Mgmt:: | 
| 2045 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::EffectiveSecurityRuleProtocol
         | 
| 2002 2046 | 
             
                      end
         | 
| 2003 2047 | 
             
                      def effective_route_source
         | 
| 2004 | 
            -
                        Azure::Network::Mgmt:: | 
| 2048 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::EffectiveRouteSource
         | 
| 2005 2049 | 
             
                      end
         | 
| 2006 2050 | 
             
                      def effective_route_state
         | 
| 2007 | 
            -
                        Azure::Network::Mgmt:: | 
| 2051 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::EffectiveRouteState
         | 
| 2008 2052 | 
             
                      end
         | 
| 2009 2053 | 
             
                      def association_type
         | 
| 2010 | 
            -
                        Azure::Network::Mgmt:: | 
| 2054 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::AssociationType
         | 
| 2011 2055 | 
             
                      end
         | 
| 2012 2056 | 
             
                      def direction
         | 
| 2013 | 
            -
                        Azure::Network::Mgmt:: | 
| 2057 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::Direction
         | 
| 2014 2058 | 
             
                      end
         | 
| 2015 2059 | 
             
                      def ip_flow_protocol
         | 
| 2016 | 
            -
                        Azure::Network::Mgmt:: | 
| 2060 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::IpFlowProtocol
         | 
| 2017 2061 | 
             
                      end
         | 
| 2018 2062 | 
             
                      def next_hop_type
         | 
| 2019 | 
            -
                        Azure::Network::Mgmt:: | 
| 2063 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::NextHopType
         | 
| 2020 2064 | 
             
                      end
         | 
| 2021 2065 | 
             
                      def pc_protocol
         | 
| 2022 | 
            -
                        Azure::Network::Mgmt:: | 
| 2066 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PcProtocol
         | 
| 2023 2067 | 
             
                      end
         | 
| 2024 2068 | 
             
                      def pc_status
         | 
| 2025 | 
            -
                        Azure::Network::Mgmt:: | 
| 2069 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PcStatus
         | 
| 2026 2070 | 
             
                      end
         | 
| 2027 2071 | 
             
                      def pc_error
         | 
| 2028 | 
            -
                        Azure::Network::Mgmt:: | 
| 2072 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PcError
         | 
| 2029 2073 | 
             
                      end
         | 
| 2030 2074 | 
             
                      def flow_log_format_type
         | 
| 2031 | 
            -
                        Azure::Network::Mgmt:: | 
| 2075 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::FlowLogFormatType
         | 
| 2032 2076 | 
             
                      end
         | 
| 2033 2077 | 
             
                      def protocol
         | 
| 2034 | 
            -
                        Azure::Network::Mgmt:: | 
| 2078 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::Protocol
         | 
| 2035 2079 | 
             
                      end
         | 
| 2036 2080 | 
             
                      def httpmethod
         | 
| 2037 | 
            -
                        Azure::Network::Mgmt:: | 
| 2081 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::HTTPMethod
         | 
| 2038 2082 | 
             
                      end
         | 
| 2039 2083 | 
             
                      def origin
         | 
| 2040 | 
            -
                        Azure::Network::Mgmt:: | 
| 2084 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::Origin
         | 
| 2041 2085 | 
             
                      end
         | 
| 2042 2086 | 
             
                      def severity
         | 
| 2043 | 
            -
                        Azure::Network::Mgmt:: | 
| 2087 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::Severity
         | 
| 2044 2088 | 
             
                      end
         | 
| 2045 2089 | 
             
                      def issue_type
         | 
| 2046 | 
            -
                        Azure::Network::Mgmt:: | 
| 2090 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::IssueType
         | 
| 2047 2091 | 
             
                      end
         | 
| 2048 2092 | 
             
                      def connection_status
         | 
| 2049 | 
            -
                        Azure::Network::Mgmt:: | 
| 2093 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ConnectionStatus
         | 
| 2050 2094 | 
             
                      end
         | 
| 2051 2095 | 
             
                      def connection_monitor_source_status
         | 
| 2052 | 
            -
                        Azure::Network::Mgmt:: | 
| 2096 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ConnectionMonitorSourceStatus
         | 
| 2053 2097 | 
             
                      end
         | 
| 2054 2098 | 
             
                      def connection_state
         | 
| 2055 | 
            -
                        Azure::Network::Mgmt:: | 
| 2099 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ConnectionState
         | 
| 2056 2100 | 
             
                      end
         | 
| 2057 2101 | 
             
                      def evaluation_state
         | 
| 2058 | 
            -
                        Azure::Network::Mgmt:: | 
| 2102 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::EvaluationState
         | 
| 2059 2103 | 
             
                      end
         | 
| 2060 2104 | 
             
                      def verbosity_level
         | 
| 2061 | 
            -
                        Azure::Network::Mgmt:: | 
| 2105 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VerbosityLevel
         | 
| 2062 2106 | 
             
                      end
         | 
| 2063 2107 | 
             
                      def public_ipprefix_sku_name
         | 
| 2064 | 
            -
                        Azure::Network::Mgmt:: | 
| 2108 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PublicIPPrefixSkuName
         | 
| 2065 2109 | 
             
                      end
         | 
| 2066 2110 | 
             
                      def virtual_network_peering_state
         | 
| 2067 | 
            -
                        Azure::Network::Mgmt:: | 
| 2111 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkPeeringState
         | 
| 2068 2112 | 
             
                      end
         | 
| 2069 2113 | 
             
                      def virtual_network_gateway_type
         | 
| 2070 | 
            -
                        Azure::Network::Mgmt:: | 
| 2114 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewayType
         | 
| 2071 2115 | 
             
                      end
         | 
| 2072 2116 | 
             
                      def vpn_type
         | 
| 2073 | 
            -
                        Azure::Network::Mgmt:: | 
| 2117 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VpnType
         | 
| 2074 2118 | 
             
                      end
         | 
| 2075 2119 | 
             
                      def virtual_network_gateway_sku_name
         | 
| 2076 | 
            -
                        Azure::Network::Mgmt:: | 
| 2120 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewaySkuName
         | 
| 2077 2121 | 
             
                      end
         | 
| 2078 2122 | 
             
                      def virtual_network_gateway_sku_tier
         | 
| 2079 | 
            -
                        Azure::Network::Mgmt:: | 
| 2123 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewaySkuTier
         | 
| 2080 2124 | 
             
                      end
         | 
| 2081 2125 | 
             
                      def vpn_client_protocol
         | 
| 2082 | 
            -
                        Azure::Network::Mgmt:: | 
| 2126 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VpnClientProtocol
         | 
| 2083 2127 | 
             
                      end
         | 
| 2084 2128 | 
             
                      def ipsec_encryption
         | 
| 2085 | 
            -
                        Azure::Network::Mgmt:: | 
| 2129 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::IpsecEncryption
         | 
| 2086 2130 | 
             
                      end
         | 
| 2087 2131 | 
             
                      def ipsec_integrity
         | 
| 2088 | 
            -
                        Azure::Network::Mgmt:: | 
| 2132 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::IpsecIntegrity
         | 
| 2089 2133 | 
             
                      end
         | 
| 2090 2134 | 
             
                      def ike_encryption
         | 
| 2091 | 
            -
                        Azure::Network::Mgmt:: | 
| 2135 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::IkeEncryption
         | 
| 2092 2136 | 
             
                      end
         | 
| 2093 2137 | 
             
                      def ike_integrity
         | 
| 2094 | 
            -
                        Azure::Network::Mgmt:: | 
| 2138 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::IkeIntegrity
         | 
| 2095 2139 | 
             
                      end
         | 
| 2096 2140 | 
             
                      def dh_group
         | 
| 2097 | 
            -
                        Azure::Network::Mgmt:: | 
| 2141 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::DhGroup
         | 
| 2098 2142 | 
             
                      end
         | 
| 2099 2143 | 
             
                      def pfs_group
         | 
| 2100 | 
            -
                        Azure::Network::Mgmt:: | 
| 2144 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::PfsGroup
         | 
| 2101 2145 | 
             
                      end
         | 
| 2102 2146 | 
             
                      def bgp_peer_state
         | 
| 2103 | 
            -
                        Azure::Network::Mgmt:: | 
| 2147 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::BgpPeerState
         | 
| 2104 2148 | 
             
                      end
         | 
| 2105 2149 | 
             
                      def processor_architecture
         | 
| 2106 | 
            -
                        Azure::Network::Mgmt:: | 
| 2150 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::ProcessorArchitecture
         | 
| 2107 2151 | 
             
                      end
         | 
| 2108 2152 | 
             
                      def virtual_network_gateway_connection_status
         | 
| 2109 | 
            -
                        Azure::Network::Mgmt:: | 
| 2153 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewayConnectionStatus
         | 
| 2110 2154 | 
             
                      end
         | 
| 2111 2155 | 
             
                      def virtual_network_gateway_connection_type
         | 
| 2112 | 
            -
                        Azure::Network::Mgmt:: | 
| 2156 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewayConnectionType
         | 
| 2113 2157 | 
             
                      end
         | 
| 2114 2158 | 
             
                      def virtual_network_gateway_connection_protocol
         | 
| 2115 | 
            -
                        Azure::Network::Mgmt:: | 
| 2159 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewayConnectionProtocol
         | 
| 2116 2160 | 
             
                      end
         | 
| 2117 2161 | 
             
                      def office_traffic_category
         | 
| 2118 | 
            -
                        Azure::Network::Mgmt:: | 
| 2162 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::OfficeTrafficCategory
         | 
| 2119 2163 | 
             
                      end
         | 
| 2120 2164 | 
             
                      def vpn_gateway_tunneling_protocol
         | 
| 2121 | 
            -
                        Azure::Network::Mgmt:: | 
| 2165 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VpnGatewayTunnelingProtocol
         | 
| 2122 2166 | 
             
                      end
         | 
| 2123 2167 | 
             
                      def vpn_connection_status
         | 
| 2124 | 
            -
                        Azure::Network::Mgmt:: | 
| 2168 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VpnConnectionStatus
         | 
| 2125 2169 | 
             
                      end
         | 
| 2126 2170 | 
             
                      def virtual_wan_security_provider_type
         | 
| 2127 | 
            -
                        Azure::Network::Mgmt:: | 
| 2171 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::VirtualWanSecurityProviderType
         | 
| 2128 2172 | 
             
                      end
         | 
| 2129 2173 | 
             
                      def tunnel_connection_status
         | 
| 2130 | 
            -
                        Azure::Network::Mgmt:: | 
| 2174 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::TunnelConnectionStatus
         | 
| 2131 2175 | 
             
                      end
         | 
| 2132 2176 | 
             
                      def hub_virtual_network_connection_status
         | 
| 2133 | 
            -
                        Azure::Network::Mgmt:: | 
| 2177 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::HubVirtualNetworkConnectionStatus
         | 
| 2134 2178 | 
             
                      end
         | 
| 2135 2179 | 
             
                      def web_application_firewall_enabled_state
         | 
| 2136 | 
            -
                        Azure::Network::Mgmt:: | 
| 2180 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::WebApplicationFirewallEnabledState
         | 
| 2137 2181 | 
             
                      end
         | 
| 2138 2182 | 
             
                      def web_application_firewall_mode
         | 
| 2139 | 
            -
                        Azure::Network::Mgmt:: | 
| 2183 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::WebApplicationFirewallMode
         | 
| 2140 2184 | 
             
                      end
         | 
| 2141 2185 | 
             
                      def web_application_firewall_rule_type
         | 
| 2142 | 
            -
                        Azure::Network::Mgmt:: | 
| 2186 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::WebApplicationFirewallRuleType
         | 
| 2143 2187 | 
             
                      end
         | 
| 2144 2188 | 
             
                      def web_application_firewall_match_variable
         | 
| 2145 | 
            -
                        Azure::Network::Mgmt:: | 
| 2189 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::WebApplicationFirewallMatchVariable
         | 
| 2146 2190 | 
             
                      end
         | 
| 2147 2191 | 
             
                      def web_application_firewall_operator
         | 
| 2148 | 
            -
                        Azure::Network::Mgmt:: | 
| 2192 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::WebApplicationFirewallOperator
         | 
| 2149 2193 | 
             
                      end
         | 
| 2150 2194 | 
             
                      def web_application_firewall_transform
         | 
| 2151 | 
            -
                        Azure::Network::Mgmt:: | 
| 2195 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::WebApplicationFirewallTransform
         | 
| 2152 2196 | 
             
                      end
         | 
| 2153 2197 | 
             
                      def web_application_firewall_action
         | 
| 2154 | 
            -
                        Azure::Network::Mgmt:: | 
| 2198 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::WebApplicationFirewallAction
         | 
| 2155 2199 | 
             
                      end
         | 
| 2156 2200 | 
             
                      def web_application_firewall_policy_resource_state
         | 
| 2157 | 
            -
                        Azure::Network::Mgmt:: | 
| 2201 | 
            +
                        Azure::Network::Mgmt::V2019_06_01::Models::WebApplicationFirewallPolicyResourceState
         | 
| 2158 2202 | 
             
                      end
         | 
| 2159 2203 | 
             
                    end
         | 
| 2160 2204 | 
             
                  end
         |