@azure-rest/arm-network 1.0.0-beta.1 → 1.0.0-beta.2
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.
- package/CHANGELOG.md +11 -0
- package/LICENSE +4 -4
- package/README.md +7 -6
- package/dist/browser/clientDefinitions.d.ts +2807 -0
- package/dist/browser/clientDefinitions.d.ts.map +1 -0
- package/dist/browser/clientDefinitions.js +4 -0
- package/dist/browser/clientDefinitions.js.map +1 -0
- package/dist/browser/index.d.ts +12 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +14 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/isUnexpected.d.ts +615 -0
- package/dist/browser/isUnexpected.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/isUnexpected.js +723 -2425
- package/dist/browser/isUnexpected.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models.d.ts +5289 -0
- package/dist/browser/models.d.ts.map +1 -0
- package/dist/browser/models.js +4 -0
- package/dist/browser/models.js.map +1 -0
- package/dist/browser/networkManagementClient.d.ts +13 -0
- package/dist/browser/networkManagementClient.d.ts.map +1 -0
- package/dist/browser/networkManagementClient.js +31 -0
- package/dist/browser/networkManagementClient.js.map +1 -0
- package/dist/browser/outputModels.d.ts +8264 -0
- package/dist/browser/outputModels.d.ts.map +1 -0
- package/dist/browser/outputModels.js +4 -0
- package/dist/browser/outputModels.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/paginateHelper.d.ts +68 -0
- package/dist/browser/paginateHelper.d.ts.map +1 -0
- package/dist/browser/paginateHelper.js +167 -0
- package/dist/browser/paginateHelper.js.map +1 -0
- package/dist/browser/parameters.d.ts +6569 -0
- package/dist/browser/parameters.d.ts.map +1 -0
- package/dist/browser/parameters.js +4 -0
- package/dist/browser/parameters.js.map +1 -0
- package/dist/browser/pollingHelper.d.ts +76 -0
- package/dist/browser/pollingHelper.d.ts.map +1 -0
- package/dist/browser/pollingHelper.js +104 -0
- package/dist/browser/pollingHelper.js.map +1 -0
- package/dist/browser/responses.d.ts +7530 -0
- package/dist/browser/responses.d.ts.map +1 -0
- package/dist/browser/responses.js +4 -0
- package/dist/browser/responses.js.map +1 -0
- package/dist/commonjs/clientDefinitions.d.ts +2807 -0
- package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
- package/dist/commonjs/clientDefinitions.js +5 -0
- package/dist/commonjs/clientDefinitions.js.map +1 -0
- package/dist/commonjs/index.d.ts +12 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +17 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/isUnexpected.d.ts +615 -0
- package/dist/commonjs/isUnexpected.d.ts.map +1 -0
- package/dist/{index.js → commonjs/isUnexpected.js} +729 -2578
- package/dist/commonjs/isUnexpected.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models.d.ts +5289 -0
- package/dist/commonjs/models.d.ts.map +1 -0
- package/dist/commonjs/models.js +5 -0
- package/dist/commonjs/models.js.map +1 -0
- package/dist/commonjs/networkManagementClient.d.ts +13 -0
- package/dist/commonjs/networkManagementClient.d.ts.map +1 -0
- package/dist/commonjs/networkManagementClient.js +34 -0
- package/dist/commonjs/networkManagementClient.js.map +1 -0
- package/dist/commonjs/outputModels.d.ts +8264 -0
- package/dist/commonjs/outputModels.d.ts.map +1 -0
- package/dist/commonjs/outputModels.js +5 -0
- package/dist/commonjs/outputModels.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/paginateHelper.d.ts +68 -0
- package/dist/commonjs/paginateHelper.d.ts.map +1 -0
- package/dist/commonjs/paginateHelper.js +170 -0
- package/dist/commonjs/paginateHelper.js.map +1 -0
- package/dist/commonjs/parameters.d.ts +6569 -0
- package/dist/commonjs/parameters.d.ts.map +1 -0
- package/dist/commonjs/parameters.js +5 -0
- package/dist/commonjs/parameters.js.map +1 -0
- package/dist/commonjs/pollingHelper.d.ts +76 -0
- package/dist/commonjs/pollingHelper.d.ts.map +1 -0
- package/dist/commonjs/pollingHelper.js +107 -0
- package/dist/commonjs/pollingHelper.js.map +1 -0
- package/dist/commonjs/responses.d.ts +7530 -0
- package/dist/commonjs/responses.d.ts.map +1 -0
- package/dist/commonjs/responses.js +5 -0
- package/dist/commonjs/responses.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/clientDefinitions.d.ts +2807 -0
- package/dist/esm/clientDefinitions.d.ts.map +1 -0
- package/dist/esm/clientDefinitions.js +4 -0
- package/dist/esm/clientDefinitions.js.map +1 -0
- package/dist/esm/index.d.ts +12 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +14 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/isUnexpected.d.ts +615 -0
- package/dist/esm/isUnexpected.d.ts.map +1 -0
- package/dist/esm/isUnexpected.js +789 -0
- package/dist/esm/isUnexpected.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models.d.ts +5289 -0
- package/dist/esm/models.d.ts.map +1 -0
- package/dist/esm/models.js +4 -0
- package/dist/esm/models.js.map +1 -0
- package/dist/esm/networkManagementClient.d.ts +13 -0
- package/dist/esm/networkManagementClient.d.ts.map +1 -0
- package/dist/esm/networkManagementClient.js +31 -0
- package/dist/esm/networkManagementClient.js.map +1 -0
- package/dist/esm/outputModels.d.ts +8264 -0
- package/dist/esm/outputModels.d.ts.map +1 -0
- package/dist/esm/outputModels.js +4 -0
- package/dist/esm/outputModels.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/paginateHelper.d.ts +68 -0
- package/dist/esm/paginateHelper.d.ts.map +1 -0
- package/dist/esm/paginateHelper.js +167 -0
- package/dist/esm/paginateHelper.js.map +1 -0
- package/dist/esm/parameters.d.ts +6569 -0
- package/dist/esm/parameters.d.ts.map +1 -0
- package/dist/esm/parameters.js +4 -0
- package/dist/esm/parameters.js.map +1 -0
- package/dist/esm/pollingHelper.d.ts +76 -0
- package/dist/esm/pollingHelper.d.ts.map +1 -0
- package/dist/esm/pollingHelper.js +104 -0
- package/dist/esm/pollingHelper.js.map +1 -0
- package/dist/esm/responses.d.ts +7530 -0
- package/dist/esm/responses.d.ts.map +1 -0
- package/dist/esm/responses.js +4 -0
- package/dist/esm/responses.js.map +1 -0
- package/dist/react-native/clientDefinitions.d.ts +2807 -0
- package/dist/react-native/clientDefinitions.d.ts.map +1 -0
- package/dist/react-native/clientDefinitions.js +4 -0
- package/dist/react-native/clientDefinitions.js.map +1 -0
- package/dist/react-native/index.d.ts +12 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +14 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/isUnexpected.d.ts +615 -0
- package/dist/react-native/isUnexpected.d.ts.map +1 -0
- package/dist/react-native/isUnexpected.js +789 -0
- package/dist/react-native/isUnexpected.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models.d.ts +5289 -0
- package/dist/react-native/models.d.ts.map +1 -0
- package/dist/react-native/models.js +4 -0
- package/dist/react-native/models.js.map +1 -0
- package/dist/react-native/networkManagementClient.d.ts +13 -0
- package/dist/react-native/networkManagementClient.d.ts.map +1 -0
- package/dist/react-native/networkManagementClient.js +31 -0
- package/dist/react-native/networkManagementClient.js.map +1 -0
- package/dist/react-native/outputModels.d.ts +8264 -0
- package/dist/react-native/outputModels.d.ts.map +1 -0
- package/dist/react-native/outputModels.js +4 -0
- package/dist/react-native/outputModels.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/paginateHelper.d.ts +68 -0
- package/dist/react-native/paginateHelper.d.ts.map +1 -0
- package/dist/react-native/paginateHelper.js +167 -0
- package/dist/react-native/paginateHelper.js.map +1 -0
- package/dist/react-native/parameters.d.ts +6569 -0
- package/dist/react-native/parameters.d.ts.map +1 -0
- package/dist/react-native/parameters.js +4 -0
- package/dist/react-native/parameters.js.map +1 -0
- package/dist/react-native/pollingHelper.d.ts +76 -0
- package/dist/react-native/pollingHelper.d.ts.map +1 -0
- package/dist/react-native/pollingHelper.js +104 -0
- package/dist/react-native/pollingHelper.js.map +1 -0
- package/dist/react-native/responses.d.ts +7530 -0
- package/dist/react-native/responses.d.ts.map +1 -0
- package/dist/react-native/responses.js +4 -0
- package/dist/react-native/responses.js.map +1 -0
- package/package.json +82 -65
- package/review/arm-network.api.md +876 -2156
- package/dist/index.js.map +0 -1
- package/dist-esm/src/clientDefinitions.js +0 -4
- package/dist-esm/src/clientDefinitions.js.map +0 -1
- package/dist-esm/src/index.js +0 -14
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/isUnexpected.js.map +0 -1
- package/dist-esm/src/models.js +0 -4
- package/dist-esm/src/models.js.map +0 -1
- package/dist-esm/src/networkManagementClient.js +0 -24
- package/dist-esm/src/networkManagementClient.js.map +0 -1
- package/dist-esm/src/outputModels.js +0 -4
- package/dist-esm/src/outputModels.js.map +0 -1
- package/dist-esm/src/paginateHelper.js +0 -70
- package/dist-esm/src/paginateHelper.js.map +0 -1
- package/dist-esm/src/parameters.js +0 -4
- package/dist-esm/src/parameters.js.map +0 -1
- package/dist-esm/src/pollingHelper.js +0 -48
- package/dist-esm/src/pollingHelper.js.map +0 -1
- package/dist-esm/src/responses.js +0 -4
- package/dist-esm/src/responses.js.map +0 -1
- package/types/arm-network.d.ts +0 -38902
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"responses.js","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { RawHttpHeaders } from \"@azure/core-rest-pipeline\";\nimport type { HttpResponse } from \"@azure-rest/core-client\";\nimport type {\n CloudErrorOutput,\n ApplicationGatewayOutput,\n ApplicationGatewayListResultOutput,\n ApplicationGatewayBackendHealthOutput,\n ApplicationGatewayBackendHealthOnDemandOutput,\n ErrorModelOutput,\n ApplicationGatewayAvailableWafRuleSetsResultOutput,\n ApplicationGatewayAvailableSslOptionsOutput,\n ApplicationGatewayAvailableSslPredefinedPoliciesOutput,\n ApplicationGatewaySslPredefinedPolicyOutput,\n ApplicationGatewayPrivateLinkResourceListResultOutput,\n ApplicationGatewayPrivateEndpointConnectionOutput,\n ApplicationGatewayPrivateEndpointConnectionListResultOutput,\n ApplicationGatewayWafDynamicManifestResultOutput,\n ApplicationGatewayWafDynamicManifestResultListOutput,\n ApplicationSecurityGroupOutput,\n ApplicationSecurityGroupListResultOutput,\n AvailableDelegationsResultOutput,\n AvailableServiceAliasesResultOutput,\n AzureFirewallOutput,\n AzureFirewallListResultOutput,\n IPPrefixesListOutput,\n AzureFirewallFqdnTagListResultOutput,\n AzureWebCategoryOutput,\n AzureWebCategoryListResultOutput,\n BastionHostOutput,\n BastionHostListResultOutput,\n BastionShareableLinkListResultOutput,\n BastionActiveSessionListResultOutput,\n BastionSessionDeleteResultOutput,\n DnsNameAvailabilityResultOutput,\n ExpressRouteProviderPortOutput,\n ActiveConnectivityConfigurationsListResultOutput,\n ActiveSecurityAdminRulesListResultOutput,\n NetworkManagerEffectiveConnectivityConfigurationListResultOutput,\n NetworkManagerEffectiveSecurityAdminRulesListResultOutput,\n VirtualWanSecurityProvidersOutput,\n VpnProfileResponseOutput,\n NetworkInterfaceListResultOutput,\n NetworkInterfaceOutput,\n EffectiveRouteListResultOutput,\n EffectiveNetworkSecurityGroupListResultOutput,\n NetworkInterfaceIPConfigurationListResultOutput,\n NetworkInterfaceIPConfigurationOutput,\n PublicIPAddressListResultOutput,\n PublicIPAddressOutput,\n PublicIpDdosProtectionStatusResultOutput,\n CustomIpPrefixOutput,\n CustomIpPrefixListResultOutput,\n DdosCustomPolicyOutput,\n DdosProtectionPlanOutput,\n DdosProtectionPlanListResultOutput,\n DscpConfigurationOutput,\n DscpConfigurationListResultOutput,\n EndpointServicesListResultOutput,\n ExpressRouteCircuitAuthorizationOutput,\n AuthorizationListResultOutput,\n ExpressRouteCircuitPeeringOutput,\n ExpressRouteCircuitPeeringListResultOutput,\n ExpressRouteCircuitConnectionOutput,\n ExpressRouteCircuitConnectionListResultOutput,\n PeerExpressRouteCircuitConnectionOutput,\n PeerExpressRouteCircuitConnectionListResultOutput,\n ExpressRouteCircuitOutput,\n ExpressRouteCircuitsArpTableListResultOutput,\n ExpressRouteCircuitsRoutesTableListResultOutput,\n ExpressRouteCircuitsRoutesTableSummaryListResultOutput,\n ExpressRouteCircuitStatsOutput,\n ExpressRouteCircuitListResultOutput,\n ExpressRouteServiceProviderListResultOutput,\n ExpressRouteCrossConnectionListResultOutput,\n ExpressRouteCrossConnectionOutput,\n ExpressRouteCrossConnectionsRoutesTableSummaryListResultOutput,\n ExpressRouteCrossConnectionPeeringListOutput,\n ExpressRouteCrossConnectionPeeringOutput,\n ExpressRoutePortsLocationListResultOutput,\n ExpressRoutePortsLocationOutput,\n ExpressRoutePortOutput,\n ExpressRoutePortListResultOutput,\n GenerateExpressRoutePortsLOAResultOutput,\n ExpressRouteLinkOutput,\n ExpressRouteLinkListResultOutput,\n ExpressRoutePortAuthorizationOutput,\n ExpressRoutePortAuthorizationListResultOutput,\n ExpressRouteProviderPortListResultOutput,\n FirewallPolicyOutput,\n FirewallPolicyListResultOutput,\n FirewallPolicyRuleCollectionGroupOutput,\n FirewallPolicyRuleCollectionGroupListResultOutput,\n QueryResultsOutput,\n SignaturesOverridesOutput,\n SignaturesOverridesListOutput,\n SignatureOverridesFilterValuesResponseOutput,\n IpAllocationOutput,\n IpAllocationListResultOutput,\n IpGroupOutput,\n IpGroupListResultOutput,\n LoadBalancerOutput,\n LoadBalancerListResultOutput,\n BackendAddressInboundNatRulePortMappingsOutput,\n LoadBalancerBackendAddressPoolListResultOutput,\n BackendAddressPoolOutput,\n LoadBalancerFrontendIPConfigurationListResultOutput,\n FrontendIPConfigurationOutput,\n InboundNatRuleListResultOutput,\n InboundNatRuleOutput,\n LoadBalancerLoadBalancingRuleListResultOutput,\n LoadBalancingRuleOutput,\n LoadBalancerOutboundRuleListResultOutput,\n OutboundRuleOutput,\n LoadBalancerProbeListResultOutput,\n ProbeOutput,\n NatGatewayOutput,\n NatGatewayListResultOutput,\n NetworkInterfaceLoadBalancerListResultOutput,\n NetworkInterfaceTapConfigurationOutput,\n NetworkInterfaceTapConfigurationListResultOutput,\n NetworkManagerOutput,\n NetworkManagerListResultOutput,\n NetworkManagerCommitOutput,\n NetworkManagerDeploymentStatusListResultOutput,\n NetworkManagerConnectionOutput,\n NetworkManagerConnectionListResultOutput,\n ConnectivityConfigurationOutput,\n ConnectivityConfigurationListResultOutput,\n NetworkGroupOutput,\n NetworkGroupListResultOutput,\n StaticMemberOutput,\n StaticMemberListResultOutput,\n ScopeConnectionOutput,\n ScopeConnectionListResultOutput,\n SecurityAdminConfigurationListResultOutput,\n SecurityAdminConfigurationOutput,\n AdminRuleCollectionListResultOutput,\n AdminRuleCollectionOutput,\n AdminRuleListResultOutput,\n BaseAdminRuleOutput,\n NetworkProfileOutput,\n NetworkProfileListResultOutput,\n NetworkSecurityGroupOutput,\n NetworkSecurityGroupListResultOutput,\n SecurityRuleOutput,\n SecurityRuleListResultOutput,\n NetworkVirtualApplianceOutput,\n NetworkVirtualApplianceListResultOutput,\n VirtualApplianceSiteOutput,\n NetworkVirtualApplianceSiteListResultOutput,\n NetworkVirtualApplianceSkuListResultOutput,\n NetworkVirtualApplianceSkuOutput,\n InboundSecurityRuleOutput,\n NetworkWatcherOutput,\n ErrorResponseOutput,\n NetworkWatcherListResultOutput,\n TopologyOutput,\n VerificationIPFlowResultOutput,\n NextHopResultOutput,\n SecurityGroupViewResultOutput,\n TroubleshootingResultOutput,\n FlowLogInformationOutput,\n ConnectivityInformationOutput,\n AzureReachabilityReportOutput,\n AvailableProvidersListOutput,\n NetworkConfigurationDiagnosticResponseOutput,\n PacketCaptureResultOutput,\n PacketCaptureQueryStatusResultOutput,\n PacketCaptureListResultOutput,\n ConnectionMonitorResultOutput,\n ConnectionMonitorQueryResultOutput,\n ConnectionMonitorListResultOutput,\n FlowLogOutput,\n FlowLogListResultOutput,\n OperationListResultOutput,\n PrivateEndpointOutput,\n PrivateEndpointListResultOutput,\n AvailablePrivateEndpointTypesResultOutput,\n PrivateDnsZoneGroupOutput,\n PrivateDnsZoneGroupListResultOutput,\n PrivateLinkServiceOutput,\n PrivateLinkServiceListResultOutput,\n PrivateEndpointConnectionOutput,\n PrivateEndpointConnectionListResultOutput,\n PrivateLinkServiceVisibilityOutput,\n AutoApprovedPrivateLinkServicesResultOutput,\n PublicIPPrefixOutput,\n PublicIPPrefixListResultOutput,\n RouteFilterOutput,\n RouteFilterListResultOutput,\n RouteFilterRuleOutput,\n RouteFilterRuleListResultOutput,\n RouteTableOutput,\n RouteTableListResultOutput,\n RouteOutput,\n RouteListResultOutput,\n SecurityPartnerProviderOutput,\n SecurityPartnerProviderListResultOutput,\n BgpServiceCommunityListResultOutput,\n ServiceEndpointPolicyOutput,\n ServiceEndpointPolicyListResultOutput,\n ServiceEndpointPolicyDefinitionOutput,\n ServiceEndpointPolicyDefinitionListResultOutput,\n ServiceTagsListResultOutput,\n ServiceTagInformationListResultOutput,\n UsagesListResultOutput,\n VirtualNetworkOutput,\n VirtualNetworkListResultOutput,\n IPAddressAvailabilityResultOutput,\n VirtualNetworkListUsageResultOutput,\n VirtualNetworkDdosProtectionStatusResultOutput,\n SubnetOutput,\n SubnetListResultOutput,\n ResourceNavigationLinksListResultOutput,\n ServiceAssociationLinksListResultOutput,\n VirtualNetworkPeeringOutput,\n VirtualNetworkPeeringListResultOutput,\n VirtualNetworkGatewayOutput,\n VirtualNetworkGatewayListResultOutput,\n VirtualNetworkGatewayListConnectionsResultOutput,\n BgpPeerStatusListResultOutput,\n GatewayRouteListResultOutput,\n VpnClientIPsecParametersOutput,\n VpnClientConnectionHealthDetailListResultOutput,\n VirtualNetworkGatewayConnectionOutput,\n ConnectionSharedKeyOutput,\n VirtualNetworkGatewayConnectionListResultOutput,\n ConnectionResetSharedKeyOutput,\n LocalNetworkGatewayOutput,\n LocalNetworkGatewayListResultOutput,\n VirtualNetworkGatewayNatRuleOutput,\n ListVirtualNetworkGatewayNatRulesResultOutput,\n VirtualNetworkTapOutput,\n VirtualNetworkTapListResultOutput,\n VirtualRouterOutput,\n VirtualRouterListResultOutput,\n VirtualRouterPeeringOutput,\n VirtualRouterPeeringListResultOutput,\n VirtualWANOutput,\n ListVirtualWANsResultOutput,\n VpnSiteOutput,\n ListVpnSitesResultOutput,\n VpnSiteLinkOutput,\n ListVpnSiteLinksResultOutput,\n VpnServerConfigurationOutput,\n ListVpnServerConfigurationsResultOutput,\n VpnServerConfigurationPolicyGroupOutput,\n ListVpnServerConfigurationPolicyGroupsResultOutput,\n VirtualHubOutput,\n ListVirtualHubsResultOutput,\n RouteMapOutput,\n ListRouteMapsResultOutput,\n HubVirtualNetworkConnectionOutput,\n ListHubVirtualNetworkConnectionsResultOutput,\n VpnGatewayOutput,\n ListVpnGatewaysResultOutput,\n ListVpnSiteLinkConnectionsResultOutput,\n VpnConnectionOutput,\n ListVpnConnectionsResultOutput,\n VpnSiteLinkConnectionOutput,\n VpnGatewayNatRuleOutput,\n ListVpnGatewayNatRulesResultOutput,\n P2SVpnGatewayOutput,\n ListP2SVpnGatewaysResultOutput,\n P2SVpnConnectionHealthOutput,\n VpnServerConfigurationsResponseOutput,\n VirtualHubRouteTableV2Output,\n ListVirtualHubRouteTableV2SResultOutput,\n ExpressRouteGatewayListOutput,\n ExpressRouteGatewayOutput,\n ExpressRouteConnectionOutput,\n ExpressRouteConnectionListOutput,\n BgpConnectionOutput,\n ListVirtualHubBgpConnectionResultsOutput,\n PeerRouteListOutput,\n HubIpConfigurationOutput,\n ListVirtualHubIpConfigurationResultsOutput,\n HubRouteTableOutput,\n ListHubRouteTablesResultOutput,\n RoutingIntentOutput,\n ListRoutingIntentResultOutput,\n WebApplicationFirewallPolicyListResultOutput,\n WebApplicationFirewallPolicyOutput,\n SwapResourceOutput,\n SwapResourceListResultOutput,\n} from \"./outputModels.js\";\n\n/** Deletes the specified application gateway. */\nexport interface ApplicationGatewaysDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified application gateway. */\nexport interface ApplicationGatewaysDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified application gateway. */\nexport interface ApplicationGatewaysDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified application gateway. */\nexport interface ApplicationGatewaysDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified application gateway. */\nexport interface ApplicationGatewaysGet200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationGatewayOutput;\n}\n\n/** Gets the specified application gateway. */\nexport interface ApplicationGatewaysGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates the specified application gateway. */\nexport interface ApplicationGatewaysCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationGatewayOutput;\n}\n\n/** Creates or updates the specified application gateway. */\nexport interface ApplicationGatewaysCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: ApplicationGatewayOutput;\n}\n\n/** Creates or updates the specified application gateway. */\nexport interface ApplicationGatewaysCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates the specified application gateway tags. */\nexport interface ApplicationGatewaysUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationGatewayOutput;\n}\n\n/** Updates the specified application gateway tags. */\nexport interface ApplicationGatewaysUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all application gateways in a resource group. */\nexport interface ApplicationGatewaysList200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationGatewayListResultOutput;\n}\n\n/** Lists all application gateways in a resource group. */\nexport interface ApplicationGatewaysListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the application gateways in a subscription. */\nexport interface ApplicationGatewaysListAll200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationGatewayListResultOutput;\n}\n\n/** Gets all the application gateways in a subscription. */\nexport interface ApplicationGatewaysListAllDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Starts the specified application gateway. */\nexport interface ApplicationGatewaysStart200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Starts the specified application gateway. */\nexport interface ApplicationGatewaysStart202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Starts the specified application gateway. */\nexport interface ApplicationGatewaysStartDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Stops the specified application gateway in a resource group. */\nexport interface ApplicationGatewaysStop200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Stops the specified application gateway in a resource group. */\nexport interface ApplicationGatewaysStop202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Stops the specified application gateway in a resource group. */\nexport interface ApplicationGatewaysStopDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the backend health of the specified application gateway in a resource group. */\nexport interface ApplicationGatewaysBackendHealth200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationGatewayBackendHealthOutput;\n}\n\n/** Gets the backend health of the specified application gateway in a resource group. */\nexport interface ApplicationGatewaysBackendHealth202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Gets the backend health of the specified application gateway in a resource group. */\nexport interface ApplicationGatewaysBackendHealthDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the backend health for given combination of backend pool and http setting of the specified application gateway in a resource group. */\nexport interface ApplicationGatewaysBackendHealthOnDemand200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationGatewayBackendHealthOnDemandOutput;\n}\n\n/** Gets the backend health for given combination of backend pool and http setting of the specified application gateway in a resource group. */\nexport interface ApplicationGatewaysBackendHealthOnDemand202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Gets the backend health for given combination of backend pool and http setting of the specified application gateway in a resource group. */\nexport interface ApplicationGatewaysBackendHealthOnDemandDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all available server variables. */\nexport interface ApplicationGatewaysListAvailableServerVariables200Response extends HttpResponse {\n status: \"200\";\n body: Array<string>;\n}\n\n/** Lists all available server variables. */\nexport interface ApplicationGatewaysListAvailableServerVariablesDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Lists all available request headers. */\nexport interface ApplicationGatewaysListAvailableRequestHeaders200Response extends HttpResponse {\n status: \"200\";\n body: Array<string>;\n}\n\n/** Lists all available request headers. */\nexport interface ApplicationGatewaysListAvailableRequestHeadersDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Lists all available response headers. */\nexport interface ApplicationGatewaysListAvailableResponseHeaders200Response extends HttpResponse {\n status: \"200\";\n body: Array<string>;\n}\n\n/** Lists all available response headers. */\nexport interface ApplicationGatewaysListAvailableResponseHeadersDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Lists all available web application firewall rule sets. */\nexport interface ApplicationGatewaysListAvailableWafRuleSets200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationGatewayAvailableWafRuleSetsResultOutput;\n}\n\n/** Lists all available web application firewall rule sets. */\nexport interface ApplicationGatewaysListAvailableWafRuleSetsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists available Ssl options for configuring Ssl policy. */\nexport interface ApplicationGatewaysListAvailableSslOptions200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationGatewayAvailableSslOptionsOutput;\n}\n\n/** Lists available Ssl options for configuring Ssl policy. */\nexport interface ApplicationGatewaysListAvailableSslOptionsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all SSL predefined policies for configuring Ssl policy. */\nexport interface ApplicationGatewaysListAvailableSslPredefinedPolicies200Response\n extends HttpResponse {\n status: \"200\";\n body: ApplicationGatewayAvailableSslPredefinedPoliciesOutput;\n}\n\n/** Lists all SSL predefined policies for configuring Ssl policy. */\nexport interface ApplicationGatewaysListAvailableSslPredefinedPoliciesDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets Ssl predefined policy with the specified policy name. */\nexport interface ApplicationGatewaysGetSslPredefinedPolicy200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationGatewaySslPredefinedPolicyOutput;\n}\n\n/** Gets Ssl predefined policy with the specified policy name. */\nexport interface ApplicationGatewaysGetSslPredefinedPolicyDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all private link resources on an application gateway. */\nexport interface ApplicationGatewayPrivateLinkResourcesList200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationGatewayPrivateLinkResourceListResultOutput;\n}\n\n/** Lists all private link resources on an application gateway. */\nexport interface ApplicationGatewayPrivateLinkResourcesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified private endpoint connection on application gateway. */\nexport interface ApplicationGatewayPrivateEndpointConnectionsDelete200Response\n extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified private endpoint connection on application gateway. */\nexport interface ApplicationGatewayPrivateEndpointConnectionsDelete202Response\n extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified private endpoint connection on application gateway. */\nexport interface ApplicationGatewayPrivateEndpointConnectionsDelete204Response\n extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified private endpoint connection on application gateway. */\nexport interface ApplicationGatewayPrivateEndpointConnectionsDeleteDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates the specified private endpoint connection on application gateway. */\nexport interface ApplicationGatewayPrivateEndpointConnectionsUpdate200Response\n extends HttpResponse {\n status: \"200\";\n body: ApplicationGatewayPrivateEndpointConnectionOutput;\n}\n\n/** Updates the specified private endpoint connection on application gateway. */\nexport interface ApplicationGatewayPrivateEndpointConnectionsUpdate202Response\n extends HttpResponse {\n status: \"202\";\n}\n\n/** Updates the specified private endpoint connection on application gateway. */\nexport interface ApplicationGatewayPrivateEndpointConnectionsUpdateDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified private endpoint connection on application gateway. */\nexport interface ApplicationGatewayPrivateEndpointConnectionsGet200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationGatewayPrivateEndpointConnectionOutput;\n}\n\n/** Gets the specified private endpoint connection on application gateway. */\nexport interface ApplicationGatewayPrivateEndpointConnectionsGetDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all private endpoint connections on an application gateway. */\nexport interface ApplicationGatewayPrivateEndpointConnectionsList200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationGatewayPrivateEndpointConnectionListResultOutput;\n}\n\n/** Lists all private endpoint connections on an application gateway. */\nexport interface ApplicationGatewayPrivateEndpointConnectionsListDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the regional application gateway waf manifest. */\nexport interface ApplicationGatewayWafDynamicManifestsDefaultGet200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationGatewayWafDynamicManifestResultOutput;\n}\n\n/** Gets the regional application gateway waf manifest. */\nexport interface ApplicationGatewayWafDynamicManifestsDefaultGetDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the regional application gateway waf manifest. */\nexport interface ApplicationGatewayWafDynamicManifestsGet200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationGatewayWafDynamicManifestResultListOutput;\n}\n\n/** Gets the regional application gateway waf manifest. */\nexport interface ApplicationGatewayWafDynamicManifestsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified application security group. */\nexport interface ApplicationSecurityGroupsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified application security group. */\nexport interface ApplicationSecurityGroupsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified application security group. */\nexport interface ApplicationSecurityGroupsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified application security group. */\nexport interface ApplicationSecurityGroupsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets information about the specified application security group. */\nexport interface ApplicationSecurityGroupsGet200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationSecurityGroupOutput;\n}\n\n/** Gets information about the specified application security group. */\nexport interface ApplicationSecurityGroupsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates an application security group. */\nexport interface ApplicationSecurityGroupsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationSecurityGroupOutput;\n}\n\n/** Creates or updates an application security group. */\nexport interface ApplicationSecurityGroupsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: ApplicationSecurityGroupOutput;\n}\n\n/** Creates or updates an application security group. */\nexport interface ApplicationSecurityGroupsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates an application security group's tags. */\nexport interface ApplicationSecurityGroupsUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationSecurityGroupOutput;\n}\n\n/** Updates an application security group's tags. */\nexport interface ApplicationSecurityGroupsUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all application security groups in a subscription. */\nexport interface ApplicationSecurityGroupsListAll200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationSecurityGroupListResultOutput;\n}\n\n/** Gets all application security groups in a subscription. */\nexport interface ApplicationSecurityGroupsListAllDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the application security groups in a resource group. */\nexport interface ApplicationSecurityGroupsList200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationSecurityGroupListResultOutput;\n}\n\n/** Gets all the application security groups in a resource group. */\nexport interface ApplicationSecurityGroupsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all of the available subnet delegations for this subscription in this region. */\nexport interface AvailableDelegationsList200Response extends HttpResponse {\n status: \"200\";\n body: AvailableDelegationsResultOutput;\n}\n\n/** Gets all of the available subnet delegations for this subscription in this region. */\nexport interface AvailableDelegationsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all of the available subnet delegations for this resource group in this region. */\nexport interface AvailableResourceGroupDelegationsList200Response extends HttpResponse {\n status: \"200\";\n body: AvailableDelegationsResultOutput;\n}\n\n/** Gets all of the available subnet delegations for this resource group in this region. */\nexport interface AvailableResourceGroupDelegationsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all available service aliases for this subscription in this region. */\nexport interface AvailableServiceAliasesList200Response extends HttpResponse {\n status: \"200\";\n body: AvailableServiceAliasesResultOutput;\n}\n\n/** Gets all available service aliases for this subscription in this region. */\nexport interface AvailableServiceAliasesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all available service aliases for this resource group in this region. */\nexport interface AvailableServiceAliasesListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: AvailableServiceAliasesResultOutput;\n}\n\n/** Gets all available service aliases for this resource group in this region. */\nexport interface AvailableServiceAliasesListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified Azure Firewall. */\nexport interface AzureFirewallsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified Azure Firewall. */\nexport interface AzureFirewallsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified Azure Firewall. */\nexport interface AzureFirewallsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified Azure Firewall. */\nexport interface AzureFirewallsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified Azure Firewall. */\nexport interface AzureFirewallsGet200Response extends HttpResponse {\n status: \"200\";\n body: AzureFirewallOutput;\n}\n\n/** Gets the specified Azure Firewall. */\nexport interface AzureFirewallsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates the specified Azure Firewall. */\nexport interface AzureFirewallsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: AzureFirewallOutput;\n}\n\n/** Creates or updates the specified Azure Firewall. */\nexport interface AzureFirewallsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: AzureFirewallOutput;\n}\n\n/** Creates or updates the specified Azure Firewall. */\nexport interface AzureFirewallsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates tags of an Azure Firewall resource. */\nexport interface AzureFirewallsUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: AzureFirewallOutput;\n}\n\n/** Updates tags of an Azure Firewall resource. */\nexport interface AzureFirewallsUpdateTags202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Updates tags of an Azure Firewall resource. */\nexport interface AzureFirewallsUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all Azure Firewalls in a resource group. */\nexport interface AzureFirewallsList200Response extends HttpResponse {\n status: \"200\";\n body: AzureFirewallListResultOutput;\n}\n\n/** Lists all Azure Firewalls in a resource group. */\nexport interface AzureFirewallsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the Azure Firewalls in a subscription. */\nexport interface AzureFirewallsListAll200Response extends HttpResponse {\n status: \"200\";\n body: AzureFirewallListResultOutput;\n}\n\n/** Gets all the Azure Firewalls in a subscription. */\nexport interface AzureFirewallsListAllDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves a list of all IP prefixes that azure firewall has learned to not SNAT. */\nexport interface AzureFirewallsListLearnedPrefixes200Response extends HttpResponse {\n status: \"200\";\n body: IPPrefixesListOutput;\n}\n\n/** Retrieves a list of all IP prefixes that azure firewall has learned to not SNAT. */\nexport interface AzureFirewallsListLearnedPrefixes202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Retrieves a list of all IP prefixes that azure firewall has learned to not SNAT. */\nexport interface AzureFirewallsListLearnedPrefixesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the Azure Firewall FQDN Tags in a subscription. */\nexport interface AzureFirewallFqdnTagsListAll200Response extends HttpResponse {\n status: \"200\";\n body: AzureFirewallFqdnTagListResultOutput;\n}\n\n/** Gets all the Azure Firewall FQDN Tags in a subscription. */\nexport interface AzureFirewallFqdnTagsListAllDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified Azure Web Category. */\nexport interface WebCategoriesGet200Response extends HttpResponse {\n status: \"200\";\n body: AzureWebCategoryOutput;\n}\n\n/** Gets the specified Azure Web Category. */\nexport interface WebCategoriesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the Azure Web Categories in a subscription. */\nexport interface WebCategoriesListBySubscription200Response extends HttpResponse {\n status: \"200\";\n body: AzureWebCategoryListResultOutput;\n}\n\n/** Gets all the Azure Web Categories in a subscription. */\nexport interface WebCategoriesListBySubscriptionDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified Bastion Host. */\nexport interface BastionHostsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified Bastion Host. */\nexport interface BastionHostsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified Bastion Host. */\nexport interface BastionHostsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified Bastion Host. */\nexport interface BastionHostsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified Bastion Host. */\nexport interface BastionHostsGet200Response extends HttpResponse {\n status: \"200\";\n body: BastionHostOutput;\n}\n\n/** Gets the specified Bastion Host. */\nexport interface BastionHostsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates the specified Bastion Host. */\nexport interface BastionHostsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: BastionHostOutput;\n}\n\n/** Creates or updates the specified Bastion Host. */\nexport interface BastionHostsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: BastionHostOutput;\n}\n\n/** Creates or updates the specified Bastion Host. */\nexport interface BastionHostsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates Tags for BastionHost resource */\nexport interface BastionHostsUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: BastionHostOutput;\n}\n\n/** Updates Tags for BastionHost resource */\nexport interface BastionHostsUpdateTags202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Updates Tags for BastionHost resource */\nexport interface BastionHostsUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all Bastion Hosts in a subscription. */\nexport interface BastionHostsList200Response extends HttpResponse {\n status: \"200\";\n body: BastionHostListResultOutput;\n}\n\n/** Lists all Bastion Hosts in a subscription. */\nexport interface BastionHostsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all Bastion Hosts in a resource group. */\nexport interface BastionHostsListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: BastionHostListResultOutput;\n}\n\n/** Lists all Bastion Hosts in a resource group. */\nexport interface BastionHostsListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates a Bastion Shareable Links for all the VMs specified in the request. */\nexport interface PutBastionShareableLink200Response extends HttpResponse {\n status: \"200\";\n body: BastionShareableLinkListResultOutput;\n}\n\n/** Creates a Bastion Shareable Links for all the VMs specified in the request. */\nexport interface PutBastionShareableLink202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Creates a Bastion Shareable Links for all the VMs specified in the request. */\nexport interface PutBastionShareableLinkDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the Bastion Shareable Links for all the VMs specified in the request. */\nexport interface DeleteBastionShareableLink200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the Bastion Shareable Links for all the VMs specified in the request. */\nexport interface DeleteBastionShareableLink202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the Bastion Shareable Links for all the VMs specified in the request. */\nexport interface DeleteBastionShareableLinkDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Return the Bastion Shareable Links for all the VMs specified in the request. */\nexport interface GetBastionShareableLink200Response extends HttpResponse {\n status: \"200\";\n body: BastionShareableLinkListResultOutput;\n}\n\n/** Return the Bastion Shareable Links for all the VMs specified in the request. */\nexport interface GetBastionShareableLinkDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Returns the list of currently active sessions on the Bastion. */\nexport interface GetActiveSessions200Response extends HttpResponse {\n status: \"200\";\n body: BastionActiveSessionListResultOutput;\n}\n\n/** Returns the list of currently active sessions on the Bastion. */\nexport interface GetActiveSessions202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Returns the list of currently active sessions on the Bastion. */\nexport interface GetActiveSessionsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Returns the list of currently active sessions on the Bastion. */\nexport interface DisconnectActiveSessions200Response extends HttpResponse {\n status: \"200\";\n body: BastionSessionDeleteResultOutput;\n}\n\n/** Returns the list of currently active sessions on the Bastion. */\nexport interface DisconnectActiveSessionsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Checks whether a domain name in the cloudapp.azure.com zone is available for use. */\nexport interface CheckDnsNameAvailability200Response extends HttpResponse {\n status: \"200\";\n body: DnsNameAvailabilityResultOutput;\n}\n\n/** Checks whether a domain name in the cloudapp.azure.com zone is available for use. */\nexport interface CheckDnsNameAvailabilityDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves detail of a provider port. */\nexport interface ExpressRouteProviderPort200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteProviderPortOutput;\n}\n\n/** Retrieves detail of a provider port. */\nexport interface ExpressRouteProviderPortDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists active connectivity configurations in a network manager. */\nexport interface ListActiveConnectivityConfigurations200Response extends HttpResponse {\n status: \"200\";\n body: ActiveConnectivityConfigurationsListResultOutput;\n}\n\n/** Lists active connectivity configurations in a network manager. */\nexport interface ListActiveConnectivityConfigurationsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists active security admin rules in a network manager. */\nexport interface ListActiveSecurityAdminRules200Response extends HttpResponse {\n status: \"200\";\n body: ActiveSecurityAdminRulesListResultOutput;\n}\n\n/** Lists active security admin rules in a network manager. */\nexport interface ListActiveSecurityAdminRulesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List all effective connectivity configurations applied on a virtual network. */\nexport interface ListNetworkManagerEffectiveConnectivityConfigurations200Response\n extends HttpResponse {\n status: \"200\";\n body: NetworkManagerEffectiveConnectivityConfigurationListResultOutput;\n}\n\n/** List all effective connectivity configurations applied on a virtual network. */\nexport interface ListNetworkManagerEffectiveConnectivityConfigurationsDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List all effective security admin rules applied on a virtual network. */\nexport interface ListNetworkManagerEffectiveSecurityAdminRules200Response extends HttpResponse {\n status: \"200\";\n body: NetworkManagerEffectiveSecurityAdminRulesListResultOutput;\n}\n\n/** List all effective security admin rules applied on a virtual network. */\nexport interface ListNetworkManagerEffectiveSecurityAdminRulesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gives the supported security providers for the virtual wan. */\nexport interface SupportedSecurityProviders200Response extends HttpResponse {\n status: \"200\";\n body: VirtualWanSecurityProvidersOutput;\n}\n\n/** Gives the supported security providers for the virtual wan. */\nexport interface SupportedSecurityProvidersDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Generates a unique VPN profile for P2S clients for VirtualWan and associated VpnServerConfiguration combination in the specified resource group. */\nexport interface Generatevirtualwanvpnserverconfigurationvpnprofile200Response\n extends HttpResponse {\n status: \"200\";\n body: VpnProfileResponseOutput;\n}\n\n/** Generates a unique VPN profile for P2S clients for VirtualWan and associated VpnServerConfiguration combination in the specified resource group. */\nexport interface Generatevirtualwanvpnserverconfigurationvpnprofile202Response\n extends HttpResponse {\n status: \"202\";\n}\n\n/** Generates a unique VPN profile for P2S clients for VirtualWan and associated VpnServerConfiguration combination in the specified resource group. */\nexport interface GeneratevirtualwanvpnserverconfigurationvpnprofileDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets information about all network interfaces in a role instance in a cloud service. */\nexport interface NetworkInterfacesListCloudServiceRoleInstanceNetworkInterfaces200Response\n extends HttpResponse {\n status: \"200\";\n body: NetworkInterfaceListResultOutput;\n}\n\n/** Gets information about all network interfaces in a role instance in a cloud service. */\nexport interface NetworkInterfacesListCloudServiceRoleInstanceNetworkInterfacesDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all network interfaces in a cloud service. */\nexport interface NetworkInterfacesListCloudServiceNetworkInterfaces200Response\n extends HttpResponse {\n status: \"200\";\n body: NetworkInterfaceListResultOutput;\n}\n\n/** Gets all network interfaces in a cloud service. */\nexport interface NetworkInterfacesListCloudServiceNetworkInterfacesDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Get the specified network interface in a cloud service. */\nexport interface NetworkInterfacesGetCloudServiceNetworkInterface200Response extends HttpResponse {\n status: \"200\";\n body: NetworkInterfaceOutput;\n}\n\n/** Get the specified network interface in a cloud service. */\nexport interface NetworkInterfacesGetCloudServiceNetworkInterfaceDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified network interface. */\nexport interface NetworkInterfacesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified network interface. */\nexport interface NetworkInterfacesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified network interface. */\nexport interface NetworkInterfacesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified network interface. */\nexport interface NetworkInterfacesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets information about the specified network interface. */\nexport interface NetworkInterfacesGet200Response extends HttpResponse {\n status: \"200\";\n body: NetworkInterfaceOutput;\n}\n\n/** Gets information about the specified network interface. */\nexport interface NetworkInterfacesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a network interface. */\nexport interface NetworkInterfacesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: NetworkInterfaceOutput;\n}\n\n/** Creates or updates a network interface. */\nexport interface NetworkInterfacesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: NetworkInterfaceOutput;\n}\n\n/** Creates or updates a network interface. */\nexport interface NetworkInterfacesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates a network interface tags. */\nexport interface NetworkInterfacesUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: NetworkInterfaceOutput;\n}\n\n/** Updates a network interface tags. */\nexport interface NetworkInterfacesUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all network interfaces in a subscription. */\nexport interface NetworkInterfacesListAll200Response extends HttpResponse {\n status: \"200\";\n body: NetworkInterfaceListResultOutput;\n}\n\n/** Gets all network interfaces in a subscription. */\nexport interface NetworkInterfacesListAllDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all network interfaces in a resource group. */\nexport interface NetworkInterfacesList200Response extends HttpResponse {\n status: \"200\";\n body: NetworkInterfaceListResultOutput;\n}\n\n/** Gets all network interfaces in a resource group. */\nexport interface NetworkInterfacesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all route tables applied to a network interface. */\nexport interface NetworkInterfacesGetEffectiveRouteTable200Response extends HttpResponse {\n status: \"200\";\n body: EffectiveRouteListResultOutput;\n}\n\n/** Gets all route tables applied to a network interface. */\nexport interface NetworkInterfacesGetEffectiveRouteTable202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Gets all route tables applied to a network interface. */\nexport interface NetworkInterfacesGetEffectiveRouteTableDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all network security groups applied to a network interface. */\nexport interface NetworkInterfacesListEffectiveNetworkSecurityGroups200Response\n extends HttpResponse {\n status: \"200\";\n body: EffectiveNetworkSecurityGroupListResultOutput;\n}\n\n/** Gets all network security groups applied to a network interface. */\nexport interface NetworkInterfacesListEffectiveNetworkSecurityGroups202Response\n extends HttpResponse {\n status: \"202\";\n}\n\n/** Gets all network security groups applied to a network interface. */\nexport interface NetworkInterfacesListEffectiveNetworkSecurityGroupsDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets information about all network interfaces in a virtual machine in a virtual machine scale set. */\nexport interface NetworkInterfacesListVirtualMachineScaleSetVMNetworkInterfaces200Response\n extends HttpResponse {\n status: \"200\";\n body: NetworkInterfaceListResultOutput;\n}\n\n/** Gets information about all network interfaces in a virtual machine in a virtual machine scale set. */\nexport interface NetworkInterfacesListVirtualMachineScaleSetVMNetworkInterfacesDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all network interfaces in a virtual machine scale set. */\nexport interface NetworkInterfacesListVirtualMachineScaleSetNetworkInterfaces200Response\n extends HttpResponse {\n status: \"200\";\n body: NetworkInterfaceListResultOutput;\n}\n\n/** Gets all network interfaces in a virtual machine scale set. */\nexport interface NetworkInterfacesListVirtualMachineScaleSetNetworkInterfacesDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Get the specified network interface in a virtual machine scale set. */\nexport interface NetworkInterfacesGetVirtualMachineScaleSetNetworkInterface200Response\n extends HttpResponse {\n status: \"200\";\n body: NetworkInterfaceOutput;\n}\n\n/** Get the specified network interface in a virtual machine scale set. */\nexport interface NetworkInterfacesGetVirtualMachineScaleSetNetworkInterfaceDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Get the specified network interface ip configuration in a virtual machine scale set. */\nexport interface NetworkInterfacesListVirtualMachineScaleSetIpConfigurations200Response\n extends HttpResponse {\n status: \"200\";\n body: NetworkInterfaceIPConfigurationListResultOutput;\n}\n\n/** Get the specified network interface ip configuration in a virtual machine scale set. */\nexport interface NetworkInterfacesListVirtualMachineScaleSetIpConfigurationsDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Get the specified network interface ip configuration in a virtual machine scale set. */\nexport interface NetworkInterfacesGetVirtualMachineScaleSetIpConfiguration200Response\n extends HttpResponse {\n status: \"200\";\n body: NetworkInterfaceIPConfigurationOutput;\n}\n\n/** Get the specified network interface ip configuration in a virtual machine scale set. */\nexport interface NetworkInterfacesGetVirtualMachineScaleSetIpConfigurationDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets information about all public IP addresses on a cloud service level. */\nexport interface PublicIPAddressesListCloudServicePublicIPAddresses200Response\n extends HttpResponse {\n status: \"200\";\n body: PublicIPAddressListResultOutput;\n}\n\n/** Gets information about all public IP addresses on a cloud service level. */\nexport interface PublicIPAddressesListCloudServicePublicIPAddressesDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets information about all public IP addresses in a role instance IP configuration in a cloud service. */\nexport interface PublicIPAddressesListCloudServiceRoleInstancePublicIPAddresses200Response\n extends HttpResponse {\n status: \"200\";\n body: PublicIPAddressListResultOutput;\n}\n\n/** Gets information about all public IP addresses in a role instance IP configuration in a cloud service. */\nexport interface PublicIPAddressesListCloudServiceRoleInstancePublicIPAddressesDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Get the specified public IP address in a cloud service. */\nexport interface PublicIPAddressesGetCloudServicePublicIPAddress200Response extends HttpResponse {\n status: \"200\";\n body: PublicIPAddressOutput;\n}\n\n/** Get the specified public IP address in a cloud service. */\nexport interface PublicIPAddressesGetCloudServicePublicIPAddressDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified public IP address. */\nexport interface PublicIPAddressesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified public IP address. */\nexport interface PublicIPAddressesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified public IP address. */\nexport interface PublicIPAddressesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified public IP address. */\nexport interface PublicIPAddressesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified public IP address in a specified resource group. */\nexport interface PublicIPAddressesGet200Response extends HttpResponse {\n status: \"200\";\n body: PublicIPAddressOutput;\n}\n\n/** Gets the specified public IP address in a specified resource group. */\nexport interface PublicIPAddressesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a static or dynamic public IP address. */\nexport interface PublicIPAddressesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: PublicIPAddressOutput;\n}\n\n/** Creates or updates a static or dynamic public IP address. */\nexport interface PublicIPAddressesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: PublicIPAddressOutput;\n}\n\n/** Creates or updates a static or dynamic public IP address. */\nexport interface PublicIPAddressesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates public IP address tags. */\nexport interface PublicIPAddressesUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: PublicIPAddressOutput;\n}\n\n/** Updates public IP address tags. */\nexport interface PublicIPAddressesUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the public IP addresses in a subscription. */\nexport interface PublicIPAddressesListAll200Response extends HttpResponse {\n status: \"200\";\n body: PublicIPAddressListResultOutput;\n}\n\n/** Gets all the public IP addresses in a subscription. */\nexport interface PublicIPAddressesListAllDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all public IP addresses in a resource group. */\nexport interface PublicIPAddressesList200Response extends HttpResponse {\n status: \"200\";\n body: PublicIPAddressListResultOutput;\n}\n\n/** Gets all public IP addresses in a resource group. */\nexport interface PublicIPAddressesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the Ddos Protection Status of a Public IP Address */\nexport interface PublicIPAddressesDdosProtectionStatus200Response extends HttpResponse {\n status: \"200\";\n body: PublicIpDdosProtectionStatusResultOutput;\n}\n\n/** Gets the Ddos Protection Status of a Public IP Address */\nexport interface PublicIPAddressesDdosProtectionStatus202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Gets the Ddos Protection Status of a Public IP Address */\nexport interface PublicIPAddressesDdosProtectionStatusDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets information about all public IP addresses on a virtual machine scale set level. */\nexport interface PublicIPAddressesListVirtualMachineScaleSetPublicIPAddresses200Response\n extends HttpResponse {\n status: \"200\";\n body: PublicIPAddressListResultOutput;\n}\n\n/** Gets information about all public IP addresses on a virtual machine scale set level. */\nexport interface PublicIPAddressesListVirtualMachineScaleSetPublicIPAddressesDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets information about all public IP addresses in a virtual machine IP configuration in a virtual machine scale set. */\nexport interface PublicIPAddressesListVirtualMachineScaleSetVMPublicIPAddresses200Response\n extends HttpResponse {\n status: \"200\";\n body: PublicIPAddressListResultOutput;\n}\n\n/** Gets information about all public IP addresses in a virtual machine IP configuration in a virtual machine scale set. */\nexport interface PublicIPAddressesListVirtualMachineScaleSetVMPublicIPAddressesDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Get the specified public IP address in a virtual machine scale set. */\nexport interface PublicIPAddressesGetVirtualMachineScaleSetPublicIPAddress200Response\n extends HttpResponse {\n status: \"200\";\n body: PublicIPAddressOutput;\n}\n\n/** Get the specified public IP address in a virtual machine scale set. */\nexport interface PublicIPAddressesGetVirtualMachineScaleSetPublicIPAddressDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified custom IP prefix. */\nexport interface CustomIPPrefixesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified custom IP prefix. */\nexport interface CustomIPPrefixesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified custom IP prefix. */\nexport interface CustomIPPrefixesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified custom IP prefix. */\nexport interface CustomIPPrefixesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified custom IP prefix in a specified resource group. */\nexport interface CustomIPPrefixesGet200Response extends HttpResponse {\n status: \"200\";\n body: CustomIpPrefixOutput;\n}\n\n/** Gets the specified custom IP prefix in a specified resource group. */\nexport interface CustomIPPrefixesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a custom IP prefix. */\nexport interface CustomIPPrefixesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: CustomIpPrefixOutput;\n}\n\n/** Creates or updates a custom IP prefix. */\nexport interface CustomIPPrefixesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: CustomIpPrefixOutput;\n}\n\n/** Creates or updates a custom IP prefix. */\nexport interface CustomIPPrefixesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates custom IP prefix tags. */\nexport interface CustomIPPrefixesUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: CustomIpPrefixOutput;\n}\n\n/** Updates custom IP prefix tags. */\nexport interface CustomIPPrefixesUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the custom IP prefixes in a subscription. */\nexport interface CustomIPPrefixesListAll200Response extends HttpResponse {\n status: \"200\";\n body: CustomIpPrefixListResultOutput;\n}\n\n/** Gets all the custom IP prefixes in a subscription. */\nexport interface CustomIPPrefixesListAllDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all custom IP prefixes in a resource group. */\nexport interface CustomIPPrefixesList200Response extends HttpResponse {\n status: \"200\";\n body: CustomIpPrefixListResultOutput;\n}\n\n/** Gets all custom IP prefixes in a resource group. */\nexport interface CustomIPPrefixesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified DDoS custom policy. */\nexport interface DdosCustomPoliciesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified DDoS custom policy. */\nexport interface DdosCustomPoliciesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified DDoS custom policy. */\nexport interface DdosCustomPoliciesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified DDoS custom policy. */\nexport interface DdosCustomPoliciesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets information about the specified DDoS custom policy. */\nexport interface DdosCustomPoliciesGet200Response extends HttpResponse {\n status: \"200\";\n body: DdosCustomPolicyOutput;\n}\n\n/** Gets information about the specified DDoS custom policy. */\nexport interface DdosCustomPoliciesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a DDoS custom policy. */\nexport interface DdosCustomPoliciesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: DdosCustomPolicyOutput;\n}\n\n/** Creates or updates a DDoS custom policy. */\nexport interface DdosCustomPoliciesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: DdosCustomPolicyOutput;\n}\n\n/** Creates or updates a DDoS custom policy. */\nexport interface DdosCustomPoliciesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Update a DDoS custom policy tags. */\nexport interface DdosCustomPoliciesUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: DdosCustomPolicyOutput;\n}\n\n/** Update a DDoS custom policy tags. */\nexport interface DdosCustomPoliciesUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified DDoS protection plan. */\nexport interface DdosProtectionPlansDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified DDoS protection plan. */\nexport interface DdosProtectionPlansDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified DDoS protection plan. */\nexport interface DdosProtectionPlansDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified DDoS protection plan. */\nexport interface DdosProtectionPlansDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets information about the specified DDoS protection plan. */\nexport interface DdosProtectionPlansGet200Response extends HttpResponse {\n status: \"200\";\n body: DdosProtectionPlanOutput;\n}\n\n/** Gets information about the specified DDoS protection plan. */\nexport interface DdosProtectionPlansGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a DDoS protection plan. */\nexport interface DdosProtectionPlansCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: DdosProtectionPlanOutput;\n}\n\n/** Creates or updates a DDoS protection plan. */\nexport interface DdosProtectionPlansCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: DdosProtectionPlanOutput;\n}\n\n/** Creates or updates a DDoS protection plan. */\nexport interface DdosProtectionPlansCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Update a DDoS protection plan tags. */\nexport interface DdosProtectionPlansUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: DdosProtectionPlanOutput;\n}\n\n/** Update a DDoS protection plan tags. */\nexport interface DdosProtectionPlansUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all DDoS protection plans in a subscription. */\nexport interface DdosProtectionPlansList200Response extends HttpResponse {\n status: \"200\";\n body: DdosProtectionPlanListResultOutput;\n}\n\n/** Gets all DDoS protection plans in a subscription. */\nexport interface DdosProtectionPlansListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the DDoS protection plans in a resource group. */\nexport interface DdosProtectionPlansListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: DdosProtectionPlanListResultOutput;\n}\n\n/** Gets all the DDoS protection plans in a resource group. */\nexport interface DdosProtectionPlansListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a DSCP Configuration. */\nexport interface DscpConfigurationCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: DscpConfigurationOutput;\n}\n\n/** Creates or updates a DSCP Configuration. */\nexport interface DscpConfigurationCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: DscpConfigurationOutput;\n}\n\n/** Creates or updates a DSCP Configuration. */\nexport interface DscpConfigurationCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a DSCP Configuration. */\nexport interface DscpConfigurationDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a DSCP Configuration. */\nexport interface DscpConfigurationDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a DSCP Configuration. */\nexport interface DscpConfigurationDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a DSCP Configuration. */\nexport interface DscpConfigurationDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a DSCP Configuration. */\nexport interface DscpConfigurationGet200Response extends HttpResponse {\n status: \"200\";\n body: DscpConfigurationOutput;\n}\n\n/** Gets a DSCP Configuration. */\nexport interface DscpConfigurationGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a DSCP Configuration. */\nexport interface DscpConfigurationList200Response extends HttpResponse {\n status: \"200\";\n body: DscpConfigurationListResultOutput;\n}\n\n/** Gets a DSCP Configuration. */\nexport interface DscpConfigurationListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all dscp configurations in a subscription. */\nexport interface DscpConfigurationListAll200Response extends HttpResponse {\n status: \"200\";\n body: DscpConfigurationListResultOutput;\n}\n\n/** Gets all dscp configurations in a subscription. */\nexport interface DscpConfigurationListAllDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List what values of endpoint services are available for use. */\nexport interface AvailableEndpointServicesList200Response extends HttpResponse {\n status: \"200\";\n body: EndpointServicesListResultOutput;\n}\n\n/** List what values of endpoint services are available for use. */\nexport interface AvailableEndpointServicesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified authorization from the specified express route circuit. */\nexport interface ExpressRouteCircuitAuthorizationsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified authorization from the specified express route circuit. */\nexport interface ExpressRouteCircuitAuthorizationsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified authorization from the specified express route circuit. */\nexport interface ExpressRouteCircuitAuthorizationsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified authorization from the specified express route circuit. */\nexport interface ExpressRouteCircuitAuthorizationsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified authorization from the specified express route circuit. */\nexport interface ExpressRouteCircuitAuthorizationsGet200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteCircuitAuthorizationOutput;\n}\n\n/** Gets the specified authorization from the specified express route circuit. */\nexport interface ExpressRouteCircuitAuthorizationsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates an authorization in the specified express route circuit. */\nexport interface ExpressRouteCircuitAuthorizationsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteCircuitAuthorizationOutput;\n}\n\n/** Creates or updates an authorization in the specified express route circuit. */\nexport interface ExpressRouteCircuitAuthorizationsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: ExpressRouteCircuitAuthorizationOutput;\n}\n\n/** Creates or updates an authorization in the specified express route circuit. */\nexport interface ExpressRouteCircuitAuthorizationsCreateOrUpdateDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all authorizations in an express route circuit. */\nexport interface ExpressRouteCircuitAuthorizationsList200Response extends HttpResponse {\n status: \"200\";\n body: AuthorizationListResultOutput;\n}\n\n/** Gets all authorizations in an express route circuit. */\nexport interface ExpressRouteCircuitAuthorizationsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified peering from the specified express route circuit. */\nexport interface ExpressRouteCircuitPeeringsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified peering from the specified express route circuit. */\nexport interface ExpressRouteCircuitPeeringsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified peering from the specified express route circuit. */\nexport interface ExpressRouteCircuitPeeringsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified peering from the specified express route circuit. */\nexport interface ExpressRouteCircuitPeeringsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified peering for the express route circuit. */\nexport interface ExpressRouteCircuitPeeringsGet200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteCircuitPeeringOutput;\n}\n\n/** Gets the specified peering for the express route circuit. */\nexport interface ExpressRouteCircuitPeeringsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a peering in the specified express route circuits. */\nexport interface ExpressRouteCircuitPeeringsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteCircuitPeeringOutput;\n}\n\n/** Creates or updates a peering in the specified express route circuits. */\nexport interface ExpressRouteCircuitPeeringsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: ExpressRouteCircuitPeeringOutput;\n}\n\n/** Creates or updates a peering in the specified express route circuits. */\nexport interface ExpressRouteCircuitPeeringsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all peerings in a specified express route circuit. */\nexport interface ExpressRouteCircuitPeeringsList200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteCircuitPeeringListResultOutput;\n}\n\n/** Gets all peerings in a specified express route circuit. */\nexport interface ExpressRouteCircuitPeeringsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified Express Route Circuit Connection from the specified express route circuit. */\nexport interface ExpressRouteCircuitConnectionsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified Express Route Circuit Connection from the specified express route circuit. */\nexport interface ExpressRouteCircuitConnectionsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified Express Route Circuit Connection from the specified express route circuit. */\nexport interface ExpressRouteCircuitConnectionsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified Express Route Circuit Connection from the specified express route circuit. */\nexport interface ExpressRouteCircuitConnectionsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified Express Route Circuit Connection from the specified express route circuit. */\nexport interface ExpressRouteCircuitConnectionsGet200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteCircuitConnectionOutput;\n}\n\n/** Gets the specified Express Route Circuit Connection from the specified express route circuit. */\nexport interface ExpressRouteCircuitConnectionsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a Express Route Circuit Connection in the specified express route circuits. */\nexport interface ExpressRouteCircuitConnectionsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteCircuitConnectionOutput;\n}\n\n/** Creates or updates a Express Route Circuit Connection in the specified express route circuits. */\nexport interface ExpressRouteCircuitConnectionsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: ExpressRouteCircuitConnectionOutput;\n}\n\n/** Creates or updates a Express Route Circuit Connection in the specified express route circuits. */\nexport interface ExpressRouteCircuitConnectionsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all global reach connections associated with a private peering in an express route circuit. */\nexport interface ExpressRouteCircuitConnectionsList200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteCircuitConnectionListResultOutput;\n}\n\n/** Gets all global reach connections associated with a private peering in an express route circuit. */\nexport interface ExpressRouteCircuitConnectionsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified Peer Express Route Circuit Connection from the specified express route circuit. */\nexport interface PeerExpressRouteCircuitConnectionsGet200Response extends HttpResponse {\n status: \"200\";\n body: PeerExpressRouteCircuitConnectionOutput;\n}\n\n/** Gets the specified Peer Express Route Circuit Connection from the specified express route circuit. */\nexport interface PeerExpressRouteCircuitConnectionsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all global reach peer connections associated with a private peering in an express route circuit. */\nexport interface PeerExpressRouteCircuitConnectionsList200Response extends HttpResponse {\n status: \"200\";\n body: PeerExpressRouteCircuitConnectionListResultOutput;\n}\n\n/** Gets all global reach peer connections associated with a private peering in an express route circuit. */\nexport interface PeerExpressRouteCircuitConnectionsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified express route circuit. */\nexport interface ExpressRouteCircuitsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified express route circuit. */\nexport interface ExpressRouteCircuitsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified express route circuit. */\nexport interface ExpressRouteCircuitsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified express route circuit. */\nexport interface ExpressRouteCircuitsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets information about the specified express route circuit. */\nexport interface ExpressRouteCircuitsGet200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteCircuitOutput;\n}\n\n/** Gets information about the specified express route circuit. */\nexport interface ExpressRouteCircuitsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates an express route circuit. */\nexport interface ExpressRouteCircuitsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteCircuitOutput;\n}\n\n/** Creates or updates an express route circuit. */\nexport interface ExpressRouteCircuitsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: ExpressRouteCircuitOutput;\n}\n\n/** Creates or updates an express route circuit. */\nexport interface ExpressRouteCircuitsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates an express route circuit tags. */\nexport interface ExpressRouteCircuitsUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteCircuitOutput;\n}\n\n/** Updates an express route circuit tags. */\nexport interface ExpressRouteCircuitsUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the currently advertised ARP table associated with the express route circuit in a resource group. */\nexport interface ExpressRouteCircuitsListArpTable200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteCircuitsArpTableListResultOutput;\n}\n\n/** Gets the currently advertised ARP table associated with the express route circuit in a resource group. */\nexport interface ExpressRouteCircuitsListArpTable202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Gets the currently advertised ARP table associated with the express route circuit in a resource group. */\nexport interface ExpressRouteCircuitsListArpTableDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the currently advertised routes table associated with the express route circuit in a resource group. */\nexport interface ExpressRouteCircuitsListRoutesTable200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteCircuitsRoutesTableListResultOutput;\n}\n\n/** Gets the currently advertised routes table associated with the express route circuit in a resource group. */\nexport interface ExpressRouteCircuitsListRoutesTable202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Gets the currently advertised routes table associated with the express route circuit in a resource group. */\nexport interface ExpressRouteCircuitsListRoutesTableDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the currently advertised routes table summary associated with the express route circuit in a resource group. */\nexport interface ExpressRouteCircuitsListRoutesTableSummary200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteCircuitsRoutesTableSummaryListResultOutput;\n}\n\n/** Gets the currently advertised routes table summary associated with the express route circuit in a resource group. */\nexport interface ExpressRouteCircuitsListRoutesTableSummary202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Gets the currently advertised routes table summary associated with the express route circuit in a resource group. */\nexport interface ExpressRouteCircuitsListRoutesTableSummaryDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the stats from an express route circuit in a resource group. */\nexport interface ExpressRouteCircuitsGetStats200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteCircuitStatsOutput;\n}\n\n/** Gets all the stats from an express route circuit in a resource group. */\nexport interface ExpressRouteCircuitsGetStatsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all stats from an express route circuit in a resource group. */\nexport interface ExpressRouteCircuitsGetPeeringStats200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteCircuitStatsOutput;\n}\n\n/** Gets all stats from an express route circuit in a resource group. */\nexport interface ExpressRouteCircuitsGetPeeringStatsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the express route circuits in a resource group. */\nexport interface ExpressRouteCircuitsList200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteCircuitListResultOutput;\n}\n\n/** Gets all the express route circuits in a resource group. */\nexport interface ExpressRouteCircuitsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the express route circuits in a subscription. */\nexport interface ExpressRouteCircuitsListAll200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteCircuitListResultOutput;\n}\n\n/** Gets all the express route circuits in a subscription. */\nexport interface ExpressRouteCircuitsListAllDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the available express route service providers. */\nexport interface ExpressRouteServiceProvidersList200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteServiceProviderListResultOutput;\n}\n\n/** Gets all the available express route service providers. */\nexport interface ExpressRouteServiceProvidersListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves all the ExpressRouteCrossConnections in a subscription. */\nexport interface ExpressRouteCrossConnectionsList200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteCrossConnectionListResultOutput;\n}\n\n/** Retrieves all the ExpressRouteCrossConnections in a subscription. */\nexport interface ExpressRouteCrossConnectionsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves all the ExpressRouteCrossConnections in a resource group. */\nexport interface ExpressRouteCrossConnectionsListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteCrossConnectionListResultOutput;\n}\n\n/** Retrieves all the ExpressRouteCrossConnections in a resource group. */\nexport interface ExpressRouteCrossConnectionsListByResourceGroupDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets details about the specified ExpressRouteCrossConnection. */\nexport interface ExpressRouteCrossConnectionsGet200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteCrossConnectionOutput;\n}\n\n/** Gets details about the specified ExpressRouteCrossConnection. */\nexport interface ExpressRouteCrossConnectionsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Update the specified ExpressRouteCrossConnection. */\nexport interface ExpressRouteCrossConnectionsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteCrossConnectionOutput;\n}\n\n/** Update the specified ExpressRouteCrossConnection. */\nexport interface ExpressRouteCrossConnectionsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates an express route cross connection tags. */\nexport interface ExpressRouteCrossConnectionsUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteCrossConnectionOutput;\n}\n\n/** Updates an express route cross connection tags. */\nexport interface ExpressRouteCrossConnectionsUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the currently advertised ARP table associated with the express route cross connection in a resource group. */\nexport interface ExpressRouteCrossConnectionsListArpTable200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteCircuitsArpTableListResultOutput;\n}\n\n/** Gets the currently advertised ARP table associated with the express route cross connection in a resource group. */\nexport interface ExpressRouteCrossConnectionsListArpTable202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Gets the currently advertised ARP table associated with the express route cross connection in a resource group. */\nexport interface ExpressRouteCrossConnectionsListArpTableDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the route table summary associated with the express route cross connection in a resource group. */\nexport interface ExpressRouteCrossConnectionsListRoutesTableSummary200Response\n extends HttpResponse {\n status: \"200\";\n body: ExpressRouteCrossConnectionsRoutesTableSummaryListResultOutput;\n}\n\n/** Gets the route table summary associated with the express route cross connection in a resource group. */\nexport interface ExpressRouteCrossConnectionsListRoutesTableSummary202Response\n extends HttpResponse {\n status: \"202\";\n}\n\n/** Gets the route table summary associated with the express route cross connection in a resource group. */\nexport interface ExpressRouteCrossConnectionsListRoutesTableSummaryDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the currently advertised routes table associated with the express route cross connection in a resource group. */\nexport interface ExpressRouteCrossConnectionsListRoutesTable200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteCircuitsRoutesTableListResultOutput;\n}\n\n/** Gets the currently advertised routes table associated with the express route cross connection in a resource group. */\nexport interface ExpressRouteCrossConnectionsListRoutesTable202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Gets the currently advertised routes table associated with the express route cross connection in a resource group. */\nexport interface ExpressRouteCrossConnectionsListRoutesTableDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all peerings in a specified ExpressRouteCrossConnection. */\nexport interface ExpressRouteCrossConnectionPeeringsList200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteCrossConnectionPeeringListOutput;\n}\n\n/** Gets all peerings in a specified ExpressRouteCrossConnection. */\nexport interface ExpressRouteCrossConnectionPeeringsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified peering from the ExpressRouteCrossConnection. */\nexport interface ExpressRouteCrossConnectionPeeringsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified peering from the ExpressRouteCrossConnection. */\nexport interface ExpressRouteCrossConnectionPeeringsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified peering from the ExpressRouteCrossConnection. */\nexport interface ExpressRouteCrossConnectionPeeringsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified peering from the ExpressRouteCrossConnection. */\nexport interface ExpressRouteCrossConnectionPeeringsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified peering for the ExpressRouteCrossConnection. */\nexport interface ExpressRouteCrossConnectionPeeringsGet200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteCrossConnectionPeeringOutput;\n}\n\n/** Gets the specified peering for the ExpressRouteCrossConnection. */\nexport interface ExpressRouteCrossConnectionPeeringsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a peering in the specified ExpressRouteCrossConnection. */\nexport interface ExpressRouteCrossConnectionPeeringsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteCrossConnectionPeeringOutput;\n}\n\n/** Creates or updates a peering in the specified ExpressRouteCrossConnection. */\nexport interface ExpressRouteCrossConnectionPeeringsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: ExpressRouteCrossConnectionPeeringOutput;\n}\n\n/** Creates or updates a peering in the specified ExpressRouteCrossConnection. */\nexport interface ExpressRouteCrossConnectionPeeringsCreateOrUpdateDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves all ExpressRoutePort peering locations. Does not return available bandwidths for each location. Available bandwidths can only be obtained when retrieving a specific peering location. */\nexport interface ExpressRoutePortsLocationsList200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRoutePortsLocationListResultOutput;\n}\n\n/** Retrieves all ExpressRoutePort peering locations. Does not return available bandwidths for each location. Available bandwidths can only be obtained when retrieving a specific peering location. */\nexport interface ExpressRoutePortsLocationsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves a single ExpressRoutePort peering location, including the list of available bandwidths available at said peering location. */\nexport interface ExpressRoutePortsLocationsGet200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRoutePortsLocationOutput;\n}\n\n/** Retrieves a single ExpressRoutePort peering location, including the list of available bandwidths available at said peering location. */\nexport interface ExpressRoutePortsLocationsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified ExpressRoutePort resource. */\nexport interface ExpressRoutePortsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified ExpressRoutePort resource. */\nexport interface ExpressRoutePortsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified ExpressRoutePort resource. */\nexport interface ExpressRoutePortsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified ExpressRoutePort resource. */\nexport interface ExpressRoutePortsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves the requested ExpressRoutePort resource. */\nexport interface ExpressRoutePortsGet200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRoutePortOutput;\n}\n\n/** Retrieves the requested ExpressRoutePort resource. */\nexport interface ExpressRoutePortsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates the specified ExpressRoutePort resource. */\nexport interface ExpressRoutePortsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRoutePortOutput;\n}\n\n/** Creates or updates the specified ExpressRoutePort resource. */\nexport interface ExpressRoutePortsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: ExpressRoutePortOutput;\n}\n\n/** Creates or updates the specified ExpressRoutePort resource. */\nexport interface ExpressRoutePortsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Update ExpressRoutePort tags. */\nexport interface ExpressRoutePortsUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRoutePortOutput;\n}\n\n/** Update ExpressRoutePort tags. */\nexport interface ExpressRoutePortsUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List all the ExpressRoutePort resources in the specified resource group. */\nexport interface ExpressRoutePortsListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRoutePortListResultOutput;\n}\n\n/** List all the ExpressRoutePort resources in the specified resource group. */\nexport interface ExpressRoutePortsListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List all the ExpressRoutePort resources in the specified subscription. */\nexport interface ExpressRoutePortsList200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRoutePortListResultOutput;\n}\n\n/** List all the ExpressRoutePort resources in the specified subscription. */\nexport interface ExpressRoutePortsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Generate a letter of authorization for the requested ExpressRoutePort resource. */\nexport interface ExpressRoutePortsGenerateLOA200Response extends HttpResponse {\n status: \"200\";\n body: GenerateExpressRoutePortsLOAResultOutput;\n}\n\n/** Generate a letter of authorization for the requested ExpressRoutePort resource. */\nexport interface ExpressRoutePortsGenerateLOADefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves the specified ExpressRouteLink resource. */\nexport interface ExpressRouteLinksGet200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteLinkOutput;\n}\n\n/** Retrieves the specified ExpressRouteLink resource. */\nexport interface ExpressRouteLinksGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieve the ExpressRouteLink sub-resources of the specified ExpressRoutePort resource. */\nexport interface ExpressRouteLinksList200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteLinkListResultOutput;\n}\n\n/** Retrieve the ExpressRouteLink sub-resources of the specified ExpressRoutePort resource. */\nexport interface ExpressRouteLinksListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified authorization from the specified express route port. */\nexport interface ExpressRoutePortAuthorizationsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified authorization from the specified express route port. */\nexport interface ExpressRoutePortAuthorizationsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified authorization from the specified express route port. */\nexport interface ExpressRoutePortAuthorizationsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified authorization from the specified express route port. */\nexport interface ExpressRoutePortAuthorizationsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified authorization from the specified express route port. */\nexport interface ExpressRoutePortAuthorizationsGet200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRoutePortAuthorizationOutput;\n}\n\n/** Gets the specified authorization from the specified express route port. */\nexport interface ExpressRoutePortAuthorizationsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates an authorization in the specified express route port. */\nexport interface ExpressRoutePortAuthorizationsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRoutePortAuthorizationOutput;\n}\n\n/** Creates or updates an authorization in the specified express route port. */\nexport interface ExpressRoutePortAuthorizationsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: ExpressRoutePortAuthorizationOutput;\n}\n\n/** Creates or updates an authorization in the specified express route port. */\nexport interface ExpressRoutePortAuthorizationsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all authorizations in an express route port. */\nexport interface ExpressRoutePortAuthorizationsList200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRoutePortAuthorizationListResultOutput;\n}\n\n/** Gets all authorizations in an express route port. */\nexport interface ExpressRoutePortAuthorizationsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves all the ExpressRouteProviderPorts in a subscription. */\nexport interface ExpressRouteProviderPortsLocationList200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteProviderPortListResultOutput;\n}\n\n/** Retrieves all the ExpressRouteProviderPorts in a subscription. */\nexport interface ExpressRouteProviderPortsLocationListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified Firewall Policy. */\nexport interface FirewallPoliciesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified Firewall Policy. */\nexport interface FirewallPoliciesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified Firewall Policy. */\nexport interface FirewallPoliciesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified Firewall Policy. */\nexport interface FirewallPoliciesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified Firewall Policy. */\nexport interface FirewallPoliciesGet200Response extends HttpResponse {\n status: \"200\";\n body: FirewallPolicyOutput;\n}\n\n/** Gets the specified Firewall Policy. */\nexport interface FirewallPoliciesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates the specified Firewall Policy. */\nexport interface FirewallPoliciesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: FirewallPolicyOutput;\n}\n\n/** Creates or updates the specified Firewall Policy. */\nexport interface FirewallPoliciesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: FirewallPolicyOutput;\n}\n\n/** Creates or updates the specified Firewall Policy. */\nexport interface FirewallPoliciesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates tags of a Azure Firewall Policy resource. */\nexport interface FirewallPoliciesUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: FirewallPolicyOutput;\n}\n\n/** Updates tags of a Azure Firewall Policy resource. */\nexport interface FirewallPoliciesUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all Firewall Policies in a resource group. */\nexport interface FirewallPoliciesList200Response extends HttpResponse {\n status: \"200\";\n body: FirewallPolicyListResultOutput;\n}\n\n/** Lists all Firewall Policies in a resource group. */\nexport interface FirewallPoliciesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the Firewall Policies in a subscription. */\nexport interface FirewallPoliciesListAll200Response extends HttpResponse {\n status: \"200\";\n body: FirewallPolicyListResultOutput;\n}\n\n/** Gets all the Firewall Policies in a subscription. */\nexport interface FirewallPoliciesListAllDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified FirewallPolicyRuleCollectionGroup. */\nexport interface FirewallPolicyRuleCollectionGroupsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified FirewallPolicyRuleCollectionGroup. */\nexport interface FirewallPolicyRuleCollectionGroupsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified FirewallPolicyRuleCollectionGroup. */\nexport interface FirewallPolicyRuleCollectionGroupsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified FirewallPolicyRuleCollectionGroup. */\nexport interface FirewallPolicyRuleCollectionGroupsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified FirewallPolicyRuleCollectionGroup. */\nexport interface FirewallPolicyRuleCollectionGroupsGet200Response extends HttpResponse {\n status: \"200\";\n body: FirewallPolicyRuleCollectionGroupOutput;\n}\n\n/** Gets the specified FirewallPolicyRuleCollectionGroup. */\nexport interface FirewallPolicyRuleCollectionGroupsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates the specified FirewallPolicyRuleCollectionGroup. */\nexport interface FirewallPolicyRuleCollectionGroupsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: FirewallPolicyRuleCollectionGroupOutput;\n}\n\n/** Creates or updates the specified FirewallPolicyRuleCollectionGroup. */\nexport interface FirewallPolicyRuleCollectionGroupsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: FirewallPolicyRuleCollectionGroupOutput;\n}\n\n/** Creates or updates the specified FirewallPolicyRuleCollectionGroup. */\nexport interface FirewallPolicyRuleCollectionGroupsCreateOrUpdateDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all FirewallPolicyRuleCollectionGroups in a FirewallPolicy resource. */\nexport interface FirewallPolicyRuleCollectionGroupsList200Response extends HttpResponse {\n status: \"200\";\n body: FirewallPolicyRuleCollectionGroupListResultOutput;\n}\n\n/** Lists all FirewallPolicyRuleCollectionGroups in a FirewallPolicy resource. */\nexport interface FirewallPolicyRuleCollectionGroupsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves the current status of IDPS signatures for the relevant policy */\nexport interface FirewallPolicyIdpsSignaturesList200Response extends HttpResponse {\n status: \"200\";\n body: QueryResultsOutput;\n}\n\n/** Retrieves the current status of IDPS signatures for the relevant policy */\nexport interface FirewallPolicyIdpsSignaturesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Will update the status of policy's signature overrides for IDPS */\nexport interface FirewallPolicyIdpsSignaturesOverridesPatch200Response extends HttpResponse {\n status: \"200\";\n body: SignaturesOverridesOutput;\n}\n\n/** Will update the status of policy's signature overrides for IDPS */\nexport interface FirewallPolicyIdpsSignaturesOverridesPatchDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Will override/create a new signature overrides for the policy's IDPS */\nexport interface FirewallPolicyIdpsSignaturesOverridesPut200Response extends HttpResponse {\n status: \"200\";\n body: SignaturesOverridesOutput;\n}\n\n/** Will override/create a new signature overrides for the policy's IDPS */\nexport interface FirewallPolicyIdpsSignaturesOverridesPutDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Returns all signatures overrides for a specific policy. */\nexport interface FirewallPolicyIdpsSignaturesOverridesGet200Response extends HttpResponse {\n status: \"200\";\n body: SignaturesOverridesOutput;\n}\n\n/** Returns all signatures overrides for a specific policy. */\nexport interface FirewallPolicyIdpsSignaturesOverridesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Returns all signatures overrides objects for a specific policy as a list containing a single value. */\nexport interface FirewallPolicyIdpsSignaturesOverridesList200Response extends HttpResponse {\n status: \"200\";\n body: SignaturesOverridesListOutput;\n}\n\n/** Returns all signatures overrides objects for a specific policy as a list containing a single value. */\nexport interface FirewallPolicyIdpsSignaturesOverridesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves the current filter values for the signatures overrides */\nexport interface FirewallPolicyIdpsSignaturesFilterValuesList200Response extends HttpResponse {\n status: \"200\";\n body: SignatureOverridesFilterValuesResponseOutput;\n}\n\n/** Retrieves the current filter values for the signatures overrides */\nexport interface FirewallPolicyIdpsSignaturesFilterValuesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified IpAllocation. */\nexport interface IpAllocationsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified IpAllocation. */\nexport interface IpAllocationsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified IpAllocation. */\nexport interface IpAllocationsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified IpAllocation. */\nexport interface IpAllocationsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified IpAllocation by resource group. */\nexport interface IpAllocationsGet200Response extends HttpResponse {\n status: \"200\";\n body: IpAllocationOutput;\n}\n\n/** Gets the specified IpAllocation by resource group. */\nexport interface IpAllocationsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates an IpAllocation in the specified resource group. */\nexport interface IpAllocationsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: IpAllocationOutput;\n}\n\n/** Creates or updates an IpAllocation in the specified resource group. */\nexport interface IpAllocationsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: IpAllocationOutput;\n}\n\n/** Creates or updates an IpAllocation in the specified resource group. */\nexport interface IpAllocationsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates a IpAllocation tags. */\nexport interface IpAllocationsUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: IpAllocationOutput;\n}\n\n/** Updates a IpAllocation tags. */\nexport interface IpAllocationsUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all IpAllocations in a subscription. */\nexport interface IpAllocationsList200Response extends HttpResponse {\n status: \"200\";\n body: IpAllocationListResultOutput;\n}\n\n/** Gets all IpAllocations in a subscription. */\nexport interface IpAllocationsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all IpAllocations in a resource group. */\nexport interface IpAllocationsListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: IpAllocationListResultOutput;\n}\n\n/** Gets all IpAllocations in a resource group. */\nexport interface IpAllocationsListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified ipGroups. */\nexport interface IpGroupsGet200Response extends HttpResponse {\n status: \"200\";\n body: IpGroupOutput;\n}\n\n/** Gets the specified ipGroups. */\nexport interface IpGroupsGetDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Creates or updates an ipGroups in a specified resource group. */\nexport interface IpGroupsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: IpGroupOutput;\n}\n\n/** Creates or updates an ipGroups in a specified resource group. */\nexport interface IpGroupsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: IpGroupOutput;\n}\n\n/** Creates or updates an ipGroups in a specified resource group. */\nexport interface IpGroupsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Updates tags of an IpGroups resource. */\nexport interface IpGroupsUpdateGroups200Response extends HttpResponse {\n status: \"200\";\n body: IpGroupOutput;\n}\n\n/** Updates tags of an IpGroups resource. */\nexport interface IpGroupsUpdateGroupsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Deletes the specified ipGroups. */\nexport interface IpGroupsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified ipGroups. */\nexport interface IpGroupsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified ipGroups. */\nexport interface IpGroupsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified ipGroups. */\nexport interface IpGroupsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Gets all IpGroups in a resource group. */\nexport interface IpGroupsListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: IpGroupListResultOutput;\n}\n\n/** Gets all IpGroups in a resource group. */\nexport interface IpGroupsListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Gets all IpGroups in a subscription. */\nexport interface IpGroupsList200Response extends HttpResponse {\n status: \"200\";\n body: IpGroupListResultOutput;\n}\n\n/** Gets all IpGroups in a subscription. */\nexport interface IpGroupsListDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Deletes the specified load balancer. */\nexport interface LoadBalancersDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified load balancer. */\nexport interface LoadBalancersDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified load balancer. */\nexport interface LoadBalancersDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified load balancer. */\nexport interface LoadBalancersDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified load balancer. */\nexport interface LoadBalancersGet200Response extends HttpResponse {\n status: \"200\";\n body: LoadBalancerOutput;\n}\n\n/** Gets the specified load balancer. */\nexport interface LoadBalancersGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a load balancer. */\nexport interface LoadBalancersCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: LoadBalancerOutput;\n}\n\n/** Creates or updates a load balancer. */\nexport interface LoadBalancersCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: LoadBalancerOutput;\n}\n\n/** Creates or updates a load balancer. */\nexport interface LoadBalancersCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates a load balancer tags. */\nexport interface LoadBalancersUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: LoadBalancerOutput;\n}\n\n/** Updates a load balancer tags. */\nexport interface LoadBalancersUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the load balancers in a subscription. */\nexport interface LoadBalancersListAll200Response extends HttpResponse {\n status: \"200\";\n body: LoadBalancerListResultOutput;\n}\n\n/** Gets all the load balancers in a subscription. */\nexport interface LoadBalancersListAllDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the load balancers in a resource group. */\nexport interface LoadBalancersList200Response extends HttpResponse {\n status: \"200\";\n body: LoadBalancerListResultOutput;\n}\n\n/** Gets all the load balancers in a resource group. */\nexport interface LoadBalancersListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Swaps VIPs between two load balancers. */\nexport interface LoadBalancersSwapPublicIpAddresses200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Swaps VIPs between two load balancers. */\nexport interface LoadBalancersSwapPublicIpAddresses202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Swaps VIPs between two load balancers. */\nexport interface LoadBalancersSwapPublicIpAddressesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List of inbound NAT rule port mappings. */\nexport interface LoadBalancersListInboundNatRulePortMappings200Response extends HttpResponse {\n status: \"200\";\n body: BackendAddressInboundNatRulePortMappingsOutput;\n}\n\n/** List of inbound NAT rule port mappings. */\nexport interface LoadBalancersListInboundNatRulePortMappings202Response extends HttpResponse {\n status: \"202\";\n body: BackendAddressInboundNatRulePortMappingsOutput;\n}\n\n/** List of inbound NAT rule port mappings. */\nexport interface LoadBalancersListInboundNatRulePortMappingsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the load balancer backed address pools. */\nexport interface LoadBalancerBackendAddressPoolsList200Response extends HttpResponse {\n status: \"200\";\n body: LoadBalancerBackendAddressPoolListResultOutput;\n}\n\n/** Gets all the load balancer backed address pools. */\nexport interface LoadBalancerBackendAddressPoolsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets load balancer backend address pool. */\nexport interface LoadBalancerBackendAddressPoolsGet200Response extends HttpResponse {\n status: \"200\";\n body: BackendAddressPoolOutput;\n}\n\n/** Gets load balancer backend address pool. */\nexport interface LoadBalancerBackendAddressPoolsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a load balancer backend address pool. */\nexport interface LoadBalancerBackendAddressPoolsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: BackendAddressPoolOutput;\n}\n\n/** Creates or updates a load balancer backend address pool. */\nexport interface LoadBalancerBackendAddressPoolsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: BackendAddressPoolOutput;\n}\n\n/** Creates or updates a load balancer backend address pool. */\nexport interface LoadBalancerBackendAddressPoolsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified load balancer backend address pool. */\nexport interface LoadBalancerBackendAddressPoolsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified load balancer backend address pool. */\nexport interface LoadBalancerBackendAddressPoolsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified load balancer backend address pool. */\nexport interface LoadBalancerBackendAddressPoolsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified load balancer backend address pool. */\nexport interface LoadBalancerBackendAddressPoolsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the load balancer frontend IP configurations. */\nexport interface LoadBalancerFrontendIPConfigurationsList200Response extends HttpResponse {\n status: \"200\";\n body: LoadBalancerFrontendIPConfigurationListResultOutput;\n}\n\n/** Gets all the load balancer frontend IP configurations. */\nexport interface LoadBalancerFrontendIPConfigurationsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets load balancer frontend IP configuration. */\nexport interface LoadBalancerFrontendIPConfigurationsGet200Response extends HttpResponse {\n status: \"200\";\n body: FrontendIPConfigurationOutput;\n}\n\n/** Gets load balancer frontend IP configuration. */\nexport interface LoadBalancerFrontendIPConfigurationsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the inbound NAT rules in a load balancer. */\nexport interface InboundNatRulesList200Response extends HttpResponse {\n status: \"200\";\n body: InboundNatRuleListResultOutput;\n}\n\n/** Gets all the inbound NAT rules in a load balancer. */\nexport interface InboundNatRulesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified load balancer inbound NAT rule. */\nexport interface InboundNatRulesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified load balancer inbound NAT rule. */\nexport interface InboundNatRulesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified load balancer inbound NAT rule. */\nexport interface InboundNatRulesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified load balancer inbound NAT rule. */\nexport interface InboundNatRulesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified load balancer inbound NAT rule. */\nexport interface InboundNatRulesGet200Response extends HttpResponse {\n status: \"200\";\n body: InboundNatRuleOutput;\n}\n\n/** Gets the specified load balancer inbound NAT rule. */\nexport interface InboundNatRulesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a load balancer inbound NAT rule. */\nexport interface InboundNatRulesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: InboundNatRuleOutput;\n}\n\n/** Creates or updates a load balancer inbound NAT rule. */\nexport interface InboundNatRulesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: InboundNatRuleOutput;\n}\n\n/** Creates or updates a load balancer inbound NAT rule. */\nexport interface InboundNatRulesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the load balancing rules in a load balancer. */\nexport interface LoadBalancerLoadBalancingRulesList200Response extends HttpResponse {\n status: \"200\";\n body: LoadBalancerLoadBalancingRuleListResultOutput;\n}\n\n/** Gets all the load balancing rules in a load balancer. */\nexport interface LoadBalancerLoadBalancingRulesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified load balancer load balancing rule. */\nexport interface LoadBalancerLoadBalancingRulesGet200Response extends HttpResponse {\n status: \"200\";\n body: LoadBalancingRuleOutput;\n}\n\n/** Gets the specified load balancer load balancing rule. */\nexport interface LoadBalancerLoadBalancingRulesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the outbound rules in a load balancer. */\nexport interface LoadBalancerOutboundRulesList200Response extends HttpResponse {\n status: \"200\";\n body: LoadBalancerOutboundRuleListResultOutput;\n}\n\n/** Gets all the outbound rules in a load balancer. */\nexport interface LoadBalancerOutboundRulesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified load balancer outbound rule. */\nexport interface LoadBalancerOutboundRulesGet200Response extends HttpResponse {\n status: \"200\";\n body: OutboundRuleOutput;\n}\n\n/** Gets the specified load balancer outbound rule. */\nexport interface LoadBalancerOutboundRulesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets associated load balancer network interfaces. */\nexport interface LoadBalancerNetworkInterfacesList200Response extends HttpResponse {\n status: \"200\";\n body: NetworkInterfaceListResultOutput;\n}\n\n/** Gets associated load balancer network interfaces. */\nexport interface LoadBalancerNetworkInterfacesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the load balancer probes. */\nexport interface LoadBalancerProbesList200Response extends HttpResponse {\n status: \"200\";\n body: LoadBalancerProbeListResultOutput;\n}\n\n/** Gets all the load balancer probes. */\nexport interface LoadBalancerProbesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets load balancer probe. */\nexport interface LoadBalancerProbesGet200Response extends HttpResponse {\n status: \"200\";\n body: ProbeOutput;\n}\n\n/** Gets load balancer probe. */\nexport interface LoadBalancerProbesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified nat gateway. */\nexport interface NatGatewaysDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified nat gateway. */\nexport interface NatGatewaysDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified nat gateway. */\nexport interface NatGatewaysDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified nat gateway. */\nexport interface NatGatewaysDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified nat gateway in a specified resource group. */\nexport interface NatGatewaysGet200Response extends HttpResponse {\n status: \"200\";\n body: NatGatewayOutput;\n}\n\n/** Gets the specified nat gateway in a specified resource group. */\nexport interface NatGatewaysGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a nat gateway. */\nexport interface NatGatewaysCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: NatGatewayOutput;\n}\n\n/** Creates or updates a nat gateway. */\nexport interface NatGatewaysCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: NatGatewayOutput;\n}\n\n/** Creates or updates a nat gateway. */\nexport interface NatGatewaysCreateOrUpdate202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Creates or updates a nat gateway. */\nexport interface NatGatewaysCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates nat gateway tags. */\nexport interface NatGatewaysUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: NatGatewayOutput;\n}\n\n/** Updates nat gateway tags. */\nexport interface NatGatewaysUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the Nat Gateways in a subscription. */\nexport interface NatGatewaysListAll200Response extends HttpResponse {\n status: \"200\";\n body: NatGatewayListResultOutput;\n}\n\n/** Gets all the Nat Gateways in a subscription. */\nexport interface NatGatewaysListAllDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all nat gateways in a resource group. */\nexport interface NatGatewaysList200Response extends HttpResponse {\n status: \"200\";\n body: NatGatewayListResultOutput;\n}\n\n/** Gets all nat gateways in a resource group. */\nexport interface NatGatewaysListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Get all ip configurations in a network interface. */\nexport interface NetworkInterfaceIPConfigurationsList200Response extends HttpResponse {\n status: \"200\";\n body: NetworkInterfaceIPConfigurationListResultOutput;\n}\n\n/** Get all ip configurations in a network interface. */\nexport interface NetworkInterfaceIPConfigurationsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified network interface ip configuration. */\nexport interface NetworkInterfaceIPConfigurationsGet200Response extends HttpResponse {\n status: \"200\";\n body: NetworkInterfaceIPConfigurationOutput;\n}\n\n/** Gets the specified network interface ip configuration. */\nexport interface NetworkInterfaceIPConfigurationsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List all load balancers in a network interface. */\nexport interface NetworkInterfaceLoadBalancersList200Response extends HttpResponse {\n status: \"200\";\n body: NetworkInterfaceLoadBalancerListResultOutput;\n}\n\n/** List all load balancers in a network interface. */\nexport interface NetworkInterfaceLoadBalancersListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified tap configuration from the NetworkInterface. */\nexport interface NetworkInterfaceTapConfigurationsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified tap configuration from the NetworkInterface. */\nexport interface NetworkInterfaceTapConfigurationsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified tap configuration from the NetworkInterface. */\nexport interface NetworkInterfaceTapConfigurationsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified tap configuration from the NetworkInterface. */\nexport interface NetworkInterfaceTapConfigurationsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Get the specified tap configuration on a network interface. */\nexport interface NetworkInterfaceTapConfigurationsGet200Response extends HttpResponse {\n status: \"200\";\n body: NetworkInterfaceTapConfigurationOutput;\n}\n\n/** Get the specified tap configuration on a network interface. */\nexport interface NetworkInterfaceTapConfigurationsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a Tap configuration in the specified NetworkInterface. */\nexport interface NetworkInterfaceTapConfigurationsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: NetworkInterfaceTapConfigurationOutput;\n}\n\n/** Creates or updates a Tap configuration in the specified NetworkInterface. */\nexport interface NetworkInterfaceTapConfigurationsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: NetworkInterfaceTapConfigurationOutput;\n}\n\n/** Creates or updates a Tap configuration in the specified NetworkInterface. */\nexport interface NetworkInterfaceTapConfigurationsCreateOrUpdateDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Get all Tap configurations in a network interface. */\nexport interface NetworkInterfaceTapConfigurationsList200Response extends HttpResponse {\n status: \"200\";\n body: NetworkInterfaceTapConfigurationListResultOutput;\n}\n\n/** Get all Tap configurations in a network interface. */\nexport interface NetworkInterfaceTapConfigurationsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified Network Manager. */\nexport interface NetworkManagersGet200Response extends HttpResponse {\n status: \"200\";\n body: NetworkManagerOutput;\n}\n\n/** Gets the specified Network Manager. */\nexport interface NetworkManagersGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a Network Manager. */\nexport interface NetworkManagersCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: NetworkManagerOutput;\n}\n\n/** Creates or updates a Network Manager. */\nexport interface NetworkManagersCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: NetworkManagerOutput;\n}\n\n/** Creates or updates a Network Manager. */\nexport interface NetworkManagersCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a network manager. */\nexport interface NetworkManagersDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\nexport interface NetworkManagersDelete202Headers {\n /** The URL of the resource used to check the status of the asynchronous operation. */\n location?: string;\n}\n\n/** Deletes a network manager. */\nexport interface NetworkManagersDelete202Response extends HttpResponse {\n status: \"202\";\n headers: RawHttpHeaders & NetworkManagersDelete202Headers;\n}\n\n/** Deletes a network manager. */\nexport interface NetworkManagersDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a network manager. */\nexport interface NetworkManagersDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Patch NetworkManager. */\nexport interface NetworkManagersPatch200Response extends HttpResponse {\n status: \"200\";\n body: NetworkManagerOutput;\n}\n\n/** Patch NetworkManager. */\nexport interface NetworkManagersPatchDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List all network managers in a subscription. */\nexport interface NetworkManagersListBySubscription200Response extends HttpResponse {\n status: \"200\";\n body: NetworkManagerListResultOutput;\n}\n\n/** List all network managers in a subscription. */\nexport interface NetworkManagersListBySubscriptionDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List network managers in a resource group. */\nexport interface NetworkManagersList200Response extends HttpResponse {\n status: \"200\";\n body: NetworkManagerListResultOutput;\n}\n\n/** List network managers in a resource group. */\nexport interface NetworkManagersListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Post a Network Manager Commit. */\nexport interface NetworkManagerCommitsPost200Response extends HttpResponse {\n status: \"200\";\n body: NetworkManagerCommitOutput;\n}\n\nexport interface NetworkManagerCommitsPost202Headers {\n /** The URL of the resource used to check the status of the asynchronous operation. */\n location?: string;\n}\n\n/** Post a Network Manager Commit. */\nexport interface NetworkManagerCommitsPost202Response extends HttpResponse {\n status: \"202\";\n body: NetworkManagerCommitOutput;\n headers: RawHttpHeaders & NetworkManagerCommitsPost202Headers;\n}\n\n/** Post a Network Manager Commit. */\nexport interface NetworkManagerCommitsPostDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Post to List of Network Manager Deployment Status. */\nexport interface NetworkManagerDeploymentStatusList200Response extends HttpResponse {\n status: \"200\";\n body: NetworkManagerDeploymentStatusListResultOutput;\n}\n\n/** Post to List of Network Manager Deployment Status. */\nexport interface NetworkManagerDeploymentStatusListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Create a network manager connection on this subscription. */\nexport interface SubscriptionNetworkManagerConnectionsCreateOrUpdate200Response\n extends HttpResponse {\n status: \"200\";\n body: NetworkManagerConnectionOutput;\n}\n\n/** Create a network manager connection on this subscription. */\nexport interface SubscriptionNetworkManagerConnectionsCreateOrUpdate201Response\n extends HttpResponse {\n status: \"201\";\n body: NetworkManagerConnectionOutput;\n}\n\n/** Create a network manager connection on this subscription. */\nexport interface SubscriptionNetworkManagerConnectionsCreateOrUpdateDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Get a specified connection created by this subscription. */\nexport interface SubscriptionNetworkManagerConnectionsGet200Response extends HttpResponse {\n status: \"200\";\n body: NetworkManagerConnectionOutput;\n}\n\n/** Get a specified connection created by this subscription. */\nexport interface SubscriptionNetworkManagerConnectionsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Delete specified connection created by this subscription. */\nexport interface SubscriptionNetworkManagerConnectionsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete specified connection created by this subscription. */\nexport interface SubscriptionNetworkManagerConnectionsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete specified connection created by this subscription. */\nexport interface SubscriptionNetworkManagerConnectionsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List all network manager connections created by this subscription. */\nexport interface SubscriptionNetworkManagerConnectionsList200Response extends HttpResponse {\n status: \"200\";\n body: NetworkManagerConnectionListResultOutput;\n}\n\n/** List all network manager connections created by this subscription. */\nexport interface SubscriptionNetworkManagerConnectionsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Create a network manager connection on this management group. */\nexport interface ManagementGroupNetworkManagerConnectionsCreateOrUpdate200Response\n extends HttpResponse {\n status: \"200\";\n body: NetworkManagerConnectionOutput;\n}\n\n/** Create a network manager connection on this management group. */\nexport interface ManagementGroupNetworkManagerConnectionsCreateOrUpdate201Response\n extends HttpResponse {\n status: \"201\";\n body: NetworkManagerConnectionOutput;\n}\n\n/** Create a network manager connection on this management group. */\nexport interface ManagementGroupNetworkManagerConnectionsCreateOrUpdateDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Get a specified connection created by this management group. */\nexport interface ManagementGroupNetworkManagerConnectionsGet200Response extends HttpResponse {\n status: \"200\";\n body: NetworkManagerConnectionOutput;\n}\n\n/** Get a specified connection created by this management group. */\nexport interface ManagementGroupNetworkManagerConnectionsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Delete specified pending connection created by this management group. */\nexport interface ManagementGroupNetworkManagerConnectionsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete specified pending connection created by this management group. */\nexport interface ManagementGroupNetworkManagerConnectionsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete specified pending connection created by this management group. */\nexport interface ManagementGroupNetworkManagerConnectionsDeleteDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List all network manager connections created by this management group. */\nexport interface ManagementGroupNetworkManagerConnectionsList200Response extends HttpResponse {\n status: \"200\";\n body: NetworkManagerConnectionListResultOutput;\n}\n\n/** List all network manager connections created by this management group. */\nexport interface ManagementGroupNetworkManagerConnectionsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a Network Connectivity Configuration, specified by the resource group, network manager name, and connectivity Configuration name */\nexport interface ConnectivityConfigurationsGet200Response extends HttpResponse {\n status: \"200\";\n body: ConnectivityConfigurationOutput;\n}\n\n/** Gets a Network Connectivity Configuration, specified by the resource group, network manager name, and connectivity Configuration name */\nexport interface ConnectivityConfigurationsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates/Updates a new network manager connectivity configuration */\nexport interface ConnectivityConfigurationsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: ConnectivityConfigurationOutput;\n}\n\n/** Creates/Updates a new network manager connectivity configuration */\nexport interface ConnectivityConfigurationsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: ConnectivityConfigurationOutput;\n}\n\n/** Creates/Updates a new network manager connectivity configuration */\nexport interface ConnectivityConfigurationsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name */\nexport interface ConnectivityConfigurationsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\nexport interface ConnectivityConfigurationsDelete202Headers {\n /** The URL of the resource used to check the status of the asynchronous operation. */\n location?: string;\n}\n\n/** Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name */\nexport interface ConnectivityConfigurationsDelete202Response extends HttpResponse {\n status: \"202\";\n headers: RawHttpHeaders & ConnectivityConfigurationsDelete202Headers;\n}\n\n/** Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name */\nexport interface ConnectivityConfigurationsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a network manager connectivity configuration, specified by the resource group, network manager name, and connectivity configuration name */\nexport interface ConnectivityConfigurationsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all the network manager connectivity configuration in a specified network manager. */\nexport interface ConnectivityConfigurationsList200Response extends HttpResponse {\n status: \"200\";\n body: ConnectivityConfigurationListResultOutput;\n}\n\n/** Lists all the network manager connectivity configuration in a specified network manager. */\nexport interface ConnectivityConfigurationsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified network group. */\nexport interface NetworkGroupsGet200Response extends HttpResponse {\n status: \"200\";\n body: NetworkGroupOutput;\n}\n\n/** Gets the specified network group. */\nexport interface NetworkGroupsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\nexport interface NetworkGroupsCreateOrUpdate200Headers {\n /** The current entity tag. */\n etag?: string;\n}\n\n/** Creates or updates a network group. */\nexport interface NetworkGroupsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: NetworkGroupOutput;\n headers: RawHttpHeaders & NetworkGroupsCreateOrUpdate200Headers;\n}\n\nexport interface NetworkGroupsCreateOrUpdate201Headers {\n /** The current entity tag. */\n etag?: string;\n}\n\n/** Creates or updates a network group. */\nexport interface NetworkGroupsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: NetworkGroupOutput;\n headers: RawHttpHeaders & NetworkGroupsCreateOrUpdate201Headers;\n}\n\n/** Creates or updates a network group. */\nexport interface NetworkGroupsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a network group. */\nexport interface NetworkGroupsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\nexport interface NetworkGroupsDelete202Headers {\n /** The URL of the resource used to check the status of the asynchronous operation. */\n location?: string;\n}\n\n/** Deletes a network group. */\nexport interface NetworkGroupsDelete202Response extends HttpResponse {\n status: \"202\";\n headers: RawHttpHeaders & NetworkGroupsDelete202Headers;\n}\n\n/** Deletes a network group. */\nexport interface NetworkGroupsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a network group. */\nexport interface NetworkGroupsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists the specified network group. */\nexport interface NetworkGroupsList200Response extends HttpResponse {\n status: \"200\";\n body: NetworkGroupListResultOutput;\n}\n\n/** Lists the specified network group. */\nexport interface NetworkGroupsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified static member. */\nexport interface StaticMembersGet200Response extends HttpResponse {\n status: \"200\";\n body: StaticMemberOutput;\n}\n\n/** Gets the specified static member. */\nexport interface StaticMembersGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a static member. */\nexport interface StaticMembersCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: StaticMemberOutput;\n}\n\n/** Creates or updates a static member. */\nexport interface StaticMembersCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: StaticMemberOutput;\n}\n\n/** Creates or updates a static member. */\nexport interface StaticMembersCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a static member. */\nexport interface StaticMembersDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a static member. */\nexport interface StaticMembersDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a static member. */\nexport interface StaticMembersDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists the specified static member. */\nexport interface StaticMembersList200Response extends HttpResponse {\n status: \"200\";\n body: StaticMemberListResultOutput;\n}\n\n/** Lists the specified static member. */\nexport interface StaticMembersListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates scope connection from Network Manager */\nexport interface ScopeConnectionsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: ScopeConnectionOutput;\n}\n\n/** Creates or updates scope connection from Network Manager */\nexport interface ScopeConnectionsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: ScopeConnectionOutput;\n}\n\n/** Creates or updates scope connection from Network Manager */\nexport interface ScopeConnectionsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Get specified scope connection created by this Network Manager. */\nexport interface ScopeConnectionsGet200Response extends HttpResponse {\n status: \"200\";\n body: ScopeConnectionOutput;\n}\n\n/** Get specified scope connection created by this Network Manager. */\nexport interface ScopeConnectionsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Delete the pending scope connection created by this network manager. */\nexport interface ScopeConnectionsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete the pending scope connection created by this network manager. */\nexport interface ScopeConnectionsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete the pending scope connection created by this network manager. */\nexport interface ScopeConnectionsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List all scope connections created by this network manager. */\nexport interface ScopeConnectionsList200Response extends HttpResponse {\n status: \"200\";\n body: ScopeConnectionListResultOutput;\n}\n\n/** List all scope connections created by this network manager. */\nexport interface ScopeConnectionsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all the network manager security admin configurations in a network manager, in a paginated format. */\nexport interface SecurityAdminConfigurationsList200Response extends HttpResponse {\n status: \"200\";\n body: SecurityAdminConfigurationListResultOutput;\n}\n\n/** Lists all the network manager security admin configurations in a network manager, in a paginated format. */\nexport interface SecurityAdminConfigurationsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves a network manager security admin configuration. */\nexport interface SecurityAdminConfigurationsGet200Response extends HttpResponse {\n status: \"200\";\n body: SecurityAdminConfigurationOutput;\n}\n\n/** Retrieves a network manager security admin configuration. */\nexport interface SecurityAdminConfigurationsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a network manager security admin configuration. */\nexport interface SecurityAdminConfigurationsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: SecurityAdminConfigurationOutput;\n}\n\n/** Creates or updates a network manager security admin configuration. */\nexport interface SecurityAdminConfigurationsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: SecurityAdminConfigurationOutput;\n}\n\n/** Creates or updates a network manager security admin configuration. */\nexport interface SecurityAdminConfigurationsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a network manager security admin configuration. */\nexport interface SecurityAdminConfigurationsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\nexport interface SecurityAdminConfigurationsDelete202Headers {\n /** The URL of the resource used to check the status of the asynchronous operation. */\n location?: string;\n}\n\n/** Deletes a network manager security admin configuration. */\nexport interface SecurityAdminConfigurationsDelete202Response extends HttpResponse {\n status: \"202\";\n headers: RawHttpHeaders & SecurityAdminConfigurationsDelete202Headers;\n}\n\n/** Deletes a network manager security admin configuration. */\nexport interface SecurityAdminConfigurationsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a network manager security admin configuration. */\nexport interface SecurityAdminConfigurationsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all the rule collections in a security admin configuration, in a paginated format. */\nexport interface AdminRuleCollectionsList200Response extends HttpResponse {\n status: \"200\";\n body: AdminRuleCollectionListResultOutput;\n}\n\n/** Lists all the rule collections in a security admin configuration, in a paginated format. */\nexport interface AdminRuleCollectionsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a network manager security admin configuration rule collection. */\nexport interface AdminRuleCollectionsGet200Response extends HttpResponse {\n status: \"200\";\n body: AdminRuleCollectionOutput;\n}\n\n/** Gets a network manager security admin configuration rule collection. */\nexport interface AdminRuleCollectionsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates an admin rule collection. */\nexport interface AdminRuleCollectionsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: AdminRuleCollectionOutput;\n}\n\n/** Creates or updates an admin rule collection. */\nexport interface AdminRuleCollectionsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: AdminRuleCollectionOutput;\n}\n\n/** Creates or updates an admin rule collection. */\nexport interface AdminRuleCollectionsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes an admin rule collection. */\nexport interface AdminRuleCollectionsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\nexport interface AdminRuleCollectionsDelete202Headers {\n /** The URL of the resource used to check the status of the asynchronous operation. */\n location?: string;\n}\n\n/** Deletes an admin rule collection. */\nexport interface AdminRuleCollectionsDelete202Response extends HttpResponse {\n status: \"202\";\n headers: RawHttpHeaders & AdminRuleCollectionsDelete202Headers;\n}\n\n/** Deletes an admin rule collection. */\nexport interface AdminRuleCollectionsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes an admin rule collection. */\nexport interface AdminRuleCollectionsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List all network manager security configuration admin rules. */\nexport interface AdminRulesList200Response extends HttpResponse {\n status: \"200\";\n body: AdminRuleListResultOutput;\n}\n\n/** List all network manager security configuration admin rules. */\nexport interface AdminRulesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a network manager security configuration admin rule. */\nexport interface AdminRulesGet200Response extends HttpResponse {\n status: \"200\";\n body: BaseAdminRuleOutput;\n}\n\n/** Gets a network manager security configuration admin rule. */\nexport interface AdminRulesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates an admin rule. */\nexport interface AdminRulesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: BaseAdminRuleOutput;\n}\n\n/** Creates or updates an admin rule. */\nexport interface AdminRulesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: BaseAdminRuleOutput;\n}\n\n/** Creates or updates an admin rule. */\nexport interface AdminRulesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes an admin rule. */\nexport interface AdminRulesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\nexport interface AdminRulesDelete202Headers {\n /** The URL of the resource used to check the status of the asynchronous operation. */\n location?: string;\n}\n\n/** Deletes an admin rule. */\nexport interface AdminRulesDelete202Response extends HttpResponse {\n status: \"202\";\n headers: RawHttpHeaders & AdminRulesDelete202Headers;\n}\n\n/** Deletes an admin rule. */\nexport interface AdminRulesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes an admin rule. */\nexport interface AdminRulesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified network profile. */\nexport interface NetworkProfilesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified network profile. */\nexport interface NetworkProfilesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified network profile. */\nexport interface NetworkProfilesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified network profile. */\nexport interface NetworkProfilesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified network profile in a specified resource group. */\nexport interface NetworkProfilesGet200Response extends HttpResponse {\n status: \"200\";\n body: NetworkProfileOutput;\n}\n\n/** Gets the specified network profile in a specified resource group. */\nexport interface NetworkProfilesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a network profile. */\nexport interface NetworkProfilesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: NetworkProfileOutput;\n}\n\n/** Creates or updates a network profile. */\nexport interface NetworkProfilesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: NetworkProfileOutput;\n}\n\n/** Creates or updates a network profile. */\nexport interface NetworkProfilesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates network profile tags. */\nexport interface NetworkProfilesUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: NetworkProfileOutput;\n}\n\n/** Updates network profile tags. */\nexport interface NetworkProfilesUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the network profiles in a subscription. */\nexport interface NetworkProfilesListAll200Response extends HttpResponse {\n status: \"200\";\n body: NetworkProfileListResultOutput;\n}\n\n/** Gets all the network profiles in a subscription. */\nexport interface NetworkProfilesListAllDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all network profiles in a resource group. */\nexport interface NetworkProfilesList200Response extends HttpResponse {\n status: \"200\";\n body: NetworkProfileListResultOutput;\n}\n\n/** Gets all network profiles in a resource group. */\nexport interface NetworkProfilesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified network security group. */\nexport interface NetworkSecurityGroupsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified network security group. */\nexport interface NetworkSecurityGroupsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified network security group. */\nexport interface NetworkSecurityGroupsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified network security group. */\nexport interface NetworkSecurityGroupsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified network security group. */\nexport interface NetworkSecurityGroupsGet200Response extends HttpResponse {\n status: \"200\";\n body: NetworkSecurityGroupOutput;\n}\n\n/** Gets the specified network security group. */\nexport interface NetworkSecurityGroupsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a network security group in the specified resource group. */\nexport interface NetworkSecurityGroupsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: NetworkSecurityGroupOutput;\n}\n\n/** Creates or updates a network security group in the specified resource group. */\nexport interface NetworkSecurityGroupsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: NetworkSecurityGroupOutput;\n}\n\n/** Creates or updates a network security group in the specified resource group. */\nexport interface NetworkSecurityGroupsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates a network security group tags. */\nexport interface NetworkSecurityGroupsUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: NetworkSecurityGroupOutput;\n}\n\n/** Updates a network security group tags. */\nexport interface NetworkSecurityGroupsUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all network security groups in a subscription. */\nexport interface NetworkSecurityGroupsListAll200Response extends HttpResponse {\n status: \"200\";\n body: NetworkSecurityGroupListResultOutput;\n}\n\n/** Gets all network security groups in a subscription. */\nexport interface NetworkSecurityGroupsListAllDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all network security groups in a resource group. */\nexport interface NetworkSecurityGroupsList200Response extends HttpResponse {\n status: \"200\";\n body: NetworkSecurityGroupListResultOutput;\n}\n\n/** Gets all network security groups in a resource group. */\nexport interface NetworkSecurityGroupsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified network security rule. */\nexport interface SecurityRulesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified network security rule. */\nexport interface SecurityRulesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified network security rule. */\nexport interface SecurityRulesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified network security rule. */\nexport interface SecurityRulesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Get the specified network security rule. */\nexport interface SecurityRulesGet200Response extends HttpResponse {\n status: \"200\";\n body: SecurityRuleOutput;\n}\n\n/** Get the specified network security rule. */\nexport interface SecurityRulesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a security rule in the specified network security group. */\nexport interface SecurityRulesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: SecurityRuleOutput;\n}\n\n/** Creates or updates a security rule in the specified network security group. */\nexport interface SecurityRulesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: SecurityRuleOutput;\n}\n\n/** Creates or updates a security rule in the specified network security group. */\nexport interface SecurityRulesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all security rules in a network security group. */\nexport interface SecurityRulesList200Response extends HttpResponse {\n status: \"200\";\n body: SecurityRuleListResultOutput;\n}\n\n/** Gets all security rules in a network security group. */\nexport interface SecurityRulesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all default security rules in a network security group. */\nexport interface DefaultSecurityRulesList200Response extends HttpResponse {\n status: \"200\";\n body: SecurityRuleListResultOutput;\n}\n\n/** Gets all default security rules in a network security group. */\nexport interface DefaultSecurityRulesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Get the specified default network security rule. */\nexport interface DefaultSecurityRulesGet200Response extends HttpResponse {\n status: \"200\";\n body: SecurityRuleOutput;\n}\n\n/** Get the specified default network security rule. */\nexport interface DefaultSecurityRulesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified Network Virtual Appliance. */\nexport interface NetworkVirtualAppliancesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified Network Virtual Appliance. */\nexport interface NetworkVirtualAppliancesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified Network Virtual Appliance. */\nexport interface NetworkVirtualAppliancesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified Network Virtual Appliance. */\nexport interface NetworkVirtualAppliancesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified Network Virtual Appliance. */\nexport interface NetworkVirtualAppliancesGet200Response extends HttpResponse {\n status: \"200\";\n body: NetworkVirtualApplianceOutput;\n}\n\n/** Gets the specified Network Virtual Appliance. */\nexport interface NetworkVirtualAppliancesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates a Network Virtual Appliance. */\nexport interface NetworkVirtualAppliancesUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: NetworkVirtualApplianceOutput;\n}\n\n/** Updates a Network Virtual Appliance. */\nexport interface NetworkVirtualAppliancesUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates the specified Network Virtual Appliance. */\nexport interface NetworkVirtualAppliancesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: NetworkVirtualApplianceOutput;\n}\n\n/** Creates or updates the specified Network Virtual Appliance. */\nexport interface NetworkVirtualAppliancesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: NetworkVirtualApplianceOutput;\n}\n\n/** Creates or updates the specified Network Virtual Appliance. */\nexport interface NetworkVirtualAppliancesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all Network Virtual Appliances in a resource group. */\nexport interface NetworkVirtualAppliancesListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: NetworkVirtualApplianceListResultOutput;\n}\n\n/** Lists all Network Virtual Appliances in a resource group. */\nexport interface NetworkVirtualAppliancesListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all Network Virtual Appliances in a subscription. */\nexport interface NetworkVirtualAppliancesList200Response extends HttpResponse {\n status: \"200\";\n body: NetworkVirtualApplianceListResultOutput;\n}\n\n/** Gets all Network Virtual Appliances in a subscription. */\nexport interface NetworkVirtualAppliancesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified site from a Virtual Appliance. */\nexport interface VirtualApplianceSitesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified site from a Virtual Appliance. */\nexport interface VirtualApplianceSitesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified site from a Virtual Appliance. */\nexport interface VirtualApplianceSitesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified site from a Virtual Appliance. */\nexport interface VirtualApplianceSitesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified Virtual Appliance Site. */\nexport interface VirtualApplianceSitesGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualApplianceSiteOutput;\n}\n\n/** Gets the specified Virtual Appliance Site. */\nexport interface VirtualApplianceSitesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates the specified Network Virtual Appliance Site. */\nexport interface VirtualApplianceSitesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualApplianceSiteOutput;\n}\n\n/** Creates or updates the specified Network Virtual Appliance Site. */\nexport interface VirtualApplianceSitesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VirtualApplianceSiteOutput;\n}\n\n/** Creates or updates the specified Network Virtual Appliance Site. */\nexport interface VirtualApplianceSitesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all Network Virtual Appliance Sites in a Network Virtual Appliance resource. */\nexport interface VirtualApplianceSitesList200Response extends HttpResponse {\n status: \"200\";\n body: NetworkVirtualApplianceSiteListResultOutput;\n}\n\n/** Lists all Network Virtual Appliance Sites in a Network Virtual Appliance resource. */\nexport interface VirtualApplianceSitesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List all SKUs available for a virtual appliance. */\nexport interface VirtualApplianceSkusList200Response extends HttpResponse {\n status: \"200\";\n body: NetworkVirtualApplianceSkuListResultOutput;\n}\n\n/** List all SKUs available for a virtual appliance. */\nexport interface VirtualApplianceSkusListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves a single available sku for network virtual appliance. */\nexport interface VirtualApplianceSkusGet200Response extends HttpResponse {\n status: \"200\";\n body: NetworkVirtualApplianceSkuOutput;\n}\n\n/** Retrieves a single available sku for network virtual appliance. */\nexport interface VirtualApplianceSkusGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates the specified Network Virtual Appliance Inbound Security Rules. */\nexport interface InboundSecurityRuleCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: InboundSecurityRuleOutput;\n}\n\n/** Creates or updates the specified Network Virtual Appliance Inbound Security Rules. */\nexport interface InboundSecurityRuleCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: InboundSecurityRuleOutput;\n}\n\n/** Creates or updates the specified Network Virtual Appliance Inbound Security Rules. */\nexport interface InboundSecurityRuleCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a network watcher in the specified resource group. */\nexport interface NetworkWatchersCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: NetworkWatcherOutput;\n}\n\n/** Creates or updates a network watcher in the specified resource group. */\nexport interface NetworkWatchersCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: NetworkWatcherOutput;\n}\n\n/** Creates or updates a network watcher in the specified resource group. */\nexport interface NetworkWatchersCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Gets the specified network watcher by resource group. */\nexport interface NetworkWatchersGet200Response extends HttpResponse {\n status: \"200\";\n body: NetworkWatcherOutput;\n}\n\n/** Gets the specified network watcher by resource group. */\nexport interface NetworkWatchersGetDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Deletes the specified network watcher resource. */\nexport interface NetworkWatchersDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified network watcher resource. */\nexport interface NetworkWatchersDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified network watcher resource. */\nexport interface NetworkWatchersDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Updates a network watcher tags. */\nexport interface NetworkWatchersUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: NetworkWatcherOutput;\n}\n\n/** Updates a network watcher tags. */\nexport interface NetworkWatchersUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Gets all network watchers by resource group. */\nexport interface NetworkWatchersList200Response extends HttpResponse {\n status: \"200\";\n body: NetworkWatcherListResultOutput;\n}\n\n/** Gets all network watchers by resource group. */\nexport interface NetworkWatchersListDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Gets all network watchers by subscription. */\nexport interface NetworkWatchersListAll200Response extends HttpResponse {\n status: \"200\";\n body: NetworkWatcherListResultOutput;\n}\n\n/** Gets all network watchers by subscription. */\nexport interface NetworkWatchersListAllDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Gets the current network topology by resource group. */\nexport interface NetworkWatchersGetTopology200Response extends HttpResponse {\n status: \"200\";\n body: TopologyOutput;\n}\n\n/** Gets the current network topology by resource group. */\nexport interface NetworkWatchersGetTopologyDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Verify IP flow from the specified VM to a location given the currently configured NSG rules. */\nexport interface NetworkWatchersVerifyIPFlow200Response extends HttpResponse {\n status: \"200\";\n body: VerificationIPFlowResultOutput;\n}\n\n/** Verify IP flow from the specified VM to a location given the currently configured NSG rules. */\nexport interface NetworkWatchersVerifyIPFlow202Response extends HttpResponse {\n status: \"202\";\n body: VerificationIPFlowResultOutput;\n}\n\n/** Verify IP flow from the specified VM to a location given the currently configured NSG rules. */\nexport interface NetworkWatchersVerifyIPFlowDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Gets the next hop from the specified VM. */\nexport interface NetworkWatchersGetNextHop200Response extends HttpResponse {\n status: \"200\";\n body: NextHopResultOutput;\n}\n\n/** Gets the next hop from the specified VM. */\nexport interface NetworkWatchersGetNextHop202Response extends HttpResponse {\n status: \"202\";\n body: NextHopResultOutput;\n}\n\n/** Gets the next hop from the specified VM. */\nexport interface NetworkWatchersGetNextHopDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Gets the configured and effective security group rules on the specified VM. */\nexport interface NetworkWatchersGetVMSecurityRules200Response extends HttpResponse {\n status: \"200\";\n body: SecurityGroupViewResultOutput;\n}\n\n/** Gets the configured and effective security group rules on the specified VM. */\nexport interface NetworkWatchersGetVMSecurityRules202Response extends HttpResponse {\n status: \"202\";\n body: SecurityGroupViewResultOutput;\n}\n\n/** Gets the configured and effective security group rules on the specified VM. */\nexport interface NetworkWatchersGetVMSecurityRulesDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Initiate troubleshooting on a specified resource. */\nexport interface NetworkWatchersGetTroubleshooting200Response extends HttpResponse {\n status: \"200\";\n body: TroubleshootingResultOutput;\n}\n\n/** Initiate troubleshooting on a specified resource. */\nexport interface NetworkWatchersGetTroubleshooting202Response extends HttpResponse {\n status: \"202\";\n body: TroubleshootingResultOutput;\n}\n\n/** Initiate troubleshooting on a specified resource. */\nexport interface NetworkWatchersGetTroubleshootingDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Get the last completed troubleshooting result on a specified resource. */\nexport interface NetworkWatchersGetTroubleshootingResult200Response extends HttpResponse {\n status: \"200\";\n body: TroubleshootingResultOutput;\n}\n\n/** Get the last completed troubleshooting result on a specified resource. */\nexport interface NetworkWatchersGetTroubleshootingResult202Response extends HttpResponse {\n status: \"202\";\n body: TroubleshootingResultOutput;\n}\n\n/** Get the last completed troubleshooting result on a specified resource. */\nexport interface NetworkWatchersGetTroubleshootingResultDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Configures flow log and traffic analytics (optional) on a specified resource. */\nexport interface NetworkWatchersSetFlowLogConfiguration200Response extends HttpResponse {\n status: \"200\";\n body: FlowLogInformationOutput;\n}\n\n/** Configures flow log and traffic analytics (optional) on a specified resource. */\nexport interface NetworkWatchersSetFlowLogConfiguration202Response extends HttpResponse {\n status: \"202\";\n body: FlowLogInformationOutput;\n}\n\n/** Configures flow log and traffic analytics (optional) on a specified resource. */\nexport interface NetworkWatchersSetFlowLogConfigurationDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Queries status of flow log and traffic analytics (optional) on a specified resource. */\nexport interface NetworkWatchersGetFlowLogStatus200Response extends HttpResponse {\n status: \"200\";\n body: FlowLogInformationOutput;\n}\n\n/** Queries status of flow log and traffic analytics (optional) on a specified resource. */\nexport interface NetworkWatchersGetFlowLogStatus202Response extends HttpResponse {\n status: \"202\";\n body: FlowLogInformationOutput;\n}\n\n/** Queries status of flow log and traffic analytics (optional) on a specified resource. */\nexport interface NetworkWatchersGetFlowLogStatusDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Verifies the possibility of establishing a direct TCP connection from a virtual machine to a given endpoint including another VM or an arbitrary remote server. */\nexport interface NetworkWatchersCheckConnectivity200Response extends HttpResponse {\n status: \"200\";\n body: ConnectivityInformationOutput;\n}\n\n/** Verifies the possibility of establishing a direct TCP connection from a virtual machine to a given endpoint including another VM or an arbitrary remote server. */\nexport interface NetworkWatchersCheckConnectivity202Response extends HttpResponse {\n status: \"202\";\n body: ConnectivityInformationOutput;\n}\n\n/** Verifies the possibility of establishing a direct TCP connection from a virtual machine to a given endpoint including another VM or an arbitrary remote server. */\nexport interface NetworkWatchersCheckConnectivityDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** NOTE: This feature is currently in preview and still being tested for stability. Gets the relative latency score for internet service providers from a specified location to Azure regions. */\nexport interface NetworkWatchersGetAzureReachabilityReport200Response extends HttpResponse {\n status: \"200\";\n body: AzureReachabilityReportOutput;\n}\n\n/** NOTE: This feature is currently in preview and still being tested for stability. Gets the relative latency score for internet service providers from a specified location to Azure regions. */\nexport interface NetworkWatchersGetAzureReachabilityReport202Response extends HttpResponse {\n status: \"202\";\n body: AzureReachabilityReportOutput;\n}\n\n/** NOTE: This feature is currently in preview and still being tested for stability. Gets the relative latency score for internet service providers from a specified location to Azure regions. */\nexport interface NetworkWatchersGetAzureReachabilityReportDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** NOTE: This feature is currently in preview and still being tested for stability. Lists all available internet service providers for a specified Azure region. */\nexport interface NetworkWatchersListAvailableProviders200Response extends HttpResponse {\n status: \"200\";\n body: AvailableProvidersListOutput;\n}\n\n/** NOTE: This feature is currently in preview and still being tested for stability. Lists all available internet service providers for a specified Azure region. */\nexport interface NetworkWatchersListAvailableProviders202Response extends HttpResponse {\n status: \"202\";\n body: AvailableProvidersListOutput;\n}\n\n/** NOTE: This feature is currently in preview and still being tested for stability. Lists all available internet service providers for a specified Azure region. */\nexport interface NetworkWatchersListAvailableProvidersDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Gets Network Configuration Diagnostic data to help customers understand and debug network behavior. It provides detailed information on what security rules were applied to a specified traffic flow and the result of evaluating these rules. Customers must provide details of a flow like source, destination, protocol, etc. The API returns whether traffic was allowed or denied, the rules evaluated for the specified flow and the evaluation results. */\nexport interface NetworkWatchersGetNetworkConfigurationDiagnostic200Response extends HttpResponse {\n status: \"200\";\n body: NetworkConfigurationDiagnosticResponseOutput;\n}\n\n/** Gets Network Configuration Diagnostic data to help customers understand and debug network behavior. It provides detailed information on what security rules were applied to a specified traffic flow and the result of evaluating these rules. Customers must provide details of a flow like source, destination, protocol, etc. The API returns whether traffic was allowed or denied, the rules evaluated for the specified flow and the evaluation results. */\nexport interface NetworkWatchersGetNetworkConfigurationDiagnostic202Response extends HttpResponse {\n status: \"202\";\n body: NetworkConfigurationDiagnosticResponseOutput;\n}\n\n/** Gets Network Configuration Diagnostic data to help customers understand and debug network behavior. It provides detailed information on what security rules were applied to a specified traffic flow and the result of evaluating these rules. Customers must provide details of a flow like source, destination, protocol, etc. The API returns whether traffic was allowed or denied, the rules evaluated for the specified flow and the evaluation results. */\nexport interface NetworkWatchersGetNetworkConfigurationDiagnosticDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Create and start a packet capture on the specified VM. */\nexport interface PacketCapturesCreate201Response extends HttpResponse {\n status: \"201\";\n body: PacketCaptureResultOutput;\n}\n\n/** Create and start a packet capture on the specified VM. */\nexport interface PacketCapturesCreateDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Gets a packet capture session by name. */\nexport interface PacketCapturesGet200Response extends HttpResponse {\n status: \"200\";\n body: PacketCaptureResultOutput;\n}\n\n/** Gets a packet capture session by name. */\nexport interface PacketCapturesGetDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Deletes the specified packet capture session. */\nexport interface PacketCapturesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified packet capture session. */\nexport interface PacketCapturesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified packet capture session. */\nexport interface PacketCapturesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Stops a specified packet capture session. */\nexport interface PacketCapturesStop200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Stops a specified packet capture session. */\nexport interface PacketCapturesStop202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Stops a specified packet capture session. */\nexport interface PacketCapturesStopDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Query the status of a running packet capture session. */\nexport interface PacketCapturesGetStatus200Response extends HttpResponse {\n status: \"200\";\n body: PacketCaptureQueryStatusResultOutput;\n}\n\n/** Query the status of a running packet capture session. */\nexport interface PacketCapturesGetStatus202Response extends HttpResponse {\n status: \"202\";\n body: PacketCaptureQueryStatusResultOutput;\n}\n\n/** Query the status of a running packet capture session. */\nexport interface PacketCapturesGetStatusDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Lists all packet capture sessions within the specified resource group. */\nexport interface PacketCapturesList200Response extends HttpResponse {\n status: \"200\";\n body: PacketCaptureListResultOutput;\n}\n\n/** Lists all packet capture sessions within the specified resource group. */\nexport interface PacketCapturesListDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Create or update a connection monitor. */\nexport interface ConnectionMonitorsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: ConnectionMonitorResultOutput;\n}\n\n/** Create or update a connection monitor. */\nexport interface ConnectionMonitorsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: ConnectionMonitorResultOutput;\n}\n\n/** Create or update a connection monitor. */\nexport interface ConnectionMonitorsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Gets a connection monitor by name. */\nexport interface ConnectionMonitorsGet200Response extends HttpResponse {\n status: \"200\";\n body: ConnectionMonitorResultOutput;\n}\n\n/** Gets a connection monitor by name. */\nexport interface ConnectionMonitorsGetDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Deletes the specified connection monitor. */\nexport interface ConnectionMonitorsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified connection monitor. */\nexport interface ConnectionMonitorsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified connection monitor. */\nexport interface ConnectionMonitorsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Update tags of the specified connection monitor. */\nexport interface ConnectionMonitorsUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: ConnectionMonitorResultOutput;\n}\n\n/** Update tags of the specified connection monitor. */\nexport interface ConnectionMonitorsUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Stops the specified connection monitor. */\nexport interface ConnectionMonitorsStop200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Stops the specified connection monitor. */\nexport interface ConnectionMonitorsStop202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Stops the specified connection monitor. */\nexport interface ConnectionMonitorsStopDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Starts the specified connection monitor. */\nexport interface ConnectionMonitorsStart200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Starts the specified connection monitor. */\nexport interface ConnectionMonitorsStart202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Starts the specified connection monitor. */\nexport interface ConnectionMonitorsStartDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Query a snapshot of the most recent connection states. */\nexport interface ConnectionMonitorsQuery200Response extends HttpResponse {\n status: \"200\";\n body: ConnectionMonitorQueryResultOutput;\n}\n\n/** Query a snapshot of the most recent connection states. */\nexport interface ConnectionMonitorsQuery202Response extends HttpResponse {\n status: \"202\";\n body: ConnectionMonitorQueryResultOutput;\n}\n\n/** Query a snapshot of the most recent connection states. */\nexport interface ConnectionMonitorsQueryDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Lists all connection monitors for the specified Network Watcher. */\nexport interface ConnectionMonitorsList200Response extends HttpResponse {\n status: \"200\";\n body: ConnectionMonitorListResultOutput;\n}\n\n/** Lists all connection monitors for the specified Network Watcher. */\nexport interface ConnectionMonitorsListDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Create or update a flow log for the specified network security group. */\nexport interface FlowLogsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: FlowLogOutput;\n}\n\n/** Create or update a flow log for the specified network security group. */\nexport interface FlowLogsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: FlowLogOutput;\n}\n\n/** Create or update a flow log for the specified network security group. */\nexport interface FlowLogsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Update tags of the specified flow log. */\nexport interface FlowLogsUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: FlowLogOutput;\n}\n\n/** Update tags of the specified flow log. */\nexport interface FlowLogsUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Gets a flow log resource by name. */\nexport interface FlowLogsGet200Response extends HttpResponse {\n status: \"200\";\n body: FlowLogOutput;\n}\n\n/** Gets a flow log resource by name. */\nexport interface FlowLogsGetDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Deletes the specified flow log resource. */\nexport interface FlowLogsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified flow log resource. */\nexport interface FlowLogsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified flow log resource. */\nexport interface FlowLogsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Lists all flow log resources for the specified Network Watcher. */\nexport interface FlowLogsList200Response extends HttpResponse {\n status: \"200\";\n body: FlowLogListResultOutput;\n}\n\n/** Lists all flow log resources for the specified Network Watcher. */\nexport interface FlowLogsListDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Lists all of the available Network Rest API operations. */\nexport interface OperationsList200Response extends HttpResponse {\n status: \"200\";\n body: OperationListResultOutput;\n}\n\n/** Lists all of the available Network Rest API operations. */\nexport interface OperationsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified private endpoint. */\nexport interface PrivateEndpointsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified private endpoint. */\nexport interface PrivateEndpointsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified private endpoint. */\nexport interface PrivateEndpointsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified private endpoint. */\nexport interface PrivateEndpointsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Gets the specified private endpoint by resource group. */\nexport interface PrivateEndpointsGet200Response extends HttpResponse {\n status: \"200\";\n body: PrivateEndpointOutput;\n}\n\n/** Gets the specified private endpoint by resource group. */\nexport interface PrivateEndpointsGetDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Creates or updates an private endpoint in the specified resource group. */\nexport interface PrivateEndpointsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: PrivateEndpointOutput;\n}\n\n/** Creates or updates an private endpoint in the specified resource group. */\nexport interface PrivateEndpointsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: PrivateEndpointOutput;\n}\n\n/** Creates or updates an private endpoint in the specified resource group. */\nexport interface PrivateEndpointsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Gets all private endpoints in a resource group. */\nexport interface PrivateEndpointsList200Response extends HttpResponse {\n status: \"200\";\n body: PrivateEndpointListResultOutput;\n}\n\n/** Gets all private endpoints in a resource group. */\nexport interface PrivateEndpointsListDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Gets all private endpoints in a subscription. */\nexport interface PrivateEndpointsListBySubscription200Response extends HttpResponse {\n status: \"200\";\n body: PrivateEndpointListResultOutput;\n}\n\n/** Gets all private endpoints in a subscription. */\nexport interface PrivateEndpointsListBySubscriptionDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Returns all of the resource types that can be linked to a Private Endpoint in this subscription in this region. */\nexport interface AvailablePrivateEndpointTypesList200Response extends HttpResponse {\n status: \"200\";\n body: AvailablePrivateEndpointTypesResultOutput;\n}\n\n/** Returns all of the resource types that can be linked to a Private Endpoint in this subscription in this region. */\nexport interface AvailablePrivateEndpointTypesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Returns all of the resource types that can be linked to a Private Endpoint in this subscription in this region. */\nexport interface AvailablePrivateEndpointTypesListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: AvailablePrivateEndpointTypesResultOutput;\n}\n\n/** Returns all of the resource types that can be linked to a Private Endpoint in this subscription in this region. */\nexport interface AvailablePrivateEndpointTypesListByResourceGroupDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified private dns zone group. */\nexport interface PrivateDnsZoneGroupsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified private dns zone group. */\nexport interface PrivateDnsZoneGroupsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified private dns zone group. */\nexport interface PrivateDnsZoneGroupsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified private dns zone group. */\nexport interface PrivateDnsZoneGroupsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the private dns zone group resource by specified private dns zone group name. */\nexport interface PrivateDnsZoneGroupsGet200Response extends HttpResponse {\n status: \"200\";\n body: PrivateDnsZoneGroupOutput;\n}\n\n/** Gets the private dns zone group resource by specified private dns zone group name. */\nexport interface PrivateDnsZoneGroupsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a private dns zone group in the specified private endpoint. */\nexport interface PrivateDnsZoneGroupsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: PrivateDnsZoneGroupOutput;\n}\n\n/** Creates or updates a private dns zone group in the specified private endpoint. */\nexport interface PrivateDnsZoneGroupsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: PrivateDnsZoneGroupOutput;\n}\n\n/** Creates or updates a private dns zone group in the specified private endpoint. */\nexport interface PrivateDnsZoneGroupsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all private dns zone groups in a private endpoint. */\nexport interface PrivateDnsZoneGroupsList200Response extends HttpResponse {\n status: \"200\";\n body: PrivateDnsZoneGroupListResultOutput;\n}\n\n/** Gets all private dns zone groups in a private endpoint. */\nexport interface PrivateDnsZoneGroupsListDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Deletes the specified private link service. */\nexport interface PrivateLinkServicesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified private link service. */\nexport interface PrivateLinkServicesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified private link service. */\nexport interface PrivateLinkServicesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified private link service. */\nexport interface PrivateLinkServicesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Gets the specified private link service by resource group. */\nexport interface PrivateLinkServicesGet200Response extends HttpResponse {\n status: \"200\";\n body: PrivateLinkServiceOutput;\n}\n\n/** Gets the specified private link service by resource group. */\nexport interface PrivateLinkServicesGetDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Creates or updates an private link service in the specified resource group. */\nexport interface PrivateLinkServicesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: PrivateLinkServiceOutput;\n}\n\n/** Creates or updates an private link service in the specified resource group. */\nexport interface PrivateLinkServicesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: PrivateLinkServiceOutput;\n}\n\n/** Creates or updates an private link service in the specified resource group. */\nexport interface PrivateLinkServicesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Gets all private link services in a resource group. */\nexport interface PrivateLinkServicesList200Response extends HttpResponse {\n status: \"200\";\n body: PrivateLinkServiceListResultOutput;\n}\n\n/** Gets all private link services in a resource group. */\nexport interface PrivateLinkServicesListDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Gets all private link service in a subscription. */\nexport interface PrivateLinkServicesListBySubscription200Response extends HttpResponse {\n status: \"200\";\n body: PrivateLinkServiceListResultOutput;\n}\n\n/** Gets all private link service in a subscription. */\nexport interface PrivateLinkServicesListBySubscriptionDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Get the specific private end point connection by specific private link service in the resource group. */\nexport interface PrivateLinkServicesGetPrivateEndpointConnection200Response extends HttpResponse {\n status: \"200\";\n body: PrivateEndpointConnectionOutput;\n}\n\n/** Get the specific private end point connection by specific private link service in the resource group. */\nexport interface PrivateLinkServicesGetPrivateEndpointConnectionDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Approve or reject private end point connection for a private link service in a subscription. */\nexport interface PrivateLinkServicesUpdatePrivateEndpointConnection200Response\n extends HttpResponse {\n status: \"200\";\n body: PrivateEndpointConnectionOutput;\n}\n\n/** Approve or reject private end point connection for a private link service in a subscription. */\nexport interface PrivateLinkServicesUpdatePrivateEndpointConnectionDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Delete private end point connection for a private link service in a subscription. */\nexport interface PrivateLinkServicesDeletePrivateEndpointConnection200Response\n extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete private end point connection for a private link service in a subscription. */\nexport interface PrivateLinkServicesDeletePrivateEndpointConnection202Response\n extends HttpResponse {\n status: \"202\";\n}\n\n/** Delete private end point connection for a private link service in a subscription. */\nexport interface PrivateLinkServicesDeletePrivateEndpointConnection204Response\n extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete private end point connection for a private link service in a subscription. */\nexport interface PrivateLinkServicesDeletePrivateEndpointConnectionDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Gets all private end point connections for a specific private link service. */\nexport interface PrivateLinkServicesListPrivateEndpointConnections200Response extends HttpResponse {\n status: \"200\";\n body: PrivateEndpointConnectionListResultOutput;\n}\n\n/** Gets all private end point connections for a specific private link service. */\nexport interface PrivateLinkServicesListPrivateEndpointConnectionsDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Checks whether the subscription is visible to private link service. */\nexport interface PrivateLinkServicesCheckPrivateLinkServiceVisibility200Response\n extends HttpResponse {\n status: \"200\";\n body: PrivateLinkServiceVisibilityOutput;\n}\n\n/** Checks whether the subscription is visible to private link service. */\nexport interface PrivateLinkServicesCheckPrivateLinkServiceVisibility202Response\n extends HttpResponse {\n status: \"202\";\n}\n\n/** Checks whether the subscription is visible to private link service. */\nexport interface PrivateLinkServicesCheckPrivateLinkServiceVisibilityDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Checks whether the subscription is visible to private link service in the specified resource group. */\nexport interface PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroup200Response\n extends HttpResponse {\n status: \"200\";\n body: PrivateLinkServiceVisibilityOutput;\n}\n\n/** Checks whether the subscription is visible to private link service in the specified resource group. */\nexport interface PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroup202Response\n extends HttpResponse {\n status: \"202\";\n}\n\n/** Checks whether the subscription is visible to private link service in the specified resource group. */\nexport interface PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Returns all of the private link service ids that can be linked to a Private Endpoint with auto approved in this subscription in this region. */\nexport interface PrivateLinkServicesListAutoApprovedPrivateLinkServices200Response\n extends HttpResponse {\n status: \"200\";\n body: AutoApprovedPrivateLinkServicesResultOutput;\n}\n\n/** Returns all of the private link service ids that can be linked to a Private Endpoint with auto approved in this subscription in this region. */\nexport interface PrivateLinkServicesListAutoApprovedPrivateLinkServicesDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Returns all of the private link service ids that can be linked to a Private Endpoint with auto approved in this subscription in this region. */\nexport interface PrivateLinkServicesListAutoApprovedPrivateLinkServicesByResourceGroup200Response\n extends HttpResponse {\n status: \"200\";\n body: AutoApprovedPrivateLinkServicesResultOutput;\n}\n\n/** Returns all of the private link service ids that can be linked to a Private Endpoint with auto approved in this subscription in this region. */\nexport interface PrivateLinkServicesListAutoApprovedPrivateLinkServicesByResourceGroupDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified public IP prefix. */\nexport interface PublicIPPrefixesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified public IP prefix. */\nexport interface PublicIPPrefixesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified public IP prefix. */\nexport interface PublicIPPrefixesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified public IP prefix. */\nexport interface PublicIPPrefixesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified public IP prefix in a specified resource group. */\nexport interface PublicIPPrefixesGet200Response extends HttpResponse {\n status: \"200\";\n body: PublicIPPrefixOutput;\n}\n\n/** Gets the specified public IP prefix in a specified resource group. */\nexport interface PublicIPPrefixesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a static or dynamic public IP prefix. */\nexport interface PublicIPPrefixesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: PublicIPPrefixOutput;\n}\n\n/** Creates or updates a static or dynamic public IP prefix. */\nexport interface PublicIPPrefixesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: PublicIPPrefixOutput;\n}\n\n/** Creates or updates a static or dynamic public IP prefix. */\nexport interface PublicIPPrefixesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates public IP prefix tags. */\nexport interface PublicIPPrefixesUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: PublicIPPrefixOutput;\n}\n\n/** Updates public IP prefix tags. */\nexport interface PublicIPPrefixesUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the public IP prefixes in a subscription. */\nexport interface PublicIPPrefixesListAll200Response extends HttpResponse {\n status: \"200\";\n body: PublicIPPrefixListResultOutput;\n}\n\n/** Gets all the public IP prefixes in a subscription. */\nexport interface PublicIPPrefixesListAllDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all public IP prefixes in a resource group. */\nexport interface PublicIPPrefixesList200Response extends HttpResponse {\n status: \"200\";\n body: PublicIPPrefixListResultOutput;\n}\n\n/** Gets all public IP prefixes in a resource group. */\nexport interface PublicIPPrefixesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified route filter. */\nexport interface RouteFiltersDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified route filter. */\nexport interface RouteFiltersDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified route filter. */\nexport interface RouteFiltersDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified route filter. */\nexport interface RouteFiltersDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified route filter. */\nexport interface RouteFiltersGet200Response extends HttpResponse {\n status: \"200\";\n body: RouteFilterOutput;\n}\n\n/** Gets the specified route filter. */\nexport interface RouteFiltersGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a route filter in a specified resource group. */\nexport interface RouteFiltersCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: RouteFilterOutput;\n}\n\n/** Creates or updates a route filter in a specified resource group. */\nexport interface RouteFiltersCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: RouteFilterOutput;\n}\n\n/** Creates or updates a route filter in a specified resource group. */\nexport interface RouteFiltersCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates tags of a route filter. */\nexport interface RouteFiltersUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: RouteFilterOutput;\n}\n\n/** Updates tags of a route filter. */\nexport interface RouteFiltersUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all route filters in a resource group. */\nexport interface RouteFiltersListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: RouteFilterListResultOutput;\n}\n\n/** Gets all route filters in a resource group. */\nexport interface RouteFiltersListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all route filters in a subscription. */\nexport interface RouteFiltersList200Response extends HttpResponse {\n status: \"200\";\n body: RouteFilterListResultOutput;\n}\n\n/** Gets all route filters in a subscription. */\nexport interface RouteFiltersListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified rule from a route filter. */\nexport interface RouteFilterRulesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified rule from a route filter. */\nexport interface RouteFilterRulesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified rule from a route filter. */\nexport interface RouteFilterRulesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified rule from a route filter. */\nexport interface RouteFilterRulesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified rule from a route filter. */\nexport interface RouteFilterRulesGet200Response extends HttpResponse {\n status: \"200\";\n body: RouteFilterRuleOutput;\n}\n\n/** Gets the specified rule from a route filter. */\nexport interface RouteFilterRulesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a route in the specified route filter. */\nexport interface RouteFilterRulesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: RouteFilterRuleOutput;\n}\n\n/** Creates or updates a route in the specified route filter. */\nexport interface RouteFilterRulesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: RouteFilterRuleOutput;\n}\n\n/** Creates or updates a route in the specified route filter. */\nexport interface RouteFilterRulesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all RouteFilterRules in a route filter. */\nexport interface RouteFilterRulesListByRouteFilter200Response extends HttpResponse {\n status: \"200\";\n body: RouteFilterRuleListResultOutput;\n}\n\n/** Gets all RouteFilterRules in a route filter. */\nexport interface RouteFilterRulesListByRouteFilterDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified route table. */\nexport interface RouteTablesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified route table. */\nexport interface RouteTablesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified route table. */\nexport interface RouteTablesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified route table. */\nexport interface RouteTablesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified route table. */\nexport interface RouteTablesGet200Response extends HttpResponse {\n status: \"200\";\n body: RouteTableOutput;\n}\n\n/** Gets the specified route table. */\nexport interface RouteTablesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Create or updates a route table in a specified resource group. */\nexport interface RouteTablesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: RouteTableOutput;\n}\n\n/** Create or updates a route table in a specified resource group. */\nexport interface RouteTablesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: RouteTableOutput;\n}\n\n/** Create or updates a route table in a specified resource group. */\nexport interface RouteTablesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates a route table tags. */\nexport interface RouteTablesUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: RouteTableOutput;\n}\n\n/** Updates a route table tags. */\nexport interface RouteTablesUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all route tables in a resource group. */\nexport interface RouteTablesList200Response extends HttpResponse {\n status: \"200\";\n body: RouteTableListResultOutput;\n}\n\n/** Gets all route tables in a resource group. */\nexport interface RouteTablesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all route tables in a subscription. */\nexport interface RouteTablesListAll200Response extends HttpResponse {\n status: \"200\";\n body: RouteTableListResultOutput;\n}\n\n/** Gets all route tables in a subscription. */\nexport interface RouteTablesListAllDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified route from a route table. */\nexport interface RoutesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified route from a route table. */\nexport interface RoutesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified route from a route table. */\nexport interface RoutesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified route from a route table. */\nexport interface RoutesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified route from a route table. */\nexport interface RoutesGet200Response extends HttpResponse {\n status: \"200\";\n body: RouteOutput;\n}\n\n/** Gets the specified route from a route table. */\nexport interface RoutesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a route in the specified route table. */\nexport interface RoutesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: RouteOutput;\n}\n\n/** Creates or updates a route in the specified route table. */\nexport interface RoutesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: RouteOutput;\n}\n\n/** Creates or updates a route in the specified route table. */\nexport interface RoutesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all routes in a route table. */\nexport interface RoutesList200Response extends HttpResponse {\n status: \"200\";\n body: RouteListResultOutput;\n}\n\n/** Gets all routes in a route table. */\nexport interface RoutesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified Security Partner Provider. */\nexport interface SecurityPartnerProvidersDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified Security Partner Provider. */\nexport interface SecurityPartnerProvidersDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified Security Partner Provider. */\nexport interface SecurityPartnerProvidersDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified Security Partner Provider. */\nexport interface SecurityPartnerProvidersDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified Security Partner Provider. */\nexport interface SecurityPartnerProvidersGet200Response extends HttpResponse {\n status: \"200\";\n body: SecurityPartnerProviderOutput;\n}\n\n/** Gets the specified Security Partner Provider. */\nexport interface SecurityPartnerProvidersGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates the specified Security Partner Provider. */\nexport interface SecurityPartnerProvidersCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: SecurityPartnerProviderOutput;\n}\n\n/** Creates or updates the specified Security Partner Provider. */\nexport interface SecurityPartnerProvidersCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: SecurityPartnerProviderOutput;\n}\n\n/** Creates or updates the specified Security Partner Provider. */\nexport interface SecurityPartnerProvidersCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates tags of a Security Partner Provider resource. */\nexport interface SecurityPartnerProvidersUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: SecurityPartnerProviderOutput;\n}\n\n/** Updates tags of a Security Partner Provider resource. */\nexport interface SecurityPartnerProvidersUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all Security Partner Providers in a resource group. */\nexport interface SecurityPartnerProvidersListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: SecurityPartnerProviderListResultOutput;\n}\n\n/** Lists all Security Partner Providers in a resource group. */\nexport interface SecurityPartnerProvidersListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the Security Partner Providers in a subscription. */\nexport interface SecurityPartnerProvidersList200Response extends HttpResponse {\n status: \"200\";\n body: SecurityPartnerProviderListResultOutput;\n}\n\n/** Gets all the Security Partner Providers in a subscription. */\nexport interface SecurityPartnerProvidersListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the available bgp service communities. */\nexport interface BgpServiceCommunitiesList200Response extends HttpResponse {\n status: \"200\";\n body: BgpServiceCommunityListResultOutput;\n}\n\n/** Gets all the available bgp service communities. */\nexport interface BgpServiceCommunitiesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified service endpoint policy. */\nexport interface ServiceEndpointPoliciesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified service endpoint policy. */\nexport interface ServiceEndpointPoliciesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified service endpoint policy. */\nexport interface ServiceEndpointPoliciesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified service endpoint policy. */\nexport interface ServiceEndpointPoliciesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified service Endpoint Policies in a specified resource group. */\nexport interface ServiceEndpointPoliciesGet200Response extends HttpResponse {\n status: \"200\";\n body: ServiceEndpointPolicyOutput;\n}\n\n/** Gets the specified service Endpoint Policies in a specified resource group. */\nexport interface ServiceEndpointPoliciesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a service Endpoint Policies. */\nexport interface ServiceEndpointPoliciesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: ServiceEndpointPolicyOutput;\n}\n\n/** Creates or updates a service Endpoint Policies. */\nexport interface ServiceEndpointPoliciesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: ServiceEndpointPolicyOutput;\n}\n\n/** Creates or updates a service Endpoint Policies. */\nexport interface ServiceEndpointPoliciesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates tags of a service endpoint policy. */\nexport interface ServiceEndpointPoliciesUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: ServiceEndpointPolicyOutput;\n}\n\n/** Updates tags of a service endpoint policy. */\nexport interface ServiceEndpointPoliciesUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the service endpoint policies in a subscription. */\nexport interface ServiceEndpointPoliciesList200Response extends HttpResponse {\n status: \"200\";\n body: ServiceEndpointPolicyListResultOutput;\n}\n\n/** Gets all the service endpoint policies in a subscription. */\nexport interface ServiceEndpointPoliciesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all service endpoint Policies in a resource group. */\nexport interface ServiceEndpointPoliciesListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: ServiceEndpointPolicyListResultOutput;\n}\n\n/** Gets all service endpoint Policies in a resource group. */\nexport interface ServiceEndpointPoliciesListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified ServiceEndpoint policy definitions. */\nexport interface ServiceEndpointPolicyDefinitionsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified ServiceEndpoint policy definitions. */\nexport interface ServiceEndpointPolicyDefinitionsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified ServiceEndpoint policy definitions. */\nexport interface ServiceEndpointPolicyDefinitionsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified ServiceEndpoint policy definitions. */\nexport interface ServiceEndpointPolicyDefinitionsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Get the specified service endpoint policy definitions from service endpoint policy. */\nexport interface ServiceEndpointPolicyDefinitionsGet200Response extends HttpResponse {\n status: \"200\";\n body: ServiceEndpointPolicyDefinitionOutput;\n}\n\n/** Get the specified service endpoint policy definitions from service endpoint policy. */\nexport interface ServiceEndpointPolicyDefinitionsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a service endpoint policy definition in the specified service endpoint policy. */\nexport interface ServiceEndpointPolicyDefinitionsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: ServiceEndpointPolicyDefinitionOutput;\n}\n\n/** Creates or updates a service endpoint policy definition in the specified service endpoint policy. */\nexport interface ServiceEndpointPolicyDefinitionsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: ServiceEndpointPolicyDefinitionOutput;\n}\n\n/** Creates or updates a service endpoint policy definition in the specified service endpoint policy. */\nexport interface ServiceEndpointPolicyDefinitionsCreateOrUpdateDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all service endpoint policy definitions in a service end point policy. */\nexport interface ServiceEndpointPolicyDefinitionsListByResourceGroup200Response\n extends HttpResponse {\n status: \"200\";\n body: ServiceEndpointPolicyDefinitionListResultOutput;\n}\n\n/** Gets all service endpoint policy definitions in a service end point policy. */\nexport interface ServiceEndpointPolicyDefinitionsListByResourceGroupDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of service tag information resources. */\nexport interface ServiceTagsList200Response extends HttpResponse {\n status: \"200\";\n body: ServiceTagsListResultOutput;\n}\n\n/** Gets a list of service tag information resources. */\nexport interface ServiceTagsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of service tag information resources with pagination. */\nexport interface ServiceTagInformationList200Response extends HttpResponse {\n status: \"200\";\n body: ServiceTagInformationListResultOutput;\n}\n\n/** Gets a list of service tag information resources with pagination. */\nexport interface ServiceTagInformationListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List network usages for a subscription. */\nexport interface UsagesList200Response extends HttpResponse {\n status: \"200\";\n body: UsagesListResultOutput;\n}\n\n/** List network usages for a subscription. */\nexport interface UsagesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified virtual network. */\nexport interface VirtualNetworksDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified virtual network. */\nexport interface VirtualNetworksDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified virtual network. */\nexport interface VirtualNetworksDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified virtual network. */\nexport interface VirtualNetworksDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified virtual network by resource group. */\nexport interface VirtualNetworksGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualNetworkOutput;\n}\n\n/** Gets the specified virtual network by resource group. */\nexport interface VirtualNetworksGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a virtual network in the specified resource group. */\nexport interface VirtualNetworksCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualNetworkOutput;\n}\n\n/** Creates or updates a virtual network in the specified resource group. */\nexport interface VirtualNetworksCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VirtualNetworkOutput;\n}\n\n/** Creates or updates a virtual network in the specified resource group. */\nexport interface VirtualNetworksCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates a virtual network tags. */\nexport interface VirtualNetworksUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: VirtualNetworkOutput;\n}\n\n/** Updates a virtual network tags. */\nexport interface VirtualNetworksUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all virtual networks in a subscription. */\nexport interface VirtualNetworksListAll200Response extends HttpResponse {\n status: \"200\";\n body: VirtualNetworkListResultOutput;\n}\n\n/** Gets all virtual networks in a subscription. */\nexport interface VirtualNetworksListAllDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all virtual networks in a resource group. */\nexport interface VirtualNetworksList200Response extends HttpResponse {\n status: \"200\";\n body: VirtualNetworkListResultOutput;\n}\n\n/** Gets all virtual networks in a resource group. */\nexport interface VirtualNetworksListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Checks whether a private IP address is available for use. */\nexport interface VirtualNetworksCheckIPAddressAvailability200Response extends HttpResponse {\n status: \"200\";\n body: IPAddressAvailabilityResultOutput;\n}\n\n/** Checks whether a private IP address is available for use. */\nexport interface VirtualNetworksCheckIPAddressAvailabilityDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists usage stats. */\nexport interface VirtualNetworksListUsage200Response extends HttpResponse {\n status: \"200\";\n body: VirtualNetworkListUsageResultOutput;\n}\n\n/** Lists usage stats. */\nexport interface VirtualNetworksListUsageDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the Ddos Protection Status of all IP Addresses under the Virtual Network */\nexport interface VirtualNetworksListDdosProtectionStatus200Response extends HttpResponse {\n status: \"200\";\n body: VirtualNetworkDdosProtectionStatusResultOutput;\n}\n\n/** Gets the Ddos Protection Status of all IP Addresses under the Virtual Network */\nexport interface VirtualNetworksListDdosProtectionStatus202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Gets the Ddos Protection Status of all IP Addresses under the Virtual Network */\nexport interface VirtualNetworksListDdosProtectionStatusDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified subnet. */\nexport interface SubnetsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified subnet. */\nexport interface SubnetsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified subnet. */\nexport interface SubnetsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified subnet. */\nexport interface SubnetsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified subnet by virtual network and resource group. */\nexport interface SubnetsGet200Response extends HttpResponse {\n status: \"200\";\n body: SubnetOutput;\n}\n\n/** Gets the specified subnet by virtual network and resource group. */\nexport interface SubnetsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a subnet in the specified virtual network. */\nexport interface SubnetsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: SubnetOutput;\n}\n\n/** Creates or updates a subnet in the specified virtual network. */\nexport interface SubnetsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: SubnetOutput;\n}\n\n/** Creates or updates a subnet in the specified virtual network. */\nexport interface SubnetsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Prepares a subnet by applying network intent policies. */\nexport interface SubnetsPrepareNetworkPolicies200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Prepares a subnet by applying network intent policies. */\nexport interface SubnetsPrepareNetworkPolicies202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Prepares a subnet by applying network intent policies. */\nexport interface SubnetsPrepareNetworkPoliciesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Unprepares a subnet by removing network intent policies. */\nexport interface SubnetsUnprepareNetworkPolicies200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Unprepares a subnet by removing network intent policies. */\nexport interface SubnetsUnprepareNetworkPolicies202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Unprepares a subnet by removing network intent policies. */\nexport interface SubnetsUnprepareNetworkPoliciesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all subnets in a virtual network. */\nexport interface SubnetsList200Response extends HttpResponse {\n status: \"200\";\n body: SubnetListResultOutput;\n}\n\n/** Gets all subnets in a virtual network. */\nexport interface SubnetsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of resource navigation links for a subnet. */\nexport interface ResourceNavigationLinksList200Response extends HttpResponse {\n status: \"200\";\n body: ResourceNavigationLinksListResultOutput;\n}\n\n/** Gets a list of resource navigation links for a subnet. */\nexport interface ResourceNavigationLinksListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of service association links for a subnet. */\nexport interface ServiceAssociationLinksList200Response extends HttpResponse {\n status: \"200\";\n body: ServiceAssociationLinksListResultOutput;\n}\n\n/** Gets a list of service association links for a subnet. */\nexport interface ServiceAssociationLinksListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified virtual network peering. */\nexport interface VirtualNetworkPeeringsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified virtual network peering. */\nexport interface VirtualNetworkPeeringsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified virtual network peering. */\nexport interface VirtualNetworkPeeringsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified virtual network peering. */\nexport interface VirtualNetworkPeeringsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified virtual network peering. */\nexport interface VirtualNetworkPeeringsGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualNetworkPeeringOutput;\n}\n\n/** Gets the specified virtual network peering. */\nexport interface VirtualNetworkPeeringsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a peering in the specified virtual network. */\nexport interface VirtualNetworkPeeringsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualNetworkPeeringOutput;\n}\n\n/** Creates or updates a peering in the specified virtual network. */\nexport interface VirtualNetworkPeeringsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VirtualNetworkPeeringOutput;\n}\n\n/** Creates or updates a peering in the specified virtual network. */\nexport interface VirtualNetworkPeeringsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all virtual network peerings in a virtual network. */\nexport interface VirtualNetworkPeeringsList200Response extends HttpResponse {\n status: \"200\";\n body: VirtualNetworkPeeringListResultOutput;\n}\n\n/** Gets all virtual network peerings in a virtual network. */\nexport interface VirtualNetworkPeeringsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a virtual network gateway in the specified resource group. */\nexport interface VirtualNetworkGatewaysCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualNetworkGatewayOutput;\n}\n\n/** Creates or updates a virtual network gateway in the specified resource group. */\nexport interface VirtualNetworkGatewaysCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VirtualNetworkGatewayOutput;\n}\n\n/** Creates or updates a virtual network gateway in the specified resource group. */\nexport interface VirtualNetworkGatewaysCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified virtual network gateway by resource group. */\nexport interface VirtualNetworkGatewaysGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualNetworkGatewayOutput;\n}\n\n/** Gets the specified virtual network gateway by resource group. */\nexport interface VirtualNetworkGatewaysGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified virtual network gateway. */\nexport interface VirtualNetworkGatewaysDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified virtual network gateway. */\nexport interface VirtualNetworkGatewaysDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified virtual network gateway. */\nexport interface VirtualNetworkGatewaysDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified virtual network gateway. */\nexport interface VirtualNetworkGatewaysDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates a virtual network gateway tags. */\nexport interface VirtualNetworkGatewaysUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: VirtualNetworkGatewayOutput;\n}\n\n/** Updates a virtual network gateway tags. */\nexport interface VirtualNetworkGatewaysUpdateTags202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Updates a virtual network gateway tags. */\nexport interface VirtualNetworkGatewaysUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all virtual network gateways by resource group. */\nexport interface VirtualNetworkGatewaysList200Response extends HttpResponse {\n status: \"200\";\n body: VirtualNetworkGatewayListResultOutput;\n}\n\n/** Gets all virtual network gateways by resource group. */\nexport interface VirtualNetworkGatewaysListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the connections in a virtual network gateway. */\nexport interface VirtualNetworkGatewaysListConnections200Response extends HttpResponse {\n status: \"200\";\n body: VirtualNetworkGatewayListConnectionsResultOutput;\n}\n\n/** Gets all the connections in a virtual network gateway. */\nexport interface VirtualNetworkGatewaysListConnectionsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Resets the primary of the virtual network gateway in the specified resource group. */\nexport interface VirtualNetworkGatewaysReset200Response extends HttpResponse {\n status: \"200\";\n body: VirtualNetworkGatewayOutput;\n}\n\n/** Resets the primary of the virtual network gateway in the specified resource group. */\nexport interface VirtualNetworkGatewaysReset202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Resets the primary of the virtual network gateway in the specified resource group. */\nexport interface VirtualNetworkGatewaysResetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Resets the VPN client shared key of the virtual network gateway in the specified resource group. */\nexport interface VirtualNetworkGatewaysResetVpnClientSharedKey200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Resets the VPN client shared key of the virtual network gateway in the specified resource group. */\nexport interface VirtualNetworkGatewaysResetVpnClientSharedKey202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Resets the VPN client shared key of the virtual network gateway in the specified resource group. */\nexport interface VirtualNetworkGatewaysResetVpnClientSharedKeyDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Generates VPN client package for P2S client of the virtual network gateway in the specified resource group. */\nexport interface VirtualNetworkGatewaysGeneratevpnclientpackage200Response extends HttpResponse {\n status: \"200\";\n body: string;\n}\n\n/** Generates VPN client package for P2S client of the virtual network gateway in the specified resource group. */\nexport interface VirtualNetworkGatewaysGeneratevpnclientpackage202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Generates VPN client package for P2S client of the virtual network gateway in the specified resource group. */\nexport interface VirtualNetworkGatewaysGeneratevpnclientpackageDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Generates VPN profile for P2S client of the virtual network gateway in the specified resource group. Used for IKEV2 and radius based authentication. */\nexport interface VirtualNetworkGatewaysGenerateVpnProfile200Response extends HttpResponse {\n status: \"200\";\n body: string;\n}\n\n/** Generates VPN profile for P2S client of the virtual network gateway in the specified resource group. Used for IKEV2 and radius based authentication. */\nexport interface VirtualNetworkGatewaysGenerateVpnProfile202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Generates VPN profile for P2S client of the virtual network gateway in the specified resource group. Used for IKEV2 and radius based authentication. */\nexport interface VirtualNetworkGatewaysGenerateVpnProfileDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets pre-generated VPN profile for P2S client of the virtual network gateway in the specified resource group. The profile needs to be generated first using generateVpnProfile. */\nexport interface VirtualNetworkGatewaysGetVpnProfilePackageUrl200Response extends HttpResponse {\n status: \"200\";\n body: string;\n}\n\n/** Gets pre-generated VPN profile for P2S client of the virtual network gateway in the specified resource group. The profile needs to be generated first using generateVpnProfile. */\nexport interface VirtualNetworkGatewaysGetVpnProfilePackageUrl202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Gets pre-generated VPN profile for P2S client of the virtual network gateway in the specified resource group. The profile needs to be generated first using generateVpnProfile. */\nexport interface VirtualNetworkGatewaysGetVpnProfilePackageUrlDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The GetBgpPeerStatus operation retrieves the status of all BGP peers. */\nexport interface VirtualNetworkGatewaysGetBgpPeerStatus200Response extends HttpResponse {\n status: \"200\";\n body: BgpPeerStatusListResultOutput;\n}\n\n/** The GetBgpPeerStatus operation retrieves the status of all BGP peers. */\nexport interface VirtualNetworkGatewaysGetBgpPeerStatus202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The GetBgpPeerStatus operation retrieves the status of all BGP peers. */\nexport interface VirtualNetworkGatewaysGetBgpPeerStatusDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a xml format representation for supported vpn devices. */\nexport interface VirtualNetworkGatewaysSupportedVpnDevices200Response extends HttpResponse {\n status: \"200\";\n body: string;\n}\n\n/** Gets a xml format representation for supported vpn devices. */\nexport interface VirtualNetworkGatewaysSupportedVpnDevicesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** This operation retrieves a list of routes the virtual network gateway has learned, including routes learned from BGP peers. */\nexport interface VirtualNetworkGatewaysGetLearnedRoutes200Response extends HttpResponse {\n status: \"200\";\n body: GatewayRouteListResultOutput;\n}\n\n/** This operation retrieves a list of routes the virtual network gateway has learned, including routes learned from BGP peers. */\nexport interface VirtualNetworkGatewaysGetLearnedRoutes202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** This operation retrieves a list of routes the virtual network gateway has learned, including routes learned from BGP peers. */\nexport interface VirtualNetworkGatewaysGetLearnedRoutesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** This operation retrieves a list of routes the virtual network gateway is advertising to the specified peer. */\nexport interface VirtualNetworkGatewaysGetAdvertisedRoutes200Response extends HttpResponse {\n status: \"200\";\n body: GatewayRouteListResultOutput;\n}\n\n/** This operation retrieves a list of routes the virtual network gateway is advertising to the specified peer. */\nexport interface VirtualNetworkGatewaysGetAdvertisedRoutes202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** This operation retrieves a list of routes the virtual network gateway is advertising to the specified peer. */\nexport interface VirtualNetworkGatewaysGetAdvertisedRoutesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The Set VpnclientIpsecParameters operation sets the vpnclient ipsec policy for P2S client of virtual network gateway in the specified resource group through Network resource provider. */\nexport interface VirtualNetworkGatewaysSetVpnclientIpsecParameters200Response extends HttpResponse {\n status: \"200\";\n body: VpnClientIPsecParametersOutput;\n}\n\n/** The Set VpnclientIpsecParameters operation sets the vpnclient ipsec policy for P2S client of virtual network gateway in the specified resource group through Network resource provider. */\nexport interface VirtualNetworkGatewaysSetVpnclientIpsecParameters202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The Set VpnclientIpsecParameters operation sets the vpnclient ipsec policy for P2S client of virtual network gateway in the specified resource group through Network resource provider. */\nexport interface VirtualNetworkGatewaysSetVpnclientIpsecParametersDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The Get VpnclientIpsecParameters operation retrieves information about the vpnclient ipsec policy for P2S client of virtual network gateway in the specified resource group through Network resource provider. */\nexport interface VirtualNetworkGatewaysGetVpnclientIpsecParameters200Response extends HttpResponse {\n status: \"200\";\n body: VpnClientIPsecParametersOutput;\n}\n\n/** The Get VpnclientIpsecParameters operation retrieves information about the vpnclient ipsec policy for P2S client of virtual network gateway in the specified resource group through Network resource provider. */\nexport interface VirtualNetworkGatewaysGetVpnclientIpsecParametersDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a xml format representation for vpn device configuration script. */\nexport interface VirtualNetworkGatewaysVpnDeviceConfigurationScript200Response\n extends HttpResponse {\n status: \"200\";\n body: string;\n}\n\n/** Gets a xml format representation for vpn device configuration script. */\nexport interface VirtualNetworkGatewaysVpnDeviceConfigurationScriptDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Starts packet capture on virtual network gateway in the specified resource group. */\nexport interface VirtualNetworkGatewaysStartPacketCapture200Response extends HttpResponse {\n status: \"200\";\n body: string;\n}\n\n/** Starts packet capture on virtual network gateway in the specified resource group. */\nexport interface VirtualNetworkGatewaysStartPacketCapture202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Starts packet capture on virtual network gateway in the specified resource group. */\nexport interface VirtualNetworkGatewaysStartPacketCaptureDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Stops packet capture on virtual network gateway in the specified resource group. */\nexport interface VirtualNetworkGatewaysStopPacketCapture200Response extends HttpResponse {\n status: \"200\";\n body: string;\n}\n\n/** Stops packet capture on virtual network gateway in the specified resource group. */\nexport interface VirtualNetworkGatewaysStopPacketCapture202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Stops packet capture on virtual network gateway in the specified resource group. */\nexport interface VirtualNetworkGatewaysStopPacketCaptureDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Get VPN client connection health detail per P2S client connection of the virtual network gateway in the specified resource group. */\nexport interface VirtualNetworkGatewaysGetVpnclientConnectionHealth200Response\n extends HttpResponse {\n status: \"200\";\n body: VpnClientConnectionHealthDetailListResultOutput;\n}\n\n/** Get VPN client connection health detail per P2S client connection of the virtual network gateway in the specified resource group. */\nexport interface VirtualNetworkGatewaysGetVpnclientConnectionHealth202Response\n extends HttpResponse {\n status: \"202\";\n}\n\n/** Get VPN client connection health detail per P2S client connection of the virtual network gateway in the specified resource group. */\nexport interface VirtualNetworkGatewaysGetVpnclientConnectionHealthDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Disconnect vpn connections of virtual network gateway in the specified resource group. */\nexport interface VirtualNetworkGatewaysDisconnectVirtualNetworkGatewayVpnConnections200Response\n extends HttpResponse {\n status: \"200\";\n}\n\n/** Disconnect vpn connections of virtual network gateway in the specified resource group. */\nexport interface VirtualNetworkGatewaysDisconnectVirtualNetworkGatewayVpnConnections202Response\n extends HttpResponse {\n status: \"202\";\n}\n\n/** Disconnect vpn connections of virtual network gateway in the specified resource group. */\nexport interface VirtualNetworkGatewaysDisconnectVirtualNetworkGatewayVpnConnectionsDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a virtual network gateway connection in the specified resource group. */\nexport interface VirtualNetworkGatewayConnectionsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualNetworkGatewayConnectionOutput;\n}\n\n/** Creates or updates a virtual network gateway connection in the specified resource group. */\nexport interface VirtualNetworkGatewayConnectionsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VirtualNetworkGatewayConnectionOutput;\n}\n\n/** Creates or updates a virtual network gateway connection in the specified resource group. */\nexport interface VirtualNetworkGatewayConnectionsCreateOrUpdateDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified virtual network gateway connection by resource group. */\nexport interface VirtualNetworkGatewayConnectionsGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualNetworkGatewayConnectionOutput;\n}\n\n/** Gets the specified virtual network gateway connection by resource group. */\nexport interface VirtualNetworkGatewayConnectionsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified virtual network Gateway connection. */\nexport interface VirtualNetworkGatewayConnectionsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified virtual network Gateway connection. */\nexport interface VirtualNetworkGatewayConnectionsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified virtual network Gateway connection. */\nexport interface VirtualNetworkGatewayConnectionsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified virtual network Gateway connection. */\nexport interface VirtualNetworkGatewayConnectionsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates a virtual network gateway connection tags. */\nexport interface VirtualNetworkGatewayConnectionsUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: VirtualNetworkGatewayConnectionOutput;\n}\n\n/** Updates a virtual network gateway connection tags. */\nexport interface VirtualNetworkGatewayConnectionsUpdateTags202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Updates a virtual network gateway connection tags. */\nexport interface VirtualNetworkGatewayConnectionsUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The Put VirtualNetworkGatewayConnectionSharedKey operation sets the virtual network gateway connection shared key for passed virtual network gateway connection in the specified resource group through Network resource provider. */\nexport interface VirtualNetworkGatewayConnectionsSetSharedKey200Response extends HttpResponse {\n status: \"200\";\n body: ConnectionSharedKeyOutput;\n}\n\n/** The Put VirtualNetworkGatewayConnectionSharedKey operation sets the virtual network gateway connection shared key for passed virtual network gateway connection in the specified resource group through Network resource provider. */\nexport interface VirtualNetworkGatewayConnectionsSetSharedKey201Response extends HttpResponse {\n status: \"201\";\n body: ConnectionSharedKeyOutput;\n}\n\n/** The Put VirtualNetworkGatewayConnectionSharedKey operation sets the virtual network gateway connection shared key for passed virtual network gateway connection in the specified resource group through Network resource provider. */\nexport interface VirtualNetworkGatewayConnectionsSetSharedKeyDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The Get VirtualNetworkGatewayConnectionSharedKey operation retrieves information about the specified virtual network gateway connection shared key through Network resource provider. */\nexport interface VirtualNetworkGatewayConnectionsGetSharedKey200Response extends HttpResponse {\n status: \"200\";\n body: ConnectionSharedKeyOutput;\n}\n\n/** The Get VirtualNetworkGatewayConnectionSharedKey operation retrieves information about the specified virtual network gateway connection shared key through Network resource provider. */\nexport interface VirtualNetworkGatewayConnectionsGetSharedKeyDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The List VirtualNetworkGatewayConnections operation retrieves all the virtual network gateways connections created. */\nexport interface VirtualNetworkGatewayConnectionsList200Response extends HttpResponse {\n status: \"200\";\n body: VirtualNetworkGatewayConnectionListResultOutput;\n}\n\n/** The List VirtualNetworkGatewayConnections operation retrieves all the virtual network gateways connections created. */\nexport interface VirtualNetworkGatewayConnectionsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The VirtualNetworkGatewayConnectionResetSharedKey operation resets the virtual network gateway connection shared key for passed virtual network gateway connection in the specified resource group through Network resource provider. */\nexport interface VirtualNetworkGatewayConnectionsResetSharedKey200Response extends HttpResponse {\n status: \"200\";\n body: ConnectionResetSharedKeyOutput;\n}\n\n/** The VirtualNetworkGatewayConnectionResetSharedKey operation resets the virtual network gateway connection shared key for passed virtual network gateway connection in the specified resource group through Network resource provider. */\nexport interface VirtualNetworkGatewayConnectionsResetSharedKey202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The VirtualNetworkGatewayConnectionResetSharedKey operation resets the virtual network gateway connection shared key for passed virtual network gateway connection in the specified resource group through Network resource provider. */\nexport interface VirtualNetworkGatewayConnectionsResetSharedKeyDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Starts packet capture on virtual network gateway connection in the specified resource group. */\nexport interface VirtualNetworkGatewayConnectionsStartPacketCapture200Response\n extends HttpResponse {\n status: \"200\";\n body: string;\n}\n\n/** Starts packet capture on virtual network gateway connection in the specified resource group. */\nexport interface VirtualNetworkGatewayConnectionsStartPacketCapture202Response\n extends HttpResponse {\n status: \"202\";\n}\n\n/** Starts packet capture on virtual network gateway connection in the specified resource group. */\nexport interface VirtualNetworkGatewayConnectionsStartPacketCaptureDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Stops packet capture on virtual network gateway connection in the specified resource group. */\nexport interface VirtualNetworkGatewayConnectionsStopPacketCapture200Response extends HttpResponse {\n status: \"200\";\n body: string;\n}\n\n/** Stops packet capture on virtual network gateway connection in the specified resource group. */\nexport interface VirtualNetworkGatewayConnectionsStopPacketCapture202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Stops packet capture on virtual network gateway connection in the specified resource group. */\nexport interface VirtualNetworkGatewayConnectionsStopPacketCaptureDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Lists IKE Security Associations for the virtual network gateway connection in the specified resource group. */\nexport interface VirtualNetworkGatewayConnectionsGetIkeSas200Response extends HttpResponse {\n status: \"200\";\n body: string;\n}\n\n/** Lists IKE Security Associations for the virtual network gateway connection in the specified resource group. */\nexport interface VirtualNetworkGatewayConnectionsGetIkeSas202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Lists IKE Security Associations for the virtual network gateway connection in the specified resource group. */\nexport interface VirtualNetworkGatewayConnectionsGetIkeSasDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Resets the virtual network gateway connection specified. */\nexport interface VirtualNetworkGatewayConnectionsResetConnection202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Resets the virtual network gateway connection specified. */\nexport interface VirtualNetworkGatewayConnectionsResetConnectionDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Creates or updates a local network gateway in the specified resource group. */\nexport interface LocalNetworkGatewaysCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: LocalNetworkGatewayOutput;\n}\n\n/** Creates or updates a local network gateway in the specified resource group. */\nexport interface LocalNetworkGatewaysCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: LocalNetworkGatewayOutput;\n}\n\n/** Creates or updates a local network gateway in the specified resource group. */\nexport interface LocalNetworkGatewaysCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified local network gateway in a resource group. */\nexport interface LocalNetworkGatewaysGet200Response extends HttpResponse {\n status: \"200\";\n body: LocalNetworkGatewayOutput;\n}\n\n/** Gets the specified local network gateway in a resource group. */\nexport interface LocalNetworkGatewaysGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified local network gateway. */\nexport interface LocalNetworkGatewaysDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified local network gateway. */\nexport interface LocalNetworkGatewaysDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified local network gateway. */\nexport interface LocalNetworkGatewaysDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified local network gateway. */\nexport interface LocalNetworkGatewaysDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates a local network gateway tags. */\nexport interface LocalNetworkGatewaysUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: LocalNetworkGatewayOutput;\n}\n\n/** Updates a local network gateway tags. */\nexport interface LocalNetworkGatewaysUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the local network gateways in a resource group. */\nexport interface LocalNetworkGatewaysList200Response extends HttpResponse {\n status: \"200\";\n body: LocalNetworkGatewayListResultOutput;\n}\n\n/** Gets all the local network gateways in a resource group. */\nexport interface LocalNetworkGatewaysListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves the details of a nat rule. */\nexport interface VirtualNetworkGatewayNatRulesGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualNetworkGatewayNatRuleOutput;\n}\n\n/** Retrieves the details of a nat rule. */\nexport interface VirtualNetworkGatewayNatRulesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates a nat rule to a scalable virtual network gateway if it doesn't exist else updates the existing nat rules. */\nexport interface VirtualNetworkGatewayNatRulesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualNetworkGatewayNatRuleOutput;\n}\n\n/** Creates a nat rule to a scalable virtual network gateway if it doesn't exist else updates the existing nat rules. */\nexport interface VirtualNetworkGatewayNatRulesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VirtualNetworkGatewayNatRuleOutput;\n}\n\n/** Creates a nat rule to a scalable virtual network gateway if it doesn't exist else updates the existing nat rules. */\nexport interface VirtualNetworkGatewayNatRulesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a nat rule. */\nexport interface VirtualNetworkGatewayNatRulesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a nat rule. */\nexport interface VirtualNetworkGatewayNatRulesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a nat rule. */\nexport interface VirtualNetworkGatewayNatRulesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a nat rule. */\nexport interface VirtualNetworkGatewayNatRulesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves all nat rules for a particular virtual network gateway. */\nexport interface VirtualNetworkGatewayNatRulesListByVirtualNetworkGateway200Response\n extends HttpResponse {\n status: \"200\";\n body: ListVirtualNetworkGatewayNatRulesResultOutput;\n}\n\n/** Retrieves all nat rules for a particular virtual network gateway. */\nexport interface VirtualNetworkGatewayNatRulesListByVirtualNetworkGatewayDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified virtual network tap. */\nexport interface VirtualNetworkTapsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified virtual network tap. */\nexport interface VirtualNetworkTapsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified virtual network tap. */\nexport interface VirtualNetworkTapsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified virtual network tap. */\nexport interface VirtualNetworkTapsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets information about the specified virtual network tap. */\nexport interface VirtualNetworkTapsGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualNetworkTapOutput;\n}\n\n/** Gets information about the specified virtual network tap. */\nexport interface VirtualNetworkTapsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a Virtual Network Tap. */\nexport interface VirtualNetworkTapsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualNetworkTapOutput;\n}\n\n/** Creates or updates a Virtual Network Tap. */\nexport interface VirtualNetworkTapsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VirtualNetworkTapOutput;\n}\n\n/** Creates or updates a Virtual Network Tap. */\nexport interface VirtualNetworkTapsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates an VirtualNetworkTap tags. */\nexport interface VirtualNetworkTapsUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: VirtualNetworkTapOutput;\n}\n\n/** Updates an VirtualNetworkTap tags. */\nexport interface VirtualNetworkTapsUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the VirtualNetworkTaps in a subscription. */\nexport interface VirtualNetworkTapsListAll200Response extends HttpResponse {\n status: \"200\";\n body: VirtualNetworkTapListResultOutput;\n}\n\n/** Gets all the VirtualNetworkTaps in a subscription. */\nexport interface VirtualNetworkTapsListAllDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the VirtualNetworkTaps in a subscription. */\nexport interface VirtualNetworkTapsListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: VirtualNetworkTapListResultOutput;\n}\n\n/** Gets all the VirtualNetworkTaps in a subscription. */\nexport interface VirtualNetworkTapsListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified Virtual Router. */\nexport interface VirtualRoutersDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified Virtual Router. */\nexport interface VirtualRoutersDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified Virtual Router. */\nexport interface VirtualRoutersDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified Virtual Router. */\nexport interface VirtualRoutersDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Gets the specified Virtual Router. */\nexport interface VirtualRoutersGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualRouterOutput;\n}\n\n/** Gets the specified Virtual Router. */\nexport interface VirtualRoutersGetDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Creates or updates the specified Virtual Router. */\nexport interface VirtualRoutersCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualRouterOutput;\n}\n\n/** Creates or updates the specified Virtual Router. */\nexport interface VirtualRoutersCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VirtualRouterOutput;\n}\n\n/** Creates or updates the specified Virtual Router. */\nexport interface VirtualRoutersCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Lists all Virtual Routers in a resource group. */\nexport interface VirtualRoutersListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: VirtualRouterListResultOutput;\n}\n\n/** Lists all Virtual Routers in a resource group. */\nexport interface VirtualRoutersListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Gets all the Virtual Routers in a subscription. */\nexport interface VirtualRoutersList200Response extends HttpResponse {\n status: \"200\";\n body: VirtualRouterListResultOutput;\n}\n\n/** Gets all the Virtual Routers in a subscription. */\nexport interface VirtualRoutersListDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Deletes the specified peering from a Virtual Router. */\nexport interface VirtualRouterPeeringsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified peering from a Virtual Router. */\nexport interface VirtualRouterPeeringsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified peering from a Virtual Router. */\nexport interface VirtualRouterPeeringsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified peering from a Virtual Router. */\nexport interface VirtualRouterPeeringsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Gets the specified Virtual Router Peering. */\nexport interface VirtualRouterPeeringsGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualRouterPeeringOutput;\n}\n\n/** Gets the specified Virtual Router Peering. */\nexport interface VirtualRouterPeeringsGetDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Creates or updates the specified Virtual Router Peering. */\nexport interface VirtualRouterPeeringsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualRouterPeeringOutput;\n}\n\n/** Creates or updates the specified Virtual Router Peering. */\nexport interface VirtualRouterPeeringsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VirtualRouterPeeringOutput;\n}\n\n/** Creates or updates the specified Virtual Router Peering. */\nexport interface VirtualRouterPeeringsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Lists all Virtual Router Peerings in a Virtual Router resource. */\nexport interface VirtualRouterPeeringsList200Response extends HttpResponse {\n status: \"200\";\n body: VirtualRouterPeeringListResultOutput;\n}\n\n/** Lists all Virtual Router Peerings in a Virtual Router resource. */\nexport interface VirtualRouterPeeringsListDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Retrieves the details of a VirtualWAN. */\nexport interface VirtualWansGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualWANOutput;\n}\n\n/** Retrieves the details of a VirtualWAN. */\nexport interface VirtualWansGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates a VirtualWAN resource if it doesn't exist else updates the existing VirtualWAN. */\nexport interface VirtualWansCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualWANOutput;\n}\n\n/** Creates a VirtualWAN resource if it doesn't exist else updates the existing VirtualWAN. */\nexport interface VirtualWansCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VirtualWANOutput;\n}\n\n/** Creates a VirtualWAN resource if it doesn't exist else updates the existing VirtualWAN. */\nexport interface VirtualWansCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates a VirtualWAN tags. */\nexport interface VirtualWansUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: VirtualWANOutput;\n}\n\n/** Updates a VirtualWAN tags. */\nexport interface VirtualWansUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a VirtualWAN. */\nexport interface VirtualWansDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a VirtualWAN. */\nexport interface VirtualWansDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a VirtualWAN. */\nexport interface VirtualWansDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a VirtualWAN. */\nexport interface VirtualWansDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all the VirtualWANs in a resource group. */\nexport interface VirtualWansListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: ListVirtualWANsResultOutput;\n}\n\n/** Lists all the VirtualWANs in a resource group. */\nexport interface VirtualWansListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all the VirtualWANs in a subscription. */\nexport interface VirtualWansList200Response extends HttpResponse {\n status: \"200\";\n body: ListVirtualWANsResultOutput;\n}\n\n/** Lists all the VirtualWANs in a subscription. */\nexport interface VirtualWansListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves the details of a VPN site. */\nexport interface VpnSitesGet200Response extends HttpResponse {\n status: \"200\";\n body: VpnSiteOutput;\n}\n\n/** Retrieves the details of a VPN site. */\nexport interface VpnSitesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates a VpnSite resource if it doesn't exist else updates the existing VpnSite. */\nexport interface VpnSitesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VpnSiteOutput;\n}\n\n/** Creates a VpnSite resource if it doesn't exist else updates the existing VpnSite. */\nexport interface VpnSitesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VpnSiteOutput;\n}\n\n/** Creates a VpnSite resource if it doesn't exist else updates the existing VpnSite. */\nexport interface VpnSitesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates VpnSite tags. */\nexport interface VpnSitesUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: VpnSiteOutput;\n}\n\n/** Updates VpnSite tags. */\nexport interface VpnSitesUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a VpnSite. */\nexport interface VpnSitesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a VpnSite. */\nexport interface VpnSitesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a VpnSite. */\nexport interface VpnSitesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a VpnSite. */\nexport interface VpnSitesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all the vpnSites in a resource group. */\nexport interface VpnSitesListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: ListVpnSitesResultOutput;\n}\n\n/** Lists all the vpnSites in a resource group. */\nexport interface VpnSitesListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all the VpnSites in a subscription. */\nexport interface VpnSitesList200Response extends HttpResponse {\n status: \"200\";\n body: ListVpnSitesResultOutput;\n}\n\n/** Lists all the VpnSites in a subscription. */\nexport interface VpnSitesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves the details of a VPN site link. */\nexport interface VpnSiteLinksGet200Response extends HttpResponse {\n status: \"200\";\n body: VpnSiteLinkOutput;\n}\n\n/** Retrieves the details of a VPN site link. */\nexport interface VpnSiteLinksGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all the vpnSiteLinks in a resource group for a vpn site. */\nexport interface VpnSiteLinksListByVpnSite200Response extends HttpResponse {\n status: \"200\";\n body: ListVpnSiteLinksResultOutput;\n}\n\n/** Lists all the vpnSiteLinks in a resource group for a vpn site. */\nexport interface VpnSiteLinksListByVpnSiteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gives the sas-url to download the configurations for vpn-sites in a resource group. */\nexport interface VpnSitesConfigurationDownload200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Gives the sas-url to download the configurations for vpn-sites in a resource group. */\nexport interface VpnSitesConfigurationDownload202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Gives the sas-url to download the configurations for vpn-sites in a resource group. */\nexport interface VpnSitesConfigurationDownloadDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves the details of a VpnServerConfiguration. */\nexport interface VpnServerConfigurationsGet200Response extends HttpResponse {\n status: \"200\";\n body: VpnServerConfigurationOutput;\n}\n\n/** Retrieves the details of a VpnServerConfiguration. */\nexport interface VpnServerConfigurationsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates a VpnServerConfiguration resource if it doesn't exist else updates the existing VpnServerConfiguration. */\nexport interface VpnServerConfigurationsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VpnServerConfigurationOutput;\n}\n\n/** Creates a VpnServerConfiguration resource if it doesn't exist else updates the existing VpnServerConfiguration. */\nexport interface VpnServerConfigurationsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VpnServerConfigurationOutput;\n}\n\n/** Creates a VpnServerConfiguration resource if it doesn't exist else updates the existing VpnServerConfiguration. */\nexport interface VpnServerConfigurationsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates VpnServerConfiguration tags. */\nexport interface VpnServerConfigurationsUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: VpnServerConfigurationOutput;\n}\n\n/** Updates VpnServerConfiguration tags. */\nexport interface VpnServerConfigurationsUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a VpnServerConfiguration. */\nexport interface VpnServerConfigurationsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a VpnServerConfiguration. */\nexport interface VpnServerConfigurationsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a VpnServerConfiguration. */\nexport interface VpnServerConfigurationsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a VpnServerConfiguration. */\nexport interface VpnServerConfigurationsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all the vpnServerConfigurations in a resource group. */\nexport interface VpnServerConfigurationsListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: ListVpnServerConfigurationsResultOutput;\n}\n\n/** Lists all the vpnServerConfigurations in a resource group. */\nexport interface VpnServerConfigurationsListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all the VpnServerConfigurations in a subscription. */\nexport interface VpnServerConfigurationsList200Response extends HttpResponse {\n status: \"200\";\n body: ListVpnServerConfigurationsResultOutput;\n}\n\n/** Lists all the VpnServerConfigurations in a subscription. */\nexport interface VpnServerConfigurationsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates a ConfigurationPolicyGroup if it doesn't exist else updates the existing one. */\nexport interface ConfigurationPolicyGroupsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VpnServerConfigurationPolicyGroupOutput;\n}\n\n/** Creates a ConfigurationPolicyGroup if it doesn't exist else updates the existing one. */\nexport interface ConfigurationPolicyGroupsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VpnServerConfigurationPolicyGroupOutput;\n}\n\n/** Creates a ConfigurationPolicyGroup if it doesn't exist else updates the existing one. */\nexport interface ConfigurationPolicyGroupsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a ConfigurationPolicyGroup. */\nexport interface ConfigurationPolicyGroupsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a ConfigurationPolicyGroup. */\nexport interface ConfigurationPolicyGroupsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a ConfigurationPolicyGroup. */\nexport interface ConfigurationPolicyGroupsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a ConfigurationPolicyGroup. */\nexport interface ConfigurationPolicyGroupsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves the details of a ConfigurationPolicyGroup. */\nexport interface ConfigurationPolicyGroupsGet200Response extends HttpResponse {\n status: \"200\";\n body: VpnServerConfigurationPolicyGroupOutput;\n}\n\n/** Retrieves the details of a ConfigurationPolicyGroup. */\nexport interface ConfigurationPolicyGroupsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all the configurationPolicyGroups in a resource group for a vpnServerConfiguration. */\nexport interface ConfigurationPolicyGroupsListByVpnServerConfiguration200Response\n extends HttpResponse {\n status: \"200\";\n body: ListVpnServerConfigurationPolicyGroupsResultOutput;\n}\n\n/** Lists all the configurationPolicyGroups in a resource group for a vpnServerConfiguration. */\nexport interface ConfigurationPolicyGroupsListByVpnServerConfigurationDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves the details of a VirtualHub. */\nexport interface VirtualHubsGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualHubOutput;\n}\n\n/** Retrieves the details of a VirtualHub. */\nexport interface VirtualHubsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates a VirtualHub resource if it doesn't exist else updates the existing VirtualHub. */\nexport interface VirtualHubsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualHubOutput;\n}\n\n/** Creates a VirtualHub resource if it doesn't exist else updates the existing VirtualHub. */\nexport interface VirtualHubsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VirtualHubOutput;\n}\n\n/** Creates a VirtualHub resource if it doesn't exist else updates the existing VirtualHub. */\nexport interface VirtualHubsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates VirtualHub tags. */\nexport interface VirtualHubsUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: VirtualHubOutput;\n}\n\n/** Updates VirtualHub tags. */\nexport interface VirtualHubsUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a VirtualHub. */\nexport interface VirtualHubsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a VirtualHub. */\nexport interface VirtualHubsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a VirtualHub. */\nexport interface VirtualHubsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a VirtualHub. */\nexport interface VirtualHubsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all the VirtualHubs in a resource group. */\nexport interface VirtualHubsListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: ListVirtualHubsResultOutput;\n}\n\n/** Lists all the VirtualHubs in a resource group. */\nexport interface VirtualHubsListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all the VirtualHubs in a subscription. */\nexport interface VirtualHubsList200Response extends HttpResponse {\n status: \"200\";\n body: ListVirtualHubsResultOutput;\n}\n\n/** Lists all the VirtualHubs in a subscription. */\nexport interface VirtualHubsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the effective routes configured for the Virtual Hub resource or the specified resource . */\nexport interface VirtualHubsGetEffectiveVirtualHubRoutes200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Gets the effective routes configured for the Virtual Hub resource or the specified resource . */\nexport interface VirtualHubsGetEffectiveVirtualHubRoutes202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Gets the effective routes configured for the Virtual Hub resource or the specified resource . */\nexport interface VirtualHubsGetEffectiveVirtualHubRoutesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the inbound routes configured for the Virtual Hub on a particular connection. */\nexport interface VirtualHubsGetInboundRoutes200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Gets the inbound routes configured for the Virtual Hub on a particular connection. */\nexport interface VirtualHubsGetInboundRoutes202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Gets the inbound routes configured for the Virtual Hub on a particular connection. */\nexport interface VirtualHubsGetInboundRoutesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the outbound routes configured for the Virtual Hub on a particular connection. */\nexport interface VirtualHubsGetOutboundRoutes200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Gets the outbound routes configured for the Virtual Hub on a particular connection. */\nexport interface VirtualHubsGetOutboundRoutes202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Gets the outbound routes configured for the Virtual Hub on a particular connection. */\nexport interface VirtualHubsGetOutboundRoutesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves the details of a RouteMap. */\nexport interface RouteMapsGet200Response extends HttpResponse {\n status: \"200\";\n body: RouteMapOutput;\n}\n\n/** Retrieves the details of a RouteMap. */\nexport interface RouteMapsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates a RouteMap if it doesn't exist else updates the existing one. */\nexport interface RouteMapsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: RouteMapOutput;\n}\n\n/** Creates a RouteMap if it doesn't exist else updates the existing one. */\nexport interface RouteMapsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: RouteMapOutput;\n}\n\n/** Creates a RouteMap if it doesn't exist else updates the existing one. */\nexport interface RouteMapsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a RouteMap. */\nexport interface RouteMapsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a RouteMap. */\nexport interface RouteMapsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a RouteMap. */\nexport interface RouteMapsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a RouteMap. */\nexport interface RouteMapsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves the details of all RouteMaps. */\nexport interface RouteMapsList200Response extends HttpResponse {\n status: \"200\";\n body: ListRouteMapsResultOutput;\n}\n\n/** Retrieves the details of all RouteMaps. */\nexport interface RouteMapsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates a hub virtual network connection if it doesn't exist else updates the existing one. */\nexport interface HubVirtualNetworkConnectionsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: HubVirtualNetworkConnectionOutput;\n}\n\n/** Creates a hub virtual network connection if it doesn't exist else updates the existing one. */\nexport interface HubVirtualNetworkConnectionsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: HubVirtualNetworkConnectionOutput;\n}\n\n/** Creates a hub virtual network connection if it doesn't exist else updates the existing one. */\nexport interface HubVirtualNetworkConnectionsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a HubVirtualNetworkConnection. */\nexport interface HubVirtualNetworkConnectionsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a HubVirtualNetworkConnection. */\nexport interface HubVirtualNetworkConnectionsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a HubVirtualNetworkConnection. */\nexport interface HubVirtualNetworkConnectionsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a HubVirtualNetworkConnection. */\nexport interface HubVirtualNetworkConnectionsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves the details of a HubVirtualNetworkConnection. */\nexport interface HubVirtualNetworkConnectionsGet200Response extends HttpResponse {\n status: \"200\";\n body: HubVirtualNetworkConnectionOutput;\n}\n\n/** Retrieves the details of a HubVirtualNetworkConnection. */\nexport interface HubVirtualNetworkConnectionsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves the details of all HubVirtualNetworkConnections. */\nexport interface HubVirtualNetworkConnectionsList200Response extends HttpResponse {\n status: \"200\";\n body: ListHubVirtualNetworkConnectionsResultOutput;\n}\n\n/** Retrieves the details of all HubVirtualNetworkConnections. */\nexport interface HubVirtualNetworkConnectionsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves the details of a virtual wan vpn gateway. */\nexport interface VpnGatewaysGet200Response extends HttpResponse {\n status: \"200\";\n body: VpnGatewayOutput;\n}\n\n/** Retrieves the details of a virtual wan vpn gateway. */\nexport interface VpnGatewaysGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates a virtual wan vpn gateway if it doesn't exist else updates the existing gateway. */\nexport interface VpnGatewaysCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VpnGatewayOutput;\n}\n\n/** Creates a virtual wan vpn gateway if it doesn't exist else updates the existing gateway. */\nexport interface VpnGatewaysCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VpnGatewayOutput;\n}\n\n/** Creates a virtual wan vpn gateway if it doesn't exist else updates the existing gateway. */\nexport interface VpnGatewaysCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates virtual wan vpn gateway tags. */\nexport interface VpnGatewaysUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: VpnGatewayOutput;\n}\n\n/** Updates virtual wan vpn gateway tags. */\nexport interface VpnGatewaysUpdateTags202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Updates virtual wan vpn gateway tags. */\nexport interface VpnGatewaysUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a virtual wan vpn gateway. */\nexport interface VpnGatewaysDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a virtual wan vpn gateway. */\nexport interface VpnGatewaysDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a virtual wan vpn gateway. */\nexport interface VpnGatewaysDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a virtual wan vpn gateway. */\nexport interface VpnGatewaysDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Resets the primary of the vpn gateway in the specified resource group. */\nexport interface VpnGatewaysReset200Response extends HttpResponse {\n status: \"200\";\n body: VpnGatewayOutput;\n}\n\n/** Resets the primary of the vpn gateway in the specified resource group. */\nexport interface VpnGatewaysReset202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Resets the primary of the vpn gateway in the specified resource group. */\nexport interface VpnGatewaysResetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Starts packet capture on vpn gateway in the specified resource group. */\nexport interface VpnGatewaysStartPacketCapture200Response extends HttpResponse {\n status: \"200\";\n body: string;\n}\n\n/** Starts packet capture on vpn gateway in the specified resource group. */\nexport interface VpnGatewaysStartPacketCapture202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Starts packet capture on vpn gateway in the specified resource group. */\nexport interface VpnGatewaysStartPacketCaptureDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Stops packet capture on vpn gateway in the specified resource group. */\nexport interface VpnGatewaysStopPacketCapture200Response extends HttpResponse {\n status: \"200\";\n body: string;\n}\n\n/** Stops packet capture on vpn gateway in the specified resource group. */\nexport interface VpnGatewaysStopPacketCapture202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Stops packet capture on vpn gateway in the specified resource group. */\nexport interface VpnGatewaysStopPacketCaptureDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all the VpnGateways in a resource group. */\nexport interface VpnGatewaysListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: ListVpnGatewaysResultOutput;\n}\n\n/** Lists all the VpnGateways in a resource group. */\nexport interface VpnGatewaysListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all the VpnGateways in a subscription. */\nexport interface VpnGatewaysList200Response extends HttpResponse {\n status: \"200\";\n body: ListVpnGatewaysResultOutput;\n}\n\n/** Lists all the VpnGateways in a subscription. */\nexport interface VpnGatewaysListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Resets the VpnLink connection specified. */\nexport interface VpnLinkConnectionsResetConnection202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Resets the VpnLink connection specified. */\nexport interface VpnLinkConnectionsResetConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group. */\nexport interface VpnLinkConnectionsGetIkeSas200Response extends HttpResponse {\n status: \"200\";\n body: string;\n}\n\n/** Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group. */\nexport interface VpnLinkConnectionsGetIkeSas202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group. */\nexport interface VpnLinkConnectionsGetIkeSasDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseOutput;\n}\n\n/** Retrieves all vpn site link connections for a particular virtual wan vpn gateway vpn connection. */\nexport interface VpnLinkConnectionsListByVpnConnection200Response extends HttpResponse {\n status: \"200\";\n body: ListVpnSiteLinkConnectionsResultOutput;\n}\n\n/** Retrieves all vpn site link connections for a particular virtual wan vpn gateway vpn connection. */\nexport interface VpnLinkConnectionsListByVpnConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves the details of a vpn connection. */\nexport interface VpnConnectionsGet200Response extends HttpResponse {\n status: \"200\";\n body: VpnConnectionOutput;\n}\n\n/** Retrieves the details of a vpn connection. */\nexport interface VpnConnectionsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection. */\nexport interface VpnConnectionsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VpnConnectionOutput;\n}\n\n/** Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection. */\nexport interface VpnConnectionsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VpnConnectionOutput;\n}\n\n/** Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection. */\nexport interface VpnConnectionsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a vpn connection. */\nexport interface VpnConnectionsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a vpn connection. */\nexport interface VpnConnectionsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a vpn connection. */\nexport interface VpnConnectionsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a vpn connection. */\nexport interface VpnConnectionsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Starts packet capture on Vpn connection in the specified resource group. */\nexport interface VpnConnectionsStartPacketCapture200Response extends HttpResponse {\n status: \"200\";\n body: string;\n}\n\n/** Starts packet capture on Vpn connection in the specified resource group. */\nexport interface VpnConnectionsStartPacketCapture202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Starts packet capture on Vpn connection in the specified resource group. */\nexport interface VpnConnectionsStartPacketCaptureDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Stops packet capture on Vpn connection in the specified resource group. */\nexport interface VpnConnectionsStopPacketCapture200Response extends HttpResponse {\n status: \"200\";\n body: string;\n}\n\n/** Stops packet capture on Vpn connection in the specified resource group. */\nexport interface VpnConnectionsStopPacketCapture202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Stops packet capture on Vpn connection in the specified resource group. */\nexport interface VpnConnectionsStopPacketCaptureDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves all vpn connections for a particular virtual wan vpn gateway. */\nexport interface VpnConnectionsListByVpnGateway200Response extends HttpResponse {\n status: \"200\";\n body: ListVpnConnectionsResultOutput;\n}\n\n/** Retrieves all vpn connections for a particular virtual wan vpn gateway. */\nexport interface VpnConnectionsListByVpnGatewayDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves the details of a vpn site link connection. */\nexport interface VpnSiteLinkConnectionsGet200Response extends HttpResponse {\n status: \"200\";\n body: VpnSiteLinkConnectionOutput;\n}\n\n/** Retrieves the details of a vpn site link connection. */\nexport interface VpnSiteLinkConnectionsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves the details of a nat ruleGet. */\nexport interface NatRulesGet200Response extends HttpResponse {\n status: \"200\";\n body: VpnGatewayNatRuleOutput;\n}\n\n/** Retrieves the details of a nat ruleGet. */\nexport interface NatRulesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates a nat rule to a scalable vpn gateway if it doesn't exist else updates the existing nat rules. */\nexport interface NatRulesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VpnGatewayNatRuleOutput;\n}\n\n/** Creates a nat rule to a scalable vpn gateway if it doesn't exist else updates the existing nat rules. */\nexport interface NatRulesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VpnGatewayNatRuleOutput;\n}\n\n/** Creates a nat rule to a scalable vpn gateway if it doesn't exist else updates the existing nat rules. */\nexport interface NatRulesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a nat rule. */\nexport interface NatRulesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a nat rule. */\nexport interface NatRulesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a nat rule. */\nexport interface NatRulesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a nat rule. */\nexport interface NatRulesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves all nat rules for a particular virtual wan vpn gateway. */\nexport interface NatRulesListByVpnGateway200Response extends HttpResponse {\n status: \"200\";\n body: ListVpnGatewayNatRulesResultOutput;\n}\n\n/** Retrieves all nat rules for a particular virtual wan vpn gateway. */\nexport interface NatRulesListByVpnGatewayDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves the details of a virtual wan p2s vpn gateway. */\nexport interface P2SVpnGatewaysGet200Response extends HttpResponse {\n status: \"200\";\n body: P2SVpnGatewayOutput;\n}\n\n/** Retrieves the details of a virtual wan p2s vpn gateway. */\nexport interface P2SVpnGatewaysGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates a virtual wan p2s vpn gateway if it doesn't exist else updates the existing gateway. */\nexport interface P2SVpnGatewaysCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: P2SVpnGatewayOutput;\n}\n\n/** Creates a virtual wan p2s vpn gateway if it doesn't exist else updates the existing gateway. */\nexport interface P2SVpnGatewaysCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: P2SVpnGatewayOutput;\n}\n\n/** Creates a virtual wan p2s vpn gateway if it doesn't exist else updates the existing gateway. */\nexport interface P2SVpnGatewaysCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates virtual wan p2s vpn gateway tags. */\nexport interface P2SVpnGatewaysUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: P2SVpnGatewayOutput;\n}\n\n/** Updates virtual wan p2s vpn gateway tags. */\nexport interface P2SVpnGatewaysUpdateTags202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Updates virtual wan p2s vpn gateway tags. */\nexport interface P2SVpnGatewaysUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a virtual wan p2s vpn gateway. */\nexport interface P2SVpnGatewaysDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a virtual wan p2s vpn gateway. */\nexport interface P2SVpnGatewaysDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a virtual wan p2s vpn gateway. */\nexport interface P2SVpnGatewaysDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a virtual wan p2s vpn gateway. */\nexport interface P2SVpnGatewaysDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all the P2SVpnGateways in a resource group. */\nexport interface P2SVpnGatewaysListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: ListP2SVpnGatewaysResultOutput;\n}\n\n/** Lists all the P2SVpnGateways in a resource group. */\nexport interface P2SVpnGatewaysListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all the P2SVpnGateways in a subscription. */\nexport interface P2SVpnGatewaysList200Response extends HttpResponse {\n status: \"200\";\n body: ListP2SVpnGatewaysResultOutput;\n}\n\n/** Lists all the P2SVpnGateways in a subscription. */\nexport interface P2SVpnGatewaysListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Resets the primary of the p2s vpn gateway in the specified resource group. */\nexport interface P2SVpnGatewaysReset200Response extends HttpResponse {\n status: \"200\";\n body: P2SVpnGatewayOutput;\n}\n\n/** Resets the primary of the p2s vpn gateway in the specified resource group. */\nexport interface P2SVpnGatewaysReset202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Resets the primary of the p2s vpn gateway in the specified resource group. */\nexport interface P2SVpnGatewaysResetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Generates VPN profile for P2S client of the P2SVpnGateway in the specified resource group. */\nexport interface P2SVpnGatewaysGenerateVpnProfile200Response extends HttpResponse {\n status: \"200\";\n body: VpnProfileResponseOutput;\n}\n\n/** Generates VPN profile for P2S client of the P2SVpnGateway in the specified resource group. */\nexport interface P2SVpnGatewaysGenerateVpnProfile202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Generates VPN profile for P2S client of the P2SVpnGateway in the specified resource group. */\nexport interface P2SVpnGatewaysGenerateVpnProfileDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the connection health of P2S clients of the virtual wan P2SVpnGateway in the specified resource group. */\nexport interface P2SVpnGatewaysGetP2SVpnConnectionHealth200Response extends HttpResponse {\n status: \"200\";\n body: P2SVpnGatewayOutput;\n}\n\n/** Gets the connection health of P2S clients of the virtual wan P2SVpnGateway in the specified resource group. */\nexport interface P2SVpnGatewaysGetP2SVpnConnectionHealth202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Gets the connection health of P2S clients of the virtual wan P2SVpnGateway in the specified resource group. */\nexport interface P2SVpnGatewaysGetP2SVpnConnectionHealthDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the sas url to get the connection health detail of P2S clients of the virtual wan P2SVpnGateway in the specified resource group. */\nexport interface P2SVpnGatewaysGetP2SVpnConnectionHealthDetailed200Response extends HttpResponse {\n status: \"200\";\n body: P2SVpnConnectionHealthOutput;\n}\n\n/** Gets the sas url to get the connection health detail of P2S clients of the virtual wan P2SVpnGateway in the specified resource group. */\nexport interface P2SVpnGatewaysGetP2SVpnConnectionHealthDetailed202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Gets the sas url to get the connection health detail of P2S clients of the virtual wan P2SVpnGateway in the specified resource group. */\nexport interface P2SVpnGatewaysGetP2SVpnConnectionHealthDetailedDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Disconnect P2S vpn connections of the virtual wan P2SVpnGateway in the specified resource group. */\nexport interface P2SVpnGatewaysDisconnectP2SVpnConnections200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Disconnect P2S vpn connections of the virtual wan P2SVpnGateway in the specified resource group. */\nexport interface P2SVpnGatewaysDisconnectP2SVpnConnections202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Disconnect P2S vpn connections of the virtual wan P2SVpnGateway in the specified resource group. */\nexport interface P2SVpnGatewaysDisconnectP2SVpnConnectionsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group. */\nexport interface VpnServerConfigurationsAssociatedWithVirtualWanList200Response\n extends HttpResponse {\n status: \"200\";\n body: VpnServerConfigurationsResponseOutput;\n}\n\n/** Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group. */\nexport interface VpnServerConfigurationsAssociatedWithVirtualWanList202Response\n extends HttpResponse {\n status: \"202\";\n}\n\n/** Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group. */\nexport interface VpnServerConfigurationsAssociatedWithVirtualWanListDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves the details of a VirtualHubRouteTableV2. */\nexport interface VirtualHubRouteTableV2SGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualHubRouteTableV2Output;\n}\n\n/** Retrieves the details of a VirtualHubRouteTableV2. */\nexport interface VirtualHubRouteTableV2SGetDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Creates a VirtualHubRouteTableV2 resource if it doesn't exist else updates the existing VirtualHubRouteTableV2. */\nexport interface VirtualHubRouteTableV2SCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualHubRouteTableV2Output;\n}\n\n/** Creates a VirtualHubRouteTableV2 resource if it doesn't exist else updates the existing VirtualHubRouteTableV2. */\nexport interface VirtualHubRouteTableV2SCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VirtualHubRouteTableV2Output;\n}\n\n/** Creates a VirtualHubRouteTableV2 resource if it doesn't exist else updates the existing VirtualHubRouteTableV2. */\nexport interface VirtualHubRouteTableV2SCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Deletes a VirtualHubRouteTableV2. */\nexport interface VirtualHubRouteTableV2SDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a VirtualHubRouteTableV2. */\nexport interface VirtualHubRouteTableV2SDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a VirtualHubRouteTableV2. */\nexport interface VirtualHubRouteTableV2SDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a VirtualHubRouteTableV2. */\nexport interface VirtualHubRouteTableV2SDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorModelOutput;\n}\n\n/** Retrieves the details of all VirtualHubRouteTableV2s. */\nexport interface VirtualHubRouteTableV2SList200Response extends HttpResponse {\n status: \"200\";\n body: ListVirtualHubRouteTableV2SResultOutput;\n}\n\n/** Retrieves the details of all VirtualHubRouteTableV2s. */\nexport interface VirtualHubRouteTableV2SListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists ExpressRoute gateways under a given subscription. */\nexport interface ExpressRouteGatewaysListBySubscription200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteGatewayListOutput;\n}\n\n/** Lists ExpressRoute gateways under a given subscription. */\nexport interface ExpressRouteGatewaysListBySubscriptionDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists ExpressRoute gateways in a given resource group. */\nexport interface ExpressRouteGatewaysListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteGatewayListOutput;\n}\n\n/** Lists ExpressRoute gateways in a given resource group. */\nexport interface ExpressRouteGatewaysListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a ExpressRoute gateway in a specified resource group. */\nexport interface ExpressRouteGatewaysCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteGatewayOutput;\n}\n\n/** Creates or updates a ExpressRoute gateway in a specified resource group. */\nexport interface ExpressRouteGatewaysCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: ExpressRouteGatewayOutput;\n}\n\n/** Creates or updates a ExpressRoute gateway in a specified resource group. */\nexport interface ExpressRouteGatewaysCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates express route gateway tags. */\nexport interface ExpressRouteGatewaysUpdateTags200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteGatewayOutput;\n}\n\n/** Updates express route gateway tags. */\nexport interface ExpressRouteGatewaysUpdateTags202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Updates express route gateway tags. */\nexport interface ExpressRouteGatewaysUpdateTagsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Fetches the details of a ExpressRoute gateway in a resource group. */\nexport interface ExpressRouteGatewaysGet200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteGatewayOutput;\n}\n\n/** Fetches the details of a ExpressRoute gateway in a resource group. */\nexport interface ExpressRouteGatewaysGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes the specified ExpressRoute gateway in a resource group. An ExpressRoute gateway resource can only be deleted when there are no connection subresources. */\nexport interface ExpressRouteGatewaysDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the specified ExpressRoute gateway in a resource group. An ExpressRoute gateway resource can only be deleted when there are no connection subresources. */\nexport interface ExpressRouteGatewaysDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the specified ExpressRoute gateway in a resource group. An ExpressRoute gateway resource can only be deleted when there are no connection subresources. */\nexport interface ExpressRouteGatewaysDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes the specified ExpressRoute gateway in a resource group. An ExpressRoute gateway resource can only be deleted when there are no connection subresources. */\nexport interface ExpressRouteGatewaysDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit. */\nexport interface ExpressRouteConnectionsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteConnectionOutput;\n}\n\n/** Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit. */\nexport interface ExpressRouteConnectionsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: ExpressRouteConnectionOutput;\n}\n\n/** Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit. */\nexport interface ExpressRouteConnectionsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified ExpressRouteConnection. */\nexport interface ExpressRouteConnectionsGet200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteConnectionOutput;\n}\n\n/** Gets the specified ExpressRouteConnection. */\nexport interface ExpressRouteConnectionsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a connection to a ExpressRoute circuit. */\nexport interface ExpressRouteConnectionsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a connection to a ExpressRoute circuit. */\nexport interface ExpressRouteConnectionsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a connection to a ExpressRoute circuit. */\nexport interface ExpressRouteConnectionsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a connection to a ExpressRoute circuit. */\nexport interface ExpressRouteConnectionsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists ExpressRouteConnections. */\nexport interface ExpressRouteConnectionsList200Response extends HttpResponse {\n status: \"200\";\n body: ExpressRouteConnectionListOutput;\n}\n\n/** Lists ExpressRouteConnections. */\nexport interface ExpressRouteConnectionsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves the details of a Virtual Hub Bgp Connection. */\nexport interface VirtualHubBgpConnectionGet200Response extends HttpResponse {\n status: \"200\";\n body: BgpConnectionOutput;\n}\n\n/** Retrieves the details of a Virtual Hub Bgp Connection. */\nexport interface VirtualHubBgpConnectionGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates a VirtualHubBgpConnection resource if it doesn't exist else updates the existing VirtualHubBgpConnection. */\nexport interface VirtualHubBgpConnectionCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: BgpConnectionOutput;\n}\n\n/** Creates a VirtualHubBgpConnection resource if it doesn't exist else updates the existing VirtualHubBgpConnection. */\nexport interface VirtualHubBgpConnectionCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: BgpConnectionOutput;\n}\n\n/** Creates a VirtualHubBgpConnection resource if it doesn't exist else updates the existing VirtualHubBgpConnection. */\nexport interface VirtualHubBgpConnectionCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a VirtualHubBgpConnection. */\nexport interface VirtualHubBgpConnectionDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a VirtualHubBgpConnection. */\nexport interface VirtualHubBgpConnectionDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a VirtualHubBgpConnection. */\nexport interface VirtualHubBgpConnectionDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a VirtualHubBgpConnection. */\nexport interface VirtualHubBgpConnectionDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves the details of all VirtualHubBgpConnections. */\nexport interface VirtualHubBgpConnectionsList200Response extends HttpResponse {\n status: \"200\";\n body: ListVirtualHubBgpConnectionResultsOutput;\n}\n\n/** Retrieves the details of all VirtualHubBgpConnections. */\nexport interface VirtualHubBgpConnectionsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves a list of routes the virtual hub bgp connection has learned. */\nexport interface VirtualHubBgpConnectionsListLearnedRoutes200Response extends HttpResponse {\n status: \"200\";\n body: PeerRouteListOutput;\n}\n\n/** Retrieves a list of routes the virtual hub bgp connection has learned. */\nexport interface VirtualHubBgpConnectionsListLearnedRoutes202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Retrieves a list of routes the virtual hub bgp connection has learned. */\nexport interface VirtualHubBgpConnectionsListLearnedRoutesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves a list of routes the virtual hub bgp connection is advertising to the specified peer. */\nexport interface VirtualHubBgpConnectionsListAdvertisedRoutes200Response extends HttpResponse {\n status: \"200\";\n body: PeerRouteListOutput;\n}\n\n/** Retrieves a list of routes the virtual hub bgp connection is advertising to the specified peer. */\nexport interface VirtualHubBgpConnectionsListAdvertisedRoutes202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Retrieves a list of routes the virtual hub bgp connection is advertising to the specified peer. */\nexport interface VirtualHubBgpConnectionsListAdvertisedRoutesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves the details of a Virtual Hub Ip configuration. */\nexport interface VirtualHubIpConfigurationGet200Response extends HttpResponse {\n status: \"200\";\n body: HubIpConfigurationOutput;\n}\n\n/** Retrieves the details of a Virtual Hub Ip configuration. */\nexport interface VirtualHubIpConfigurationGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates a VirtualHubIpConfiguration resource if it doesn't exist else updates the existing VirtualHubIpConfiguration. */\nexport interface VirtualHubIpConfigurationCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: HubIpConfigurationOutput;\n}\n\n/** Creates a VirtualHubIpConfiguration resource if it doesn't exist else updates the existing VirtualHubIpConfiguration. */\nexport interface VirtualHubIpConfigurationCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: HubIpConfigurationOutput;\n}\n\n/** Creates a VirtualHubIpConfiguration resource if it doesn't exist else updates the existing VirtualHubIpConfiguration. */\nexport interface VirtualHubIpConfigurationCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a VirtualHubIpConfiguration. */\nexport interface VirtualHubIpConfigurationDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a VirtualHubIpConfiguration. */\nexport interface VirtualHubIpConfigurationDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a VirtualHubIpConfiguration. */\nexport interface VirtualHubIpConfigurationDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a VirtualHubIpConfiguration. */\nexport interface VirtualHubIpConfigurationDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves the details of all VirtualHubIpConfigurations. */\nexport interface VirtualHubIpConfigurationList200Response extends HttpResponse {\n status: \"200\";\n body: ListVirtualHubIpConfigurationResultsOutput;\n}\n\n/** Retrieves the details of all VirtualHubIpConfigurations. */\nexport interface VirtualHubIpConfigurationListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable. */\nexport interface HubRouteTablesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: HubRouteTableOutput;\n}\n\n/** Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable. */\nexport interface HubRouteTablesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: HubRouteTableOutput;\n}\n\n/** Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable. */\nexport interface HubRouteTablesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves the details of a RouteTable. */\nexport interface HubRouteTablesGet200Response extends HttpResponse {\n status: \"200\";\n body: HubRouteTableOutput;\n}\n\n/** Retrieves the details of a RouteTable. */\nexport interface HubRouteTablesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a RouteTable. */\nexport interface HubRouteTablesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a RouteTable. */\nexport interface HubRouteTablesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a RouteTable. */\nexport interface HubRouteTablesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a RouteTable. */\nexport interface HubRouteTablesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves the details of all RouteTables. */\nexport interface HubRouteTablesList200Response extends HttpResponse {\n status: \"200\";\n body: ListHubRouteTablesResultOutput;\n}\n\n/** Retrieves the details of all RouteTables. */\nexport interface HubRouteTablesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates a RoutingIntent resource if it doesn't exist else updates the existing RoutingIntent. */\nexport interface RoutingIntentCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: RoutingIntentOutput;\n}\n\n/** Creates a RoutingIntent resource if it doesn't exist else updates the existing RoutingIntent. */\nexport interface RoutingIntentCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: RoutingIntentOutput;\n}\n\n/** Creates a RoutingIntent resource if it doesn't exist else updates the existing RoutingIntent. */\nexport interface RoutingIntentCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves the details of a RoutingIntent. */\nexport interface RoutingIntentGet200Response extends HttpResponse {\n status: \"200\";\n body: RoutingIntentOutput;\n}\n\n/** Retrieves the details of a RoutingIntent. */\nexport interface RoutingIntentGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a RoutingIntent. */\nexport interface RoutingIntentDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a RoutingIntent. */\nexport interface RoutingIntentDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a RoutingIntent. */\nexport interface RoutingIntentDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a RoutingIntent. */\nexport interface RoutingIntentDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves the details of all RoutingIntent child resources of the VirtualHub. */\nexport interface RoutingIntentList200Response extends HttpResponse {\n status: \"200\";\n body: ListRoutingIntentResultOutput;\n}\n\n/** Retrieves the details of all RoutingIntent child resources of the VirtualHub. */\nexport interface RoutingIntentListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all of the protection policies within a resource group. */\nexport interface WebApplicationFirewallPoliciesList200Response extends HttpResponse {\n status: \"200\";\n body: WebApplicationFirewallPolicyListResultOutput;\n}\n\n/** Lists all of the protection policies within a resource group. */\nexport interface WebApplicationFirewallPoliciesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the WAF policies in a subscription. */\nexport interface WebApplicationFirewallPoliciesListAll200Response extends HttpResponse {\n status: \"200\";\n body: WebApplicationFirewallPolicyListResultOutput;\n}\n\n/** Gets all the WAF policies in a subscription. */\nexport interface WebApplicationFirewallPoliciesListAllDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieve protection policy with specified name within a resource group. */\nexport interface WebApplicationFirewallPoliciesGet200Response extends HttpResponse {\n status: \"200\";\n body: WebApplicationFirewallPolicyOutput;\n}\n\n/** Retrieve protection policy with specified name within a resource group. */\nexport interface WebApplicationFirewallPoliciesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or update policy with specified rule set name within a resource group. */\nexport interface WebApplicationFirewallPoliciesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: WebApplicationFirewallPolicyOutput;\n}\n\n/** Creates or update policy with specified rule set name within a resource group. */\nexport interface WebApplicationFirewallPoliciesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: WebApplicationFirewallPolicyOutput;\n}\n\n/** Creates or update policy with specified rule set name within a resource group. */\nexport interface WebApplicationFirewallPoliciesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes Policy. */\nexport interface WebApplicationFirewallPoliciesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes Policy. */\nexport interface WebApplicationFirewallPoliciesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes Policy. */\nexport interface WebApplicationFirewallPoliciesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes Policy. */\nexport interface WebApplicationFirewallPoliciesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the SwapResource which identifies the slot type for the specified cloud service. The slot type on a cloud service can either be Staging or Production */\nexport interface VipSwapGet200Response extends HttpResponse {\n status: \"200\";\n body: SwapResourceOutput;\n}\n\n/** Gets the SwapResource which identifies the slot type for the specified cloud service. The slot type on a cloud service can either be Staging or Production */\nexport interface VipSwapGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Performs vip swap operation on swappable cloud services. */\nexport interface VipSwapCreate200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Performs vip swap operation on swappable cloud services. */\nexport interface VipSwapCreate202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Performs vip swap operation on swappable cloud services. */\nexport interface VipSwapCreateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the list of SwapResource which identifies the slot type for the specified cloud service. The slot type on a cloud service can either be Staging or Production */\nexport interface VipSwapList200Response extends HttpResponse {\n status: \"200\";\n body: SwapResourceListResultOutput;\n}\n\n/** Gets the list of SwapResource which identifies the slot type for the specified cloud service. The slot type on a cloud service can either be Staging or Production */\nexport interface VipSwapListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n"]}
|