@azure-rest/arm-network 1.0.0-beta.1 → 1.0.0-beta.3
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 +21 -0
- package/LICENSE +4 -4
- package/README.md +34 -34
- 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 -2426
- 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 +35 -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-esm/src → dist/browser}/paginateHelper.js +70 -3
- 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 +107 -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 -2579
- 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 +38 -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 +140 -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 +110 -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 +788 -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 +35 -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 +137 -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 +107 -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 +788 -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 +35 -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 +137 -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 +107 -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 +88 -80
- package/review/{arm-network.api.md → arm-network-node.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.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":"parameters.js","sourceRoot":"","sources":["../../src/parameters.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { RawHttpHeadersInput } from \"@azure/core-rest-pipeline\";\nimport type { RequestParameters } from \"@azure-rest/core-client\";\nimport type {\n ApplicationGateway,\n TagsObject,\n ApplicationGatewayOnDemandProbe,\n ApplicationGatewayPrivateEndpointConnection,\n ApplicationSecurityGroup,\n AzureFirewall,\n BastionHost,\n BastionShareableLinkListRequest,\n SessionIds,\n ActiveConfigurationParameter,\n QueryRequestOptions,\n VirtualWanVpnProfileParameters,\n NetworkInterface,\n PublicIPAddress,\n CustomIpPrefix,\n DdosCustomPolicy,\n DdosProtectionPlan,\n DscpConfiguration,\n ExpressRouteCircuitAuthorization,\n ExpressRouteCircuitPeering,\n ExpressRouteCircuitConnection,\n ExpressRouteCircuit,\n ExpressRouteCrossConnection,\n ExpressRouteCrossConnectionPeering,\n ExpressRoutePort,\n GenerateExpressRoutePortsLOARequest,\n ExpressRoutePortAuthorization,\n FirewallPolicy,\n FirewallPolicyRuleCollectionGroup,\n IdpsQueryObject,\n SignaturesOverrides,\n SignatureOverridesFilterValuesQuery,\n IpAllocation,\n IpGroup,\n LoadBalancer,\n LoadBalancerVipSwapRequest,\n QueryInboundNatRulePortMappingRequest,\n BackendAddressPool,\n InboundNatRule,\n NatGateway,\n NetworkInterfaceTapConfiguration,\n NetworkManager,\n PatchObject,\n NetworkManagerCommit,\n NetworkManagerDeploymentStatusParameter,\n NetworkManagerConnection,\n ConnectivityConfiguration,\n NetworkGroup,\n StaticMember,\n ScopeConnection,\n SecurityAdminConfiguration,\n AdminRuleCollection,\n BaseAdminRule,\n NetworkProfile,\n NetworkSecurityGroup,\n SecurityRule,\n NetworkVirtualAppliance,\n VirtualApplianceSite,\n InboundSecurityRule,\n NetworkWatcher,\n TopologyParameters,\n VerificationIPFlowParameters,\n NextHopParameters,\n SecurityGroupViewParameters,\n TroubleshootingParameters,\n QueryTroubleshootingParameters,\n FlowLogInformation,\n FlowLogStatusParameters,\n ConnectivityParameters,\n AzureReachabilityReportParameters,\n AvailableProvidersListParameters,\n NetworkConfigurationDiagnosticParameters,\n PacketCapture,\n ConnectionMonitor,\n FlowLog,\n PrivateEndpoint,\n PrivateDnsZoneGroup,\n PrivateLinkService,\n PrivateEndpointConnection,\n CheckPrivateLinkServiceVisibilityRequest,\n PublicIPPrefix,\n RouteFilter,\n RouteFilterRule,\n RouteTable,\n Route,\n SecurityPartnerProvider,\n ServiceEndpointPolicy,\n ServiceEndpointPolicyDefinition,\n VirtualNetwork,\n Subnet,\n PrepareNetworkPoliciesRequest,\n UnprepareNetworkPoliciesRequest,\n VirtualNetworkPeering,\n VirtualNetworkGateway,\n VpnClientParameters,\n VpnClientIPsecParameters,\n VpnDeviceScriptParameters,\n VpnPacketCaptureStartParameters,\n VpnPacketCaptureStopParameters,\n P2SVpnConnectionRequest,\n VirtualNetworkGatewayConnection,\n ConnectionSharedKey,\n ConnectionResetSharedKey,\n LocalNetworkGateway,\n VirtualNetworkGatewayNatRule,\n VirtualNetworkTap,\n VirtualRouter,\n VirtualRouterPeering,\n VirtualWAN,\n VpnSite,\n GetVpnSitesConfigurationRequest,\n VpnServerConfiguration,\n VpnServerConfigurationPolicyGroup,\n VirtualHub,\n EffectiveRoutesParameters,\n GetInboundRoutesParameters,\n GetOutboundRoutesParameters,\n RouteMap,\n HubVirtualNetworkConnection,\n VpnGateway,\n VpnGatewayPacketCaptureStartParameters,\n VpnGatewayPacketCaptureStopParameters,\n VpnConnection,\n VpnConnectionPacketCaptureStartParameters,\n VpnConnectionPacketCaptureStopParameters,\n VpnGatewayNatRule,\n P2SVpnGateway,\n P2SVpnProfileParameters,\n P2SVpnConnectionHealthRequest,\n VirtualHubRouteTableV2,\n ExpressRouteGateway,\n ExpressRouteConnection,\n BgpConnection,\n HubIpConfiguration,\n HubRouteTable,\n RoutingIntent,\n WebApplicationFirewallPolicy,\n SwapResource,\n} from \"./models.js\";\n\nexport interface ApplicationGatewaysDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ApplicationGatewaysDeleteQueryParam {\n queryParameters: ApplicationGatewaysDeleteQueryParamProperties;\n}\n\nexport type ApplicationGatewaysDeleteParameters = ApplicationGatewaysDeleteQueryParam &\n RequestParameters;\n\nexport interface ApplicationGatewaysGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ApplicationGatewaysGetQueryParam {\n queryParameters: ApplicationGatewaysGetQueryParamProperties;\n}\n\nexport type ApplicationGatewaysGetParameters = ApplicationGatewaysGetQueryParam & RequestParameters;\n\nexport interface ApplicationGatewaysCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update application gateway operation. */\n body: ApplicationGateway;\n}\n\nexport interface ApplicationGatewaysCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ApplicationGatewaysCreateOrUpdateQueryParam {\n queryParameters: ApplicationGatewaysCreateOrUpdateQueryParamProperties;\n}\n\nexport interface ApplicationGatewaysCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ApplicationGatewaysCreateOrUpdateParameters =\n ApplicationGatewaysCreateOrUpdateQueryParam &\n ApplicationGatewaysCreateOrUpdateMediaTypesParam &\n ApplicationGatewaysCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface ApplicationGatewaysUpdateTagsBodyParam {\n /** Parameters supplied to update application gateway tags. */\n body: TagsObject;\n}\n\nexport interface ApplicationGatewaysUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ApplicationGatewaysUpdateTagsQueryParam {\n queryParameters: ApplicationGatewaysUpdateTagsQueryParamProperties;\n}\n\nexport interface ApplicationGatewaysUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ApplicationGatewaysUpdateTagsParameters = ApplicationGatewaysUpdateTagsQueryParam &\n ApplicationGatewaysUpdateTagsMediaTypesParam &\n ApplicationGatewaysUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface ApplicationGatewaysListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ApplicationGatewaysListQueryParam {\n queryParameters: ApplicationGatewaysListQueryParamProperties;\n}\n\nexport type ApplicationGatewaysListParameters = ApplicationGatewaysListQueryParam &\n RequestParameters;\n\nexport interface ApplicationGatewaysListAllQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ApplicationGatewaysListAllQueryParam {\n queryParameters: ApplicationGatewaysListAllQueryParamProperties;\n}\n\nexport type ApplicationGatewaysListAllParameters = ApplicationGatewaysListAllQueryParam &\n RequestParameters;\n\nexport interface ApplicationGatewaysStartQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ApplicationGatewaysStartQueryParam {\n queryParameters: ApplicationGatewaysStartQueryParamProperties;\n}\n\nexport type ApplicationGatewaysStartParameters = ApplicationGatewaysStartQueryParam &\n RequestParameters;\n\nexport interface ApplicationGatewaysStopQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ApplicationGatewaysStopQueryParam {\n queryParameters: ApplicationGatewaysStopQueryParamProperties;\n}\n\nexport type ApplicationGatewaysStopParameters = ApplicationGatewaysStopQueryParam &\n RequestParameters;\n\nexport interface ApplicationGatewaysBackendHealthQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Expands BackendAddressPool and BackendHttpSettings referenced in backend health. */\n $expand?: string;\n}\n\nexport interface ApplicationGatewaysBackendHealthQueryParam {\n queryParameters: ApplicationGatewaysBackendHealthQueryParamProperties;\n}\n\nexport type ApplicationGatewaysBackendHealthParameters =\n ApplicationGatewaysBackendHealthQueryParam & RequestParameters;\n\nexport interface ApplicationGatewaysBackendHealthOnDemandBodyParam {\n /** Request body for on-demand test probe operation. */\n body: ApplicationGatewayOnDemandProbe;\n}\n\nexport interface ApplicationGatewaysBackendHealthOnDemandQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Expands BackendAddressPool and BackendHttpSettings referenced in backend health. */\n $expand?: string;\n}\n\nexport interface ApplicationGatewaysBackendHealthOnDemandQueryParam {\n queryParameters: ApplicationGatewaysBackendHealthOnDemandQueryParamProperties;\n}\n\nexport interface ApplicationGatewaysBackendHealthOnDemandMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ApplicationGatewaysBackendHealthOnDemandParameters =\n ApplicationGatewaysBackendHealthOnDemandQueryParam &\n ApplicationGatewaysBackendHealthOnDemandMediaTypesParam &\n ApplicationGatewaysBackendHealthOnDemandBodyParam &\n RequestParameters;\n\nexport interface ApplicationGatewaysListAvailableServerVariablesQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ApplicationGatewaysListAvailableServerVariablesQueryParam {\n queryParameters: ApplicationGatewaysListAvailableServerVariablesQueryParamProperties;\n}\n\nexport type ApplicationGatewaysListAvailableServerVariablesParameters =\n ApplicationGatewaysListAvailableServerVariablesQueryParam & RequestParameters;\n\nexport interface ApplicationGatewaysListAvailableRequestHeadersQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ApplicationGatewaysListAvailableRequestHeadersQueryParam {\n queryParameters: ApplicationGatewaysListAvailableRequestHeadersQueryParamProperties;\n}\n\nexport type ApplicationGatewaysListAvailableRequestHeadersParameters =\n ApplicationGatewaysListAvailableRequestHeadersQueryParam & RequestParameters;\n\nexport interface ApplicationGatewaysListAvailableResponseHeadersQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ApplicationGatewaysListAvailableResponseHeadersQueryParam {\n queryParameters: ApplicationGatewaysListAvailableResponseHeadersQueryParamProperties;\n}\n\nexport type ApplicationGatewaysListAvailableResponseHeadersParameters =\n ApplicationGatewaysListAvailableResponseHeadersQueryParam & RequestParameters;\n\nexport interface ApplicationGatewaysListAvailableWafRuleSetsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ApplicationGatewaysListAvailableWafRuleSetsQueryParam {\n queryParameters: ApplicationGatewaysListAvailableWafRuleSetsQueryParamProperties;\n}\n\nexport type ApplicationGatewaysListAvailableWafRuleSetsParameters =\n ApplicationGatewaysListAvailableWafRuleSetsQueryParam & RequestParameters;\n\nexport interface ApplicationGatewaysListAvailableSslOptionsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ApplicationGatewaysListAvailableSslOptionsQueryParam {\n queryParameters: ApplicationGatewaysListAvailableSslOptionsQueryParamProperties;\n}\n\nexport type ApplicationGatewaysListAvailableSslOptionsParameters =\n ApplicationGatewaysListAvailableSslOptionsQueryParam & RequestParameters;\n\nexport interface ApplicationGatewaysListAvailableSslPredefinedPoliciesQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ApplicationGatewaysListAvailableSslPredefinedPoliciesQueryParam {\n queryParameters: ApplicationGatewaysListAvailableSslPredefinedPoliciesQueryParamProperties;\n}\n\nexport type ApplicationGatewaysListAvailableSslPredefinedPoliciesParameters =\n ApplicationGatewaysListAvailableSslPredefinedPoliciesQueryParam & RequestParameters;\n\nexport interface ApplicationGatewaysGetSslPredefinedPolicyQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ApplicationGatewaysGetSslPredefinedPolicyQueryParam {\n queryParameters: ApplicationGatewaysGetSslPredefinedPolicyQueryParamProperties;\n}\n\nexport type ApplicationGatewaysGetSslPredefinedPolicyParameters =\n ApplicationGatewaysGetSslPredefinedPolicyQueryParam & RequestParameters;\n\nexport interface ApplicationGatewayPrivateLinkResourcesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ApplicationGatewayPrivateLinkResourcesListQueryParam {\n queryParameters: ApplicationGatewayPrivateLinkResourcesListQueryParamProperties;\n}\n\nexport type ApplicationGatewayPrivateLinkResourcesListParameters =\n ApplicationGatewayPrivateLinkResourcesListQueryParam & RequestParameters;\n\nexport interface ApplicationGatewayPrivateEndpointConnectionsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ApplicationGatewayPrivateEndpointConnectionsDeleteQueryParam {\n queryParameters: ApplicationGatewayPrivateEndpointConnectionsDeleteQueryParamProperties;\n}\n\nexport type ApplicationGatewayPrivateEndpointConnectionsDeleteParameters =\n ApplicationGatewayPrivateEndpointConnectionsDeleteQueryParam & RequestParameters;\n\nexport interface ApplicationGatewayPrivateEndpointConnectionsUpdateBodyParam {\n /** Parameters supplied to update application gateway private endpoint connection operation. */\n body: ApplicationGatewayPrivateEndpointConnection;\n}\n\nexport interface ApplicationGatewayPrivateEndpointConnectionsUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ApplicationGatewayPrivateEndpointConnectionsUpdateQueryParam {\n queryParameters: ApplicationGatewayPrivateEndpointConnectionsUpdateQueryParamProperties;\n}\n\nexport interface ApplicationGatewayPrivateEndpointConnectionsUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ApplicationGatewayPrivateEndpointConnectionsUpdateParameters =\n ApplicationGatewayPrivateEndpointConnectionsUpdateQueryParam &\n ApplicationGatewayPrivateEndpointConnectionsUpdateMediaTypesParam &\n ApplicationGatewayPrivateEndpointConnectionsUpdateBodyParam &\n RequestParameters;\n\nexport interface ApplicationGatewayPrivateEndpointConnectionsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ApplicationGatewayPrivateEndpointConnectionsGetQueryParam {\n queryParameters: ApplicationGatewayPrivateEndpointConnectionsGetQueryParamProperties;\n}\n\nexport type ApplicationGatewayPrivateEndpointConnectionsGetParameters =\n ApplicationGatewayPrivateEndpointConnectionsGetQueryParam & RequestParameters;\n\nexport interface ApplicationGatewayPrivateEndpointConnectionsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ApplicationGatewayPrivateEndpointConnectionsListQueryParam {\n queryParameters: ApplicationGatewayPrivateEndpointConnectionsListQueryParamProperties;\n}\n\nexport type ApplicationGatewayPrivateEndpointConnectionsListParameters =\n ApplicationGatewayPrivateEndpointConnectionsListQueryParam & RequestParameters;\n\nexport interface ApplicationGatewayWafDynamicManifestsDefaultGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ApplicationGatewayWafDynamicManifestsDefaultGetQueryParam {\n queryParameters: ApplicationGatewayWafDynamicManifestsDefaultGetQueryParamProperties;\n}\n\nexport type ApplicationGatewayWafDynamicManifestsDefaultGetParameters =\n ApplicationGatewayWafDynamicManifestsDefaultGetQueryParam & RequestParameters;\n\nexport interface ApplicationGatewayWafDynamicManifestsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ApplicationGatewayWafDynamicManifestsGetQueryParam {\n queryParameters: ApplicationGatewayWafDynamicManifestsGetQueryParamProperties;\n}\n\nexport type ApplicationGatewayWafDynamicManifestsGetParameters =\n ApplicationGatewayWafDynamicManifestsGetQueryParam & RequestParameters;\n\nexport interface ApplicationSecurityGroupsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ApplicationSecurityGroupsDeleteQueryParam {\n queryParameters: ApplicationSecurityGroupsDeleteQueryParamProperties;\n}\n\nexport type ApplicationSecurityGroupsDeleteParameters = ApplicationSecurityGroupsDeleteQueryParam &\n RequestParameters;\n\nexport interface ApplicationSecurityGroupsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ApplicationSecurityGroupsGetQueryParam {\n queryParameters: ApplicationSecurityGroupsGetQueryParamProperties;\n}\n\nexport type ApplicationSecurityGroupsGetParameters = ApplicationSecurityGroupsGetQueryParam &\n RequestParameters;\n\nexport interface ApplicationSecurityGroupsCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update ApplicationSecurityGroup operation. */\n body: ApplicationSecurityGroup;\n}\n\nexport interface ApplicationSecurityGroupsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ApplicationSecurityGroupsCreateOrUpdateQueryParam {\n queryParameters: ApplicationSecurityGroupsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface ApplicationSecurityGroupsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ApplicationSecurityGroupsCreateOrUpdateParameters =\n ApplicationSecurityGroupsCreateOrUpdateQueryParam &\n ApplicationSecurityGroupsCreateOrUpdateMediaTypesParam &\n ApplicationSecurityGroupsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface ApplicationSecurityGroupsUpdateTagsBodyParam {\n /** Parameters supplied to update application security group tags. */\n body: TagsObject;\n}\n\nexport interface ApplicationSecurityGroupsUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ApplicationSecurityGroupsUpdateTagsQueryParam {\n queryParameters: ApplicationSecurityGroupsUpdateTagsQueryParamProperties;\n}\n\nexport interface ApplicationSecurityGroupsUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ApplicationSecurityGroupsUpdateTagsParameters =\n ApplicationSecurityGroupsUpdateTagsQueryParam &\n ApplicationSecurityGroupsUpdateTagsMediaTypesParam &\n ApplicationSecurityGroupsUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface ApplicationSecurityGroupsListAllQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ApplicationSecurityGroupsListAllQueryParam {\n queryParameters: ApplicationSecurityGroupsListAllQueryParamProperties;\n}\n\nexport type ApplicationSecurityGroupsListAllParameters =\n ApplicationSecurityGroupsListAllQueryParam & RequestParameters;\n\nexport interface ApplicationSecurityGroupsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ApplicationSecurityGroupsListQueryParam {\n queryParameters: ApplicationSecurityGroupsListQueryParamProperties;\n}\n\nexport type ApplicationSecurityGroupsListParameters = ApplicationSecurityGroupsListQueryParam &\n RequestParameters;\n\nexport interface AvailableDelegationsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface AvailableDelegationsListQueryParam {\n queryParameters: AvailableDelegationsListQueryParamProperties;\n}\n\nexport type AvailableDelegationsListParameters = AvailableDelegationsListQueryParam &\n RequestParameters;\n\nexport interface AvailableResourceGroupDelegationsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface AvailableResourceGroupDelegationsListQueryParam {\n queryParameters: AvailableResourceGroupDelegationsListQueryParamProperties;\n}\n\nexport type AvailableResourceGroupDelegationsListParameters =\n AvailableResourceGroupDelegationsListQueryParam & RequestParameters;\n\nexport interface AvailableServiceAliasesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface AvailableServiceAliasesListQueryParam {\n queryParameters: AvailableServiceAliasesListQueryParamProperties;\n}\n\nexport type AvailableServiceAliasesListParameters = AvailableServiceAliasesListQueryParam &\n RequestParameters;\n\nexport interface AvailableServiceAliasesListByResourceGroupQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface AvailableServiceAliasesListByResourceGroupQueryParam {\n queryParameters: AvailableServiceAliasesListByResourceGroupQueryParamProperties;\n}\n\nexport type AvailableServiceAliasesListByResourceGroupParameters =\n AvailableServiceAliasesListByResourceGroupQueryParam & RequestParameters;\n\nexport interface AzureFirewallsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface AzureFirewallsDeleteQueryParam {\n queryParameters: AzureFirewallsDeleteQueryParamProperties;\n}\n\nexport type AzureFirewallsDeleteParameters = AzureFirewallsDeleteQueryParam & RequestParameters;\n\nexport interface AzureFirewallsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface AzureFirewallsGetQueryParam {\n queryParameters: AzureFirewallsGetQueryParamProperties;\n}\n\nexport type AzureFirewallsGetParameters = AzureFirewallsGetQueryParam & RequestParameters;\n\nexport interface AzureFirewallsCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update Azure Firewall operation. */\n body: AzureFirewall;\n}\n\nexport interface AzureFirewallsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface AzureFirewallsCreateOrUpdateQueryParam {\n queryParameters: AzureFirewallsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface AzureFirewallsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type AzureFirewallsCreateOrUpdateParameters = AzureFirewallsCreateOrUpdateQueryParam &\n AzureFirewallsCreateOrUpdateMediaTypesParam &\n AzureFirewallsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface AzureFirewallsUpdateTagsBodyParam {\n /** Parameters supplied to update azure firewall tags. */\n body: TagsObject;\n}\n\nexport interface AzureFirewallsUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface AzureFirewallsUpdateTagsQueryParam {\n queryParameters: AzureFirewallsUpdateTagsQueryParamProperties;\n}\n\nexport interface AzureFirewallsUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type AzureFirewallsUpdateTagsParameters = AzureFirewallsUpdateTagsQueryParam &\n AzureFirewallsUpdateTagsMediaTypesParam &\n AzureFirewallsUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface AzureFirewallsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface AzureFirewallsListQueryParam {\n queryParameters: AzureFirewallsListQueryParamProperties;\n}\n\nexport type AzureFirewallsListParameters = AzureFirewallsListQueryParam & RequestParameters;\n\nexport interface AzureFirewallsListAllQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface AzureFirewallsListAllQueryParam {\n queryParameters: AzureFirewallsListAllQueryParamProperties;\n}\n\nexport type AzureFirewallsListAllParameters = AzureFirewallsListAllQueryParam & RequestParameters;\n\nexport interface AzureFirewallsListLearnedPrefixesQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface AzureFirewallsListLearnedPrefixesQueryParam {\n queryParameters: AzureFirewallsListLearnedPrefixesQueryParamProperties;\n}\n\nexport type AzureFirewallsListLearnedPrefixesParameters =\n AzureFirewallsListLearnedPrefixesQueryParam & RequestParameters;\n\nexport interface AzureFirewallFqdnTagsListAllQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface AzureFirewallFqdnTagsListAllQueryParam {\n queryParameters: AzureFirewallFqdnTagsListAllQueryParamProperties;\n}\n\nexport type AzureFirewallFqdnTagsListAllParameters = AzureFirewallFqdnTagsListAllQueryParam &\n RequestParameters;\n\nexport interface WebCategoriesGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Expands resourceIds back referenced by the azureWebCategory resource. */\n $expand?: string;\n}\n\nexport interface WebCategoriesGetQueryParam {\n queryParameters: WebCategoriesGetQueryParamProperties;\n}\n\nexport type WebCategoriesGetParameters = WebCategoriesGetQueryParam & RequestParameters;\n\nexport interface WebCategoriesListBySubscriptionQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface WebCategoriesListBySubscriptionQueryParam {\n queryParameters: WebCategoriesListBySubscriptionQueryParamProperties;\n}\n\nexport type WebCategoriesListBySubscriptionParameters = WebCategoriesListBySubscriptionQueryParam &\n RequestParameters;\n\nexport interface BastionHostsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface BastionHostsDeleteQueryParam {\n queryParameters: BastionHostsDeleteQueryParamProperties;\n}\n\nexport type BastionHostsDeleteParameters = BastionHostsDeleteQueryParam & RequestParameters;\n\nexport interface BastionHostsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface BastionHostsGetQueryParam {\n queryParameters: BastionHostsGetQueryParamProperties;\n}\n\nexport type BastionHostsGetParameters = BastionHostsGetQueryParam & RequestParameters;\n\nexport interface BastionHostsCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update Bastion Host operation. */\n body: BastionHost;\n}\n\nexport interface BastionHostsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface BastionHostsCreateOrUpdateQueryParam {\n queryParameters: BastionHostsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface BastionHostsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type BastionHostsCreateOrUpdateParameters = BastionHostsCreateOrUpdateQueryParam &\n BastionHostsCreateOrUpdateMediaTypesParam &\n BastionHostsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface BastionHostsUpdateTagsBodyParam {\n /** Parameters supplied to update BastionHost tags. */\n body: TagsObject;\n}\n\nexport interface BastionHostsUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface BastionHostsUpdateTagsQueryParam {\n queryParameters: BastionHostsUpdateTagsQueryParamProperties;\n}\n\nexport interface BastionHostsUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type BastionHostsUpdateTagsParameters = BastionHostsUpdateTagsQueryParam &\n BastionHostsUpdateTagsMediaTypesParam &\n BastionHostsUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface BastionHostsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface BastionHostsListQueryParam {\n queryParameters: BastionHostsListQueryParamProperties;\n}\n\nexport type BastionHostsListParameters = BastionHostsListQueryParam & RequestParameters;\n\nexport interface BastionHostsListByResourceGroupQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface BastionHostsListByResourceGroupQueryParam {\n queryParameters: BastionHostsListByResourceGroupQueryParamProperties;\n}\n\nexport type BastionHostsListByResourceGroupParameters = BastionHostsListByResourceGroupQueryParam &\n RequestParameters;\n\nexport interface PutBastionShareableLinkBodyParam {\n /** Post request for all the Bastion Shareable Link endpoints. */\n body: BastionShareableLinkListRequest;\n}\n\nexport interface PutBastionShareableLinkQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PutBastionShareableLinkQueryParam {\n queryParameters: PutBastionShareableLinkQueryParamProperties;\n}\n\nexport interface PutBastionShareableLinkMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type PutBastionShareableLinkParameters = PutBastionShareableLinkQueryParam &\n PutBastionShareableLinkMediaTypesParam &\n PutBastionShareableLinkBodyParam &\n RequestParameters;\n\nexport interface DeleteBastionShareableLinkBodyParam {\n /** Post request for all the Bastion Shareable Link endpoints. */\n body: BastionShareableLinkListRequest;\n}\n\nexport interface DeleteBastionShareableLinkQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface DeleteBastionShareableLinkQueryParam {\n queryParameters: DeleteBastionShareableLinkQueryParamProperties;\n}\n\nexport interface DeleteBastionShareableLinkMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type DeleteBastionShareableLinkParameters = DeleteBastionShareableLinkQueryParam &\n DeleteBastionShareableLinkMediaTypesParam &\n DeleteBastionShareableLinkBodyParam &\n RequestParameters;\n\nexport interface GetBastionShareableLinkBodyParam {\n /** Post request for all the Bastion Shareable Link endpoints. */\n body: BastionShareableLinkListRequest;\n}\n\nexport interface GetBastionShareableLinkQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface GetBastionShareableLinkQueryParam {\n queryParameters: GetBastionShareableLinkQueryParamProperties;\n}\n\nexport interface GetBastionShareableLinkMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type GetBastionShareableLinkParameters = GetBastionShareableLinkQueryParam &\n GetBastionShareableLinkMediaTypesParam &\n GetBastionShareableLinkBodyParam &\n RequestParameters;\n\nexport interface GetActiveSessionsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface GetActiveSessionsQueryParam {\n queryParameters: GetActiveSessionsQueryParamProperties;\n}\n\nexport type GetActiveSessionsParameters = GetActiveSessionsQueryParam & RequestParameters;\n\nexport interface DisconnectActiveSessionsBodyParam {\n /** The list of sessionids to disconnect. */\n body: SessionIds;\n}\n\nexport interface DisconnectActiveSessionsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface DisconnectActiveSessionsQueryParam {\n queryParameters: DisconnectActiveSessionsQueryParamProperties;\n}\n\nexport interface DisconnectActiveSessionsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type DisconnectActiveSessionsParameters = DisconnectActiveSessionsQueryParam &\n DisconnectActiveSessionsMediaTypesParam &\n DisconnectActiveSessionsBodyParam &\n RequestParameters;\n\nexport interface CheckDnsNameAvailabilityQueryParamProperties {\n /** The domain name to be verified. It must conform to the following regular expression: ^[a-z][a-z0-9-]{1,61}[a-z0-9]$. */\n domainNameLabel: string;\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface CheckDnsNameAvailabilityQueryParam {\n queryParameters: CheckDnsNameAvailabilityQueryParamProperties;\n}\n\nexport type CheckDnsNameAvailabilityParameters = CheckDnsNameAvailabilityQueryParam &\n RequestParameters;\n\nexport interface ExpressRouteProviderPortQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteProviderPortQueryParam {\n queryParameters: ExpressRouteProviderPortQueryParamProperties;\n}\n\nexport type ExpressRouteProviderPortParameters = ExpressRouteProviderPortQueryParam &\n RequestParameters;\n\nexport interface ListActiveConnectivityConfigurationsBodyParam {\n /** Active Configuration Parameter. */\n body: ActiveConfigurationParameter;\n}\n\nexport interface ListActiveConnectivityConfigurationsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** An optional query parameter which specifies the maximum number of records to be returned by the server. */\n $top?: number;\n}\n\nexport interface ListActiveConnectivityConfigurationsQueryParam {\n queryParameters: ListActiveConnectivityConfigurationsQueryParamProperties;\n}\n\nexport interface ListActiveConnectivityConfigurationsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ListActiveConnectivityConfigurationsParameters =\n ListActiveConnectivityConfigurationsQueryParam &\n ListActiveConnectivityConfigurationsMediaTypesParam &\n ListActiveConnectivityConfigurationsBodyParam &\n RequestParameters;\n\nexport interface ListActiveSecurityAdminRulesBodyParam {\n /** Active Configuration Parameter. */\n body: ActiveConfigurationParameter;\n}\n\nexport interface ListActiveSecurityAdminRulesQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** An optional query parameter which specifies the maximum number of records to be returned by the server. */\n $top?: number;\n}\n\nexport interface ListActiveSecurityAdminRulesQueryParam {\n queryParameters: ListActiveSecurityAdminRulesQueryParamProperties;\n}\n\nexport interface ListActiveSecurityAdminRulesMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ListActiveSecurityAdminRulesParameters = ListActiveSecurityAdminRulesQueryParam &\n ListActiveSecurityAdminRulesMediaTypesParam &\n ListActiveSecurityAdminRulesBodyParam &\n RequestParameters;\n\nexport interface ListNetworkManagerEffectiveConnectivityConfigurationsBodyParam {\n /** Parameters supplied to list correct page. */\n body: QueryRequestOptions;\n}\n\nexport interface ListNetworkManagerEffectiveConnectivityConfigurationsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** An optional query parameter which specifies the maximum number of records to be returned by the server. */\n $top?: number;\n}\n\nexport interface ListNetworkManagerEffectiveConnectivityConfigurationsQueryParam {\n queryParameters: ListNetworkManagerEffectiveConnectivityConfigurationsQueryParamProperties;\n}\n\nexport interface ListNetworkManagerEffectiveConnectivityConfigurationsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ListNetworkManagerEffectiveConnectivityConfigurationsParameters =\n ListNetworkManagerEffectiveConnectivityConfigurationsQueryParam &\n ListNetworkManagerEffectiveConnectivityConfigurationsMediaTypesParam &\n ListNetworkManagerEffectiveConnectivityConfigurationsBodyParam &\n RequestParameters;\n\nexport interface ListNetworkManagerEffectiveSecurityAdminRulesBodyParam {\n /** Parameters supplied to list correct page. */\n body: QueryRequestOptions;\n}\n\nexport interface ListNetworkManagerEffectiveSecurityAdminRulesQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** An optional query parameter which specifies the maximum number of records to be returned by the server. */\n $top?: number;\n}\n\nexport interface ListNetworkManagerEffectiveSecurityAdminRulesQueryParam {\n queryParameters: ListNetworkManagerEffectiveSecurityAdminRulesQueryParamProperties;\n}\n\nexport interface ListNetworkManagerEffectiveSecurityAdminRulesMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ListNetworkManagerEffectiveSecurityAdminRulesParameters =\n ListNetworkManagerEffectiveSecurityAdminRulesQueryParam &\n ListNetworkManagerEffectiveSecurityAdminRulesMediaTypesParam &\n ListNetworkManagerEffectiveSecurityAdminRulesBodyParam &\n RequestParameters;\n\nexport interface SupportedSecurityProvidersQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface SupportedSecurityProvidersQueryParam {\n queryParameters: SupportedSecurityProvidersQueryParamProperties;\n}\n\nexport type SupportedSecurityProvidersParameters = SupportedSecurityProvidersQueryParam &\n RequestParameters;\n\nexport interface GeneratevirtualwanvpnserverconfigurationvpnprofileBodyParam {\n /** Parameters supplied to the generate VirtualWan VPN profile generation operation. */\n body: VirtualWanVpnProfileParameters;\n}\n\nexport interface GeneratevirtualwanvpnserverconfigurationvpnprofileQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface GeneratevirtualwanvpnserverconfigurationvpnprofileQueryParam {\n queryParameters: GeneratevirtualwanvpnserverconfigurationvpnprofileQueryParamProperties;\n}\n\nexport interface GeneratevirtualwanvpnserverconfigurationvpnprofileMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type GeneratevirtualwanvpnserverconfigurationvpnprofileParameters =\n GeneratevirtualwanvpnserverconfigurationvpnprofileQueryParam &\n GeneratevirtualwanvpnserverconfigurationvpnprofileMediaTypesParam &\n GeneratevirtualwanvpnserverconfigurationvpnprofileBodyParam &\n RequestParameters;\n\nexport interface NetworkInterfacesListCloudServiceRoleInstanceNetworkInterfacesQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkInterfacesListCloudServiceRoleInstanceNetworkInterfacesQueryParam {\n queryParameters: NetworkInterfacesListCloudServiceRoleInstanceNetworkInterfacesQueryParamProperties;\n}\n\nexport type NetworkInterfacesListCloudServiceRoleInstanceNetworkInterfacesParameters =\n NetworkInterfacesListCloudServiceRoleInstanceNetworkInterfacesQueryParam & RequestParameters;\n\nexport interface NetworkInterfacesListCloudServiceNetworkInterfacesQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkInterfacesListCloudServiceNetworkInterfacesQueryParam {\n queryParameters: NetworkInterfacesListCloudServiceNetworkInterfacesQueryParamProperties;\n}\n\nexport type NetworkInterfacesListCloudServiceNetworkInterfacesParameters =\n NetworkInterfacesListCloudServiceNetworkInterfacesQueryParam & RequestParameters;\n\nexport interface NetworkInterfacesGetCloudServiceNetworkInterfaceQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Expands referenced resources. */\n $expand?: string;\n}\n\nexport interface NetworkInterfacesGetCloudServiceNetworkInterfaceQueryParam {\n queryParameters: NetworkInterfacesGetCloudServiceNetworkInterfaceQueryParamProperties;\n}\n\nexport type NetworkInterfacesGetCloudServiceNetworkInterfaceParameters =\n NetworkInterfacesGetCloudServiceNetworkInterfaceQueryParam & RequestParameters;\n\nexport interface NetworkInterfacesDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkInterfacesDeleteQueryParam {\n queryParameters: NetworkInterfacesDeleteQueryParamProperties;\n}\n\nexport type NetworkInterfacesDeleteParameters = NetworkInterfacesDeleteQueryParam &\n RequestParameters;\n\nexport interface NetworkInterfacesGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Expands referenced resources. */\n $expand?: string;\n}\n\nexport interface NetworkInterfacesGetQueryParam {\n queryParameters: NetworkInterfacesGetQueryParamProperties;\n}\n\nexport type NetworkInterfacesGetParameters = NetworkInterfacesGetQueryParam & RequestParameters;\n\nexport interface NetworkInterfacesCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update network interface operation. */\n body: NetworkInterface;\n}\n\nexport interface NetworkInterfacesCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkInterfacesCreateOrUpdateQueryParam {\n queryParameters: NetworkInterfacesCreateOrUpdateQueryParamProperties;\n}\n\nexport interface NetworkInterfacesCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type NetworkInterfacesCreateOrUpdateParameters = NetworkInterfacesCreateOrUpdateQueryParam &\n NetworkInterfacesCreateOrUpdateMediaTypesParam &\n NetworkInterfacesCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface NetworkInterfacesUpdateTagsBodyParam {\n /** Parameters supplied to update network interface tags. */\n body: TagsObject;\n}\n\nexport interface NetworkInterfacesUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkInterfacesUpdateTagsQueryParam {\n queryParameters: NetworkInterfacesUpdateTagsQueryParamProperties;\n}\n\nexport interface NetworkInterfacesUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type NetworkInterfacesUpdateTagsParameters = NetworkInterfacesUpdateTagsQueryParam &\n NetworkInterfacesUpdateTagsMediaTypesParam &\n NetworkInterfacesUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface NetworkInterfacesListAllQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkInterfacesListAllQueryParam {\n queryParameters: NetworkInterfacesListAllQueryParamProperties;\n}\n\nexport type NetworkInterfacesListAllParameters = NetworkInterfacesListAllQueryParam &\n RequestParameters;\n\nexport interface NetworkInterfacesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkInterfacesListQueryParam {\n queryParameters: NetworkInterfacesListQueryParamProperties;\n}\n\nexport type NetworkInterfacesListParameters = NetworkInterfacesListQueryParam & RequestParameters;\n\nexport interface NetworkInterfacesGetEffectiveRouteTableQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkInterfacesGetEffectiveRouteTableQueryParam {\n queryParameters: NetworkInterfacesGetEffectiveRouteTableQueryParamProperties;\n}\n\nexport type NetworkInterfacesGetEffectiveRouteTableParameters =\n NetworkInterfacesGetEffectiveRouteTableQueryParam & RequestParameters;\n\nexport interface NetworkInterfacesListEffectiveNetworkSecurityGroupsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkInterfacesListEffectiveNetworkSecurityGroupsQueryParam {\n queryParameters: NetworkInterfacesListEffectiveNetworkSecurityGroupsQueryParamProperties;\n}\n\nexport type NetworkInterfacesListEffectiveNetworkSecurityGroupsParameters =\n NetworkInterfacesListEffectiveNetworkSecurityGroupsQueryParam & RequestParameters;\n\nexport interface NetworkInterfacesListVirtualMachineScaleSetVMNetworkInterfacesQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2018-10-01\";\n}\n\nexport interface NetworkInterfacesListVirtualMachineScaleSetVMNetworkInterfacesQueryParam {\n queryParameters: NetworkInterfacesListVirtualMachineScaleSetVMNetworkInterfacesQueryParamProperties;\n}\n\nexport type NetworkInterfacesListVirtualMachineScaleSetVMNetworkInterfacesParameters =\n NetworkInterfacesListVirtualMachineScaleSetVMNetworkInterfacesQueryParam & RequestParameters;\n\nexport interface NetworkInterfacesListVirtualMachineScaleSetNetworkInterfacesQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2018-10-01\";\n}\n\nexport interface NetworkInterfacesListVirtualMachineScaleSetNetworkInterfacesQueryParam {\n queryParameters: NetworkInterfacesListVirtualMachineScaleSetNetworkInterfacesQueryParamProperties;\n}\n\nexport type NetworkInterfacesListVirtualMachineScaleSetNetworkInterfacesParameters =\n NetworkInterfacesListVirtualMachineScaleSetNetworkInterfacesQueryParam & RequestParameters;\n\nexport interface NetworkInterfacesGetVirtualMachineScaleSetNetworkInterfaceQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2018-10-01\";\n /** Expands referenced resources. */\n $expand?: string;\n}\n\nexport interface NetworkInterfacesGetVirtualMachineScaleSetNetworkInterfaceQueryParam {\n queryParameters: NetworkInterfacesGetVirtualMachineScaleSetNetworkInterfaceQueryParamProperties;\n}\n\nexport type NetworkInterfacesGetVirtualMachineScaleSetNetworkInterfaceParameters =\n NetworkInterfacesGetVirtualMachineScaleSetNetworkInterfaceQueryParam & RequestParameters;\n\nexport interface NetworkInterfacesListVirtualMachineScaleSetIpConfigurationsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2018-10-01\";\n /** Expands referenced resources. */\n $expand?: string;\n}\n\nexport interface NetworkInterfacesListVirtualMachineScaleSetIpConfigurationsQueryParam {\n queryParameters: NetworkInterfacesListVirtualMachineScaleSetIpConfigurationsQueryParamProperties;\n}\n\nexport type NetworkInterfacesListVirtualMachineScaleSetIpConfigurationsParameters =\n NetworkInterfacesListVirtualMachineScaleSetIpConfigurationsQueryParam & RequestParameters;\n\nexport interface NetworkInterfacesGetVirtualMachineScaleSetIpConfigurationQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2018-10-01\";\n /** Expands referenced resources. */\n $expand?: string;\n}\n\nexport interface NetworkInterfacesGetVirtualMachineScaleSetIpConfigurationQueryParam {\n queryParameters: NetworkInterfacesGetVirtualMachineScaleSetIpConfigurationQueryParamProperties;\n}\n\nexport type NetworkInterfacesGetVirtualMachineScaleSetIpConfigurationParameters =\n NetworkInterfacesGetVirtualMachineScaleSetIpConfigurationQueryParam & RequestParameters;\n\nexport interface PublicIPAddressesListCloudServicePublicIPAddressesQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PublicIPAddressesListCloudServicePublicIPAddressesQueryParam {\n queryParameters: PublicIPAddressesListCloudServicePublicIPAddressesQueryParamProperties;\n}\n\nexport type PublicIPAddressesListCloudServicePublicIPAddressesParameters =\n PublicIPAddressesListCloudServicePublicIPAddressesQueryParam & RequestParameters;\n\nexport interface PublicIPAddressesListCloudServiceRoleInstancePublicIPAddressesQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PublicIPAddressesListCloudServiceRoleInstancePublicIPAddressesQueryParam {\n queryParameters: PublicIPAddressesListCloudServiceRoleInstancePublicIPAddressesQueryParamProperties;\n}\n\nexport type PublicIPAddressesListCloudServiceRoleInstancePublicIPAddressesParameters =\n PublicIPAddressesListCloudServiceRoleInstancePublicIPAddressesQueryParam & RequestParameters;\n\nexport interface PublicIPAddressesGetCloudServicePublicIPAddressQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Expands referenced resources. */\n $expand?: string;\n}\n\nexport interface PublicIPAddressesGetCloudServicePublicIPAddressQueryParam {\n queryParameters: PublicIPAddressesGetCloudServicePublicIPAddressQueryParamProperties;\n}\n\nexport type PublicIPAddressesGetCloudServicePublicIPAddressParameters =\n PublicIPAddressesGetCloudServicePublicIPAddressQueryParam & RequestParameters;\n\nexport interface PublicIPAddressesDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PublicIPAddressesDeleteQueryParam {\n queryParameters: PublicIPAddressesDeleteQueryParamProperties;\n}\n\nexport type PublicIPAddressesDeleteParameters = PublicIPAddressesDeleteQueryParam &\n RequestParameters;\n\nexport interface PublicIPAddressesGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Expands referenced resources. */\n $expand?: string;\n}\n\nexport interface PublicIPAddressesGetQueryParam {\n queryParameters: PublicIPAddressesGetQueryParamProperties;\n}\n\nexport type PublicIPAddressesGetParameters = PublicIPAddressesGetQueryParam & RequestParameters;\n\nexport interface PublicIPAddressesCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update public IP address operation. */\n body: PublicIPAddress;\n}\n\nexport interface PublicIPAddressesCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PublicIPAddressesCreateOrUpdateQueryParam {\n queryParameters: PublicIPAddressesCreateOrUpdateQueryParamProperties;\n}\n\nexport interface PublicIPAddressesCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type PublicIPAddressesCreateOrUpdateParameters = PublicIPAddressesCreateOrUpdateQueryParam &\n PublicIPAddressesCreateOrUpdateMediaTypesParam &\n PublicIPAddressesCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface PublicIPAddressesUpdateTagsBodyParam {\n /** Parameters supplied to update public IP address tags. */\n body: TagsObject;\n}\n\nexport interface PublicIPAddressesUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PublicIPAddressesUpdateTagsQueryParam {\n queryParameters: PublicIPAddressesUpdateTagsQueryParamProperties;\n}\n\nexport interface PublicIPAddressesUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type PublicIPAddressesUpdateTagsParameters = PublicIPAddressesUpdateTagsQueryParam &\n PublicIPAddressesUpdateTagsMediaTypesParam &\n PublicIPAddressesUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface PublicIPAddressesListAllQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PublicIPAddressesListAllQueryParam {\n queryParameters: PublicIPAddressesListAllQueryParamProperties;\n}\n\nexport type PublicIPAddressesListAllParameters = PublicIPAddressesListAllQueryParam &\n RequestParameters;\n\nexport interface PublicIPAddressesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PublicIPAddressesListQueryParam {\n queryParameters: PublicIPAddressesListQueryParamProperties;\n}\n\nexport type PublicIPAddressesListParameters = PublicIPAddressesListQueryParam & RequestParameters;\n\nexport interface PublicIPAddressesDdosProtectionStatusQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PublicIPAddressesDdosProtectionStatusQueryParam {\n queryParameters: PublicIPAddressesDdosProtectionStatusQueryParamProperties;\n}\n\nexport type PublicIPAddressesDdosProtectionStatusParameters =\n PublicIPAddressesDdosProtectionStatusQueryParam & RequestParameters;\n\nexport interface PublicIPAddressesListVirtualMachineScaleSetPublicIPAddressesQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2018-10-01\";\n}\n\nexport interface PublicIPAddressesListVirtualMachineScaleSetPublicIPAddressesQueryParam {\n queryParameters: PublicIPAddressesListVirtualMachineScaleSetPublicIPAddressesQueryParamProperties;\n}\n\nexport type PublicIPAddressesListVirtualMachineScaleSetPublicIPAddressesParameters =\n PublicIPAddressesListVirtualMachineScaleSetPublicIPAddressesQueryParam & RequestParameters;\n\nexport interface PublicIPAddressesListVirtualMachineScaleSetVMPublicIPAddressesQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2018-10-01\";\n}\n\nexport interface PublicIPAddressesListVirtualMachineScaleSetVMPublicIPAddressesQueryParam {\n queryParameters: PublicIPAddressesListVirtualMachineScaleSetVMPublicIPAddressesQueryParamProperties;\n}\n\nexport type PublicIPAddressesListVirtualMachineScaleSetVMPublicIPAddressesParameters =\n PublicIPAddressesListVirtualMachineScaleSetVMPublicIPAddressesQueryParam & RequestParameters;\n\nexport interface PublicIPAddressesGetVirtualMachineScaleSetPublicIPAddressQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2018-10-01\";\n /** Expands referenced resources. */\n $expand?: string;\n}\n\nexport interface PublicIPAddressesGetVirtualMachineScaleSetPublicIPAddressQueryParam {\n queryParameters: PublicIPAddressesGetVirtualMachineScaleSetPublicIPAddressQueryParamProperties;\n}\n\nexport type PublicIPAddressesGetVirtualMachineScaleSetPublicIPAddressParameters =\n PublicIPAddressesGetVirtualMachineScaleSetPublicIPAddressQueryParam & RequestParameters;\n\nexport interface CustomIPPrefixesDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface CustomIPPrefixesDeleteQueryParam {\n queryParameters: CustomIPPrefixesDeleteQueryParamProperties;\n}\n\nexport type CustomIPPrefixesDeleteParameters = CustomIPPrefixesDeleteQueryParam & RequestParameters;\n\nexport interface CustomIPPrefixesGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Expands referenced resources. */\n $expand?: string;\n}\n\nexport interface CustomIPPrefixesGetQueryParam {\n queryParameters: CustomIPPrefixesGetQueryParamProperties;\n}\n\nexport type CustomIPPrefixesGetParameters = CustomIPPrefixesGetQueryParam & RequestParameters;\n\nexport interface CustomIPPrefixesCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update custom IP prefix operation. */\n body: CustomIpPrefix;\n}\n\nexport interface CustomIPPrefixesCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface CustomIPPrefixesCreateOrUpdateQueryParam {\n queryParameters: CustomIPPrefixesCreateOrUpdateQueryParamProperties;\n}\n\nexport interface CustomIPPrefixesCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type CustomIPPrefixesCreateOrUpdateParameters = CustomIPPrefixesCreateOrUpdateQueryParam &\n CustomIPPrefixesCreateOrUpdateMediaTypesParam &\n CustomIPPrefixesCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface CustomIPPrefixesUpdateTagsBodyParam {\n /** Parameters supplied to update custom IP prefix tags. */\n body: TagsObject;\n}\n\nexport interface CustomIPPrefixesUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface CustomIPPrefixesUpdateTagsQueryParam {\n queryParameters: CustomIPPrefixesUpdateTagsQueryParamProperties;\n}\n\nexport interface CustomIPPrefixesUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type CustomIPPrefixesUpdateTagsParameters = CustomIPPrefixesUpdateTagsQueryParam &\n CustomIPPrefixesUpdateTagsMediaTypesParam &\n CustomIPPrefixesUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface CustomIPPrefixesListAllQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface CustomIPPrefixesListAllQueryParam {\n queryParameters: CustomIPPrefixesListAllQueryParamProperties;\n}\n\nexport type CustomIPPrefixesListAllParameters = CustomIPPrefixesListAllQueryParam &\n RequestParameters;\n\nexport interface CustomIPPrefixesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface CustomIPPrefixesListQueryParam {\n queryParameters: CustomIPPrefixesListQueryParamProperties;\n}\n\nexport type CustomIPPrefixesListParameters = CustomIPPrefixesListQueryParam & RequestParameters;\n\nexport interface DdosCustomPoliciesDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface DdosCustomPoliciesDeleteQueryParam {\n queryParameters: DdosCustomPoliciesDeleteQueryParamProperties;\n}\n\nexport type DdosCustomPoliciesDeleteParameters = DdosCustomPoliciesDeleteQueryParam &\n RequestParameters;\n\nexport interface DdosCustomPoliciesGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface DdosCustomPoliciesGetQueryParam {\n queryParameters: DdosCustomPoliciesGetQueryParamProperties;\n}\n\nexport type DdosCustomPoliciesGetParameters = DdosCustomPoliciesGetQueryParam & RequestParameters;\n\nexport interface DdosCustomPoliciesCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update operation. */\n body: DdosCustomPolicy;\n}\n\nexport interface DdosCustomPoliciesCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface DdosCustomPoliciesCreateOrUpdateQueryParam {\n queryParameters: DdosCustomPoliciesCreateOrUpdateQueryParamProperties;\n}\n\nexport interface DdosCustomPoliciesCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type DdosCustomPoliciesCreateOrUpdateParameters =\n DdosCustomPoliciesCreateOrUpdateQueryParam &\n DdosCustomPoliciesCreateOrUpdateMediaTypesParam &\n DdosCustomPoliciesCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface DdosCustomPoliciesUpdateTagsBodyParam {\n /** Parameters supplied to update DDoS custom policy resource tags. */\n body: TagsObject;\n}\n\nexport interface DdosCustomPoliciesUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface DdosCustomPoliciesUpdateTagsQueryParam {\n queryParameters: DdosCustomPoliciesUpdateTagsQueryParamProperties;\n}\n\nexport interface DdosCustomPoliciesUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type DdosCustomPoliciesUpdateTagsParameters = DdosCustomPoliciesUpdateTagsQueryParam &\n DdosCustomPoliciesUpdateTagsMediaTypesParam &\n DdosCustomPoliciesUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface DdosProtectionPlansDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface DdosProtectionPlansDeleteQueryParam {\n queryParameters: DdosProtectionPlansDeleteQueryParamProperties;\n}\n\nexport type DdosProtectionPlansDeleteParameters = DdosProtectionPlansDeleteQueryParam &\n RequestParameters;\n\nexport interface DdosProtectionPlansGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface DdosProtectionPlansGetQueryParam {\n queryParameters: DdosProtectionPlansGetQueryParamProperties;\n}\n\nexport type DdosProtectionPlansGetParameters = DdosProtectionPlansGetQueryParam & RequestParameters;\n\nexport interface DdosProtectionPlansCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update operation. */\n body: DdosProtectionPlan;\n}\n\nexport interface DdosProtectionPlansCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface DdosProtectionPlansCreateOrUpdateQueryParam {\n queryParameters: DdosProtectionPlansCreateOrUpdateQueryParamProperties;\n}\n\nexport interface DdosProtectionPlansCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type DdosProtectionPlansCreateOrUpdateParameters =\n DdosProtectionPlansCreateOrUpdateQueryParam &\n DdosProtectionPlansCreateOrUpdateMediaTypesParam &\n DdosProtectionPlansCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface DdosProtectionPlansUpdateTagsBodyParam {\n /** Parameters supplied to the update DDoS protection plan resource tags. */\n body: TagsObject;\n}\n\nexport interface DdosProtectionPlansUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface DdosProtectionPlansUpdateTagsQueryParam {\n queryParameters: DdosProtectionPlansUpdateTagsQueryParamProperties;\n}\n\nexport interface DdosProtectionPlansUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type DdosProtectionPlansUpdateTagsParameters = DdosProtectionPlansUpdateTagsQueryParam &\n DdosProtectionPlansUpdateTagsMediaTypesParam &\n DdosProtectionPlansUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface DdosProtectionPlansListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface DdosProtectionPlansListQueryParam {\n queryParameters: DdosProtectionPlansListQueryParamProperties;\n}\n\nexport type DdosProtectionPlansListParameters = DdosProtectionPlansListQueryParam &\n RequestParameters;\n\nexport interface DdosProtectionPlansListByResourceGroupQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface DdosProtectionPlansListByResourceGroupQueryParam {\n queryParameters: DdosProtectionPlansListByResourceGroupQueryParamProperties;\n}\n\nexport type DdosProtectionPlansListByResourceGroupParameters =\n DdosProtectionPlansListByResourceGroupQueryParam & RequestParameters;\n\nexport interface DscpConfigurationCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update dscp configuration operation. */\n body: DscpConfiguration;\n}\n\nexport interface DscpConfigurationCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface DscpConfigurationCreateOrUpdateQueryParam {\n queryParameters: DscpConfigurationCreateOrUpdateQueryParamProperties;\n}\n\nexport interface DscpConfigurationCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type DscpConfigurationCreateOrUpdateParameters = DscpConfigurationCreateOrUpdateQueryParam &\n DscpConfigurationCreateOrUpdateMediaTypesParam &\n DscpConfigurationCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface DscpConfigurationDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface DscpConfigurationDeleteQueryParam {\n queryParameters: DscpConfigurationDeleteQueryParamProperties;\n}\n\nexport type DscpConfigurationDeleteParameters = DscpConfigurationDeleteQueryParam &\n RequestParameters;\n\nexport interface DscpConfigurationGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface DscpConfigurationGetQueryParam {\n queryParameters: DscpConfigurationGetQueryParamProperties;\n}\n\nexport type DscpConfigurationGetParameters = DscpConfigurationGetQueryParam & RequestParameters;\n\nexport interface DscpConfigurationListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface DscpConfigurationListQueryParam {\n queryParameters: DscpConfigurationListQueryParamProperties;\n}\n\nexport type DscpConfigurationListParameters = DscpConfigurationListQueryParam & RequestParameters;\n\nexport interface DscpConfigurationListAllQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface DscpConfigurationListAllQueryParam {\n queryParameters: DscpConfigurationListAllQueryParamProperties;\n}\n\nexport type DscpConfigurationListAllParameters = DscpConfigurationListAllQueryParam &\n RequestParameters;\n\nexport interface AvailableEndpointServicesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface AvailableEndpointServicesListQueryParam {\n queryParameters: AvailableEndpointServicesListQueryParamProperties;\n}\n\nexport type AvailableEndpointServicesListParameters = AvailableEndpointServicesListQueryParam &\n RequestParameters;\n\nexport interface ExpressRouteCircuitAuthorizationsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCircuitAuthorizationsDeleteQueryParam {\n queryParameters: ExpressRouteCircuitAuthorizationsDeleteQueryParamProperties;\n}\n\nexport type ExpressRouteCircuitAuthorizationsDeleteParameters =\n ExpressRouteCircuitAuthorizationsDeleteQueryParam & RequestParameters;\n\nexport interface ExpressRouteCircuitAuthorizationsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCircuitAuthorizationsGetQueryParam {\n queryParameters: ExpressRouteCircuitAuthorizationsGetQueryParamProperties;\n}\n\nexport type ExpressRouteCircuitAuthorizationsGetParameters =\n ExpressRouteCircuitAuthorizationsGetQueryParam & RequestParameters;\n\nexport interface ExpressRouteCircuitAuthorizationsCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update express route circuit authorization operation. */\n body: ExpressRouteCircuitAuthorization;\n}\n\nexport interface ExpressRouteCircuitAuthorizationsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCircuitAuthorizationsCreateOrUpdateQueryParam {\n queryParameters: ExpressRouteCircuitAuthorizationsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface ExpressRouteCircuitAuthorizationsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ExpressRouteCircuitAuthorizationsCreateOrUpdateParameters =\n ExpressRouteCircuitAuthorizationsCreateOrUpdateQueryParam &\n ExpressRouteCircuitAuthorizationsCreateOrUpdateMediaTypesParam &\n ExpressRouteCircuitAuthorizationsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface ExpressRouteCircuitAuthorizationsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCircuitAuthorizationsListQueryParam {\n queryParameters: ExpressRouteCircuitAuthorizationsListQueryParamProperties;\n}\n\nexport type ExpressRouteCircuitAuthorizationsListParameters =\n ExpressRouteCircuitAuthorizationsListQueryParam & RequestParameters;\n\nexport interface ExpressRouteCircuitPeeringsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCircuitPeeringsDeleteQueryParam {\n queryParameters: ExpressRouteCircuitPeeringsDeleteQueryParamProperties;\n}\n\nexport type ExpressRouteCircuitPeeringsDeleteParameters =\n ExpressRouteCircuitPeeringsDeleteQueryParam & RequestParameters;\n\nexport interface ExpressRouteCircuitPeeringsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCircuitPeeringsGetQueryParam {\n queryParameters: ExpressRouteCircuitPeeringsGetQueryParamProperties;\n}\n\nexport type ExpressRouteCircuitPeeringsGetParameters = ExpressRouteCircuitPeeringsGetQueryParam &\n RequestParameters;\n\nexport interface ExpressRouteCircuitPeeringsCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update express route circuit peering operation. */\n body: ExpressRouteCircuitPeering;\n}\n\nexport interface ExpressRouteCircuitPeeringsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCircuitPeeringsCreateOrUpdateQueryParam {\n queryParameters: ExpressRouteCircuitPeeringsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface ExpressRouteCircuitPeeringsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ExpressRouteCircuitPeeringsCreateOrUpdateParameters =\n ExpressRouteCircuitPeeringsCreateOrUpdateQueryParam &\n ExpressRouteCircuitPeeringsCreateOrUpdateMediaTypesParam &\n ExpressRouteCircuitPeeringsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface ExpressRouteCircuitPeeringsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCircuitPeeringsListQueryParam {\n queryParameters: ExpressRouteCircuitPeeringsListQueryParamProperties;\n}\n\nexport type ExpressRouteCircuitPeeringsListParameters = ExpressRouteCircuitPeeringsListQueryParam &\n RequestParameters;\n\nexport interface ExpressRouteCircuitConnectionsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCircuitConnectionsDeleteQueryParam {\n queryParameters: ExpressRouteCircuitConnectionsDeleteQueryParamProperties;\n}\n\nexport type ExpressRouteCircuitConnectionsDeleteParameters =\n ExpressRouteCircuitConnectionsDeleteQueryParam & RequestParameters;\n\nexport interface ExpressRouteCircuitConnectionsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCircuitConnectionsGetQueryParam {\n queryParameters: ExpressRouteCircuitConnectionsGetQueryParamProperties;\n}\n\nexport type ExpressRouteCircuitConnectionsGetParameters =\n ExpressRouteCircuitConnectionsGetQueryParam & RequestParameters;\n\nexport interface ExpressRouteCircuitConnectionsCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update express route circuit connection operation. */\n body: ExpressRouteCircuitConnection;\n}\n\nexport interface ExpressRouteCircuitConnectionsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCircuitConnectionsCreateOrUpdateQueryParam {\n queryParameters: ExpressRouteCircuitConnectionsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface ExpressRouteCircuitConnectionsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ExpressRouteCircuitConnectionsCreateOrUpdateParameters =\n ExpressRouteCircuitConnectionsCreateOrUpdateQueryParam &\n ExpressRouteCircuitConnectionsCreateOrUpdateMediaTypesParam &\n ExpressRouteCircuitConnectionsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface ExpressRouteCircuitConnectionsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCircuitConnectionsListQueryParam {\n queryParameters: ExpressRouteCircuitConnectionsListQueryParamProperties;\n}\n\nexport type ExpressRouteCircuitConnectionsListParameters =\n ExpressRouteCircuitConnectionsListQueryParam & RequestParameters;\n\nexport interface PeerExpressRouteCircuitConnectionsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PeerExpressRouteCircuitConnectionsGetQueryParam {\n queryParameters: PeerExpressRouteCircuitConnectionsGetQueryParamProperties;\n}\n\nexport type PeerExpressRouteCircuitConnectionsGetParameters =\n PeerExpressRouteCircuitConnectionsGetQueryParam & RequestParameters;\n\nexport interface PeerExpressRouteCircuitConnectionsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PeerExpressRouteCircuitConnectionsListQueryParam {\n queryParameters: PeerExpressRouteCircuitConnectionsListQueryParamProperties;\n}\n\nexport type PeerExpressRouteCircuitConnectionsListParameters =\n PeerExpressRouteCircuitConnectionsListQueryParam & RequestParameters;\n\nexport interface ExpressRouteCircuitsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCircuitsDeleteQueryParam {\n queryParameters: ExpressRouteCircuitsDeleteQueryParamProperties;\n}\n\nexport type ExpressRouteCircuitsDeleteParameters = ExpressRouteCircuitsDeleteQueryParam &\n RequestParameters;\n\nexport interface ExpressRouteCircuitsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCircuitsGetQueryParam {\n queryParameters: ExpressRouteCircuitsGetQueryParamProperties;\n}\n\nexport type ExpressRouteCircuitsGetParameters = ExpressRouteCircuitsGetQueryParam &\n RequestParameters;\n\nexport interface ExpressRouteCircuitsCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update express route circuit operation. */\n body: ExpressRouteCircuit;\n}\n\nexport interface ExpressRouteCircuitsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCircuitsCreateOrUpdateQueryParam {\n queryParameters: ExpressRouteCircuitsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface ExpressRouteCircuitsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ExpressRouteCircuitsCreateOrUpdateParameters =\n ExpressRouteCircuitsCreateOrUpdateQueryParam &\n ExpressRouteCircuitsCreateOrUpdateMediaTypesParam &\n ExpressRouteCircuitsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface ExpressRouteCircuitsUpdateTagsBodyParam {\n /** Parameters supplied to update express route circuit tags. */\n body: TagsObject;\n}\n\nexport interface ExpressRouteCircuitsUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCircuitsUpdateTagsQueryParam {\n queryParameters: ExpressRouteCircuitsUpdateTagsQueryParamProperties;\n}\n\nexport interface ExpressRouteCircuitsUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ExpressRouteCircuitsUpdateTagsParameters = ExpressRouteCircuitsUpdateTagsQueryParam &\n ExpressRouteCircuitsUpdateTagsMediaTypesParam &\n ExpressRouteCircuitsUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface ExpressRouteCircuitsListArpTableQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCircuitsListArpTableQueryParam {\n queryParameters: ExpressRouteCircuitsListArpTableQueryParamProperties;\n}\n\nexport type ExpressRouteCircuitsListArpTableParameters =\n ExpressRouteCircuitsListArpTableQueryParam & RequestParameters;\n\nexport interface ExpressRouteCircuitsListRoutesTableQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCircuitsListRoutesTableQueryParam {\n queryParameters: ExpressRouteCircuitsListRoutesTableQueryParamProperties;\n}\n\nexport type ExpressRouteCircuitsListRoutesTableParameters =\n ExpressRouteCircuitsListRoutesTableQueryParam & RequestParameters;\n\nexport interface ExpressRouteCircuitsListRoutesTableSummaryQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCircuitsListRoutesTableSummaryQueryParam {\n queryParameters: ExpressRouteCircuitsListRoutesTableSummaryQueryParamProperties;\n}\n\nexport type ExpressRouteCircuitsListRoutesTableSummaryParameters =\n ExpressRouteCircuitsListRoutesTableSummaryQueryParam & RequestParameters;\n\nexport interface ExpressRouteCircuitsGetStatsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCircuitsGetStatsQueryParam {\n queryParameters: ExpressRouteCircuitsGetStatsQueryParamProperties;\n}\n\nexport type ExpressRouteCircuitsGetStatsParameters = ExpressRouteCircuitsGetStatsQueryParam &\n RequestParameters;\n\nexport interface ExpressRouteCircuitsGetPeeringStatsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCircuitsGetPeeringStatsQueryParam {\n queryParameters: ExpressRouteCircuitsGetPeeringStatsQueryParamProperties;\n}\n\nexport type ExpressRouteCircuitsGetPeeringStatsParameters =\n ExpressRouteCircuitsGetPeeringStatsQueryParam & RequestParameters;\n\nexport interface ExpressRouteCircuitsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCircuitsListQueryParam {\n queryParameters: ExpressRouteCircuitsListQueryParamProperties;\n}\n\nexport type ExpressRouteCircuitsListParameters = ExpressRouteCircuitsListQueryParam &\n RequestParameters;\n\nexport interface ExpressRouteCircuitsListAllQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCircuitsListAllQueryParam {\n queryParameters: ExpressRouteCircuitsListAllQueryParamProperties;\n}\n\nexport type ExpressRouteCircuitsListAllParameters = ExpressRouteCircuitsListAllQueryParam &\n RequestParameters;\n\nexport interface ExpressRouteServiceProvidersListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteServiceProvidersListQueryParam {\n queryParameters: ExpressRouteServiceProvidersListQueryParamProperties;\n}\n\nexport type ExpressRouteServiceProvidersListParameters =\n ExpressRouteServiceProvidersListQueryParam & RequestParameters;\n\nexport interface ExpressRouteCrossConnectionsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCrossConnectionsListQueryParam {\n queryParameters: ExpressRouteCrossConnectionsListQueryParamProperties;\n}\n\nexport type ExpressRouteCrossConnectionsListParameters =\n ExpressRouteCrossConnectionsListQueryParam & RequestParameters;\n\nexport interface ExpressRouteCrossConnectionsListByResourceGroupQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCrossConnectionsListByResourceGroupQueryParam {\n queryParameters: ExpressRouteCrossConnectionsListByResourceGroupQueryParamProperties;\n}\n\nexport type ExpressRouteCrossConnectionsListByResourceGroupParameters =\n ExpressRouteCrossConnectionsListByResourceGroupQueryParam & RequestParameters;\n\nexport interface ExpressRouteCrossConnectionsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCrossConnectionsGetQueryParam {\n queryParameters: ExpressRouteCrossConnectionsGetQueryParamProperties;\n}\n\nexport type ExpressRouteCrossConnectionsGetParameters = ExpressRouteCrossConnectionsGetQueryParam &\n RequestParameters;\n\nexport interface ExpressRouteCrossConnectionsCreateOrUpdateBodyParam {\n /** Parameters supplied to the update express route crossConnection operation. */\n body: ExpressRouteCrossConnection;\n}\n\nexport interface ExpressRouteCrossConnectionsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCrossConnectionsCreateOrUpdateQueryParam {\n queryParameters: ExpressRouteCrossConnectionsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface ExpressRouteCrossConnectionsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ExpressRouteCrossConnectionsCreateOrUpdateParameters =\n ExpressRouteCrossConnectionsCreateOrUpdateQueryParam &\n ExpressRouteCrossConnectionsCreateOrUpdateMediaTypesParam &\n ExpressRouteCrossConnectionsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface ExpressRouteCrossConnectionsUpdateTagsBodyParam {\n /** Parameters supplied to update express route cross connection tags. */\n body: TagsObject;\n}\n\nexport interface ExpressRouteCrossConnectionsUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCrossConnectionsUpdateTagsQueryParam {\n queryParameters: ExpressRouteCrossConnectionsUpdateTagsQueryParamProperties;\n}\n\nexport interface ExpressRouteCrossConnectionsUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ExpressRouteCrossConnectionsUpdateTagsParameters =\n ExpressRouteCrossConnectionsUpdateTagsQueryParam &\n ExpressRouteCrossConnectionsUpdateTagsMediaTypesParam &\n ExpressRouteCrossConnectionsUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface ExpressRouteCrossConnectionsListArpTableQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCrossConnectionsListArpTableQueryParam {\n queryParameters: ExpressRouteCrossConnectionsListArpTableQueryParamProperties;\n}\n\nexport type ExpressRouteCrossConnectionsListArpTableParameters =\n ExpressRouteCrossConnectionsListArpTableQueryParam & RequestParameters;\n\nexport interface ExpressRouteCrossConnectionsListRoutesTableSummaryQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCrossConnectionsListRoutesTableSummaryQueryParam {\n queryParameters: ExpressRouteCrossConnectionsListRoutesTableSummaryQueryParamProperties;\n}\n\nexport type ExpressRouteCrossConnectionsListRoutesTableSummaryParameters =\n ExpressRouteCrossConnectionsListRoutesTableSummaryQueryParam & RequestParameters;\n\nexport interface ExpressRouteCrossConnectionsListRoutesTableQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCrossConnectionsListRoutesTableQueryParam {\n queryParameters: ExpressRouteCrossConnectionsListRoutesTableQueryParamProperties;\n}\n\nexport type ExpressRouteCrossConnectionsListRoutesTableParameters =\n ExpressRouteCrossConnectionsListRoutesTableQueryParam & RequestParameters;\n\nexport interface ExpressRouteCrossConnectionPeeringsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCrossConnectionPeeringsListQueryParam {\n queryParameters: ExpressRouteCrossConnectionPeeringsListQueryParamProperties;\n}\n\nexport type ExpressRouteCrossConnectionPeeringsListParameters =\n ExpressRouteCrossConnectionPeeringsListQueryParam & RequestParameters;\n\nexport interface ExpressRouteCrossConnectionPeeringsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCrossConnectionPeeringsDeleteQueryParam {\n queryParameters: ExpressRouteCrossConnectionPeeringsDeleteQueryParamProperties;\n}\n\nexport type ExpressRouteCrossConnectionPeeringsDeleteParameters =\n ExpressRouteCrossConnectionPeeringsDeleteQueryParam & RequestParameters;\n\nexport interface ExpressRouteCrossConnectionPeeringsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCrossConnectionPeeringsGetQueryParam {\n queryParameters: ExpressRouteCrossConnectionPeeringsGetQueryParamProperties;\n}\n\nexport type ExpressRouteCrossConnectionPeeringsGetParameters =\n ExpressRouteCrossConnectionPeeringsGetQueryParam & RequestParameters;\n\nexport interface ExpressRouteCrossConnectionPeeringsCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update ExpressRouteCrossConnection peering operation. */\n body: ExpressRouteCrossConnectionPeering;\n}\n\nexport interface ExpressRouteCrossConnectionPeeringsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteCrossConnectionPeeringsCreateOrUpdateQueryParam {\n queryParameters: ExpressRouteCrossConnectionPeeringsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface ExpressRouteCrossConnectionPeeringsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ExpressRouteCrossConnectionPeeringsCreateOrUpdateParameters =\n ExpressRouteCrossConnectionPeeringsCreateOrUpdateQueryParam &\n ExpressRouteCrossConnectionPeeringsCreateOrUpdateMediaTypesParam &\n ExpressRouteCrossConnectionPeeringsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface ExpressRoutePortsLocationsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRoutePortsLocationsListQueryParam {\n queryParameters: ExpressRoutePortsLocationsListQueryParamProperties;\n}\n\nexport type ExpressRoutePortsLocationsListParameters = ExpressRoutePortsLocationsListQueryParam &\n RequestParameters;\n\nexport interface ExpressRoutePortsLocationsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRoutePortsLocationsGetQueryParam {\n queryParameters: ExpressRoutePortsLocationsGetQueryParamProperties;\n}\n\nexport type ExpressRoutePortsLocationsGetParameters = ExpressRoutePortsLocationsGetQueryParam &\n RequestParameters;\n\nexport interface ExpressRoutePortsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRoutePortsDeleteQueryParam {\n queryParameters: ExpressRoutePortsDeleteQueryParamProperties;\n}\n\nexport type ExpressRoutePortsDeleteParameters = ExpressRoutePortsDeleteQueryParam &\n RequestParameters;\n\nexport interface ExpressRoutePortsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRoutePortsGetQueryParam {\n queryParameters: ExpressRoutePortsGetQueryParamProperties;\n}\n\nexport type ExpressRoutePortsGetParameters = ExpressRoutePortsGetQueryParam & RequestParameters;\n\nexport interface ExpressRoutePortsCreateOrUpdateBodyParam {\n /** Parameters supplied to the create ExpressRoutePort operation. */\n body: ExpressRoutePort;\n}\n\nexport interface ExpressRoutePortsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRoutePortsCreateOrUpdateQueryParam {\n queryParameters: ExpressRoutePortsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface ExpressRoutePortsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ExpressRoutePortsCreateOrUpdateParameters = ExpressRoutePortsCreateOrUpdateQueryParam &\n ExpressRoutePortsCreateOrUpdateMediaTypesParam &\n ExpressRoutePortsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface ExpressRoutePortsUpdateTagsBodyParam {\n /** Parameters supplied to update ExpressRoutePort resource tags. */\n body: TagsObject;\n}\n\nexport interface ExpressRoutePortsUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRoutePortsUpdateTagsQueryParam {\n queryParameters: ExpressRoutePortsUpdateTagsQueryParamProperties;\n}\n\nexport interface ExpressRoutePortsUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ExpressRoutePortsUpdateTagsParameters = ExpressRoutePortsUpdateTagsQueryParam &\n ExpressRoutePortsUpdateTagsMediaTypesParam &\n ExpressRoutePortsUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface ExpressRoutePortsListByResourceGroupQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRoutePortsListByResourceGroupQueryParam {\n queryParameters: ExpressRoutePortsListByResourceGroupQueryParamProperties;\n}\n\nexport type ExpressRoutePortsListByResourceGroupParameters =\n ExpressRoutePortsListByResourceGroupQueryParam & RequestParameters;\n\nexport interface ExpressRoutePortsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRoutePortsListQueryParam {\n queryParameters: ExpressRoutePortsListQueryParamProperties;\n}\n\nexport type ExpressRoutePortsListParameters = ExpressRoutePortsListQueryParam & RequestParameters;\n\nexport interface ExpressRoutePortsGenerateLOABodyParam {\n /** Request parameters supplied to generate a letter of authorization. */\n body: GenerateExpressRoutePortsLOARequest;\n}\n\nexport interface ExpressRoutePortsGenerateLOAQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRoutePortsGenerateLOAQueryParam {\n queryParameters: ExpressRoutePortsGenerateLOAQueryParamProperties;\n}\n\nexport interface ExpressRoutePortsGenerateLOAMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ExpressRoutePortsGenerateLOAParameters = ExpressRoutePortsGenerateLOAQueryParam &\n ExpressRoutePortsGenerateLOAMediaTypesParam &\n ExpressRoutePortsGenerateLOABodyParam &\n RequestParameters;\n\nexport interface ExpressRouteLinksGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteLinksGetQueryParam {\n queryParameters: ExpressRouteLinksGetQueryParamProperties;\n}\n\nexport type ExpressRouteLinksGetParameters = ExpressRouteLinksGetQueryParam & RequestParameters;\n\nexport interface ExpressRouteLinksListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteLinksListQueryParam {\n queryParameters: ExpressRouteLinksListQueryParamProperties;\n}\n\nexport type ExpressRouteLinksListParameters = ExpressRouteLinksListQueryParam & RequestParameters;\n\nexport interface ExpressRoutePortAuthorizationsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRoutePortAuthorizationsDeleteQueryParam {\n queryParameters: ExpressRoutePortAuthorizationsDeleteQueryParamProperties;\n}\n\nexport type ExpressRoutePortAuthorizationsDeleteParameters =\n ExpressRoutePortAuthorizationsDeleteQueryParam & RequestParameters;\n\nexport interface ExpressRoutePortAuthorizationsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRoutePortAuthorizationsGetQueryParam {\n queryParameters: ExpressRoutePortAuthorizationsGetQueryParamProperties;\n}\n\nexport type ExpressRoutePortAuthorizationsGetParameters =\n ExpressRoutePortAuthorizationsGetQueryParam & RequestParameters;\n\nexport interface ExpressRoutePortAuthorizationsCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update express route port authorization operation. */\n body: ExpressRoutePortAuthorization;\n}\n\nexport interface ExpressRoutePortAuthorizationsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRoutePortAuthorizationsCreateOrUpdateQueryParam {\n queryParameters: ExpressRoutePortAuthorizationsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface ExpressRoutePortAuthorizationsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ExpressRoutePortAuthorizationsCreateOrUpdateParameters =\n ExpressRoutePortAuthorizationsCreateOrUpdateQueryParam &\n ExpressRoutePortAuthorizationsCreateOrUpdateMediaTypesParam &\n ExpressRoutePortAuthorizationsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface ExpressRoutePortAuthorizationsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRoutePortAuthorizationsListQueryParam {\n queryParameters: ExpressRoutePortAuthorizationsListQueryParamProperties;\n}\n\nexport type ExpressRoutePortAuthorizationsListParameters =\n ExpressRoutePortAuthorizationsListQueryParam & RequestParameters;\n\nexport interface ExpressRouteProviderPortsLocationListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** The filter to apply on the operation. For example, you can use $filter=location eq '{state}'. */\n $filter?: string;\n}\n\nexport interface ExpressRouteProviderPortsLocationListQueryParam {\n queryParameters: ExpressRouteProviderPortsLocationListQueryParamProperties;\n}\n\nexport type ExpressRouteProviderPortsLocationListParameters =\n ExpressRouteProviderPortsLocationListQueryParam & RequestParameters;\n\nexport interface FirewallPoliciesDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface FirewallPoliciesDeleteQueryParam {\n queryParameters: FirewallPoliciesDeleteQueryParamProperties;\n}\n\nexport type FirewallPoliciesDeleteParameters = FirewallPoliciesDeleteQueryParam & RequestParameters;\n\nexport interface FirewallPoliciesGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Expands referenced resources. */\n $expand?: string;\n}\n\nexport interface FirewallPoliciesGetQueryParam {\n queryParameters: FirewallPoliciesGetQueryParamProperties;\n}\n\nexport type FirewallPoliciesGetParameters = FirewallPoliciesGetQueryParam & RequestParameters;\n\nexport interface FirewallPoliciesCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update Firewall Policy operation. */\n body: FirewallPolicy;\n}\n\nexport interface FirewallPoliciesCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface FirewallPoliciesCreateOrUpdateQueryParam {\n queryParameters: FirewallPoliciesCreateOrUpdateQueryParamProperties;\n}\n\nexport interface FirewallPoliciesCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type FirewallPoliciesCreateOrUpdateParameters = FirewallPoliciesCreateOrUpdateQueryParam &\n FirewallPoliciesCreateOrUpdateMediaTypesParam &\n FirewallPoliciesCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface FirewallPoliciesUpdateTagsBodyParam {\n /** Parameters supplied to update Azure Firewall Policy tags. */\n body: TagsObject;\n}\n\nexport interface FirewallPoliciesUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface FirewallPoliciesUpdateTagsQueryParam {\n queryParameters: FirewallPoliciesUpdateTagsQueryParamProperties;\n}\n\nexport interface FirewallPoliciesUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type FirewallPoliciesUpdateTagsParameters = FirewallPoliciesUpdateTagsQueryParam &\n FirewallPoliciesUpdateTagsMediaTypesParam &\n FirewallPoliciesUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface FirewallPoliciesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface FirewallPoliciesListQueryParam {\n queryParameters: FirewallPoliciesListQueryParamProperties;\n}\n\nexport type FirewallPoliciesListParameters = FirewallPoliciesListQueryParam & RequestParameters;\n\nexport interface FirewallPoliciesListAllQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface FirewallPoliciesListAllQueryParam {\n queryParameters: FirewallPoliciesListAllQueryParamProperties;\n}\n\nexport type FirewallPoliciesListAllParameters = FirewallPoliciesListAllQueryParam &\n RequestParameters;\n\nexport interface FirewallPolicyRuleCollectionGroupsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface FirewallPolicyRuleCollectionGroupsDeleteQueryParam {\n queryParameters: FirewallPolicyRuleCollectionGroupsDeleteQueryParamProperties;\n}\n\nexport type FirewallPolicyRuleCollectionGroupsDeleteParameters =\n FirewallPolicyRuleCollectionGroupsDeleteQueryParam & RequestParameters;\n\nexport interface FirewallPolicyRuleCollectionGroupsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface FirewallPolicyRuleCollectionGroupsGetQueryParam {\n queryParameters: FirewallPolicyRuleCollectionGroupsGetQueryParamProperties;\n}\n\nexport type FirewallPolicyRuleCollectionGroupsGetParameters =\n FirewallPolicyRuleCollectionGroupsGetQueryParam & RequestParameters;\n\nexport interface FirewallPolicyRuleCollectionGroupsCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update FirewallPolicyRuleCollectionGroup operation. */\n body: FirewallPolicyRuleCollectionGroup;\n}\n\nexport interface FirewallPolicyRuleCollectionGroupsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface FirewallPolicyRuleCollectionGroupsCreateOrUpdateQueryParam {\n queryParameters: FirewallPolicyRuleCollectionGroupsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface FirewallPolicyRuleCollectionGroupsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type FirewallPolicyRuleCollectionGroupsCreateOrUpdateParameters =\n FirewallPolicyRuleCollectionGroupsCreateOrUpdateQueryParam &\n FirewallPolicyRuleCollectionGroupsCreateOrUpdateMediaTypesParam &\n FirewallPolicyRuleCollectionGroupsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface FirewallPolicyRuleCollectionGroupsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface FirewallPolicyRuleCollectionGroupsListQueryParam {\n queryParameters: FirewallPolicyRuleCollectionGroupsListQueryParamProperties;\n}\n\nexport type FirewallPolicyRuleCollectionGroupsListParameters =\n FirewallPolicyRuleCollectionGroupsListQueryParam & RequestParameters;\n\nexport interface FirewallPolicyIdpsSignaturesListBodyParam {\n body: IdpsQueryObject;\n}\n\nexport interface FirewallPolicyIdpsSignaturesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface FirewallPolicyIdpsSignaturesListQueryParam {\n queryParameters: FirewallPolicyIdpsSignaturesListQueryParamProperties;\n}\n\nexport interface FirewallPolicyIdpsSignaturesListMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type FirewallPolicyIdpsSignaturesListParameters =\n FirewallPolicyIdpsSignaturesListQueryParam &\n FirewallPolicyIdpsSignaturesListMediaTypesParam &\n FirewallPolicyIdpsSignaturesListBodyParam &\n RequestParameters;\n\nexport interface FirewallPolicyIdpsSignaturesOverridesPatchBodyParam {\n /** Will contain all properties of the object to put */\n body: SignaturesOverrides;\n}\n\nexport interface FirewallPolicyIdpsSignaturesOverridesPatchQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface FirewallPolicyIdpsSignaturesOverridesPatchQueryParam {\n queryParameters: FirewallPolicyIdpsSignaturesOverridesPatchQueryParamProperties;\n}\n\nexport interface FirewallPolicyIdpsSignaturesOverridesPatchMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type FirewallPolicyIdpsSignaturesOverridesPatchParameters =\n FirewallPolicyIdpsSignaturesOverridesPatchQueryParam &\n FirewallPolicyIdpsSignaturesOverridesPatchMediaTypesParam &\n FirewallPolicyIdpsSignaturesOverridesPatchBodyParam &\n RequestParameters;\n\nexport interface FirewallPolicyIdpsSignaturesOverridesPutBodyParam {\n /** Will contain all properties of the object to put */\n body: SignaturesOverrides;\n}\n\nexport interface FirewallPolicyIdpsSignaturesOverridesPutQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface FirewallPolicyIdpsSignaturesOverridesPutQueryParam {\n queryParameters: FirewallPolicyIdpsSignaturesOverridesPutQueryParamProperties;\n}\n\nexport interface FirewallPolicyIdpsSignaturesOverridesPutMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type FirewallPolicyIdpsSignaturesOverridesPutParameters =\n FirewallPolicyIdpsSignaturesOverridesPutQueryParam &\n FirewallPolicyIdpsSignaturesOverridesPutMediaTypesParam &\n FirewallPolicyIdpsSignaturesOverridesPutBodyParam &\n RequestParameters;\n\nexport interface FirewallPolicyIdpsSignaturesOverridesGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface FirewallPolicyIdpsSignaturesOverridesGetQueryParam {\n queryParameters: FirewallPolicyIdpsSignaturesOverridesGetQueryParamProperties;\n}\n\nexport type FirewallPolicyIdpsSignaturesOverridesGetParameters =\n FirewallPolicyIdpsSignaturesOverridesGetQueryParam & RequestParameters;\n\nexport interface FirewallPolicyIdpsSignaturesOverridesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface FirewallPolicyIdpsSignaturesOverridesListQueryParam {\n queryParameters: FirewallPolicyIdpsSignaturesOverridesListQueryParamProperties;\n}\n\nexport type FirewallPolicyIdpsSignaturesOverridesListParameters =\n FirewallPolicyIdpsSignaturesOverridesListQueryParam & RequestParameters;\n\nexport interface FirewallPolicyIdpsSignaturesFilterValuesListBodyParam {\n body: SignatureOverridesFilterValuesQuery;\n}\n\nexport interface FirewallPolicyIdpsSignaturesFilterValuesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface FirewallPolicyIdpsSignaturesFilterValuesListQueryParam {\n queryParameters: FirewallPolicyIdpsSignaturesFilterValuesListQueryParamProperties;\n}\n\nexport interface FirewallPolicyIdpsSignaturesFilterValuesListMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type FirewallPolicyIdpsSignaturesFilterValuesListParameters =\n FirewallPolicyIdpsSignaturesFilterValuesListQueryParam &\n FirewallPolicyIdpsSignaturesFilterValuesListMediaTypesParam &\n FirewallPolicyIdpsSignaturesFilterValuesListBodyParam &\n RequestParameters;\n\nexport interface IpAllocationsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface IpAllocationsDeleteQueryParam {\n queryParameters: IpAllocationsDeleteQueryParamProperties;\n}\n\nexport type IpAllocationsDeleteParameters = IpAllocationsDeleteQueryParam & RequestParameters;\n\nexport interface IpAllocationsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Expands referenced resources. */\n $expand?: string;\n}\n\nexport interface IpAllocationsGetQueryParam {\n queryParameters: IpAllocationsGetQueryParamProperties;\n}\n\nexport type IpAllocationsGetParameters = IpAllocationsGetQueryParam & RequestParameters;\n\nexport interface IpAllocationsCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update virtual network operation. */\n body: IpAllocation;\n}\n\nexport interface IpAllocationsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface IpAllocationsCreateOrUpdateQueryParam {\n queryParameters: IpAllocationsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface IpAllocationsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type IpAllocationsCreateOrUpdateParameters = IpAllocationsCreateOrUpdateQueryParam &\n IpAllocationsCreateOrUpdateMediaTypesParam &\n IpAllocationsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface IpAllocationsUpdateTagsBodyParam {\n /** Parameters supplied to update IpAllocation tags. */\n body: TagsObject;\n}\n\nexport interface IpAllocationsUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface IpAllocationsUpdateTagsQueryParam {\n queryParameters: IpAllocationsUpdateTagsQueryParamProperties;\n}\n\nexport interface IpAllocationsUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type IpAllocationsUpdateTagsParameters = IpAllocationsUpdateTagsQueryParam &\n IpAllocationsUpdateTagsMediaTypesParam &\n IpAllocationsUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface IpAllocationsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface IpAllocationsListQueryParam {\n queryParameters: IpAllocationsListQueryParamProperties;\n}\n\nexport type IpAllocationsListParameters = IpAllocationsListQueryParam & RequestParameters;\n\nexport interface IpAllocationsListByResourceGroupQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface IpAllocationsListByResourceGroupQueryParam {\n queryParameters: IpAllocationsListByResourceGroupQueryParamProperties;\n}\n\nexport type IpAllocationsListByResourceGroupParameters =\n IpAllocationsListByResourceGroupQueryParam & RequestParameters;\n\nexport interface IpGroupsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Expands resourceIds (of Firewalls/Network Security Groups etc.) back referenced by the IpGroups resource. */\n $expand?: string;\n}\n\nexport interface IpGroupsGetQueryParam {\n queryParameters: IpGroupsGetQueryParamProperties;\n}\n\nexport type IpGroupsGetParameters = IpGroupsGetQueryParam & RequestParameters;\n\nexport interface IpGroupsCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update IpGroups operation. */\n body: IpGroup;\n}\n\nexport interface IpGroupsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface IpGroupsCreateOrUpdateQueryParam {\n queryParameters: IpGroupsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface IpGroupsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type IpGroupsCreateOrUpdateParameters = IpGroupsCreateOrUpdateQueryParam &\n IpGroupsCreateOrUpdateMediaTypesParam &\n IpGroupsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface IpGroupsUpdateGroupsBodyParam {\n /** Parameters supplied to the update ipGroups operation. */\n body: TagsObject;\n}\n\nexport interface IpGroupsUpdateGroupsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface IpGroupsUpdateGroupsQueryParam {\n queryParameters: IpGroupsUpdateGroupsQueryParamProperties;\n}\n\nexport interface IpGroupsUpdateGroupsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type IpGroupsUpdateGroupsParameters = IpGroupsUpdateGroupsQueryParam &\n IpGroupsUpdateGroupsMediaTypesParam &\n IpGroupsUpdateGroupsBodyParam &\n RequestParameters;\n\nexport interface IpGroupsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface IpGroupsDeleteQueryParam {\n queryParameters: IpGroupsDeleteQueryParamProperties;\n}\n\nexport type IpGroupsDeleteParameters = IpGroupsDeleteQueryParam & RequestParameters;\n\nexport interface IpGroupsListByResourceGroupQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface IpGroupsListByResourceGroupQueryParam {\n queryParameters: IpGroupsListByResourceGroupQueryParamProperties;\n}\n\nexport type IpGroupsListByResourceGroupParameters = IpGroupsListByResourceGroupQueryParam &\n RequestParameters;\n\nexport interface IpGroupsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface IpGroupsListQueryParam {\n queryParameters: IpGroupsListQueryParamProperties;\n}\n\nexport type IpGroupsListParameters = IpGroupsListQueryParam & RequestParameters;\n\nexport interface LoadBalancersDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface LoadBalancersDeleteQueryParam {\n queryParameters: LoadBalancersDeleteQueryParamProperties;\n}\n\nexport type LoadBalancersDeleteParameters = LoadBalancersDeleteQueryParam & RequestParameters;\n\nexport interface LoadBalancersGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Expands referenced resources. */\n $expand?: string;\n}\n\nexport interface LoadBalancersGetQueryParam {\n queryParameters: LoadBalancersGetQueryParamProperties;\n}\n\nexport type LoadBalancersGetParameters = LoadBalancersGetQueryParam & RequestParameters;\n\nexport interface LoadBalancersCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update load balancer operation. */\n body: LoadBalancer;\n}\n\nexport interface LoadBalancersCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface LoadBalancersCreateOrUpdateQueryParam {\n queryParameters: LoadBalancersCreateOrUpdateQueryParamProperties;\n}\n\nexport interface LoadBalancersCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type LoadBalancersCreateOrUpdateParameters = LoadBalancersCreateOrUpdateQueryParam &\n LoadBalancersCreateOrUpdateMediaTypesParam &\n LoadBalancersCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface LoadBalancersUpdateTagsBodyParam {\n /** Parameters supplied to update load balancer tags. */\n body: TagsObject;\n}\n\nexport interface LoadBalancersUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface LoadBalancersUpdateTagsQueryParam {\n queryParameters: LoadBalancersUpdateTagsQueryParamProperties;\n}\n\nexport interface LoadBalancersUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type LoadBalancersUpdateTagsParameters = LoadBalancersUpdateTagsQueryParam &\n LoadBalancersUpdateTagsMediaTypesParam &\n LoadBalancersUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface LoadBalancersListAllQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface LoadBalancersListAllQueryParam {\n queryParameters: LoadBalancersListAllQueryParamProperties;\n}\n\nexport type LoadBalancersListAllParameters = LoadBalancersListAllQueryParam & RequestParameters;\n\nexport interface LoadBalancersListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface LoadBalancersListQueryParam {\n queryParameters: LoadBalancersListQueryParamProperties;\n}\n\nexport type LoadBalancersListParameters = LoadBalancersListQueryParam & RequestParameters;\n\nexport interface LoadBalancersSwapPublicIpAddressesBodyParam {\n /** Parameters that define which VIPs should be swapped. */\n body: LoadBalancerVipSwapRequest;\n}\n\nexport interface LoadBalancersSwapPublicIpAddressesQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface LoadBalancersSwapPublicIpAddressesQueryParam {\n queryParameters: LoadBalancersSwapPublicIpAddressesQueryParamProperties;\n}\n\nexport interface LoadBalancersSwapPublicIpAddressesMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type LoadBalancersSwapPublicIpAddressesParameters =\n LoadBalancersSwapPublicIpAddressesQueryParam &\n LoadBalancersSwapPublicIpAddressesMediaTypesParam &\n LoadBalancersSwapPublicIpAddressesBodyParam &\n RequestParameters;\n\nexport interface LoadBalancersListInboundNatRulePortMappingsBodyParam {\n /** Query inbound NAT rule port mapping request. */\n body: QueryInboundNatRulePortMappingRequest;\n}\n\nexport interface LoadBalancersListInboundNatRulePortMappingsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface LoadBalancersListInboundNatRulePortMappingsQueryParam {\n queryParameters: LoadBalancersListInboundNatRulePortMappingsQueryParamProperties;\n}\n\nexport interface LoadBalancersListInboundNatRulePortMappingsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type LoadBalancersListInboundNatRulePortMappingsParameters =\n LoadBalancersListInboundNatRulePortMappingsQueryParam &\n LoadBalancersListInboundNatRulePortMappingsMediaTypesParam &\n LoadBalancersListInboundNatRulePortMappingsBodyParam &\n RequestParameters;\n\nexport interface LoadBalancerBackendAddressPoolsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface LoadBalancerBackendAddressPoolsListQueryParam {\n queryParameters: LoadBalancerBackendAddressPoolsListQueryParamProperties;\n}\n\nexport type LoadBalancerBackendAddressPoolsListParameters =\n LoadBalancerBackendAddressPoolsListQueryParam & RequestParameters;\n\nexport interface LoadBalancerBackendAddressPoolsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface LoadBalancerBackendAddressPoolsGetQueryParam {\n queryParameters: LoadBalancerBackendAddressPoolsGetQueryParamProperties;\n}\n\nexport type LoadBalancerBackendAddressPoolsGetParameters =\n LoadBalancerBackendAddressPoolsGetQueryParam & RequestParameters;\n\nexport interface LoadBalancerBackendAddressPoolsCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update load balancer backend address pool operation. */\n body: BackendAddressPool;\n}\n\nexport interface LoadBalancerBackendAddressPoolsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface LoadBalancerBackendAddressPoolsCreateOrUpdateQueryParam {\n queryParameters: LoadBalancerBackendAddressPoolsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface LoadBalancerBackendAddressPoolsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type LoadBalancerBackendAddressPoolsCreateOrUpdateParameters =\n LoadBalancerBackendAddressPoolsCreateOrUpdateQueryParam &\n LoadBalancerBackendAddressPoolsCreateOrUpdateMediaTypesParam &\n LoadBalancerBackendAddressPoolsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface LoadBalancerBackendAddressPoolsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface LoadBalancerBackendAddressPoolsDeleteQueryParam {\n queryParameters: LoadBalancerBackendAddressPoolsDeleteQueryParamProperties;\n}\n\nexport type LoadBalancerBackendAddressPoolsDeleteParameters =\n LoadBalancerBackendAddressPoolsDeleteQueryParam & RequestParameters;\n\nexport interface LoadBalancerFrontendIPConfigurationsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface LoadBalancerFrontendIPConfigurationsListQueryParam {\n queryParameters: LoadBalancerFrontendIPConfigurationsListQueryParamProperties;\n}\n\nexport type LoadBalancerFrontendIPConfigurationsListParameters =\n LoadBalancerFrontendIPConfigurationsListQueryParam & RequestParameters;\n\nexport interface LoadBalancerFrontendIPConfigurationsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface LoadBalancerFrontendIPConfigurationsGetQueryParam {\n queryParameters: LoadBalancerFrontendIPConfigurationsGetQueryParamProperties;\n}\n\nexport type LoadBalancerFrontendIPConfigurationsGetParameters =\n LoadBalancerFrontendIPConfigurationsGetQueryParam & RequestParameters;\n\nexport interface InboundNatRulesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface InboundNatRulesListQueryParam {\n queryParameters: InboundNatRulesListQueryParamProperties;\n}\n\nexport type InboundNatRulesListParameters = InboundNatRulesListQueryParam & RequestParameters;\n\nexport interface InboundNatRulesDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface InboundNatRulesDeleteQueryParam {\n queryParameters: InboundNatRulesDeleteQueryParamProperties;\n}\n\nexport type InboundNatRulesDeleteParameters = InboundNatRulesDeleteQueryParam & RequestParameters;\n\nexport interface InboundNatRulesGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Expands referenced resources. */\n $expand?: string;\n}\n\nexport interface InboundNatRulesGetQueryParam {\n queryParameters: InboundNatRulesGetQueryParamProperties;\n}\n\nexport type InboundNatRulesGetParameters = InboundNatRulesGetQueryParam & RequestParameters;\n\nexport interface InboundNatRulesCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update inbound NAT rule operation. */\n body: InboundNatRule;\n}\n\nexport interface InboundNatRulesCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface InboundNatRulesCreateOrUpdateQueryParam {\n queryParameters: InboundNatRulesCreateOrUpdateQueryParamProperties;\n}\n\nexport interface InboundNatRulesCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type InboundNatRulesCreateOrUpdateParameters = InboundNatRulesCreateOrUpdateQueryParam &\n InboundNatRulesCreateOrUpdateMediaTypesParam &\n InboundNatRulesCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface LoadBalancerLoadBalancingRulesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface LoadBalancerLoadBalancingRulesListQueryParam {\n queryParameters: LoadBalancerLoadBalancingRulesListQueryParamProperties;\n}\n\nexport type LoadBalancerLoadBalancingRulesListParameters =\n LoadBalancerLoadBalancingRulesListQueryParam & RequestParameters;\n\nexport interface LoadBalancerLoadBalancingRulesGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface LoadBalancerLoadBalancingRulesGetQueryParam {\n queryParameters: LoadBalancerLoadBalancingRulesGetQueryParamProperties;\n}\n\nexport type LoadBalancerLoadBalancingRulesGetParameters =\n LoadBalancerLoadBalancingRulesGetQueryParam & RequestParameters;\n\nexport interface LoadBalancerOutboundRulesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface LoadBalancerOutboundRulesListQueryParam {\n queryParameters: LoadBalancerOutboundRulesListQueryParamProperties;\n}\n\nexport type LoadBalancerOutboundRulesListParameters = LoadBalancerOutboundRulesListQueryParam &\n RequestParameters;\n\nexport interface LoadBalancerOutboundRulesGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface LoadBalancerOutboundRulesGetQueryParam {\n queryParameters: LoadBalancerOutboundRulesGetQueryParamProperties;\n}\n\nexport type LoadBalancerOutboundRulesGetParameters = LoadBalancerOutboundRulesGetQueryParam &\n RequestParameters;\n\nexport interface LoadBalancerNetworkInterfacesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface LoadBalancerNetworkInterfacesListQueryParam {\n queryParameters: LoadBalancerNetworkInterfacesListQueryParamProperties;\n}\n\nexport type LoadBalancerNetworkInterfacesListParameters =\n LoadBalancerNetworkInterfacesListQueryParam & RequestParameters;\n\nexport interface LoadBalancerProbesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface LoadBalancerProbesListQueryParam {\n queryParameters: LoadBalancerProbesListQueryParamProperties;\n}\n\nexport type LoadBalancerProbesListParameters = LoadBalancerProbesListQueryParam & RequestParameters;\n\nexport interface LoadBalancerProbesGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface LoadBalancerProbesGetQueryParam {\n queryParameters: LoadBalancerProbesGetQueryParamProperties;\n}\n\nexport type LoadBalancerProbesGetParameters = LoadBalancerProbesGetQueryParam & RequestParameters;\n\nexport interface NatGatewaysDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NatGatewaysDeleteQueryParam {\n queryParameters: NatGatewaysDeleteQueryParamProperties;\n}\n\nexport type NatGatewaysDeleteParameters = NatGatewaysDeleteQueryParam & RequestParameters;\n\nexport interface NatGatewaysGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Expands referenced resources. */\n $expand?: string;\n}\n\nexport interface NatGatewaysGetQueryParam {\n queryParameters: NatGatewaysGetQueryParamProperties;\n}\n\nexport type NatGatewaysGetParameters = NatGatewaysGetQueryParam & RequestParameters;\n\nexport interface NatGatewaysCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update nat gateway operation. */\n body: NatGateway;\n}\n\nexport interface NatGatewaysCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NatGatewaysCreateOrUpdateQueryParam {\n queryParameters: NatGatewaysCreateOrUpdateQueryParamProperties;\n}\n\nexport interface NatGatewaysCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type NatGatewaysCreateOrUpdateParameters = NatGatewaysCreateOrUpdateQueryParam &\n NatGatewaysCreateOrUpdateMediaTypesParam &\n NatGatewaysCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface NatGatewaysUpdateTagsBodyParam {\n /** Parameters supplied to update nat gateway tags. */\n body: TagsObject;\n}\n\nexport interface NatGatewaysUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NatGatewaysUpdateTagsQueryParam {\n queryParameters: NatGatewaysUpdateTagsQueryParamProperties;\n}\n\nexport interface NatGatewaysUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type NatGatewaysUpdateTagsParameters = NatGatewaysUpdateTagsQueryParam &\n NatGatewaysUpdateTagsMediaTypesParam &\n NatGatewaysUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface NatGatewaysListAllQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NatGatewaysListAllQueryParam {\n queryParameters: NatGatewaysListAllQueryParamProperties;\n}\n\nexport type NatGatewaysListAllParameters = NatGatewaysListAllQueryParam & RequestParameters;\n\nexport interface NatGatewaysListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NatGatewaysListQueryParam {\n queryParameters: NatGatewaysListQueryParamProperties;\n}\n\nexport type NatGatewaysListParameters = NatGatewaysListQueryParam & RequestParameters;\n\nexport interface NetworkInterfaceIPConfigurationsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkInterfaceIPConfigurationsListQueryParam {\n queryParameters: NetworkInterfaceIPConfigurationsListQueryParamProperties;\n}\n\nexport type NetworkInterfaceIPConfigurationsListParameters =\n NetworkInterfaceIPConfigurationsListQueryParam & RequestParameters;\n\nexport interface NetworkInterfaceIPConfigurationsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkInterfaceIPConfigurationsGetQueryParam {\n queryParameters: NetworkInterfaceIPConfigurationsGetQueryParamProperties;\n}\n\nexport type NetworkInterfaceIPConfigurationsGetParameters =\n NetworkInterfaceIPConfigurationsGetQueryParam & RequestParameters;\n\nexport interface NetworkInterfaceLoadBalancersListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkInterfaceLoadBalancersListQueryParam {\n queryParameters: NetworkInterfaceLoadBalancersListQueryParamProperties;\n}\n\nexport type NetworkInterfaceLoadBalancersListParameters =\n NetworkInterfaceLoadBalancersListQueryParam & RequestParameters;\n\nexport interface NetworkInterfaceTapConfigurationsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkInterfaceTapConfigurationsDeleteQueryParam {\n queryParameters: NetworkInterfaceTapConfigurationsDeleteQueryParamProperties;\n}\n\nexport type NetworkInterfaceTapConfigurationsDeleteParameters =\n NetworkInterfaceTapConfigurationsDeleteQueryParam & RequestParameters;\n\nexport interface NetworkInterfaceTapConfigurationsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkInterfaceTapConfigurationsGetQueryParam {\n queryParameters: NetworkInterfaceTapConfigurationsGetQueryParamProperties;\n}\n\nexport type NetworkInterfaceTapConfigurationsGetParameters =\n NetworkInterfaceTapConfigurationsGetQueryParam & RequestParameters;\n\nexport interface NetworkInterfaceTapConfigurationsCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update tap configuration operation. */\n body: NetworkInterfaceTapConfiguration;\n}\n\nexport interface NetworkInterfaceTapConfigurationsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkInterfaceTapConfigurationsCreateOrUpdateQueryParam {\n queryParameters: NetworkInterfaceTapConfigurationsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface NetworkInterfaceTapConfigurationsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type NetworkInterfaceTapConfigurationsCreateOrUpdateParameters =\n NetworkInterfaceTapConfigurationsCreateOrUpdateQueryParam &\n NetworkInterfaceTapConfigurationsCreateOrUpdateMediaTypesParam &\n NetworkInterfaceTapConfigurationsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface NetworkInterfaceTapConfigurationsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkInterfaceTapConfigurationsListQueryParam {\n queryParameters: NetworkInterfaceTapConfigurationsListQueryParamProperties;\n}\n\nexport type NetworkInterfaceTapConfigurationsListParameters =\n NetworkInterfaceTapConfigurationsListQueryParam & RequestParameters;\n\nexport interface NetworkManagersGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkManagersGetQueryParam {\n queryParameters: NetworkManagersGetQueryParamProperties;\n}\n\nexport type NetworkManagersGetParameters = NetworkManagersGetQueryParam & RequestParameters;\n\nexport interface NetworkManagersCreateOrUpdateBodyParam {\n /** Parameters supplied to specify which network manager is. */\n body: NetworkManager;\n}\n\nexport interface NetworkManagersCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkManagersCreateOrUpdateQueryParam {\n queryParameters: NetworkManagersCreateOrUpdateQueryParamProperties;\n}\n\nexport interface NetworkManagersCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type NetworkManagersCreateOrUpdateParameters = NetworkManagersCreateOrUpdateQueryParam &\n NetworkManagersCreateOrUpdateMediaTypesParam &\n NetworkManagersCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface NetworkManagersDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. */\n force?: boolean;\n}\n\nexport interface NetworkManagersDeleteQueryParam {\n queryParameters: NetworkManagersDeleteQueryParamProperties;\n}\n\nexport type NetworkManagersDeleteParameters = NetworkManagersDeleteQueryParam & RequestParameters;\n\nexport interface NetworkManagersPatchBodyParam {\n /** Parameters supplied to specify which network manager is. */\n body: PatchObject;\n}\n\nexport interface NetworkManagersPatchQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkManagersPatchQueryParam {\n queryParameters: NetworkManagersPatchQueryParamProperties;\n}\n\nexport interface NetworkManagersPatchMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type NetworkManagersPatchParameters = NetworkManagersPatchQueryParam &\n NetworkManagersPatchMediaTypesParam &\n NetworkManagersPatchBodyParam &\n RequestParameters;\n\nexport interface NetworkManagersListBySubscriptionQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** An optional query parameter which specifies the maximum number of records to be returned by the server. */\n $top?: number;\n /** SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */\n $skipToken?: string;\n}\n\nexport interface NetworkManagersListBySubscriptionQueryParam {\n queryParameters: NetworkManagersListBySubscriptionQueryParamProperties;\n}\n\nexport type NetworkManagersListBySubscriptionParameters =\n NetworkManagersListBySubscriptionQueryParam & RequestParameters;\n\nexport interface NetworkManagersListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** An optional query parameter which specifies the maximum number of records to be returned by the server. */\n $top?: number;\n /** SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */\n $skipToken?: string;\n}\n\nexport interface NetworkManagersListQueryParam {\n queryParameters: NetworkManagersListQueryParamProperties;\n}\n\nexport type NetworkManagersListParameters = NetworkManagersListQueryParam & RequestParameters;\n\nexport interface NetworkManagerCommitsPostBodyParam {\n /** Parameters supplied to specify which Managed Network commit is. */\n body: NetworkManagerCommit;\n}\n\nexport interface NetworkManagerCommitsPostQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkManagerCommitsPostQueryParam {\n queryParameters: NetworkManagerCommitsPostQueryParamProperties;\n}\n\nexport interface NetworkManagerCommitsPostMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type NetworkManagerCommitsPostParameters = NetworkManagerCommitsPostQueryParam &\n NetworkManagerCommitsPostMediaTypesParam &\n NetworkManagerCommitsPostBodyParam &\n RequestParameters;\n\nexport interface NetworkManagerDeploymentStatusListBodyParam {\n /** Parameters supplied to specify which Managed Network deployment status is. */\n body: NetworkManagerDeploymentStatusParameter;\n}\n\nexport interface NetworkManagerDeploymentStatusListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** An optional query parameter which specifies the maximum number of records to be returned by the server. */\n $top?: number;\n}\n\nexport interface NetworkManagerDeploymentStatusListQueryParam {\n queryParameters: NetworkManagerDeploymentStatusListQueryParamProperties;\n}\n\nexport interface NetworkManagerDeploymentStatusListMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type NetworkManagerDeploymentStatusListParameters =\n NetworkManagerDeploymentStatusListQueryParam &\n NetworkManagerDeploymentStatusListMediaTypesParam &\n NetworkManagerDeploymentStatusListBodyParam &\n RequestParameters;\n\nexport interface SubscriptionNetworkManagerConnectionsCreateOrUpdateBodyParam {\n /** Network manager connection to be created/updated. */\n body: NetworkManagerConnection;\n}\n\nexport interface SubscriptionNetworkManagerConnectionsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface SubscriptionNetworkManagerConnectionsCreateOrUpdateQueryParam {\n queryParameters: SubscriptionNetworkManagerConnectionsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface SubscriptionNetworkManagerConnectionsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type SubscriptionNetworkManagerConnectionsCreateOrUpdateParameters =\n SubscriptionNetworkManagerConnectionsCreateOrUpdateQueryParam &\n SubscriptionNetworkManagerConnectionsCreateOrUpdateMediaTypesParam &\n SubscriptionNetworkManagerConnectionsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface SubscriptionNetworkManagerConnectionsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface SubscriptionNetworkManagerConnectionsGetQueryParam {\n queryParameters: SubscriptionNetworkManagerConnectionsGetQueryParamProperties;\n}\n\nexport type SubscriptionNetworkManagerConnectionsGetParameters =\n SubscriptionNetworkManagerConnectionsGetQueryParam & RequestParameters;\n\nexport interface SubscriptionNetworkManagerConnectionsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface SubscriptionNetworkManagerConnectionsDeleteQueryParam {\n queryParameters: SubscriptionNetworkManagerConnectionsDeleteQueryParamProperties;\n}\n\nexport type SubscriptionNetworkManagerConnectionsDeleteParameters =\n SubscriptionNetworkManagerConnectionsDeleteQueryParam & RequestParameters;\n\nexport interface SubscriptionNetworkManagerConnectionsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** An optional query parameter which specifies the maximum number of records to be returned by the server. */\n $top?: number;\n /** SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */\n $skipToken?: string;\n}\n\nexport interface SubscriptionNetworkManagerConnectionsListQueryParam {\n queryParameters: SubscriptionNetworkManagerConnectionsListQueryParamProperties;\n}\n\nexport type SubscriptionNetworkManagerConnectionsListParameters =\n SubscriptionNetworkManagerConnectionsListQueryParam & RequestParameters;\n\nexport interface ManagementGroupNetworkManagerConnectionsCreateOrUpdateBodyParam {\n /** Network manager connection to be created/updated. */\n body: NetworkManagerConnection;\n}\n\nexport interface ManagementGroupNetworkManagerConnectionsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ManagementGroupNetworkManagerConnectionsCreateOrUpdateQueryParam {\n queryParameters: ManagementGroupNetworkManagerConnectionsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface ManagementGroupNetworkManagerConnectionsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ManagementGroupNetworkManagerConnectionsCreateOrUpdateParameters =\n ManagementGroupNetworkManagerConnectionsCreateOrUpdateQueryParam &\n ManagementGroupNetworkManagerConnectionsCreateOrUpdateMediaTypesParam &\n ManagementGroupNetworkManagerConnectionsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface ManagementGroupNetworkManagerConnectionsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ManagementGroupNetworkManagerConnectionsGetQueryParam {\n queryParameters: ManagementGroupNetworkManagerConnectionsGetQueryParamProperties;\n}\n\nexport type ManagementGroupNetworkManagerConnectionsGetParameters =\n ManagementGroupNetworkManagerConnectionsGetQueryParam & RequestParameters;\n\nexport interface ManagementGroupNetworkManagerConnectionsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ManagementGroupNetworkManagerConnectionsDeleteQueryParam {\n queryParameters: ManagementGroupNetworkManagerConnectionsDeleteQueryParamProperties;\n}\n\nexport type ManagementGroupNetworkManagerConnectionsDeleteParameters =\n ManagementGroupNetworkManagerConnectionsDeleteQueryParam & RequestParameters;\n\nexport interface ManagementGroupNetworkManagerConnectionsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** An optional query parameter which specifies the maximum number of records to be returned by the server. */\n $top?: number;\n /** SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */\n $skipToken?: string;\n}\n\nexport interface ManagementGroupNetworkManagerConnectionsListQueryParam {\n queryParameters: ManagementGroupNetworkManagerConnectionsListQueryParamProperties;\n}\n\nexport type ManagementGroupNetworkManagerConnectionsListParameters =\n ManagementGroupNetworkManagerConnectionsListQueryParam & RequestParameters;\n\nexport interface ConnectivityConfigurationsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ConnectivityConfigurationsGetQueryParam {\n queryParameters: ConnectivityConfigurationsGetQueryParamProperties;\n}\n\nexport type ConnectivityConfigurationsGetParameters = ConnectivityConfigurationsGetQueryParam &\n RequestParameters;\n\nexport interface ConnectivityConfigurationsCreateOrUpdateBodyParam {\n /** Parameters supplied to create/update a network manager connectivity configuration */\n body: ConnectivityConfiguration;\n}\n\nexport interface ConnectivityConfigurationsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ConnectivityConfigurationsCreateOrUpdateQueryParam {\n queryParameters: ConnectivityConfigurationsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface ConnectivityConfigurationsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ConnectivityConfigurationsCreateOrUpdateParameters =\n ConnectivityConfigurationsCreateOrUpdateQueryParam &\n ConnectivityConfigurationsCreateOrUpdateMediaTypesParam &\n ConnectivityConfigurationsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface ConnectivityConfigurationsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. */\n force?: boolean;\n}\n\nexport interface ConnectivityConfigurationsDeleteQueryParam {\n queryParameters: ConnectivityConfigurationsDeleteQueryParamProperties;\n}\n\nexport type ConnectivityConfigurationsDeleteParameters =\n ConnectivityConfigurationsDeleteQueryParam & RequestParameters;\n\nexport interface ConnectivityConfigurationsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** An optional query parameter which specifies the maximum number of records to be returned by the server. */\n $top?: number;\n /** SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */\n $skipToken?: string;\n}\n\nexport interface ConnectivityConfigurationsListQueryParam {\n queryParameters: ConnectivityConfigurationsListQueryParamProperties;\n}\n\nexport type ConnectivityConfigurationsListParameters = ConnectivityConfigurationsListQueryParam &\n RequestParameters;\n\nexport interface NetworkGroupsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkGroupsGetQueryParam {\n queryParameters: NetworkGroupsGetQueryParamProperties;\n}\n\nexport type NetworkGroupsGetParameters = NetworkGroupsGetQueryParam & RequestParameters;\n\nexport interface NetworkGroupsCreateOrUpdateHeaders {\n /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */\n \"If-Match\"?: string;\n}\n\nexport interface NetworkGroupsCreateOrUpdateBodyParam {\n /** Parameters supplied to the specify which network group need to create */\n body: NetworkGroup;\n}\n\nexport interface NetworkGroupsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkGroupsCreateOrUpdateQueryParam {\n queryParameters: NetworkGroupsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface NetworkGroupsCreateOrUpdateHeaderParam {\n headers?: RawHttpHeadersInput & NetworkGroupsCreateOrUpdateHeaders;\n}\n\nexport interface NetworkGroupsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type NetworkGroupsCreateOrUpdateParameters = NetworkGroupsCreateOrUpdateQueryParam &\n NetworkGroupsCreateOrUpdateHeaderParam &\n NetworkGroupsCreateOrUpdateMediaTypesParam &\n NetworkGroupsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface NetworkGroupsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. */\n force?: boolean;\n}\n\nexport interface NetworkGroupsDeleteQueryParam {\n queryParameters: NetworkGroupsDeleteQueryParamProperties;\n}\n\nexport type NetworkGroupsDeleteParameters = NetworkGroupsDeleteQueryParam & RequestParameters;\n\nexport interface NetworkGroupsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** An optional query parameter which specifies the maximum number of records to be returned by the server. */\n $top?: number;\n /** SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */\n $skipToken?: string;\n}\n\nexport interface NetworkGroupsListQueryParam {\n queryParameters: NetworkGroupsListQueryParamProperties;\n}\n\nexport type NetworkGroupsListParameters = NetworkGroupsListQueryParam & RequestParameters;\n\nexport interface StaticMembersGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface StaticMembersGetQueryParam {\n queryParameters: StaticMembersGetQueryParamProperties;\n}\n\nexport type StaticMembersGetParameters = StaticMembersGetQueryParam & RequestParameters;\n\nexport interface StaticMembersCreateOrUpdateBodyParam {\n /** Parameters supplied to the specify the static member to create */\n body: StaticMember;\n}\n\nexport interface StaticMembersCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface StaticMembersCreateOrUpdateQueryParam {\n queryParameters: StaticMembersCreateOrUpdateQueryParamProperties;\n}\n\nexport interface StaticMembersCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type StaticMembersCreateOrUpdateParameters = StaticMembersCreateOrUpdateQueryParam &\n StaticMembersCreateOrUpdateMediaTypesParam &\n StaticMembersCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface StaticMembersDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface StaticMembersDeleteQueryParam {\n queryParameters: StaticMembersDeleteQueryParamProperties;\n}\n\nexport type StaticMembersDeleteParameters = StaticMembersDeleteQueryParam & RequestParameters;\n\nexport interface StaticMembersListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** An optional query parameter which specifies the maximum number of records to be returned by the server. */\n $top?: number;\n /** SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */\n $skipToken?: string;\n}\n\nexport interface StaticMembersListQueryParam {\n queryParameters: StaticMembersListQueryParamProperties;\n}\n\nexport type StaticMembersListParameters = StaticMembersListQueryParam & RequestParameters;\n\nexport interface ScopeConnectionsCreateOrUpdateBodyParam {\n /** Scope connection to be created/updated. */\n body: ScopeConnection;\n}\n\nexport interface ScopeConnectionsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ScopeConnectionsCreateOrUpdateQueryParam {\n queryParameters: ScopeConnectionsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface ScopeConnectionsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ScopeConnectionsCreateOrUpdateParameters = ScopeConnectionsCreateOrUpdateQueryParam &\n ScopeConnectionsCreateOrUpdateMediaTypesParam &\n ScopeConnectionsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface ScopeConnectionsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ScopeConnectionsGetQueryParam {\n queryParameters: ScopeConnectionsGetQueryParamProperties;\n}\n\nexport type ScopeConnectionsGetParameters = ScopeConnectionsGetQueryParam & RequestParameters;\n\nexport interface ScopeConnectionsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ScopeConnectionsDeleteQueryParam {\n queryParameters: ScopeConnectionsDeleteQueryParamProperties;\n}\n\nexport type ScopeConnectionsDeleteParameters = ScopeConnectionsDeleteQueryParam & RequestParameters;\n\nexport interface ScopeConnectionsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** An optional query parameter which specifies the maximum number of records to be returned by the server. */\n $top?: number;\n /** SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */\n $skipToken?: string;\n}\n\nexport interface ScopeConnectionsListQueryParam {\n queryParameters: ScopeConnectionsListQueryParamProperties;\n}\n\nexport type ScopeConnectionsListParameters = ScopeConnectionsListQueryParam & RequestParameters;\n\nexport interface SecurityAdminConfigurationsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** An optional query parameter which specifies the maximum number of records to be returned by the server. */\n $top?: number;\n /** SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */\n $skipToken?: string;\n}\n\nexport interface SecurityAdminConfigurationsListQueryParam {\n queryParameters: SecurityAdminConfigurationsListQueryParamProperties;\n}\n\nexport type SecurityAdminConfigurationsListParameters = SecurityAdminConfigurationsListQueryParam &\n RequestParameters;\n\nexport interface SecurityAdminConfigurationsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface SecurityAdminConfigurationsGetQueryParam {\n queryParameters: SecurityAdminConfigurationsGetQueryParamProperties;\n}\n\nexport type SecurityAdminConfigurationsGetParameters = SecurityAdminConfigurationsGetQueryParam &\n RequestParameters;\n\nexport interface SecurityAdminConfigurationsCreateOrUpdateBodyParam {\n /** The security admin configuration to create or update */\n body: SecurityAdminConfiguration;\n}\n\nexport interface SecurityAdminConfigurationsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface SecurityAdminConfigurationsCreateOrUpdateQueryParam {\n queryParameters: SecurityAdminConfigurationsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface SecurityAdminConfigurationsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type SecurityAdminConfigurationsCreateOrUpdateParameters =\n SecurityAdminConfigurationsCreateOrUpdateQueryParam &\n SecurityAdminConfigurationsCreateOrUpdateMediaTypesParam &\n SecurityAdminConfigurationsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface SecurityAdminConfigurationsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. */\n force?: boolean;\n}\n\nexport interface SecurityAdminConfigurationsDeleteQueryParam {\n queryParameters: SecurityAdminConfigurationsDeleteQueryParamProperties;\n}\n\nexport type SecurityAdminConfigurationsDeleteParameters =\n SecurityAdminConfigurationsDeleteQueryParam & RequestParameters;\n\nexport interface AdminRuleCollectionsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** An optional query parameter which specifies the maximum number of records to be returned by the server. */\n $top?: number;\n /** SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */\n $skipToken?: string;\n}\n\nexport interface AdminRuleCollectionsListQueryParam {\n queryParameters: AdminRuleCollectionsListQueryParamProperties;\n}\n\nexport type AdminRuleCollectionsListParameters = AdminRuleCollectionsListQueryParam &\n RequestParameters;\n\nexport interface AdminRuleCollectionsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface AdminRuleCollectionsGetQueryParam {\n queryParameters: AdminRuleCollectionsGetQueryParamProperties;\n}\n\nexport type AdminRuleCollectionsGetParameters = AdminRuleCollectionsGetQueryParam &\n RequestParameters;\n\nexport interface AdminRuleCollectionsCreateOrUpdateBodyParam {\n /** The Rule Collection to create or update */\n body: AdminRuleCollection;\n}\n\nexport interface AdminRuleCollectionsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface AdminRuleCollectionsCreateOrUpdateQueryParam {\n queryParameters: AdminRuleCollectionsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface AdminRuleCollectionsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type AdminRuleCollectionsCreateOrUpdateParameters =\n AdminRuleCollectionsCreateOrUpdateQueryParam &\n AdminRuleCollectionsCreateOrUpdateMediaTypesParam &\n AdminRuleCollectionsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface AdminRuleCollectionsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. */\n force?: boolean;\n}\n\nexport interface AdminRuleCollectionsDeleteQueryParam {\n queryParameters: AdminRuleCollectionsDeleteQueryParamProperties;\n}\n\nexport type AdminRuleCollectionsDeleteParameters = AdminRuleCollectionsDeleteQueryParam &\n RequestParameters;\n\nexport interface AdminRulesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** An optional query parameter which specifies the maximum number of records to be returned by the server. */\n $top?: number;\n /** SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */\n $skipToken?: string;\n}\n\nexport interface AdminRulesListQueryParam {\n queryParameters: AdminRulesListQueryParamProperties;\n}\n\nexport type AdminRulesListParameters = AdminRulesListQueryParam & RequestParameters;\n\nexport interface AdminRulesGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface AdminRulesGetQueryParam {\n queryParameters: AdminRulesGetQueryParamProperties;\n}\n\nexport type AdminRulesGetParameters = AdminRulesGetQueryParam & RequestParameters;\n\nexport interface AdminRulesCreateOrUpdateBodyParam {\n /** The admin rule to create or update */\n body: BaseAdminRule;\n}\n\nexport interface AdminRulesCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface AdminRulesCreateOrUpdateQueryParam {\n queryParameters: AdminRulesCreateOrUpdateQueryParamProperties;\n}\n\nexport interface AdminRulesCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type AdminRulesCreateOrUpdateParameters = AdminRulesCreateOrUpdateQueryParam &\n AdminRulesCreateOrUpdateMediaTypesParam &\n AdminRulesCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface AdminRulesDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service will do a cleanup deployment in the background, prior to the delete. */\n force?: boolean;\n}\n\nexport interface AdminRulesDeleteQueryParam {\n queryParameters: AdminRulesDeleteQueryParamProperties;\n}\n\nexport type AdminRulesDeleteParameters = AdminRulesDeleteQueryParam & RequestParameters;\n\nexport interface NetworkProfilesDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkProfilesDeleteQueryParam {\n queryParameters: NetworkProfilesDeleteQueryParamProperties;\n}\n\nexport type NetworkProfilesDeleteParameters = NetworkProfilesDeleteQueryParam & RequestParameters;\n\nexport interface NetworkProfilesGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Expands referenced resources. */\n $expand?: string;\n}\n\nexport interface NetworkProfilesGetQueryParam {\n queryParameters: NetworkProfilesGetQueryParamProperties;\n}\n\nexport type NetworkProfilesGetParameters = NetworkProfilesGetQueryParam & RequestParameters;\n\nexport interface NetworkProfilesCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update network profile operation. */\n body: NetworkProfile;\n}\n\nexport interface NetworkProfilesCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkProfilesCreateOrUpdateQueryParam {\n queryParameters: NetworkProfilesCreateOrUpdateQueryParamProperties;\n}\n\nexport interface NetworkProfilesCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type NetworkProfilesCreateOrUpdateParameters = NetworkProfilesCreateOrUpdateQueryParam &\n NetworkProfilesCreateOrUpdateMediaTypesParam &\n NetworkProfilesCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface NetworkProfilesUpdateTagsBodyParam {\n /** Parameters supplied to update network profile tags. */\n body: TagsObject;\n}\n\nexport interface NetworkProfilesUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkProfilesUpdateTagsQueryParam {\n queryParameters: NetworkProfilesUpdateTagsQueryParamProperties;\n}\n\nexport interface NetworkProfilesUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type NetworkProfilesUpdateTagsParameters = NetworkProfilesUpdateTagsQueryParam &\n NetworkProfilesUpdateTagsMediaTypesParam &\n NetworkProfilesUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface NetworkProfilesListAllQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkProfilesListAllQueryParam {\n queryParameters: NetworkProfilesListAllQueryParamProperties;\n}\n\nexport type NetworkProfilesListAllParameters = NetworkProfilesListAllQueryParam & RequestParameters;\n\nexport interface NetworkProfilesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkProfilesListQueryParam {\n queryParameters: NetworkProfilesListQueryParamProperties;\n}\n\nexport type NetworkProfilesListParameters = NetworkProfilesListQueryParam & RequestParameters;\n\nexport interface NetworkSecurityGroupsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkSecurityGroupsDeleteQueryParam {\n queryParameters: NetworkSecurityGroupsDeleteQueryParamProperties;\n}\n\nexport type NetworkSecurityGroupsDeleteParameters = NetworkSecurityGroupsDeleteQueryParam &\n RequestParameters;\n\nexport interface NetworkSecurityGroupsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Expands referenced resources. */\n $expand?: string;\n}\n\nexport interface NetworkSecurityGroupsGetQueryParam {\n queryParameters: NetworkSecurityGroupsGetQueryParamProperties;\n}\n\nexport type NetworkSecurityGroupsGetParameters = NetworkSecurityGroupsGetQueryParam &\n RequestParameters;\n\nexport interface NetworkSecurityGroupsCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update network security group operation. */\n body: NetworkSecurityGroup;\n}\n\nexport interface NetworkSecurityGroupsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkSecurityGroupsCreateOrUpdateQueryParam {\n queryParameters: NetworkSecurityGroupsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface NetworkSecurityGroupsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type NetworkSecurityGroupsCreateOrUpdateParameters =\n NetworkSecurityGroupsCreateOrUpdateQueryParam &\n NetworkSecurityGroupsCreateOrUpdateMediaTypesParam &\n NetworkSecurityGroupsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface NetworkSecurityGroupsUpdateTagsBodyParam {\n /** Parameters supplied to update network security group tags. */\n body: TagsObject;\n}\n\nexport interface NetworkSecurityGroupsUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkSecurityGroupsUpdateTagsQueryParam {\n queryParameters: NetworkSecurityGroupsUpdateTagsQueryParamProperties;\n}\n\nexport interface NetworkSecurityGroupsUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type NetworkSecurityGroupsUpdateTagsParameters = NetworkSecurityGroupsUpdateTagsQueryParam &\n NetworkSecurityGroupsUpdateTagsMediaTypesParam &\n NetworkSecurityGroupsUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface NetworkSecurityGroupsListAllQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkSecurityGroupsListAllQueryParam {\n queryParameters: NetworkSecurityGroupsListAllQueryParamProperties;\n}\n\nexport type NetworkSecurityGroupsListAllParameters = NetworkSecurityGroupsListAllQueryParam &\n RequestParameters;\n\nexport interface NetworkSecurityGroupsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkSecurityGroupsListQueryParam {\n queryParameters: NetworkSecurityGroupsListQueryParamProperties;\n}\n\nexport type NetworkSecurityGroupsListParameters = NetworkSecurityGroupsListQueryParam &\n RequestParameters;\n\nexport interface SecurityRulesDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface SecurityRulesDeleteQueryParam {\n queryParameters: SecurityRulesDeleteQueryParamProperties;\n}\n\nexport type SecurityRulesDeleteParameters = SecurityRulesDeleteQueryParam & RequestParameters;\n\nexport interface SecurityRulesGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface SecurityRulesGetQueryParam {\n queryParameters: SecurityRulesGetQueryParamProperties;\n}\n\nexport type SecurityRulesGetParameters = SecurityRulesGetQueryParam & RequestParameters;\n\nexport interface SecurityRulesCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update network security rule operation. */\n body: SecurityRule;\n}\n\nexport interface SecurityRulesCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface SecurityRulesCreateOrUpdateQueryParam {\n queryParameters: SecurityRulesCreateOrUpdateQueryParamProperties;\n}\n\nexport interface SecurityRulesCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type SecurityRulesCreateOrUpdateParameters = SecurityRulesCreateOrUpdateQueryParam &\n SecurityRulesCreateOrUpdateMediaTypesParam &\n SecurityRulesCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface SecurityRulesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface SecurityRulesListQueryParam {\n queryParameters: SecurityRulesListQueryParamProperties;\n}\n\nexport type SecurityRulesListParameters = SecurityRulesListQueryParam & RequestParameters;\n\nexport interface DefaultSecurityRulesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface DefaultSecurityRulesListQueryParam {\n queryParameters: DefaultSecurityRulesListQueryParamProperties;\n}\n\nexport type DefaultSecurityRulesListParameters = DefaultSecurityRulesListQueryParam &\n RequestParameters;\n\nexport interface DefaultSecurityRulesGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface DefaultSecurityRulesGetQueryParam {\n queryParameters: DefaultSecurityRulesGetQueryParamProperties;\n}\n\nexport type DefaultSecurityRulesGetParameters = DefaultSecurityRulesGetQueryParam &\n RequestParameters;\n\nexport interface NetworkVirtualAppliancesDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkVirtualAppliancesDeleteQueryParam {\n queryParameters: NetworkVirtualAppliancesDeleteQueryParamProperties;\n}\n\nexport type NetworkVirtualAppliancesDeleteParameters = NetworkVirtualAppliancesDeleteQueryParam &\n RequestParameters;\n\nexport interface NetworkVirtualAppliancesGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Expands referenced resources. */\n $expand?: string;\n}\n\nexport interface NetworkVirtualAppliancesGetQueryParam {\n queryParameters: NetworkVirtualAppliancesGetQueryParamProperties;\n}\n\nexport type NetworkVirtualAppliancesGetParameters = NetworkVirtualAppliancesGetQueryParam &\n RequestParameters;\n\nexport interface NetworkVirtualAppliancesUpdateTagsBodyParam {\n /** Parameters supplied to Update Network Virtual Appliance Tags. */\n body: TagsObject;\n}\n\nexport interface NetworkVirtualAppliancesUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkVirtualAppliancesUpdateTagsQueryParam {\n queryParameters: NetworkVirtualAppliancesUpdateTagsQueryParamProperties;\n}\n\nexport interface NetworkVirtualAppliancesUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type NetworkVirtualAppliancesUpdateTagsParameters =\n NetworkVirtualAppliancesUpdateTagsQueryParam &\n NetworkVirtualAppliancesUpdateTagsMediaTypesParam &\n NetworkVirtualAppliancesUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface NetworkVirtualAppliancesCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update Network Virtual Appliance. */\n body: NetworkVirtualAppliance;\n}\n\nexport interface NetworkVirtualAppliancesCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkVirtualAppliancesCreateOrUpdateQueryParam {\n queryParameters: NetworkVirtualAppliancesCreateOrUpdateQueryParamProperties;\n}\n\nexport interface NetworkVirtualAppliancesCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type NetworkVirtualAppliancesCreateOrUpdateParameters =\n NetworkVirtualAppliancesCreateOrUpdateQueryParam &\n NetworkVirtualAppliancesCreateOrUpdateMediaTypesParam &\n NetworkVirtualAppliancesCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface NetworkVirtualAppliancesListByResourceGroupQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkVirtualAppliancesListByResourceGroupQueryParam {\n queryParameters: NetworkVirtualAppliancesListByResourceGroupQueryParamProperties;\n}\n\nexport type NetworkVirtualAppliancesListByResourceGroupParameters =\n NetworkVirtualAppliancesListByResourceGroupQueryParam & RequestParameters;\n\nexport interface NetworkVirtualAppliancesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkVirtualAppliancesListQueryParam {\n queryParameters: NetworkVirtualAppliancesListQueryParamProperties;\n}\n\nexport type NetworkVirtualAppliancesListParameters = NetworkVirtualAppliancesListQueryParam &\n RequestParameters;\n\nexport interface VirtualApplianceSitesDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualApplianceSitesDeleteQueryParam {\n queryParameters: VirtualApplianceSitesDeleteQueryParamProperties;\n}\n\nexport type VirtualApplianceSitesDeleteParameters = VirtualApplianceSitesDeleteQueryParam &\n RequestParameters;\n\nexport interface VirtualApplianceSitesGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualApplianceSitesGetQueryParam {\n queryParameters: VirtualApplianceSitesGetQueryParamProperties;\n}\n\nexport type VirtualApplianceSitesGetParameters = VirtualApplianceSitesGetQueryParam &\n RequestParameters;\n\nexport interface VirtualApplianceSitesCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update Network Virtual Appliance Site operation. */\n body: VirtualApplianceSite;\n}\n\nexport interface VirtualApplianceSitesCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualApplianceSitesCreateOrUpdateQueryParam {\n queryParameters: VirtualApplianceSitesCreateOrUpdateQueryParamProperties;\n}\n\nexport interface VirtualApplianceSitesCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualApplianceSitesCreateOrUpdateParameters =\n VirtualApplianceSitesCreateOrUpdateQueryParam &\n VirtualApplianceSitesCreateOrUpdateMediaTypesParam &\n VirtualApplianceSitesCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface VirtualApplianceSitesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualApplianceSitesListQueryParam {\n queryParameters: VirtualApplianceSitesListQueryParamProperties;\n}\n\nexport type VirtualApplianceSitesListParameters = VirtualApplianceSitesListQueryParam &\n RequestParameters;\n\nexport interface VirtualApplianceSkusListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualApplianceSkusListQueryParam {\n queryParameters: VirtualApplianceSkusListQueryParamProperties;\n}\n\nexport type VirtualApplianceSkusListParameters = VirtualApplianceSkusListQueryParam &\n RequestParameters;\n\nexport interface VirtualApplianceSkusGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualApplianceSkusGetQueryParam {\n queryParameters: VirtualApplianceSkusGetQueryParamProperties;\n}\n\nexport type VirtualApplianceSkusGetParameters = VirtualApplianceSkusGetQueryParam &\n RequestParameters;\n\nexport interface InboundSecurityRuleCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update Network Virtual Appliance Inbound Security Rules operation. */\n body: InboundSecurityRule;\n}\n\nexport interface InboundSecurityRuleCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface InboundSecurityRuleCreateOrUpdateQueryParam {\n queryParameters: InboundSecurityRuleCreateOrUpdateQueryParamProperties;\n}\n\nexport interface InboundSecurityRuleCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type InboundSecurityRuleCreateOrUpdateParameters =\n InboundSecurityRuleCreateOrUpdateQueryParam &\n InboundSecurityRuleCreateOrUpdateMediaTypesParam &\n InboundSecurityRuleCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface NetworkWatchersCreateOrUpdateBodyParam {\n /** Parameters that define the network watcher resource. */\n body: NetworkWatcher;\n}\n\nexport interface NetworkWatchersCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkWatchersCreateOrUpdateQueryParam {\n queryParameters: NetworkWatchersCreateOrUpdateQueryParamProperties;\n}\n\nexport interface NetworkWatchersCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type NetworkWatchersCreateOrUpdateParameters = NetworkWatchersCreateOrUpdateQueryParam &\n NetworkWatchersCreateOrUpdateMediaTypesParam &\n NetworkWatchersCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface NetworkWatchersGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkWatchersGetQueryParam {\n queryParameters: NetworkWatchersGetQueryParamProperties;\n}\n\nexport type NetworkWatchersGetParameters = NetworkWatchersGetQueryParam & RequestParameters;\n\nexport interface NetworkWatchersDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkWatchersDeleteQueryParam {\n queryParameters: NetworkWatchersDeleteQueryParamProperties;\n}\n\nexport type NetworkWatchersDeleteParameters = NetworkWatchersDeleteQueryParam & RequestParameters;\n\nexport interface NetworkWatchersUpdateTagsBodyParam {\n /** Parameters supplied to update network watcher tags. */\n body: TagsObject;\n}\n\nexport interface NetworkWatchersUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkWatchersUpdateTagsQueryParam {\n queryParameters: NetworkWatchersUpdateTagsQueryParamProperties;\n}\n\nexport interface NetworkWatchersUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type NetworkWatchersUpdateTagsParameters = NetworkWatchersUpdateTagsQueryParam &\n NetworkWatchersUpdateTagsMediaTypesParam &\n NetworkWatchersUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface NetworkWatchersListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkWatchersListQueryParam {\n queryParameters: NetworkWatchersListQueryParamProperties;\n}\n\nexport type NetworkWatchersListParameters = NetworkWatchersListQueryParam & RequestParameters;\n\nexport interface NetworkWatchersListAllQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkWatchersListAllQueryParam {\n queryParameters: NetworkWatchersListAllQueryParamProperties;\n}\n\nexport type NetworkWatchersListAllParameters = NetworkWatchersListAllQueryParam & RequestParameters;\n\nexport interface NetworkWatchersGetTopologyBodyParam {\n /** Parameters that define the representation of topology. */\n body: TopologyParameters;\n}\n\nexport interface NetworkWatchersGetTopologyQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkWatchersGetTopologyQueryParam {\n queryParameters: NetworkWatchersGetTopologyQueryParamProperties;\n}\n\nexport interface NetworkWatchersGetTopologyMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type NetworkWatchersGetTopologyParameters = NetworkWatchersGetTopologyQueryParam &\n NetworkWatchersGetTopologyMediaTypesParam &\n NetworkWatchersGetTopologyBodyParam &\n RequestParameters;\n\nexport interface NetworkWatchersVerifyIPFlowBodyParam {\n /** Parameters that define the IP flow to be verified. */\n body: VerificationIPFlowParameters;\n}\n\nexport interface NetworkWatchersVerifyIPFlowQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkWatchersVerifyIPFlowQueryParam {\n queryParameters: NetworkWatchersVerifyIPFlowQueryParamProperties;\n}\n\nexport interface NetworkWatchersVerifyIPFlowMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type NetworkWatchersVerifyIPFlowParameters = NetworkWatchersVerifyIPFlowQueryParam &\n NetworkWatchersVerifyIPFlowMediaTypesParam &\n NetworkWatchersVerifyIPFlowBodyParam &\n RequestParameters;\n\nexport interface NetworkWatchersGetNextHopBodyParam {\n /** Parameters that define the source and destination endpoint. */\n body: NextHopParameters;\n}\n\nexport interface NetworkWatchersGetNextHopQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkWatchersGetNextHopQueryParam {\n queryParameters: NetworkWatchersGetNextHopQueryParamProperties;\n}\n\nexport interface NetworkWatchersGetNextHopMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type NetworkWatchersGetNextHopParameters = NetworkWatchersGetNextHopQueryParam &\n NetworkWatchersGetNextHopMediaTypesParam &\n NetworkWatchersGetNextHopBodyParam &\n RequestParameters;\n\nexport interface NetworkWatchersGetVMSecurityRulesBodyParam {\n /** Parameters that define the VM to check security groups for. */\n body: SecurityGroupViewParameters;\n}\n\nexport interface NetworkWatchersGetVMSecurityRulesQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkWatchersGetVMSecurityRulesQueryParam {\n queryParameters: NetworkWatchersGetVMSecurityRulesQueryParamProperties;\n}\n\nexport interface NetworkWatchersGetVMSecurityRulesMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type NetworkWatchersGetVMSecurityRulesParameters =\n NetworkWatchersGetVMSecurityRulesQueryParam &\n NetworkWatchersGetVMSecurityRulesMediaTypesParam &\n NetworkWatchersGetVMSecurityRulesBodyParam &\n RequestParameters;\n\nexport interface NetworkWatchersGetTroubleshootingBodyParam {\n /** Parameters that define the resource to troubleshoot. */\n body: TroubleshootingParameters;\n}\n\nexport interface NetworkWatchersGetTroubleshootingQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkWatchersGetTroubleshootingQueryParam {\n queryParameters: NetworkWatchersGetTroubleshootingQueryParamProperties;\n}\n\nexport interface NetworkWatchersGetTroubleshootingMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type NetworkWatchersGetTroubleshootingParameters =\n NetworkWatchersGetTroubleshootingQueryParam &\n NetworkWatchersGetTroubleshootingMediaTypesParam &\n NetworkWatchersGetTroubleshootingBodyParam &\n RequestParameters;\n\nexport interface NetworkWatchersGetTroubleshootingResultBodyParam {\n /** Parameters that define the resource to query the troubleshooting result. */\n body: QueryTroubleshootingParameters;\n}\n\nexport interface NetworkWatchersGetTroubleshootingResultQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkWatchersGetTroubleshootingResultQueryParam {\n queryParameters: NetworkWatchersGetTroubleshootingResultQueryParamProperties;\n}\n\nexport interface NetworkWatchersGetTroubleshootingResultMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type NetworkWatchersGetTroubleshootingResultParameters =\n NetworkWatchersGetTroubleshootingResultQueryParam &\n NetworkWatchersGetTroubleshootingResultMediaTypesParam &\n NetworkWatchersGetTroubleshootingResultBodyParam &\n RequestParameters;\n\nexport interface NetworkWatchersSetFlowLogConfigurationBodyParam {\n /** Parameters that define the configuration of flow log. */\n body: FlowLogInformation;\n}\n\nexport interface NetworkWatchersSetFlowLogConfigurationQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkWatchersSetFlowLogConfigurationQueryParam {\n queryParameters: NetworkWatchersSetFlowLogConfigurationQueryParamProperties;\n}\n\nexport interface NetworkWatchersSetFlowLogConfigurationMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type NetworkWatchersSetFlowLogConfigurationParameters =\n NetworkWatchersSetFlowLogConfigurationQueryParam &\n NetworkWatchersSetFlowLogConfigurationMediaTypesParam &\n NetworkWatchersSetFlowLogConfigurationBodyParam &\n RequestParameters;\n\nexport interface NetworkWatchersGetFlowLogStatusBodyParam {\n /** Parameters that define a resource to query flow log and traffic analytics (optional) status. */\n body: FlowLogStatusParameters;\n}\n\nexport interface NetworkWatchersGetFlowLogStatusQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkWatchersGetFlowLogStatusQueryParam {\n queryParameters: NetworkWatchersGetFlowLogStatusQueryParamProperties;\n}\n\nexport interface NetworkWatchersGetFlowLogStatusMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type NetworkWatchersGetFlowLogStatusParameters = NetworkWatchersGetFlowLogStatusQueryParam &\n NetworkWatchersGetFlowLogStatusMediaTypesParam &\n NetworkWatchersGetFlowLogStatusBodyParam &\n RequestParameters;\n\nexport interface NetworkWatchersCheckConnectivityBodyParam {\n /** Parameters that determine how the connectivity check will be performed. */\n body: ConnectivityParameters;\n}\n\nexport interface NetworkWatchersCheckConnectivityQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkWatchersCheckConnectivityQueryParam {\n queryParameters: NetworkWatchersCheckConnectivityQueryParamProperties;\n}\n\nexport interface NetworkWatchersCheckConnectivityMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type NetworkWatchersCheckConnectivityParameters =\n NetworkWatchersCheckConnectivityQueryParam &\n NetworkWatchersCheckConnectivityMediaTypesParam &\n NetworkWatchersCheckConnectivityBodyParam &\n RequestParameters;\n\nexport interface NetworkWatchersGetAzureReachabilityReportBodyParam {\n /** Parameters that determine Azure reachability report configuration. */\n body: AzureReachabilityReportParameters;\n}\n\nexport interface NetworkWatchersGetAzureReachabilityReportQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkWatchersGetAzureReachabilityReportQueryParam {\n queryParameters: NetworkWatchersGetAzureReachabilityReportQueryParamProperties;\n}\n\nexport interface NetworkWatchersGetAzureReachabilityReportMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type NetworkWatchersGetAzureReachabilityReportParameters =\n NetworkWatchersGetAzureReachabilityReportQueryParam &\n NetworkWatchersGetAzureReachabilityReportMediaTypesParam &\n NetworkWatchersGetAzureReachabilityReportBodyParam &\n RequestParameters;\n\nexport interface NetworkWatchersListAvailableProvidersBodyParam {\n /** Parameters that scope the list of available providers. */\n body: AvailableProvidersListParameters;\n}\n\nexport interface NetworkWatchersListAvailableProvidersQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkWatchersListAvailableProvidersQueryParam {\n queryParameters: NetworkWatchersListAvailableProvidersQueryParamProperties;\n}\n\nexport interface NetworkWatchersListAvailableProvidersMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type NetworkWatchersListAvailableProvidersParameters =\n NetworkWatchersListAvailableProvidersQueryParam &\n NetworkWatchersListAvailableProvidersMediaTypesParam &\n NetworkWatchersListAvailableProvidersBodyParam &\n RequestParameters;\n\nexport interface NetworkWatchersGetNetworkConfigurationDiagnosticBodyParam {\n /** Parameters to get network configuration diagnostic. */\n body: NetworkConfigurationDiagnosticParameters;\n}\n\nexport interface NetworkWatchersGetNetworkConfigurationDiagnosticQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NetworkWatchersGetNetworkConfigurationDiagnosticQueryParam {\n queryParameters: NetworkWatchersGetNetworkConfigurationDiagnosticQueryParamProperties;\n}\n\nexport interface NetworkWatchersGetNetworkConfigurationDiagnosticMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type NetworkWatchersGetNetworkConfigurationDiagnosticParameters =\n NetworkWatchersGetNetworkConfigurationDiagnosticQueryParam &\n NetworkWatchersGetNetworkConfigurationDiagnosticMediaTypesParam &\n NetworkWatchersGetNetworkConfigurationDiagnosticBodyParam &\n RequestParameters;\n\nexport interface PacketCapturesCreateBodyParam {\n /** Parameters that define the create packet capture operation. */\n body: PacketCapture;\n}\n\nexport interface PacketCapturesCreateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PacketCapturesCreateQueryParam {\n queryParameters: PacketCapturesCreateQueryParamProperties;\n}\n\nexport interface PacketCapturesCreateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type PacketCapturesCreateParameters = PacketCapturesCreateQueryParam &\n PacketCapturesCreateMediaTypesParam &\n PacketCapturesCreateBodyParam &\n RequestParameters;\n\nexport interface PacketCapturesGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PacketCapturesGetQueryParam {\n queryParameters: PacketCapturesGetQueryParamProperties;\n}\n\nexport type PacketCapturesGetParameters = PacketCapturesGetQueryParam & RequestParameters;\n\nexport interface PacketCapturesDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PacketCapturesDeleteQueryParam {\n queryParameters: PacketCapturesDeleteQueryParamProperties;\n}\n\nexport type PacketCapturesDeleteParameters = PacketCapturesDeleteQueryParam & RequestParameters;\n\nexport interface PacketCapturesStopQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PacketCapturesStopQueryParam {\n queryParameters: PacketCapturesStopQueryParamProperties;\n}\n\nexport type PacketCapturesStopParameters = PacketCapturesStopQueryParam & RequestParameters;\n\nexport interface PacketCapturesGetStatusQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PacketCapturesGetStatusQueryParam {\n queryParameters: PacketCapturesGetStatusQueryParamProperties;\n}\n\nexport type PacketCapturesGetStatusParameters = PacketCapturesGetStatusQueryParam &\n RequestParameters;\n\nexport interface PacketCapturesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PacketCapturesListQueryParam {\n queryParameters: PacketCapturesListQueryParamProperties;\n}\n\nexport type PacketCapturesListParameters = PacketCapturesListQueryParam & RequestParameters;\n\nexport interface ConnectionMonitorsCreateOrUpdateBodyParam {\n /** Parameters that define the operation to create a connection monitor. */\n body: ConnectionMonitor;\n}\n\nexport interface ConnectionMonitorsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Value indicating whether connection monitor V1 should be migrated to V2 format. */\n migrate?: string;\n}\n\nexport interface ConnectionMonitorsCreateOrUpdateQueryParam {\n queryParameters: ConnectionMonitorsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface ConnectionMonitorsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ConnectionMonitorsCreateOrUpdateParameters =\n ConnectionMonitorsCreateOrUpdateQueryParam &\n ConnectionMonitorsCreateOrUpdateMediaTypesParam &\n ConnectionMonitorsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface ConnectionMonitorsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ConnectionMonitorsGetQueryParam {\n queryParameters: ConnectionMonitorsGetQueryParamProperties;\n}\n\nexport type ConnectionMonitorsGetParameters = ConnectionMonitorsGetQueryParam & RequestParameters;\n\nexport interface ConnectionMonitorsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ConnectionMonitorsDeleteQueryParam {\n queryParameters: ConnectionMonitorsDeleteQueryParamProperties;\n}\n\nexport type ConnectionMonitorsDeleteParameters = ConnectionMonitorsDeleteQueryParam &\n RequestParameters;\n\nexport interface ConnectionMonitorsUpdateTagsBodyParam {\n /** Parameters supplied to update connection monitor tags. */\n body: TagsObject;\n}\n\nexport interface ConnectionMonitorsUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ConnectionMonitorsUpdateTagsQueryParam {\n queryParameters: ConnectionMonitorsUpdateTagsQueryParamProperties;\n}\n\nexport interface ConnectionMonitorsUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ConnectionMonitorsUpdateTagsParameters = ConnectionMonitorsUpdateTagsQueryParam &\n ConnectionMonitorsUpdateTagsMediaTypesParam &\n ConnectionMonitorsUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface ConnectionMonitorsStopQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ConnectionMonitorsStopQueryParam {\n queryParameters: ConnectionMonitorsStopQueryParamProperties;\n}\n\nexport type ConnectionMonitorsStopParameters = ConnectionMonitorsStopQueryParam & RequestParameters;\n\nexport interface ConnectionMonitorsStartQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ConnectionMonitorsStartQueryParam {\n queryParameters: ConnectionMonitorsStartQueryParamProperties;\n}\n\nexport type ConnectionMonitorsStartParameters = ConnectionMonitorsStartQueryParam &\n RequestParameters;\n\nexport interface ConnectionMonitorsQueryQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ConnectionMonitorsQueryQueryParam {\n queryParameters: ConnectionMonitorsQueryQueryParamProperties;\n}\n\nexport type ConnectionMonitorsQueryParameters = ConnectionMonitorsQueryQueryParam &\n RequestParameters;\n\nexport interface ConnectionMonitorsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ConnectionMonitorsListQueryParam {\n queryParameters: ConnectionMonitorsListQueryParamProperties;\n}\n\nexport type ConnectionMonitorsListParameters = ConnectionMonitorsListQueryParam & RequestParameters;\n\nexport interface FlowLogsCreateOrUpdateBodyParam {\n /** Parameters that define the create or update flow log resource. */\n body: FlowLog;\n}\n\nexport interface FlowLogsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface FlowLogsCreateOrUpdateQueryParam {\n queryParameters: FlowLogsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface FlowLogsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type FlowLogsCreateOrUpdateParameters = FlowLogsCreateOrUpdateQueryParam &\n FlowLogsCreateOrUpdateMediaTypesParam &\n FlowLogsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface FlowLogsUpdateTagsBodyParam {\n /** Parameters supplied to update flow log tags. */\n body: TagsObject;\n}\n\nexport interface FlowLogsUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface FlowLogsUpdateTagsQueryParam {\n queryParameters: FlowLogsUpdateTagsQueryParamProperties;\n}\n\nexport interface FlowLogsUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type FlowLogsUpdateTagsParameters = FlowLogsUpdateTagsQueryParam &\n FlowLogsUpdateTagsMediaTypesParam &\n FlowLogsUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface FlowLogsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface FlowLogsGetQueryParam {\n queryParameters: FlowLogsGetQueryParamProperties;\n}\n\nexport type FlowLogsGetParameters = FlowLogsGetQueryParam & RequestParameters;\n\nexport interface FlowLogsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface FlowLogsDeleteQueryParam {\n queryParameters: FlowLogsDeleteQueryParamProperties;\n}\n\nexport type FlowLogsDeleteParameters = FlowLogsDeleteQueryParam & RequestParameters;\n\nexport interface FlowLogsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface FlowLogsListQueryParam {\n queryParameters: FlowLogsListQueryParamProperties;\n}\n\nexport type FlowLogsListParameters = FlowLogsListQueryParam & RequestParameters;\n\nexport interface OperationsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface OperationsListQueryParam {\n queryParameters: OperationsListQueryParamProperties;\n}\n\nexport type OperationsListParameters = OperationsListQueryParam & RequestParameters;\n\nexport interface PrivateEndpointsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PrivateEndpointsDeleteQueryParam {\n queryParameters: PrivateEndpointsDeleteQueryParamProperties;\n}\n\nexport type PrivateEndpointsDeleteParameters = PrivateEndpointsDeleteQueryParam & RequestParameters;\n\nexport interface PrivateEndpointsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Expands referenced resources. */\n $expand?: string;\n}\n\nexport interface PrivateEndpointsGetQueryParam {\n queryParameters: PrivateEndpointsGetQueryParamProperties;\n}\n\nexport type PrivateEndpointsGetParameters = PrivateEndpointsGetQueryParam & RequestParameters;\n\nexport interface PrivateEndpointsCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update private endpoint operation. */\n body: PrivateEndpoint;\n}\n\nexport interface PrivateEndpointsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PrivateEndpointsCreateOrUpdateQueryParam {\n queryParameters: PrivateEndpointsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface PrivateEndpointsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type PrivateEndpointsCreateOrUpdateParameters = PrivateEndpointsCreateOrUpdateQueryParam &\n PrivateEndpointsCreateOrUpdateMediaTypesParam &\n PrivateEndpointsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface PrivateEndpointsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PrivateEndpointsListQueryParam {\n queryParameters: PrivateEndpointsListQueryParamProperties;\n}\n\nexport type PrivateEndpointsListParameters = PrivateEndpointsListQueryParam & RequestParameters;\n\nexport interface PrivateEndpointsListBySubscriptionQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PrivateEndpointsListBySubscriptionQueryParam {\n queryParameters: PrivateEndpointsListBySubscriptionQueryParamProperties;\n}\n\nexport type PrivateEndpointsListBySubscriptionParameters =\n PrivateEndpointsListBySubscriptionQueryParam & RequestParameters;\n\nexport interface AvailablePrivateEndpointTypesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface AvailablePrivateEndpointTypesListQueryParam {\n queryParameters: AvailablePrivateEndpointTypesListQueryParamProperties;\n}\n\nexport type AvailablePrivateEndpointTypesListParameters =\n AvailablePrivateEndpointTypesListQueryParam & RequestParameters;\n\nexport interface AvailablePrivateEndpointTypesListByResourceGroupQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface AvailablePrivateEndpointTypesListByResourceGroupQueryParam {\n queryParameters: AvailablePrivateEndpointTypesListByResourceGroupQueryParamProperties;\n}\n\nexport type AvailablePrivateEndpointTypesListByResourceGroupParameters =\n AvailablePrivateEndpointTypesListByResourceGroupQueryParam & RequestParameters;\n\nexport interface PrivateDnsZoneGroupsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PrivateDnsZoneGroupsDeleteQueryParam {\n queryParameters: PrivateDnsZoneGroupsDeleteQueryParamProperties;\n}\n\nexport type PrivateDnsZoneGroupsDeleteParameters = PrivateDnsZoneGroupsDeleteQueryParam &\n RequestParameters;\n\nexport interface PrivateDnsZoneGroupsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PrivateDnsZoneGroupsGetQueryParam {\n queryParameters: PrivateDnsZoneGroupsGetQueryParamProperties;\n}\n\nexport type PrivateDnsZoneGroupsGetParameters = PrivateDnsZoneGroupsGetQueryParam &\n RequestParameters;\n\nexport interface PrivateDnsZoneGroupsCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update private dns zone group operation. */\n body: PrivateDnsZoneGroup;\n}\n\nexport interface PrivateDnsZoneGroupsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PrivateDnsZoneGroupsCreateOrUpdateQueryParam {\n queryParameters: PrivateDnsZoneGroupsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface PrivateDnsZoneGroupsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type PrivateDnsZoneGroupsCreateOrUpdateParameters =\n PrivateDnsZoneGroupsCreateOrUpdateQueryParam &\n PrivateDnsZoneGroupsCreateOrUpdateMediaTypesParam &\n PrivateDnsZoneGroupsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface PrivateDnsZoneGroupsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PrivateDnsZoneGroupsListQueryParam {\n queryParameters: PrivateDnsZoneGroupsListQueryParamProperties;\n}\n\nexport type PrivateDnsZoneGroupsListParameters = PrivateDnsZoneGroupsListQueryParam &\n RequestParameters;\n\nexport interface PrivateLinkServicesDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PrivateLinkServicesDeleteQueryParam {\n queryParameters: PrivateLinkServicesDeleteQueryParamProperties;\n}\n\nexport type PrivateLinkServicesDeleteParameters = PrivateLinkServicesDeleteQueryParam &\n RequestParameters;\n\nexport interface PrivateLinkServicesGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Expands referenced resources. */\n $expand?: string;\n}\n\nexport interface PrivateLinkServicesGetQueryParam {\n queryParameters: PrivateLinkServicesGetQueryParamProperties;\n}\n\nexport type PrivateLinkServicesGetParameters = PrivateLinkServicesGetQueryParam & RequestParameters;\n\nexport interface PrivateLinkServicesCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update private link service operation. */\n body: PrivateLinkService;\n}\n\nexport interface PrivateLinkServicesCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PrivateLinkServicesCreateOrUpdateQueryParam {\n queryParameters: PrivateLinkServicesCreateOrUpdateQueryParamProperties;\n}\n\nexport interface PrivateLinkServicesCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type PrivateLinkServicesCreateOrUpdateParameters =\n PrivateLinkServicesCreateOrUpdateQueryParam &\n PrivateLinkServicesCreateOrUpdateMediaTypesParam &\n PrivateLinkServicesCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface PrivateLinkServicesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PrivateLinkServicesListQueryParam {\n queryParameters: PrivateLinkServicesListQueryParamProperties;\n}\n\nexport type PrivateLinkServicesListParameters = PrivateLinkServicesListQueryParam &\n RequestParameters;\n\nexport interface PrivateLinkServicesListBySubscriptionQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PrivateLinkServicesListBySubscriptionQueryParam {\n queryParameters: PrivateLinkServicesListBySubscriptionQueryParamProperties;\n}\n\nexport type PrivateLinkServicesListBySubscriptionParameters =\n PrivateLinkServicesListBySubscriptionQueryParam & RequestParameters;\n\nexport interface PrivateLinkServicesGetPrivateEndpointConnectionQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Expands referenced resources. */\n $expand?: string;\n}\n\nexport interface PrivateLinkServicesGetPrivateEndpointConnectionQueryParam {\n queryParameters: PrivateLinkServicesGetPrivateEndpointConnectionQueryParamProperties;\n}\n\nexport type PrivateLinkServicesGetPrivateEndpointConnectionParameters =\n PrivateLinkServicesGetPrivateEndpointConnectionQueryParam & RequestParameters;\n\nexport interface PrivateLinkServicesUpdatePrivateEndpointConnectionBodyParam {\n /** Parameters supplied to approve or reject the private end point connection. */\n body: PrivateEndpointConnection;\n}\n\nexport interface PrivateLinkServicesUpdatePrivateEndpointConnectionQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PrivateLinkServicesUpdatePrivateEndpointConnectionQueryParam {\n queryParameters: PrivateLinkServicesUpdatePrivateEndpointConnectionQueryParamProperties;\n}\n\nexport interface PrivateLinkServicesUpdatePrivateEndpointConnectionMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type PrivateLinkServicesUpdatePrivateEndpointConnectionParameters =\n PrivateLinkServicesUpdatePrivateEndpointConnectionQueryParam &\n PrivateLinkServicesUpdatePrivateEndpointConnectionMediaTypesParam &\n PrivateLinkServicesUpdatePrivateEndpointConnectionBodyParam &\n RequestParameters;\n\nexport interface PrivateLinkServicesDeletePrivateEndpointConnectionQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PrivateLinkServicesDeletePrivateEndpointConnectionQueryParam {\n queryParameters: PrivateLinkServicesDeletePrivateEndpointConnectionQueryParamProperties;\n}\n\nexport type PrivateLinkServicesDeletePrivateEndpointConnectionParameters =\n PrivateLinkServicesDeletePrivateEndpointConnectionQueryParam & RequestParameters;\n\nexport interface PrivateLinkServicesListPrivateEndpointConnectionsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PrivateLinkServicesListPrivateEndpointConnectionsQueryParam {\n queryParameters: PrivateLinkServicesListPrivateEndpointConnectionsQueryParamProperties;\n}\n\nexport type PrivateLinkServicesListPrivateEndpointConnectionsParameters =\n PrivateLinkServicesListPrivateEndpointConnectionsQueryParam & RequestParameters;\n\nexport interface PrivateLinkServicesCheckPrivateLinkServiceVisibilityBodyParam {\n /** The request body of CheckPrivateLinkService API call. */\n body: CheckPrivateLinkServiceVisibilityRequest;\n}\n\nexport interface PrivateLinkServicesCheckPrivateLinkServiceVisibilityQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PrivateLinkServicesCheckPrivateLinkServiceVisibilityQueryParam {\n queryParameters: PrivateLinkServicesCheckPrivateLinkServiceVisibilityQueryParamProperties;\n}\n\nexport interface PrivateLinkServicesCheckPrivateLinkServiceVisibilityMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type PrivateLinkServicesCheckPrivateLinkServiceVisibilityParameters =\n PrivateLinkServicesCheckPrivateLinkServiceVisibilityQueryParam &\n PrivateLinkServicesCheckPrivateLinkServiceVisibilityMediaTypesParam &\n PrivateLinkServicesCheckPrivateLinkServiceVisibilityBodyParam &\n RequestParameters;\n\nexport interface PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupBodyParam {\n /** The request body of CheckPrivateLinkService API call. */\n body: CheckPrivateLinkServiceVisibilityRequest;\n}\n\nexport interface PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupQueryParam {\n queryParameters: PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupQueryParamProperties;\n}\n\nexport interface PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupParameters =\n PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupQueryParam &\n PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupMediaTypesParam &\n PrivateLinkServicesCheckPrivateLinkServiceVisibilityByResourceGroupBodyParam &\n RequestParameters;\n\nexport interface PrivateLinkServicesListAutoApprovedPrivateLinkServicesQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PrivateLinkServicesListAutoApprovedPrivateLinkServicesQueryParam {\n queryParameters: PrivateLinkServicesListAutoApprovedPrivateLinkServicesQueryParamProperties;\n}\n\nexport type PrivateLinkServicesListAutoApprovedPrivateLinkServicesParameters =\n PrivateLinkServicesListAutoApprovedPrivateLinkServicesQueryParam & RequestParameters;\n\nexport interface PrivateLinkServicesListAutoApprovedPrivateLinkServicesByResourceGroupQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PrivateLinkServicesListAutoApprovedPrivateLinkServicesByResourceGroupQueryParam {\n queryParameters: PrivateLinkServicesListAutoApprovedPrivateLinkServicesByResourceGroupQueryParamProperties;\n}\n\nexport type PrivateLinkServicesListAutoApprovedPrivateLinkServicesByResourceGroupParameters =\n PrivateLinkServicesListAutoApprovedPrivateLinkServicesByResourceGroupQueryParam &\n RequestParameters;\n\nexport interface PublicIPPrefixesDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PublicIPPrefixesDeleteQueryParam {\n queryParameters: PublicIPPrefixesDeleteQueryParamProperties;\n}\n\nexport type PublicIPPrefixesDeleteParameters = PublicIPPrefixesDeleteQueryParam & RequestParameters;\n\nexport interface PublicIPPrefixesGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Expands referenced resources. */\n $expand?: string;\n}\n\nexport interface PublicIPPrefixesGetQueryParam {\n queryParameters: PublicIPPrefixesGetQueryParamProperties;\n}\n\nexport type PublicIPPrefixesGetParameters = PublicIPPrefixesGetQueryParam & RequestParameters;\n\nexport interface PublicIPPrefixesCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update public IP prefix operation. */\n body: PublicIPPrefix;\n}\n\nexport interface PublicIPPrefixesCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PublicIPPrefixesCreateOrUpdateQueryParam {\n queryParameters: PublicIPPrefixesCreateOrUpdateQueryParamProperties;\n}\n\nexport interface PublicIPPrefixesCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type PublicIPPrefixesCreateOrUpdateParameters = PublicIPPrefixesCreateOrUpdateQueryParam &\n PublicIPPrefixesCreateOrUpdateMediaTypesParam &\n PublicIPPrefixesCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface PublicIPPrefixesUpdateTagsBodyParam {\n /** Parameters supplied to update public IP prefix tags. */\n body: TagsObject;\n}\n\nexport interface PublicIPPrefixesUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PublicIPPrefixesUpdateTagsQueryParam {\n queryParameters: PublicIPPrefixesUpdateTagsQueryParamProperties;\n}\n\nexport interface PublicIPPrefixesUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type PublicIPPrefixesUpdateTagsParameters = PublicIPPrefixesUpdateTagsQueryParam &\n PublicIPPrefixesUpdateTagsMediaTypesParam &\n PublicIPPrefixesUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface PublicIPPrefixesListAllQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PublicIPPrefixesListAllQueryParam {\n queryParameters: PublicIPPrefixesListAllQueryParamProperties;\n}\n\nexport type PublicIPPrefixesListAllParameters = PublicIPPrefixesListAllQueryParam &\n RequestParameters;\n\nexport interface PublicIPPrefixesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface PublicIPPrefixesListQueryParam {\n queryParameters: PublicIPPrefixesListQueryParamProperties;\n}\n\nexport type PublicIPPrefixesListParameters = PublicIPPrefixesListQueryParam & RequestParameters;\n\nexport interface RouteFiltersDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface RouteFiltersDeleteQueryParam {\n queryParameters: RouteFiltersDeleteQueryParamProperties;\n}\n\nexport type RouteFiltersDeleteParameters = RouteFiltersDeleteQueryParam & RequestParameters;\n\nexport interface RouteFiltersGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Expands referenced express route bgp peering resources. */\n $expand?: string;\n}\n\nexport interface RouteFiltersGetQueryParam {\n queryParameters: RouteFiltersGetQueryParamProperties;\n}\n\nexport type RouteFiltersGetParameters = RouteFiltersGetQueryParam & RequestParameters;\n\nexport interface RouteFiltersCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update route filter operation. */\n body: RouteFilter;\n}\n\nexport interface RouteFiltersCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface RouteFiltersCreateOrUpdateQueryParam {\n queryParameters: RouteFiltersCreateOrUpdateQueryParamProperties;\n}\n\nexport interface RouteFiltersCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type RouteFiltersCreateOrUpdateParameters = RouteFiltersCreateOrUpdateQueryParam &\n RouteFiltersCreateOrUpdateMediaTypesParam &\n RouteFiltersCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface RouteFiltersUpdateTagsBodyParam {\n /** Parameters supplied to update route filter tags. */\n body: TagsObject;\n}\n\nexport interface RouteFiltersUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface RouteFiltersUpdateTagsQueryParam {\n queryParameters: RouteFiltersUpdateTagsQueryParamProperties;\n}\n\nexport interface RouteFiltersUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type RouteFiltersUpdateTagsParameters = RouteFiltersUpdateTagsQueryParam &\n RouteFiltersUpdateTagsMediaTypesParam &\n RouteFiltersUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface RouteFiltersListByResourceGroupQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface RouteFiltersListByResourceGroupQueryParam {\n queryParameters: RouteFiltersListByResourceGroupQueryParamProperties;\n}\n\nexport type RouteFiltersListByResourceGroupParameters = RouteFiltersListByResourceGroupQueryParam &\n RequestParameters;\n\nexport interface RouteFiltersListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface RouteFiltersListQueryParam {\n queryParameters: RouteFiltersListQueryParamProperties;\n}\n\nexport type RouteFiltersListParameters = RouteFiltersListQueryParam & RequestParameters;\n\nexport interface RouteFilterRulesDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface RouteFilterRulesDeleteQueryParam {\n queryParameters: RouteFilterRulesDeleteQueryParamProperties;\n}\n\nexport type RouteFilterRulesDeleteParameters = RouteFilterRulesDeleteQueryParam & RequestParameters;\n\nexport interface RouteFilterRulesGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface RouteFilterRulesGetQueryParam {\n queryParameters: RouteFilterRulesGetQueryParamProperties;\n}\n\nexport type RouteFilterRulesGetParameters = RouteFilterRulesGetQueryParam & RequestParameters;\n\nexport interface RouteFilterRulesCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update route filter rule operation. */\n body: RouteFilterRule;\n}\n\nexport interface RouteFilterRulesCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface RouteFilterRulesCreateOrUpdateQueryParam {\n queryParameters: RouteFilterRulesCreateOrUpdateQueryParamProperties;\n}\n\nexport interface RouteFilterRulesCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type RouteFilterRulesCreateOrUpdateParameters = RouteFilterRulesCreateOrUpdateQueryParam &\n RouteFilterRulesCreateOrUpdateMediaTypesParam &\n RouteFilterRulesCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface RouteFilterRulesListByRouteFilterQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface RouteFilterRulesListByRouteFilterQueryParam {\n queryParameters: RouteFilterRulesListByRouteFilterQueryParamProperties;\n}\n\nexport type RouteFilterRulesListByRouteFilterParameters =\n RouteFilterRulesListByRouteFilterQueryParam & RequestParameters;\n\nexport interface RouteTablesDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface RouteTablesDeleteQueryParam {\n queryParameters: RouteTablesDeleteQueryParamProperties;\n}\n\nexport type RouteTablesDeleteParameters = RouteTablesDeleteQueryParam & RequestParameters;\n\nexport interface RouteTablesGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Expands referenced resources. */\n $expand?: string;\n}\n\nexport interface RouteTablesGetQueryParam {\n queryParameters: RouteTablesGetQueryParamProperties;\n}\n\nexport type RouteTablesGetParameters = RouteTablesGetQueryParam & RequestParameters;\n\nexport interface RouteTablesCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update route table operation. */\n body: RouteTable;\n}\n\nexport interface RouteTablesCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface RouteTablesCreateOrUpdateQueryParam {\n queryParameters: RouteTablesCreateOrUpdateQueryParamProperties;\n}\n\nexport interface RouteTablesCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type RouteTablesCreateOrUpdateParameters = RouteTablesCreateOrUpdateQueryParam &\n RouteTablesCreateOrUpdateMediaTypesParam &\n RouteTablesCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface RouteTablesUpdateTagsBodyParam {\n /** Parameters supplied to update route table tags. */\n body: TagsObject;\n}\n\nexport interface RouteTablesUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface RouteTablesUpdateTagsQueryParam {\n queryParameters: RouteTablesUpdateTagsQueryParamProperties;\n}\n\nexport interface RouteTablesUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type RouteTablesUpdateTagsParameters = RouteTablesUpdateTagsQueryParam &\n RouteTablesUpdateTagsMediaTypesParam &\n RouteTablesUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface RouteTablesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface RouteTablesListQueryParam {\n queryParameters: RouteTablesListQueryParamProperties;\n}\n\nexport type RouteTablesListParameters = RouteTablesListQueryParam & RequestParameters;\n\nexport interface RouteTablesListAllQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface RouteTablesListAllQueryParam {\n queryParameters: RouteTablesListAllQueryParamProperties;\n}\n\nexport type RouteTablesListAllParameters = RouteTablesListAllQueryParam & RequestParameters;\n\nexport interface RoutesDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface RoutesDeleteQueryParam {\n queryParameters: RoutesDeleteQueryParamProperties;\n}\n\nexport type RoutesDeleteParameters = RoutesDeleteQueryParam & RequestParameters;\n\nexport interface RoutesGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface RoutesGetQueryParam {\n queryParameters: RoutesGetQueryParamProperties;\n}\n\nexport type RoutesGetParameters = RoutesGetQueryParam & RequestParameters;\n\nexport interface RoutesCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update route operation. */\n body: Route;\n}\n\nexport interface RoutesCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface RoutesCreateOrUpdateQueryParam {\n queryParameters: RoutesCreateOrUpdateQueryParamProperties;\n}\n\nexport interface RoutesCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type RoutesCreateOrUpdateParameters = RoutesCreateOrUpdateQueryParam &\n RoutesCreateOrUpdateMediaTypesParam &\n RoutesCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface RoutesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface RoutesListQueryParam {\n queryParameters: RoutesListQueryParamProperties;\n}\n\nexport type RoutesListParameters = RoutesListQueryParam & RequestParameters;\n\nexport interface SecurityPartnerProvidersDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface SecurityPartnerProvidersDeleteQueryParam {\n queryParameters: SecurityPartnerProvidersDeleteQueryParamProperties;\n}\n\nexport type SecurityPartnerProvidersDeleteParameters = SecurityPartnerProvidersDeleteQueryParam &\n RequestParameters;\n\nexport interface SecurityPartnerProvidersGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface SecurityPartnerProvidersGetQueryParam {\n queryParameters: SecurityPartnerProvidersGetQueryParamProperties;\n}\n\nexport type SecurityPartnerProvidersGetParameters = SecurityPartnerProvidersGetQueryParam &\n RequestParameters;\n\nexport interface SecurityPartnerProvidersCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update Security Partner Provider operation. */\n body: SecurityPartnerProvider;\n}\n\nexport interface SecurityPartnerProvidersCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface SecurityPartnerProvidersCreateOrUpdateQueryParam {\n queryParameters: SecurityPartnerProvidersCreateOrUpdateQueryParamProperties;\n}\n\nexport interface SecurityPartnerProvidersCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type SecurityPartnerProvidersCreateOrUpdateParameters =\n SecurityPartnerProvidersCreateOrUpdateQueryParam &\n SecurityPartnerProvidersCreateOrUpdateMediaTypesParam &\n SecurityPartnerProvidersCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface SecurityPartnerProvidersUpdateTagsBodyParam {\n /** Parameters supplied to update Security Partner Provider tags. */\n body: TagsObject;\n}\n\nexport interface SecurityPartnerProvidersUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface SecurityPartnerProvidersUpdateTagsQueryParam {\n queryParameters: SecurityPartnerProvidersUpdateTagsQueryParamProperties;\n}\n\nexport interface SecurityPartnerProvidersUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type SecurityPartnerProvidersUpdateTagsParameters =\n SecurityPartnerProvidersUpdateTagsQueryParam &\n SecurityPartnerProvidersUpdateTagsMediaTypesParam &\n SecurityPartnerProvidersUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface SecurityPartnerProvidersListByResourceGroupQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface SecurityPartnerProvidersListByResourceGroupQueryParam {\n queryParameters: SecurityPartnerProvidersListByResourceGroupQueryParamProperties;\n}\n\nexport type SecurityPartnerProvidersListByResourceGroupParameters =\n SecurityPartnerProvidersListByResourceGroupQueryParam & RequestParameters;\n\nexport interface SecurityPartnerProvidersListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface SecurityPartnerProvidersListQueryParam {\n queryParameters: SecurityPartnerProvidersListQueryParamProperties;\n}\n\nexport type SecurityPartnerProvidersListParameters = SecurityPartnerProvidersListQueryParam &\n RequestParameters;\n\nexport interface BgpServiceCommunitiesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface BgpServiceCommunitiesListQueryParam {\n queryParameters: BgpServiceCommunitiesListQueryParamProperties;\n}\n\nexport type BgpServiceCommunitiesListParameters = BgpServiceCommunitiesListQueryParam &\n RequestParameters;\n\nexport interface ServiceEndpointPoliciesDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ServiceEndpointPoliciesDeleteQueryParam {\n queryParameters: ServiceEndpointPoliciesDeleteQueryParamProperties;\n}\n\nexport type ServiceEndpointPoliciesDeleteParameters = ServiceEndpointPoliciesDeleteQueryParam &\n RequestParameters;\n\nexport interface ServiceEndpointPoliciesGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Expands referenced resources. */\n $expand?: string;\n}\n\nexport interface ServiceEndpointPoliciesGetQueryParam {\n queryParameters: ServiceEndpointPoliciesGetQueryParamProperties;\n}\n\nexport type ServiceEndpointPoliciesGetParameters = ServiceEndpointPoliciesGetQueryParam &\n RequestParameters;\n\nexport interface ServiceEndpointPoliciesCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update service endpoint policy operation. */\n body: ServiceEndpointPolicy;\n}\n\nexport interface ServiceEndpointPoliciesCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ServiceEndpointPoliciesCreateOrUpdateQueryParam {\n queryParameters: ServiceEndpointPoliciesCreateOrUpdateQueryParamProperties;\n}\n\nexport interface ServiceEndpointPoliciesCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ServiceEndpointPoliciesCreateOrUpdateParameters =\n ServiceEndpointPoliciesCreateOrUpdateQueryParam &\n ServiceEndpointPoliciesCreateOrUpdateMediaTypesParam &\n ServiceEndpointPoliciesCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface ServiceEndpointPoliciesUpdateTagsBodyParam {\n /** Parameters supplied to update service endpoint policy tags. */\n body: TagsObject;\n}\n\nexport interface ServiceEndpointPoliciesUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ServiceEndpointPoliciesUpdateTagsQueryParam {\n queryParameters: ServiceEndpointPoliciesUpdateTagsQueryParamProperties;\n}\n\nexport interface ServiceEndpointPoliciesUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ServiceEndpointPoliciesUpdateTagsParameters =\n ServiceEndpointPoliciesUpdateTagsQueryParam &\n ServiceEndpointPoliciesUpdateTagsMediaTypesParam &\n ServiceEndpointPoliciesUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface ServiceEndpointPoliciesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ServiceEndpointPoliciesListQueryParam {\n queryParameters: ServiceEndpointPoliciesListQueryParamProperties;\n}\n\nexport type ServiceEndpointPoliciesListParameters = ServiceEndpointPoliciesListQueryParam &\n RequestParameters;\n\nexport interface ServiceEndpointPoliciesListByResourceGroupQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ServiceEndpointPoliciesListByResourceGroupQueryParam {\n queryParameters: ServiceEndpointPoliciesListByResourceGroupQueryParamProperties;\n}\n\nexport type ServiceEndpointPoliciesListByResourceGroupParameters =\n ServiceEndpointPoliciesListByResourceGroupQueryParam & RequestParameters;\n\nexport interface ServiceEndpointPolicyDefinitionsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ServiceEndpointPolicyDefinitionsDeleteQueryParam {\n queryParameters: ServiceEndpointPolicyDefinitionsDeleteQueryParamProperties;\n}\n\nexport type ServiceEndpointPolicyDefinitionsDeleteParameters =\n ServiceEndpointPolicyDefinitionsDeleteQueryParam & RequestParameters;\n\nexport interface ServiceEndpointPolicyDefinitionsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ServiceEndpointPolicyDefinitionsGetQueryParam {\n queryParameters: ServiceEndpointPolicyDefinitionsGetQueryParamProperties;\n}\n\nexport type ServiceEndpointPolicyDefinitionsGetParameters =\n ServiceEndpointPolicyDefinitionsGetQueryParam & RequestParameters;\n\nexport interface ServiceEndpointPolicyDefinitionsCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update service endpoint policy operation. */\n body: ServiceEndpointPolicyDefinition;\n}\n\nexport interface ServiceEndpointPolicyDefinitionsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ServiceEndpointPolicyDefinitionsCreateOrUpdateQueryParam {\n queryParameters: ServiceEndpointPolicyDefinitionsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface ServiceEndpointPolicyDefinitionsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ServiceEndpointPolicyDefinitionsCreateOrUpdateParameters =\n ServiceEndpointPolicyDefinitionsCreateOrUpdateQueryParam &\n ServiceEndpointPolicyDefinitionsCreateOrUpdateMediaTypesParam &\n ServiceEndpointPolicyDefinitionsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface ServiceEndpointPolicyDefinitionsListByResourceGroupQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ServiceEndpointPolicyDefinitionsListByResourceGroupQueryParam {\n queryParameters: ServiceEndpointPolicyDefinitionsListByResourceGroupQueryParamProperties;\n}\n\nexport type ServiceEndpointPolicyDefinitionsListByResourceGroupParameters =\n ServiceEndpointPolicyDefinitionsListByResourceGroupQueryParam & RequestParameters;\n\nexport interface ServiceTagsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ServiceTagsListQueryParam {\n queryParameters: ServiceTagsListQueryParamProperties;\n}\n\nexport type ServiceTagsListParameters = ServiceTagsListQueryParam & RequestParameters;\n\nexport interface ServiceTagInformationListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Do not return address prefixes for the tag(s). */\n noAddressPrefixes?: boolean;\n /** Return tag information for a particular tag. */\n tagName?: string;\n}\n\nexport interface ServiceTagInformationListQueryParam {\n queryParameters: ServiceTagInformationListQueryParamProperties;\n}\n\nexport type ServiceTagInformationListParameters = ServiceTagInformationListQueryParam &\n RequestParameters;\n\nexport interface UsagesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface UsagesListQueryParam {\n queryParameters: UsagesListQueryParamProperties;\n}\n\nexport type UsagesListParameters = UsagesListQueryParam & RequestParameters;\n\nexport interface VirtualNetworksDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworksDeleteQueryParam {\n queryParameters: VirtualNetworksDeleteQueryParamProperties;\n}\n\nexport type VirtualNetworksDeleteParameters = VirtualNetworksDeleteQueryParam & RequestParameters;\n\nexport interface VirtualNetworksGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Expands referenced resources. */\n $expand?: string;\n}\n\nexport interface VirtualNetworksGetQueryParam {\n queryParameters: VirtualNetworksGetQueryParamProperties;\n}\n\nexport type VirtualNetworksGetParameters = VirtualNetworksGetQueryParam & RequestParameters;\n\nexport interface VirtualNetworksCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update virtual network operation. */\n body: VirtualNetwork;\n}\n\nexport interface VirtualNetworksCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworksCreateOrUpdateQueryParam {\n queryParameters: VirtualNetworksCreateOrUpdateQueryParamProperties;\n}\n\nexport interface VirtualNetworksCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualNetworksCreateOrUpdateParameters = VirtualNetworksCreateOrUpdateQueryParam &\n VirtualNetworksCreateOrUpdateMediaTypesParam &\n VirtualNetworksCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface VirtualNetworksUpdateTagsBodyParam {\n /** Parameters supplied to update virtual network tags. */\n body: TagsObject;\n}\n\nexport interface VirtualNetworksUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworksUpdateTagsQueryParam {\n queryParameters: VirtualNetworksUpdateTagsQueryParamProperties;\n}\n\nexport interface VirtualNetworksUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualNetworksUpdateTagsParameters = VirtualNetworksUpdateTagsQueryParam &\n VirtualNetworksUpdateTagsMediaTypesParam &\n VirtualNetworksUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface VirtualNetworksListAllQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworksListAllQueryParam {\n queryParameters: VirtualNetworksListAllQueryParamProperties;\n}\n\nexport type VirtualNetworksListAllParameters = VirtualNetworksListAllQueryParam & RequestParameters;\n\nexport interface VirtualNetworksListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworksListQueryParam {\n queryParameters: VirtualNetworksListQueryParamProperties;\n}\n\nexport type VirtualNetworksListParameters = VirtualNetworksListQueryParam & RequestParameters;\n\nexport interface VirtualNetworksCheckIPAddressAvailabilityQueryParamProperties {\n /** The private IP address to be verified. */\n ipAddress: string;\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworksCheckIPAddressAvailabilityQueryParam {\n queryParameters: VirtualNetworksCheckIPAddressAvailabilityQueryParamProperties;\n}\n\nexport type VirtualNetworksCheckIPAddressAvailabilityParameters =\n VirtualNetworksCheckIPAddressAvailabilityQueryParam & RequestParameters;\n\nexport interface VirtualNetworksListUsageQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworksListUsageQueryParam {\n queryParameters: VirtualNetworksListUsageQueryParamProperties;\n}\n\nexport type VirtualNetworksListUsageParameters = VirtualNetworksListUsageQueryParam &\n RequestParameters;\n\nexport interface VirtualNetworksListDdosProtectionStatusQueryParamProperties {\n /** The max number of ip addresses to return. */\n top?: number;\n /** The skipToken that is given with nextLink. */\n skipToken?: string;\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworksListDdosProtectionStatusQueryParam {\n queryParameters: VirtualNetworksListDdosProtectionStatusQueryParamProperties;\n}\n\nexport type VirtualNetworksListDdosProtectionStatusParameters =\n VirtualNetworksListDdosProtectionStatusQueryParam & RequestParameters;\n\nexport interface SubnetsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface SubnetsDeleteQueryParam {\n queryParameters: SubnetsDeleteQueryParamProperties;\n}\n\nexport type SubnetsDeleteParameters = SubnetsDeleteQueryParam & RequestParameters;\n\nexport interface SubnetsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Expands referenced resources. */\n $expand?: string;\n}\n\nexport interface SubnetsGetQueryParam {\n queryParameters: SubnetsGetQueryParamProperties;\n}\n\nexport type SubnetsGetParameters = SubnetsGetQueryParam & RequestParameters;\n\nexport interface SubnetsCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update subnet operation. */\n body: Subnet;\n}\n\nexport interface SubnetsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface SubnetsCreateOrUpdateQueryParam {\n queryParameters: SubnetsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface SubnetsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type SubnetsCreateOrUpdateParameters = SubnetsCreateOrUpdateQueryParam &\n SubnetsCreateOrUpdateMediaTypesParam &\n SubnetsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface SubnetsPrepareNetworkPoliciesBodyParam {\n /** Parameters supplied to prepare subnet by applying network intent policies. */\n body: PrepareNetworkPoliciesRequest;\n}\n\nexport interface SubnetsPrepareNetworkPoliciesQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface SubnetsPrepareNetworkPoliciesQueryParam {\n queryParameters: SubnetsPrepareNetworkPoliciesQueryParamProperties;\n}\n\nexport interface SubnetsPrepareNetworkPoliciesMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type SubnetsPrepareNetworkPoliciesParameters = SubnetsPrepareNetworkPoliciesQueryParam &\n SubnetsPrepareNetworkPoliciesMediaTypesParam &\n SubnetsPrepareNetworkPoliciesBodyParam &\n RequestParameters;\n\nexport interface SubnetsUnprepareNetworkPoliciesBodyParam {\n /** Parameters supplied to unprepare subnet to remove network intent policies. */\n body: UnprepareNetworkPoliciesRequest;\n}\n\nexport interface SubnetsUnprepareNetworkPoliciesQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface SubnetsUnprepareNetworkPoliciesQueryParam {\n queryParameters: SubnetsUnprepareNetworkPoliciesQueryParamProperties;\n}\n\nexport interface SubnetsUnprepareNetworkPoliciesMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type SubnetsUnprepareNetworkPoliciesParameters = SubnetsUnprepareNetworkPoliciesQueryParam &\n SubnetsUnprepareNetworkPoliciesMediaTypesParam &\n SubnetsUnprepareNetworkPoliciesBodyParam &\n RequestParameters;\n\nexport interface SubnetsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface SubnetsListQueryParam {\n queryParameters: SubnetsListQueryParamProperties;\n}\n\nexport type SubnetsListParameters = SubnetsListQueryParam & RequestParameters;\n\nexport interface ResourceNavigationLinksListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ResourceNavigationLinksListQueryParam {\n queryParameters: ResourceNavigationLinksListQueryParamProperties;\n}\n\nexport type ResourceNavigationLinksListParameters = ResourceNavigationLinksListQueryParam &\n RequestParameters;\n\nexport interface ServiceAssociationLinksListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ServiceAssociationLinksListQueryParam {\n queryParameters: ServiceAssociationLinksListQueryParamProperties;\n}\n\nexport type ServiceAssociationLinksListParameters = ServiceAssociationLinksListQueryParam &\n RequestParameters;\n\nexport interface VirtualNetworkPeeringsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkPeeringsDeleteQueryParam {\n queryParameters: VirtualNetworkPeeringsDeleteQueryParamProperties;\n}\n\nexport type VirtualNetworkPeeringsDeleteParameters = VirtualNetworkPeeringsDeleteQueryParam &\n RequestParameters;\n\nexport interface VirtualNetworkPeeringsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkPeeringsGetQueryParam {\n queryParameters: VirtualNetworkPeeringsGetQueryParamProperties;\n}\n\nexport type VirtualNetworkPeeringsGetParameters = VirtualNetworkPeeringsGetQueryParam &\n RequestParameters;\n\nexport interface VirtualNetworkPeeringsCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update virtual network peering operation. */\n body: VirtualNetworkPeering;\n}\n\nexport interface VirtualNetworkPeeringsCreateOrUpdateQueryParamProperties {\n /** Parameter indicates the intention to sync the peering with the current address space on the remote vNet after it's updated. */\n syncRemoteAddressSpace?: \"true\";\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkPeeringsCreateOrUpdateQueryParam {\n queryParameters: VirtualNetworkPeeringsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface VirtualNetworkPeeringsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualNetworkPeeringsCreateOrUpdateParameters =\n VirtualNetworkPeeringsCreateOrUpdateQueryParam &\n VirtualNetworkPeeringsCreateOrUpdateMediaTypesParam &\n VirtualNetworkPeeringsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface VirtualNetworkPeeringsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkPeeringsListQueryParam {\n queryParameters: VirtualNetworkPeeringsListQueryParamProperties;\n}\n\nexport type VirtualNetworkPeeringsListParameters = VirtualNetworkPeeringsListQueryParam &\n RequestParameters;\n\nexport interface VirtualNetworkGatewaysCreateOrUpdateBodyParam {\n /** Parameters supplied to create or update virtual network gateway operation. */\n body: VirtualNetworkGateway;\n}\n\nexport interface VirtualNetworkGatewaysCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewaysCreateOrUpdateQueryParam {\n queryParameters: VirtualNetworkGatewaysCreateOrUpdateQueryParamProperties;\n}\n\nexport interface VirtualNetworkGatewaysCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualNetworkGatewaysCreateOrUpdateParameters =\n VirtualNetworkGatewaysCreateOrUpdateQueryParam &\n VirtualNetworkGatewaysCreateOrUpdateMediaTypesParam &\n VirtualNetworkGatewaysCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface VirtualNetworkGatewaysGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewaysGetQueryParam {\n queryParameters: VirtualNetworkGatewaysGetQueryParamProperties;\n}\n\nexport type VirtualNetworkGatewaysGetParameters = VirtualNetworkGatewaysGetQueryParam &\n RequestParameters;\n\nexport interface VirtualNetworkGatewaysDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewaysDeleteQueryParam {\n queryParameters: VirtualNetworkGatewaysDeleteQueryParamProperties;\n}\n\nexport type VirtualNetworkGatewaysDeleteParameters = VirtualNetworkGatewaysDeleteQueryParam &\n RequestParameters;\n\nexport interface VirtualNetworkGatewaysUpdateTagsBodyParam {\n /** Parameters supplied to update virtual network gateway tags. */\n body: TagsObject;\n}\n\nexport interface VirtualNetworkGatewaysUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewaysUpdateTagsQueryParam {\n queryParameters: VirtualNetworkGatewaysUpdateTagsQueryParamProperties;\n}\n\nexport interface VirtualNetworkGatewaysUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualNetworkGatewaysUpdateTagsParameters =\n VirtualNetworkGatewaysUpdateTagsQueryParam &\n VirtualNetworkGatewaysUpdateTagsMediaTypesParam &\n VirtualNetworkGatewaysUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface VirtualNetworkGatewaysListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewaysListQueryParam {\n queryParameters: VirtualNetworkGatewaysListQueryParamProperties;\n}\n\nexport type VirtualNetworkGatewaysListParameters = VirtualNetworkGatewaysListQueryParam &\n RequestParameters;\n\nexport interface VirtualNetworkGatewaysListConnectionsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewaysListConnectionsQueryParam {\n queryParameters: VirtualNetworkGatewaysListConnectionsQueryParamProperties;\n}\n\nexport type VirtualNetworkGatewaysListConnectionsParameters =\n VirtualNetworkGatewaysListConnectionsQueryParam & RequestParameters;\n\nexport interface VirtualNetworkGatewaysResetQueryParamProperties {\n /** Virtual network gateway vip address supplied to the begin reset of the active-active feature enabled gateway. */\n gatewayVip?: string;\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewaysResetQueryParam {\n queryParameters: VirtualNetworkGatewaysResetQueryParamProperties;\n}\n\nexport type VirtualNetworkGatewaysResetParameters = VirtualNetworkGatewaysResetQueryParam &\n RequestParameters;\n\nexport interface VirtualNetworkGatewaysResetVpnClientSharedKeyQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewaysResetVpnClientSharedKeyQueryParam {\n queryParameters: VirtualNetworkGatewaysResetVpnClientSharedKeyQueryParamProperties;\n}\n\nexport type VirtualNetworkGatewaysResetVpnClientSharedKeyParameters =\n VirtualNetworkGatewaysResetVpnClientSharedKeyQueryParam & RequestParameters;\n\nexport interface VirtualNetworkGatewaysGeneratevpnclientpackageBodyParam {\n /** Parameters supplied to the generate virtual network gateway VPN client package operation. */\n body: VpnClientParameters;\n}\n\nexport interface VirtualNetworkGatewaysGeneratevpnclientpackageQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewaysGeneratevpnclientpackageQueryParam {\n queryParameters: VirtualNetworkGatewaysGeneratevpnclientpackageQueryParamProperties;\n}\n\nexport interface VirtualNetworkGatewaysGeneratevpnclientpackageMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualNetworkGatewaysGeneratevpnclientpackageParameters =\n VirtualNetworkGatewaysGeneratevpnclientpackageQueryParam &\n VirtualNetworkGatewaysGeneratevpnclientpackageMediaTypesParam &\n VirtualNetworkGatewaysGeneratevpnclientpackageBodyParam &\n RequestParameters;\n\nexport interface VirtualNetworkGatewaysGenerateVpnProfileBodyParam {\n /** Parameters supplied to the generate virtual network gateway VPN client package operation. */\n body: VpnClientParameters;\n}\n\nexport interface VirtualNetworkGatewaysGenerateVpnProfileQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewaysGenerateVpnProfileQueryParam {\n queryParameters: VirtualNetworkGatewaysGenerateVpnProfileQueryParamProperties;\n}\n\nexport interface VirtualNetworkGatewaysGenerateVpnProfileMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualNetworkGatewaysGenerateVpnProfileParameters =\n VirtualNetworkGatewaysGenerateVpnProfileQueryParam &\n VirtualNetworkGatewaysGenerateVpnProfileMediaTypesParam &\n VirtualNetworkGatewaysGenerateVpnProfileBodyParam &\n RequestParameters;\n\nexport interface VirtualNetworkGatewaysGetVpnProfilePackageUrlQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewaysGetVpnProfilePackageUrlQueryParam {\n queryParameters: VirtualNetworkGatewaysGetVpnProfilePackageUrlQueryParamProperties;\n}\n\nexport type VirtualNetworkGatewaysGetVpnProfilePackageUrlParameters =\n VirtualNetworkGatewaysGetVpnProfilePackageUrlQueryParam & RequestParameters;\n\nexport interface VirtualNetworkGatewaysGetBgpPeerStatusQueryParamProperties {\n /** The IP address of the peer to retrieve the status of. */\n peer?: string;\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewaysGetBgpPeerStatusQueryParam {\n queryParameters: VirtualNetworkGatewaysGetBgpPeerStatusQueryParamProperties;\n}\n\nexport type VirtualNetworkGatewaysGetBgpPeerStatusParameters =\n VirtualNetworkGatewaysGetBgpPeerStatusQueryParam & RequestParameters;\n\nexport interface VirtualNetworkGatewaysSupportedVpnDevicesQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewaysSupportedVpnDevicesQueryParam {\n queryParameters: VirtualNetworkGatewaysSupportedVpnDevicesQueryParamProperties;\n}\n\nexport type VirtualNetworkGatewaysSupportedVpnDevicesParameters =\n VirtualNetworkGatewaysSupportedVpnDevicesQueryParam & RequestParameters;\n\nexport interface VirtualNetworkGatewaysGetLearnedRoutesQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewaysGetLearnedRoutesQueryParam {\n queryParameters: VirtualNetworkGatewaysGetLearnedRoutesQueryParamProperties;\n}\n\nexport type VirtualNetworkGatewaysGetLearnedRoutesParameters =\n VirtualNetworkGatewaysGetLearnedRoutesQueryParam & RequestParameters;\n\nexport interface VirtualNetworkGatewaysGetAdvertisedRoutesQueryParamProperties {\n /** The IP address of the peer. */\n peer: string;\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewaysGetAdvertisedRoutesQueryParam {\n queryParameters: VirtualNetworkGatewaysGetAdvertisedRoutesQueryParamProperties;\n}\n\nexport type VirtualNetworkGatewaysGetAdvertisedRoutesParameters =\n VirtualNetworkGatewaysGetAdvertisedRoutesQueryParam & RequestParameters;\n\nexport interface VirtualNetworkGatewaysSetVpnclientIpsecParametersBodyParam {\n /** Parameters supplied to the Begin Set vpnclient ipsec parameters of Virtual Network Gateway P2S client operation through Network resource provider. */\n body: VpnClientIPsecParameters;\n}\n\nexport interface VirtualNetworkGatewaysSetVpnclientIpsecParametersQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewaysSetVpnclientIpsecParametersQueryParam {\n queryParameters: VirtualNetworkGatewaysSetVpnclientIpsecParametersQueryParamProperties;\n}\n\nexport interface VirtualNetworkGatewaysSetVpnclientIpsecParametersMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualNetworkGatewaysSetVpnclientIpsecParametersParameters =\n VirtualNetworkGatewaysSetVpnclientIpsecParametersQueryParam &\n VirtualNetworkGatewaysSetVpnclientIpsecParametersMediaTypesParam &\n VirtualNetworkGatewaysSetVpnclientIpsecParametersBodyParam &\n RequestParameters;\n\nexport interface VirtualNetworkGatewaysGetVpnclientIpsecParametersQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewaysGetVpnclientIpsecParametersQueryParam {\n queryParameters: VirtualNetworkGatewaysGetVpnclientIpsecParametersQueryParamProperties;\n}\n\nexport type VirtualNetworkGatewaysGetVpnclientIpsecParametersParameters =\n VirtualNetworkGatewaysGetVpnclientIpsecParametersQueryParam & RequestParameters;\n\nexport interface VirtualNetworkGatewaysVpnDeviceConfigurationScriptBodyParam {\n /** Parameters supplied to the generate vpn device script operation. */\n body: VpnDeviceScriptParameters;\n}\n\nexport interface VirtualNetworkGatewaysVpnDeviceConfigurationScriptQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewaysVpnDeviceConfigurationScriptQueryParam {\n queryParameters: VirtualNetworkGatewaysVpnDeviceConfigurationScriptQueryParamProperties;\n}\n\nexport interface VirtualNetworkGatewaysVpnDeviceConfigurationScriptMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualNetworkGatewaysVpnDeviceConfigurationScriptParameters =\n VirtualNetworkGatewaysVpnDeviceConfigurationScriptQueryParam &\n VirtualNetworkGatewaysVpnDeviceConfigurationScriptMediaTypesParam &\n VirtualNetworkGatewaysVpnDeviceConfigurationScriptBodyParam &\n RequestParameters;\n\nexport interface VirtualNetworkGatewaysStartPacketCaptureBodyParam {\n /** Virtual network gateway packet capture parameters supplied to start packet capture on gateway. */\n body?: VpnPacketCaptureStartParameters;\n}\n\nexport interface VirtualNetworkGatewaysStartPacketCaptureQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewaysStartPacketCaptureQueryParam {\n queryParameters: VirtualNetworkGatewaysStartPacketCaptureQueryParamProperties;\n}\n\nexport interface VirtualNetworkGatewaysStartPacketCaptureMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualNetworkGatewaysStartPacketCaptureParameters =\n VirtualNetworkGatewaysStartPacketCaptureQueryParam &\n VirtualNetworkGatewaysStartPacketCaptureMediaTypesParam &\n VirtualNetworkGatewaysStartPacketCaptureBodyParam &\n RequestParameters;\n\nexport interface VirtualNetworkGatewaysStopPacketCaptureBodyParam {\n /** Virtual network gateway packet capture parameters supplied to stop packet capture on gateway. */\n body: VpnPacketCaptureStopParameters;\n}\n\nexport interface VirtualNetworkGatewaysStopPacketCaptureQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewaysStopPacketCaptureQueryParam {\n queryParameters: VirtualNetworkGatewaysStopPacketCaptureQueryParamProperties;\n}\n\nexport interface VirtualNetworkGatewaysStopPacketCaptureMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualNetworkGatewaysStopPacketCaptureParameters =\n VirtualNetworkGatewaysStopPacketCaptureQueryParam &\n VirtualNetworkGatewaysStopPacketCaptureMediaTypesParam &\n VirtualNetworkGatewaysStopPacketCaptureBodyParam &\n RequestParameters;\n\nexport interface VirtualNetworkGatewaysGetVpnclientConnectionHealthQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewaysGetVpnclientConnectionHealthQueryParam {\n queryParameters: VirtualNetworkGatewaysGetVpnclientConnectionHealthQueryParamProperties;\n}\n\nexport type VirtualNetworkGatewaysGetVpnclientConnectionHealthParameters =\n VirtualNetworkGatewaysGetVpnclientConnectionHealthQueryParam & RequestParameters;\n\nexport interface VirtualNetworkGatewaysDisconnectVirtualNetworkGatewayVpnConnectionsBodyParam {\n /** The parameters are supplied to disconnect vpn connections. */\n body: P2SVpnConnectionRequest;\n}\n\nexport interface VirtualNetworkGatewaysDisconnectVirtualNetworkGatewayVpnConnectionsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewaysDisconnectVirtualNetworkGatewayVpnConnectionsQueryParam {\n queryParameters: VirtualNetworkGatewaysDisconnectVirtualNetworkGatewayVpnConnectionsQueryParamProperties;\n}\n\nexport interface VirtualNetworkGatewaysDisconnectVirtualNetworkGatewayVpnConnectionsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualNetworkGatewaysDisconnectVirtualNetworkGatewayVpnConnectionsParameters =\n VirtualNetworkGatewaysDisconnectVirtualNetworkGatewayVpnConnectionsQueryParam &\n VirtualNetworkGatewaysDisconnectVirtualNetworkGatewayVpnConnectionsMediaTypesParam &\n VirtualNetworkGatewaysDisconnectVirtualNetworkGatewayVpnConnectionsBodyParam &\n RequestParameters;\n\nexport interface VirtualNetworkGatewayConnectionsCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update virtual network gateway connection operation. */\n body: VirtualNetworkGatewayConnection;\n}\n\nexport interface VirtualNetworkGatewayConnectionsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewayConnectionsCreateOrUpdateQueryParam {\n queryParameters: VirtualNetworkGatewayConnectionsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface VirtualNetworkGatewayConnectionsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualNetworkGatewayConnectionsCreateOrUpdateParameters =\n VirtualNetworkGatewayConnectionsCreateOrUpdateQueryParam &\n VirtualNetworkGatewayConnectionsCreateOrUpdateMediaTypesParam &\n VirtualNetworkGatewayConnectionsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface VirtualNetworkGatewayConnectionsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewayConnectionsGetQueryParam {\n queryParameters: VirtualNetworkGatewayConnectionsGetQueryParamProperties;\n}\n\nexport type VirtualNetworkGatewayConnectionsGetParameters =\n VirtualNetworkGatewayConnectionsGetQueryParam & RequestParameters;\n\nexport interface VirtualNetworkGatewayConnectionsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewayConnectionsDeleteQueryParam {\n queryParameters: VirtualNetworkGatewayConnectionsDeleteQueryParamProperties;\n}\n\nexport type VirtualNetworkGatewayConnectionsDeleteParameters =\n VirtualNetworkGatewayConnectionsDeleteQueryParam & RequestParameters;\n\nexport interface VirtualNetworkGatewayConnectionsUpdateTagsBodyParam {\n /** Parameters supplied to update virtual network gateway connection tags. */\n body: TagsObject;\n}\n\nexport interface VirtualNetworkGatewayConnectionsUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewayConnectionsUpdateTagsQueryParam {\n queryParameters: VirtualNetworkGatewayConnectionsUpdateTagsQueryParamProperties;\n}\n\nexport interface VirtualNetworkGatewayConnectionsUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualNetworkGatewayConnectionsUpdateTagsParameters =\n VirtualNetworkGatewayConnectionsUpdateTagsQueryParam &\n VirtualNetworkGatewayConnectionsUpdateTagsMediaTypesParam &\n VirtualNetworkGatewayConnectionsUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface VirtualNetworkGatewayConnectionsSetSharedKeyBodyParam {\n /** Parameters supplied to the Begin Set Virtual Network Gateway connection Shared key operation throughNetwork resource provider. */\n body: ConnectionSharedKey;\n}\n\nexport interface VirtualNetworkGatewayConnectionsSetSharedKeyQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewayConnectionsSetSharedKeyQueryParam {\n queryParameters: VirtualNetworkGatewayConnectionsSetSharedKeyQueryParamProperties;\n}\n\nexport interface VirtualNetworkGatewayConnectionsSetSharedKeyMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualNetworkGatewayConnectionsSetSharedKeyParameters =\n VirtualNetworkGatewayConnectionsSetSharedKeyQueryParam &\n VirtualNetworkGatewayConnectionsSetSharedKeyMediaTypesParam &\n VirtualNetworkGatewayConnectionsSetSharedKeyBodyParam &\n RequestParameters;\n\nexport interface VirtualNetworkGatewayConnectionsGetSharedKeyQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewayConnectionsGetSharedKeyQueryParam {\n queryParameters: VirtualNetworkGatewayConnectionsGetSharedKeyQueryParamProperties;\n}\n\nexport type VirtualNetworkGatewayConnectionsGetSharedKeyParameters =\n VirtualNetworkGatewayConnectionsGetSharedKeyQueryParam & RequestParameters;\n\nexport interface VirtualNetworkGatewayConnectionsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewayConnectionsListQueryParam {\n queryParameters: VirtualNetworkGatewayConnectionsListQueryParamProperties;\n}\n\nexport type VirtualNetworkGatewayConnectionsListParameters =\n VirtualNetworkGatewayConnectionsListQueryParam & RequestParameters;\n\nexport interface VirtualNetworkGatewayConnectionsResetSharedKeyBodyParam {\n /** Parameters supplied to the begin reset virtual network gateway connection shared key operation through network resource provider. */\n body: ConnectionResetSharedKey;\n}\n\nexport interface VirtualNetworkGatewayConnectionsResetSharedKeyQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewayConnectionsResetSharedKeyQueryParam {\n queryParameters: VirtualNetworkGatewayConnectionsResetSharedKeyQueryParamProperties;\n}\n\nexport interface VirtualNetworkGatewayConnectionsResetSharedKeyMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualNetworkGatewayConnectionsResetSharedKeyParameters =\n VirtualNetworkGatewayConnectionsResetSharedKeyQueryParam &\n VirtualNetworkGatewayConnectionsResetSharedKeyMediaTypesParam &\n VirtualNetworkGatewayConnectionsResetSharedKeyBodyParam &\n RequestParameters;\n\nexport interface VirtualNetworkGatewayConnectionsStartPacketCaptureBodyParam {\n /** Virtual network gateway packet capture parameters supplied to start packet capture on gateway connection. */\n body?: VpnPacketCaptureStartParameters;\n}\n\nexport interface VirtualNetworkGatewayConnectionsStartPacketCaptureQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewayConnectionsStartPacketCaptureQueryParam {\n queryParameters: VirtualNetworkGatewayConnectionsStartPacketCaptureQueryParamProperties;\n}\n\nexport interface VirtualNetworkGatewayConnectionsStartPacketCaptureMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualNetworkGatewayConnectionsStartPacketCaptureParameters =\n VirtualNetworkGatewayConnectionsStartPacketCaptureQueryParam &\n VirtualNetworkGatewayConnectionsStartPacketCaptureMediaTypesParam &\n VirtualNetworkGatewayConnectionsStartPacketCaptureBodyParam &\n RequestParameters;\n\nexport interface VirtualNetworkGatewayConnectionsStopPacketCaptureBodyParam {\n /** Virtual network gateway packet capture parameters supplied to stop packet capture on gateway connection. */\n body: VpnPacketCaptureStopParameters;\n}\n\nexport interface VirtualNetworkGatewayConnectionsStopPacketCaptureQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewayConnectionsStopPacketCaptureQueryParam {\n queryParameters: VirtualNetworkGatewayConnectionsStopPacketCaptureQueryParamProperties;\n}\n\nexport interface VirtualNetworkGatewayConnectionsStopPacketCaptureMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualNetworkGatewayConnectionsStopPacketCaptureParameters =\n VirtualNetworkGatewayConnectionsStopPacketCaptureQueryParam &\n VirtualNetworkGatewayConnectionsStopPacketCaptureMediaTypesParam &\n VirtualNetworkGatewayConnectionsStopPacketCaptureBodyParam &\n RequestParameters;\n\nexport interface VirtualNetworkGatewayConnectionsGetIkeSasQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewayConnectionsGetIkeSasQueryParam {\n queryParameters: VirtualNetworkGatewayConnectionsGetIkeSasQueryParamProperties;\n}\n\nexport type VirtualNetworkGatewayConnectionsGetIkeSasParameters =\n VirtualNetworkGatewayConnectionsGetIkeSasQueryParam & RequestParameters;\n\nexport interface VirtualNetworkGatewayConnectionsResetConnectionQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewayConnectionsResetConnectionQueryParam {\n queryParameters: VirtualNetworkGatewayConnectionsResetConnectionQueryParamProperties;\n}\n\nexport type VirtualNetworkGatewayConnectionsResetConnectionParameters =\n VirtualNetworkGatewayConnectionsResetConnectionQueryParam & RequestParameters;\n\nexport interface LocalNetworkGatewaysCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update local network gateway operation. */\n body: LocalNetworkGateway;\n}\n\nexport interface LocalNetworkGatewaysCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface LocalNetworkGatewaysCreateOrUpdateQueryParam {\n queryParameters: LocalNetworkGatewaysCreateOrUpdateQueryParamProperties;\n}\n\nexport interface LocalNetworkGatewaysCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type LocalNetworkGatewaysCreateOrUpdateParameters =\n LocalNetworkGatewaysCreateOrUpdateQueryParam &\n LocalNetworkGatewaysCreateOrUpdateMediaTypesParam &\n LocalNetworkGatewaysCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface LocalNetworkGatewaysGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface LocalNetworkGatewaysGetQueryParam {\n queryParameters: LocalNetworkGatewaysGetQueryParamProperties;\n}\n\nexport type LocalNetworkGatewaysGetParameters = LocalNetworkGatewaysGetQueryParam &\n RequestParameters;\n\nexport interface LocalNetworkGatewaysDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface LocalNetworkGatewaysDeleteQueryParam {\n queryParameters: LocalNetworkGatewaysDeleteQueryParamProperties;\n}\n\nexport type LocalNetworkGatewaysDeleteParameters = LocalNetworkGatewaysDeleteQueryParam &\n RequestParameters;\n\nexport interface LocalNetworkGatewaysUpdateTagsBodyParam {\n /** Parameters supplied to update local network gateway tags. */\n body: TagsObject;\n}\n\nexport interface LocalNetworkGatewaysUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface LocalNetworkGatewaysUpdateTagsQueryParam {\n queryParameters: LocalNetworkGatewaysUpdateTagsQueryParamProperties;\n}\n\nexport interface LocalNetworkGatewaysUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type LocalNetworkGatewaysUpdateTagsParameters = LocalNetworkGatewaysUpdateTagsQueryParam &\n LocalNetworkGatewaysUpdateTagsMediaTypesParam &\n LocalNetworkGatewaysUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface LocalNetworkGatewaysListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface LocalNetworkGatewaysListQueryParam {\n queryParameters: LocalNetworkGatewaysListQueryParamProperties;\n}\n\nexport type LocalNetworkGatewaysListParameters = LocalNetworkGatewaysListQueryParam &\n RequestParameters;\n\nexport interface VirtualNetworkGatewayNatRulesGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewayNatRulesGetQueryParam {\n queryParameters: VirtualNetworkGatewayNatRulesGetQueryParamProperties;\n}\n\nexport type VirtualNetworkGatewayNatRulesGetParameters =\n VirtualNetworkGatewayNatRulesGetQueryParam & RequestParameters;\n\nexport interface VirtualNetworkGatewayNatRulesCreateOrUpdateBodyParam {\n /** Parameters supplied to create or Update a Nat Rule. */\n body: VirtualNetworkGatewayNatRule;\n}\n\nexport interface VirtualNetworkGatewayNatRulesCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewayNatRulesCreateOrUpdateQueryParam {\n queryParameters: VirtualNetworkGatewayNatRulesCreateOrUpdateQueryParamProperties;\n}\n\nexport interface VirtualNetworkGatewayNatRulesCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualNetworkGatewayNatRulesCreateOrUpdateParameters =\n VirtualNetworkGatewayNatRulesCreateOrUpdateQueryParam &\n VirtualNetworkGatewayNatRulesCreateOrUpdateMediaTypesParam &\n VirtualNetworkGatewayNatRulesCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface VirtualNetworkGatewayNatRulesDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewayNatRulesDeleteQueryParam {\n queryParameters: VirtualNetworkGatewayNatRulesDeleteQueryParamProperties;\n}\n\nexport type VirtualNetworkGatewayNatRulesDeleteParameters =\n VirtualNetworkGatewayNatRulesDeleteQueryParam & RequestParameters;\n\nexport interface VirtualNetworkGatewayNatRulesListByVirtualNetworkGatewayQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkGatewayNatRulesListByVirtualNetworkGatewayQueryParam {\n queryParameters: VirtualNetworkGatewayNatRulesListByVirtualNetworkGatewayQueryParamProperties;\n}\n\nexport type VirtualNetworkGatewayNatRulesListByVirtualNetworkGatewayParameters =\n VirtualNetworkGatewayNatRulesListByVirtualNetworkGatewayQueryParam & RequestParameters;\n\nexport interface VirtualNetworkTapsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkTapsDeleteQueryParam {\n queryParameters: VirtualNetworkTapsDeleteQueryParamProperties;\n}\n\nexport type VirtualNetworkTapsDeleteParameters = VirtualNetworkTapsDeleteQueryParam &\n RequestParameters;\n\nexport interface VirtualNetworkTapsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkTapsGetQueryParam {\n queryParameters: VirtualNetworkTapsGetQueryParamProperties;\n}\n\nexport type VirtualNetworkTapsGetParameters = VirtualNetworkTapsGetQueryParam & RequestParameters;\n\nexport interface VirtualNetworkTapsCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update virtual network tap operation. */\n body: VirtualNetworkTap;\n}\n\nexport interface VirtualNetworkTapsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkTapsCreateOrUpdateQueryParam {\n queryParameters: VirtualNetworkTapsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface VirtualNetworkTapsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualNetworkTapsCreateOrUpdateParameters =\n VirtualNetworkTapsCreateOrUpdateQueryParam &\n VirtualNetworkTapsCreateOrUpdateMediaTypesParam &\n VirtualNetworkTapsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface VirtualNetworkTapsUpdateTagsBodyParam {\n /** Parameters supplied to update VirtualNetworkTap tags. */\n body: TagsObject;\n}\n\nexport interface VirtualNetworkTapsUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkTapsUpdateTagsQueryParam {\n queryParameters: VirtualNetworkTapsUpdateTagsQueryParamProperties;\n}\n\nexport interface VirtualNetworkTapsUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualNetworkTapsUpdateTagsParameters = VirtualNetworkTapsUpdateTagsQueryParam &\n VirtualNetworkTapsUpdateTagsMediaTypesParam &\n VirtualNetworkTapsUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface VirtualNetworkTapsListAllQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkTapsListAllQueryParam {\n queryParameters: VirtualNetworkTapsListAllQueryParamProperties;\n}\n\nexport type VirtualNetworkTapsListAllParameters = VirtualNetworkTapsListAllQueryParam &\n RequestParameters;\n\nexport interface VirtualNetworkTapsListByResourceGroupQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualNetworkTapsListByResourceGroupQueryParam {\n queryParameters: VirtualNetworkTapsListByResourceGroupQueryParamProperties;\n}\n\nexport type VirtualNetworkTapsListByResourceGroupParameters =\n VirtualNetworkTapsListByResourceGroupQueryParam & RequestParameters;\n\nexport interface VirtualRoutersDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualRoutersDeleteQueryParam {\n queryParameters: VirtualRoutersDeleteQueryParamProperties;\n}\n\nexport type VirtualRoutersDeleteParameters = VirtualRoutersDeleteQueryParam & RequestParameters;\n\nexport interface VirtualRoutersGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n /** Expands referenced resources. */\n $expand?: string;\n}\n\nexport interface VirtualRoutersGetQueryParam {\n queryParameters: VirtualRoutersGetQueryParamProperties;\n}\n\nexport type VirtualRoutersGetParameters = VirtualRoutersGetQueryParam & RequestParameters;\n\nexport interface VirtualRoutersCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update Virtual Router. */\n body: VirtualRouter;\n}\n\nexport interface VirtualRoutersCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualRoutersCreateOrUpdateQueryParam {\n queryParameters: VirtualRoutersCreateOrUpdateQueryParamProperties;\n}\n\nexport interface VirtualRoutersCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualRoutersCreateOrUpdateParameters = VirtualRoutersCreateOrUpdateQueryParam &\n VirtualRoutersCreateOrUpdateMediaTypesParam &\n VirtualRoutersCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface VirtualRoutersListByResourceGroupQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualRoutersListByResourceGroupQueryParam {\n queryParameters: VirtualRoutersListByResourceGroupQueryParamProperties;\n}\n\nexport type VirtualRoutersListByResourceGroupParameters =\n VirtualRoutersListByResourceGroupQueryParam & RequestParameters;\n\nexport interface VirtualRoutersListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualRoutersListQueryParam {\n queryParameters: VirtualRoutersListQueryParamProperties;\n}\n\nexport type VirtualRoutersListParameters = VirtualRoutersListQueryParam & RequestParameters;\n\nexport interface VirtualRouterPeeringsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualRouterPeeringsDeleteQueryParam {\n queryParameters: VirtualRouterPeeringsDeleteQueryParamProperties;\n}\n\nexport type VirtualRouterPeeringsDeleteParameters = VirtualRouterPeeringsDeleteQueryParam &\n RequestParameters;\n\nexport interface VirtualRouterPeeringsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualRouterPeeringsGetQueryParam {\n queryParameters: VirtualRouterPeeringsGetQueryParamProperties;\n}\n\nexport type VirtualRouterPeeringsGetParameters = VirtualRouterPeeringsGetQueryParam &\n RequestParameters;\n\nexport interface VirtualRouterPeeringsCreateOrUpdateBodyParam {\n /** Parameters supplied to the create or update Virtual Router Peering operation. */\n body: VirtualRouterPeering;\n}\n\nexport interface VirtualRouterPeeringsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualRouterPeeringsCreateOrUpdateQueryParam {\n queryParameters: VirtualRouterPeeringsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface VirtualRouterPeeringsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualRouterPeeringsCreateOrUpdateParameters =\n VirtualRouterPeeringsCreateOrUpdateQueryParam &\n VirtualRouterPeeringsCreateOrUpdateMediaTypesParam &\n VirtualRouterPeeringsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface VirtualRouterPeeringsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualRouterPeeringsListQueryParam {\n queryParameters: VirtualRouterPeeringsListQueryParamProperties;\n}\n\nexport type VirtualRouterPeeringsListParameters = VirtualRouterPeeringsListQueryParam &\n RequestParameters;\n\nexport interface VirtualWansGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualWansGetQueryParam {\n queryParameters: VirtualWansGetQueryParamProperties;\n}\n\nexport type VirtualWansGetParameters = VirtualWansGetQueryParam & RequestParameters;\n\nexport interface VirtualWansCreateOrUpdateBodyParam {\n /** Parameters supplied to create or update VirtualWAN. */\n body: VirtualWAN;\n}\n\nexport interface VirtualWansCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualWansCreateOrUpdateQueryParam {\n queryParameters: VirtualWansCreateOrUpdateQueryParamProperties;\n}\n\nexport interface VirtualWansCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualWansCreateOrUpdateParameters = VirtualWansCreateOrUpdateQueryParam &\n VirtualWansCreateOrUpdateMediaTypesParam &\n VirtualWansCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface VirtualWansUpdateTagsBodyParam {\n /** Parameters supplied to Update VirtualWAN tags. */\n body: TagsObject;\n}\n\nexport interface VirtualWansUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualWansUpdateTagsQueryParam {\n queryParameters: VirtualWansUpdateTagsQueryParamProperties;\n}\n\nexport interface VirtualWansUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualWansUpdateTagsParameters = VirtualWansUpdateTagsQueryParam &\n VirtualWansUpdateTagsMediaTypesParam &\n VirtualWansUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface VirtualWansDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualWansDeleteQueryParam {\n queryParameters: VirtualWansDeleteQueryParamProperties;\n}\n\nexport type VirtualWansDeleteParameters = VirtualWansDeleteQueryParam & RequestParameters;\n\nexport interface VirtualWansListByResourceGroupQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualWansListByResourceGroupQueryParam {\n queryParameters: VirtualWansListByResourceGroupQueryParamProperties;\n}\n\nexport type VirtualWansListByResourceGroupParameters = VirtualWansListByResourceGroupQueryParam &\n RequestParameters;\n\nexport interface VirtualWansListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualWansListQueryParam {\n queryParameters: VirtualWansListQueryParamProperties;\n}\n\nexport type VirtualWansListParameters = VirtualWansListQueryParam & RequestParameters;\n\nexport interface VpnSitesGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnSitesGetQueryParam {\n queryParameters: VpnSitesGetQueryParamProperties;\n}\n\nexport type VpnSitesGetParameters = VpnSitesGetQueryParam & RequestParameters;\n\nexport interface VpnSitesCreateOrUpdateBodyParam {\n /** Parameters supplied to create or update VpnSite. */\n body: VpnSite;\n}\n\nexport interface VpnSitesCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnSitesCreateOrUpdateQueryParam {\n queryParameters: VpnSitesCreateOrUpdateQueryParamProperties;\n}\n\nexport interface VpnSitesCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VpnSitesCreateOrUpdateParameters = VpnSitesCreateOrUpdateQueryParam &\n VpnSitesCreateOrUpdateMediaTypesParam &\n VpnSitesCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface VpnSitesUpdateTagsBodyParam {\n /** Parameters supplied to update VpnSite tags. */\n body: TagsObject;\n}\n\nexport interface VpnSitesUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnSitesUpdateTagsQueryParam {\n queryParameters: VpnSitesUpdateTagsQueryParamProperties;\n}\n\nexport interface VpnSitesUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VpnSitesUpdateTagsParameters = VpnSitesUpdateTagsQueryParam &\n VpnSitesUpdateTagsMediaTypesParam &\n VpnSitesUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface VpnSitesDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnSitesDeleteQueryParam {\n queryParameters: VpnSitesDeleteQueryParamProperties;\n}\n\nexport type VpnSitesDeleteParameters = VpnSitesDeleteQueryParam & RequestParameters;\n\nexport interface VpnSitesListByResourceGroupQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnSitesListByResourceGroupQueryParam {\n queryParameters: VpnSitesListByResourceGroupQueryParamProperties;\n}\n\nexport type VpnSitesListByResourceGroupParameters = VpnSitesListByResourceGroupQueryParam &\n RequestParameters;\n\nexport interface VpnSitesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnSitesListQueryParam {\n queryParameters: VpnSitesListQueryParamProperties;\n}\n\nexport type VpnSitesListParameters = VpnSitesListQueryParam & RequestParameters;\n\nexport interface VpnSiteLinksGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnSiteLinksGetQueryParam {\n queryParameters: VpnSiteLinksGetQueryParamProperties;\n}\n\nexport type VpnSiteLinksGetParameters = VpnSiteLinksGetQueryParam & RequestParameters;\n\nexport interface VpnSiteLinksListByVpnSiteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnSiteLinksListByVpnSiteQueryParam {\n queryParameters: VpnSiteLinksListByVpnSiteQueryParamProperties;\n}\n\nexport type VpnSiteLinksListByVpnSiteParameters = VpnSiteLinksListByVpnSiteQueryParam &\n RequestParameters;\n\nexport interface VpnSitesConfigurationDownloadBodyParam {\n /** Parameters supplied to download vpn-sites configuration. */\n body: GetVpnSitesConfigurationRequest;\n}\n\nexport interface VpnSitesConfigurationDownloadQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnSitesConfigurationDownloadQueryParam {\n queryParameters: VpnSitesConfigurationDownloadQueryParamProperties;\n}\n\nexport interface VpnSitesConfigurationDownloadMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VpnSitesConfigurationDownloadParameters = VpnSitesConfigurationDownloadQueryParam &\n VpnSitesConfigurationDownloadMediaTypesParam &\n VpnSitesConfigurationDownloadBodyParam &\n RequestParameters;\n\nexport interface VpnServerConfigurationsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnServerConfigurationsGetQueryParam {\n queryParameters: VpnServerConfigurationsGetQueryParamProperties;\n}\n\nexport type VpnServerConfigurationsGetParameters = VpnServerConfigurationsGetQueryParam &\n RequestParameters;\n\nexport interface VpnServerConfigurationsCreateOrUpdateBodyParam {\n /** Parameters supplied to create or update VpnServerConfiguration. */\n body: VpnServerConfiguration;\n}\n\nexport interface VpnServerConfigurationsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnServerConfigurationsCreateOrUpdateQueryParam {\n queryParameters: VpnServerConfigurationsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface VpnServerConfigurationsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VpnServerConfigurationsCreateOrUpdateParameters =\n VpnServerConfigurationsCreateOrUpdateQueryParam &\n VpnServerConfigurationsCreateOrUpdateMediaTypesParam &\n VpnServerConfigurationsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface VpnServerConfigurationsUpdateTagsBodyParam {\n /** Parameters supplied to update VpnServerConfiguration tags. */\n body: TagsObject;\n}\n\nexport interface VpnServerConfigurationsUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnServerConfigurationsUpdateTagsQueryParam {\n queryParameters: VpnServerConfigurationsUpdateTagsQueryParamProperties;\n}\n\nexport interface VpnServerConfigurationsUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VpnServerConfigurationsUpdateTagsParameters =\n VpnServerConfigurationsUpdateTagsQueryParam &\n VpnServerConfigurationsUpdateTagsMediaTypesParam &\n VpnServerConfigurationsUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface VpnServerConfigurationsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnServerConfigurationsDeleteQueryParam {\n queryParameters: VpnServerConfigurationsDeleteQueryParamProperties;\n}\n\nexport type VpnServerConfigurationsDeleteParameters = VpnServerConfigurationsDeleteQueryParam &\n RequestParameters;\n\nexport interface VpnServerConfigurationsListByResourceGroupQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnServerConfigurationsListByResourceGroupQueryParam {\n queryParameters: VpnServerConfigurationsListByResourceGroupQueryParamProperties;\n}\n\nexport type VpnServerConfigurationsListByResourceGroupParameters =\n VpnServerConfigurationsListByResourceGroupQueryParam & RequestParameters;\n\nexport interface VpnServerConfigurationsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnServerConfigurationsListQueryParam {\n queryParameters: VpnServerConfigurationsListQueryParamProperties;\n}\n\nexport type VpnServerConfigurationsListParameters = VpnServerConfigurationsListQueryParam &\n RequestParameters;\n\nexport interface ConfigurationPolicyGroupsCreateOrUpdateBodyParam {\n /** Parameters supplied to create or update a VpnServerConfiguration PolicyGroup. */\n body: VpnServerConfigurationPolicyGroup;\n}\n\nexport interface ConfigurationPolicyGroupsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ConfigurationPolicyGroupsCreateOrUpdateQueryParam {\n queryParameters: ConfigurationPolicyGroupsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface ConfigurationPolicyGroupsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ConfigurationPolicyGroupsCreateOrUpdateParameters =\n ConfigurationPolicyGroupsCreateOrUpdateQueryParam &\n ConfigurationPolicyGroupsCreateOrUpdateMediaTypesParam &\n ConfigurationPolicyGroupsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface ConfigurationPolicyGroupsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ConfigurationPolicyGroupsDeleteQueryParam {\n queryParameters: ConfigurationPolicyGroupsDeleteQueryParamProperties;\n}\n\nexport type ConfigurationPolicyGroupsDeleteParameters = ConfigurationPolicyGroupsDeleteQueryParam &\n RequestParameters;\n\nexport interface ConfigurationPolicyGroupsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ConfigurationPolicyGroupsGetQueryParam {\n queryParameters: ConfigurationPolicyGroupsGetQueryParamProperties;\n}\n\nexport type ConfigurationPolicyGroupsGetParameters = ConfigurationPolicyGroupsGetQueryParam &\n RequestParameters;\n\nexport interface ConfigurationPolicyGroupsListByVpnServerConfigurationQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ConfigurationPolicyGroupsListByVpnServerConfigurationQueryParam {\n queryParameters: ConfigurationPolicyGroupsListByVpnServerConfigurationQueryParamProperties;\n}\n\nexport type ConfigurationPolicyGroupsListByVpnServerConfigurationParameters =\n ConfigurationPolicyGroupsListByVpnServerConfigurationQueryParam & RequestParameters;\n\nexport interface VirtualHubsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualHubsGetQueryParam {\n queryParameters: VirtualHubsGetQueryParamProperties;\n}\n\nexport type VirtualHubsGetParameters = VirtualHubsGetQueryParam & RequestParameters;\n\nexport interface VirtualHubsCreateOrUpdateBodyParam {\n /** Parameters supplied to create or update VirtualHub. */\n body: VirtualHub;\n}\n\nexport interface VirtualHubsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualHubsCreateOrUpdateQueryParam {\n queryParameters: VirtualHubsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface VirtualHubsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualHubsCreateOrUpdateParameters = VirtualHubsCreateOrUpdateQueryParam &\n VirtualHubsCreateOrUpdateMediaTypesParam &\n VirtualHubsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface VirtualHubsUpdateTagsBodyParam {\n /** Parameters supplied to update VirtualHub tags. */\n body: TagsObject;\n}\n\nexport interface VirtualHubsUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualHubsUpdateTagsQueryParam {\n queryParameters: VirtualHubsUpdateTagsQueryParamProperties;\n}\n\nexport interface VirtualHubsUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualHubsUpdateTagsParameters = VirtualHubsUpdateTagsQueryParam &\n VirtualHubsUpdateTagsMediaTypesParam &\n VirtualHubsUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface VirtualHubsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualHubsDeleteQueryParam {\n queryParameters: VirtualHubsDeleteQueryParamProperties;\n}\n\nexport type VirtualHubsDeleteParameters = VirtualHubsDeleteQueryParam & RequestParameters;\n\nexport interface VirtualHubsListByResourceGroupQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualHubsListByResourceGroupQueryParam {\n queryParameters: VirtualHubsListByResourceGroupQueryParamProperties;\n}\n\nexport type VirtualHubsListByResourceGroupParameters = VirtualHubsListByResourceGroupQueryParam &\n RequestParameters;\n\nexport interface VirtualHubsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualHubsListQueryParam {\n queryParameters: VirtualHubsListQueryParamProperties;\n}\n\nexport type VirtualHubsListParameters = VirtualHubsListQueryParam & RequestParameters;\n\nexport interface VirtualHubsGetEffectiveVirtualHubRoutesBodyParam {\n /** Parameters supplied to get the effective routes for a specific resource. */\n body?: EffectiveRoutesParameters;\n}\n\nexport interface VirtualHubsGetEffectiveVirtualHubRoutesQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualHubsGetEffectiveVirtualHubRoutesQueryParam {\n queryParameters: VirtualHubsGetEffectiveVirtualHubRoutesQueryParamProperties;\n}\n\nexport interface VirtualHubsGetEffectiveVirtualHubRoutesMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualHubsGetEffectiveVirtualHubRoutesParameters =\n VirtualHubsGetEffectiveVirtualHubRoutesQueryParam &\n VirtualHubsGetEffectiveVirtualHubRoutesMediaTypesParam &\n VirtualHubsGetEffectiveVirtualHubRoutesBodyParam &\n RequestParameters;\n\nexport interface VirtualHubsGetInboundRoutesBodyParam {\n /** Parameters supplied to get the inbound routes for a connection resource. */\n body: GetInboundRoutesParameters;\n}\n\nexport interface VirtualHubsGetInboundRoutesQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualHubsGetInboundRoutesQueryParam {\n queryParameters: VirtualHubsGetInboundRoutesQueryParamProperties;\n}\n\nexport interface VirtualHubsGetInboundRoutesMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualHubsGetInboundRoutesParameters = VirtualHubsGetInboundRoutesQueryParam &\n VirtualHubsGetInboundRoutesMediaTypesParam &\n VirtualHubsGetInboundRoutesBodyParam &\n RequestParameters;\n\nexport interface VirtualHubsGetOutboundRoutesBodyParam {\n /** Parameters supplied to get the outbound routes for a connection resource. */\n body: GetOutboundRoutesParameters;\n}\n\nexport interface VirtualHubsGetOutboundRoutesQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualHubsGetOutboundRoutesQueryParam {\n queryParameters: VirtualHubsGetOutboundRoutesQueryParamProperties;\n}\n\nexport interface VirtualHubsGetOutboundRoutesMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualHubsGetOutboundRoutesParameters = VirtualHubsGetOutboundRoutesQueryParam &\n VirtualHubsGetOutboundRoutesMediaTypesParam &\n VirtualHubsGetOutboundRoutesBodyParam &\n RequestParameters;\n\nexport interface RouteMapsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface RouteMapsGetQueryParam {\n queryParameters: RouteMapsGetQueryParamProperties;\n}\n\nexport type RouteMapsGetParameters = RouteMapsGetQueryParam & RequestParameters;\n\nexport interface RouteMapsCreateOrUpdateBodyParam {\n /** Parameters supplied to create or update a RouteMap. */\n body: RouteMap;\n}\n\nexport interface RouteMapsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface RouteMapsCreateOrUpdateQueryParam {\n queryParameters: RouteMapsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface RouteMapsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type RouteMapsCreateOrUpdateParameters = RouteMapsCreateOrUpdateQueryParam &\n RouteMapsCreateOrUpdateMediaTypesParam &\n RouteMapsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface RouteMapsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface RouteMapsDeleteQueryParam {\n queryParameters: RouteMapsDeleteQueryParamProperties;\n}\n\nexport type RouteMapsDeleteParameters = RouteMapsDeleteQueryParam & RequestParameters;\n\nexport interface RouteMapsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface RouteMapsListQueryParam {\n queryParameters: RouteMapsListQueryParamProperties;\n}\n\nexport type RouteMapsListParameters = RouteMapsListQueryParam & RequestParameters;\n\nexport interface HubVirtualNetworkConnectionsCreateOrUpdateBodyParam {\n /** Parameters supplied to create or update a hub virtual network connection. */\n body: HubVirtualNetworkConnection;\n}\n\nexport interface HubVirtualNetworkConnectionsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface HubVirtualNetworkConnectionsCreateOrUpdateQueryParam {\n queryParameters: HubVirtualNetworkConnectionsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface HubVirtualNetworkConnectionsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type HubVirtualNetworkConnectionsCreateOrUpdateParameters =\n HubVirtualNetworkConnectionsCreateOrUpdateQueryParam &\n HubVirtualNetworkConnectionsCreateOrUpdateMediaTypesParam &\n HubVirtualNetworkConnectionsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface HubVirtualNetworkConnectionsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface HubVirtualNetworkConnectionsDeleteQueryParam {\n queryParameters: HubVirtualNetworkConnectionsDeleteQueryParamProperties;\n}\n\nexport type HubVirtualNetworkConnectionsDeleteParameters =\n HubVirtualNetworkConnectionsDeleteQueryParam & RequestParameters;\n\nexport interface HubVirtualNetworkConnectionsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface HubVirtualNetworkConnectionsGetQueryParam {\n queryParameters: HubVirtualNetworkConnectionsGetQueryParamProperties;\n}\n\nexport type HubVirtualNetworkConnectionsGetParameters = HubVirtualNetworkConnectionsGetQueryParam &\n RequestParameters;\n\nexport interface HubVirtualNetworkConnectionsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface HubVirtualNetworkConnectionsListQueryParam {\n queryParameters: HubVirtualNetworkConnectionsListQueryParamProperties;\n}\n\nexport type HubVirtualNetworkConnectionsListParameters =\n HubVirtualNetworkConnectionsListQueryParam & RequestParameters;\n\nexport interface VpnGatewaysGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnGatewaysGetQueryParam {\n queryParameters: VpnGatewaysGetQueryParamProperties;\n}\n\nexport type VpnGatewaysGetParameters = VpnGatewaysGetQueryParam & RequestParameters;\n\nexport interface VpnGatewaysCreateOrUpdateBodyParam {\n /** Parameters supplied to create or Update a virtual wan vpn gateway. */\n body: VpnGateway;\n}\n\nexport interface VpnGatewaysCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnGatewaysCreateOrUpdateQueryParam {\n queryParameters: VpnGatewaysCreateOrUpdateQueryParamProperties;\n}\n\nexport interface VpnGatewaysCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VpnGatewaysCreateOrUpdateParameters = VpnGatewaysCreateOrUpdateQueryParam &\n VpnGatewaysCreateOrUpdateMediaTypesParam &\n VpnGatewaysCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface VpnGatewaysUpdateTagsBodyParam {\n /** Parameters supplied to update a virtual wan vpn gateway tags. */\n body: TagsObject;\n}\n\nexport interface VpnGatewaysUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnGatewaysUpdateTagsQueryParam {\n queryParameters: VpnGatewaysUpdateTagsQueryParamProperties;\n}\n\nexport interface VpnGatewaysUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VpnGatewaysUpdateTagsParameters = VpnGatewaysUpdateTagsQueryParam &\n VpnGatewaysUpdateTagsMediaTypesParam &\n VpnGatewaysUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface VpnGatewaysDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnGatewaysDeleteQueryParam {\n queryParameters: VpnGatewaysDeleteQueryParamProperties;\n}\n\nexport type VpnGatewaysDeleteParameters = VpnGatewaysDeleteQueryParam & RequestParameters;\n\nexport interface VpnGatewaysResetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnGatewaysResetQueryParam {\n queryParameters: VpnGatewaysResetQueryParamProperties;\n}\n\nexport type VpnGatewaysResetParameters = VpnGatewaysResetQueryParam & RequestParameters;\n\nexport interface VpnGatewaysStartPacketCaptureBodyParam {\n /** Vpn gateway packet capture parameters supplied to start packet capture on vpn gateway. */\n body?: VpnGatewayPacketCaptureStartParameters;\n}\n\nexport interface VpnGatewaysStartPacketCaptureQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnGatewaysStartPacketCaptureQueryParam {\n queryParameters: VpnGatewaysStartPacketCaptureQueryParamProperties;\n}\n\nexport interface VpnGatewaysStartPacketCaptureMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VpnGatewaysStartPacketCaptureParameters = VpnGatewaysStartPacketCaptureQueryParam &\n VpnGatewaysStartPacketCaptureMediaTypesParam &\n VpnGatewaysStartPacketCaptureBodyParam &\n RequestParameters;\n\nexport interface VpnGatewaysStopPacketCaptureBodyParam {\n /** Vpn gateway packet capture parameters supplied to stop packet capture on vpn gateway. */\n body?: VpnGatewayPacketCaptureStopParameters;\n}\n\nexport interface VpnGatewaysStopPacketCaptureQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnGatewaysStopPacketCaptureQueryParam {\n queryParameters: VpnGatewaysStopPacketCaptureQueryParamProperties;\n}\n\nexport interface VpnGatewaysStopPacketCaptureMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VpnGatewaysStopPacketCaptureParameters = VpnGatewaysStopPacketCaptureQueryParam &\n VpnGatewaysStopPacketCaptureMediaTypesParam &\n VpnGatewaysStopPacketCaptureBodyParam &\n RequestParameters;\n\nexport interface VpnGatewaysListByResourceGroupQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnGatewaysListByResourceGroupQueryParam {\n queryParameters: VpnGatewaysListByResourceGroupQueryParamProperties;\n}\n\nexport type VpnGatewaysListByResourceGroupParameters = VpnGatewaysListByResourceGroupQueryParam &\n RequestParameters;\n\nexport interface VpnGatewaysListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnGatewaysListQueryParam {\n queryParameters: VpnGatewaysListQueryParamProperties;\n}\n\nexport type VpnGatewaysListParameters = VpnGatewaysListQueryParam & RequestParameters;\n\nexport interface VpnLinkConnectionsResetConnectionQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnLinkConnectionsResetConnectionQueryParam {\n queryParameters: VpnLinkConnectionsResetConnectionQueryParamProperties;\n}\n\nexport type VpnLinkConnectionsResetConnectionParameters =\n VpnLinkConnectionsResetConnectionQueryParam & RequestParameters;\n\nexport interface VpnLinkConnectionsGetIkeSasQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnLinkConnectionsGetIkeSasQueryParam {\n queryParameters: VpnLinkConnectionsGetIkeSasQueryParamProperties;\n}\n\nexport type VpnLinkConnectionsGetIkeSasParameters = VpnLinkConnectionsGetIkeSasQueryParam &\n RequestParameters;\n\nexport interface VpnLinkConnectionsListByVpnConnectionQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnLinkConnectionsListByVpnConnectionQueryParam {\n queryParameters: VpnLinkConnectionsListByVpnConnectionQueryParamProperties;\n}\n\nexport type VpnLinkConnectionsListByVpnConnectionParameters =\n VpnLinkConnectionsListByVpnConnectionQueryParam & RequestParameters;\n\nexport interface VpnConnectionsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnConnectionsGetQueryParam {\n queryParameters: VpnConnectionsGetQueryParamProperties;\n}\n\nexport type VpnConnectionsGetParameters = VpnConnectionsGetQueryParam & RequestParameters;\n\nexport interface VpnConnectionsCreateOrUpdateBodyParam {\n /** Parameters supplied to create or Update a VPN Connection. */\n body: VpnConnection;\n}\n\nexport interface VpnConnectionsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnConnectionsCreateOrUpdateQueryParam {\n queryParameters: VpnConnectionsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface VpnConnectionsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VpnConnectionsCreateOrUpdateParameters = VpnConnectionsCreateOrUpdateQueryParam &\n VpnConnectionsCreateOrUpdateMediaTypesParam &\n VpnConnectionsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface VpnConnectionsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnConnectionsDeleteQueryParam {\n queryParameters: VpnConnectionsDeleteQueryParamProperties;\n}\n\nexport type VpnConnectionsDeleteParameters = VpnConnectionsDeleteQueryParam & RequestParameters;\n\nexport interface VpnConnectionsStartPacketCaptureBodyParam {\n /** Vpn Connection packet capture parameters supplied to start packet capture on gateway connection. */\n body?: VpnConnectionPacketCaptureStartParameters;\n}\n\nexport interface VpnConnectionsStartPacketCaptureQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnConnectionsStartPacketCaptureQueryParam {\n queryParameters: VpnConnectionsStartPacketCaptureQueryParamProperties;\n}\n\nexport interface VpnConnectionsStartPacketCaptureMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VpnConnectionsStartPacketCaptureParameters =\n VpnConnectionsStartPacketCaptureQueryParam &\n VpnConnectionsStartPacketCaptureMediaTypesParam &\n VpnConnectionsStartPacketCaptureBodyParam &\n RequestParameters;\n\nexport interface VpnConnectionsStopPacketCaptureBodyParam {\n /** Vpn Connection packet capture parameters supplied to stop packet capture on gateway connection. */\n body?: VpnConnectionPacketCaptureStopParameters;\n}\n\nexport interface VpnConnectionsStopPacketCaptureQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnConnectionsStopPacketCaptureQueryParam {\n queryParameters: VpnConnectionsStopPacketCaptureQueryParamProperties;\n}\n\nexport interface VpnConnectionsStopPacketCaptureMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VpnConnectionsStopPacketCaptureParameters = VpnConnectionsStopPacketCaptureQueryParam &\n VpnConnectionsStopPacketCaptureMediaTypesParam &\n VpnConnectionsStopPacketCaptureBodyParam &\n RequestParameters;\n\nexport interface VpnConnectionsListByVpnGatewayQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnConnectionsListByVpnGatewayQueryParam {\n queryParameters: VpnConnectionsListByVpnGatewayQueryParamProperties;\n}\n\nexport type VpnConnectionsListByVpnGatewayParameters = VpnConnectionsListByVpnGatewayQueryParam &\n RequestParameters;\n\nexport interface VpnSiteLinkConnectionsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnSiteLinkConnectionsGetQueryParam {\n queryParameters: VpnSiteLinkConnectionsGetQueryParamProperties;\n}\n\nexport type VpnSiteLinkConnectionsGetParameters = VpnSiteLinkConnectionsGetQueryParam &\n RequestParameters;\n\nexport interface NatRulesGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NatRulesGetQueryParam {\n queryParameters: NatRulesGetQueryParamProperties;\n}\n\nexport type NatRulesGetParameters = NatRulesGetQueryParam & RequestParameters;\n\nexport interface NatRulesCreateOrUpdateBodyParam {\n /** Parameters supplied to create or Update a Nat Rule. */\n body: VpnGatewayNatRule;\n}\n\nexport interface NatRulesCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NatRulesCreateOrUpdateQueryParam {\n queryParameters: NatRulesCreateOrUpdateQueryParamProperties;\n}\n\nexport interface NatRulesCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type NatRulesCreateOrUpdateParameters = NatRulesCreateOrUpdateQueryParam &\n NatRulesCreateOrUpdateMediaTypesParam &\n NatRulesCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface NatRulesDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NatRulesDeleteQueryParam {\n queryParameters: NatRulesDeleteQueryParamProperties;\n}\n\nexport type NatRulesDeleteParameters = NatRulesDeleteQueryParam & RequestParameters;\n\nexport interface NatRulesListByVpnGatewayQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface NatRulesListByVpnGatewayQueryParam {\n queryParameters: NatRulesListByVpnGatewayQueryParamProperties;\n}\n\nexport type NatRulesListByVpnGatewayParameters = NatRulesListByVpnGatewayQueryParam &\n RequestParameters;\n\nexport interface P2SVpnGatewaysGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface P2SVpnGatewaysGetQueryParam {\n queryParameters: P2SVpnGatewaysGetQueryParamProperties;\n}\n\nexport type P2SVpnGatewaysGetParameters = P2SVpnGatewaysGetQueryParam & RequestParameters;\n\nexport interface P2SVpnGatewaysCreateOrUpdateBodyParam {\n /** Parameters supplied to create or Update a virtual wan p2s vpn gateway. */\n body: P2SVpnGateway;\n}\n\nexport interface P2SVpnGatewaysCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface P2SVpnGatewaysCreateOrUpdateQueryParam {\n queryParameters: P2SVpnGatewaysCreateOrUpdateQueryParamProperties;\n}\n\nexport interface P2SVpnGatewaysCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type P2SVpnGatewaysCreateOrUpdateParameters = P2SVpnGatewaysCreateOrUpdateQueryParam &\n P2SVpnGatewaysCreateOrUpdateMediaTypesParam &\n P2SVpnGatewaysCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface P2SVpnGatewaysUpdateTagsBodyParam {\n /** Parameters supplied to update a virtual wan p2s vpn gateway tags. */\n body: TagsObject;\n}\n\nexport interface P2SVpnGatewaysUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface P2SVpnGatewaysUpdateTagsQueryParam {\n queryParameters: P2SVpnGatewaysUpdateTagsQueryParamProperties;\n}\n\nexport interface P2SVpnGatewaysUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type P2SVpnGatewaysUpdateTagsParameters = P2SVpnGatewaysUpdateTagsQueryParam &\n P2SVpnGatewaysUpdateTagsMediaTypesParam &\n P2SVpnGatewaysUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface P2SVpnGatewaysDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface P2SVpnGatewaysDeleteQueryParam {\n queryParameters: P2SVpnGatewaysDeleteQueryParamProperties;\n}\n\nexport type P2SVpnGatewaysDeleteParameters = P2SVpnGatewaysDeleteQueryParam & RequestParameters;\n\nexport interface P2SVpnGatewaysListByResourceGroupQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface P2SVpnGatewaysListByResourceGroupQueryParam {\n queryParameters: P2SVpnGatewaysListByResourceGroupQueryParamProperties;\n}\n\nexport type P2SVpnGatewaysListByResourceGroupParameters =\n P2SVpnGatewaysListByResourceGroupQueryParam & RequestParameters;\n\nexport interface P2SVpnGatewaysListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface P2SVpnGatewaysListQueryParam {\n queryParameters: P2SVpnGatewaysListQueryParamProperties;\n}\n\nexport type P2SVpnGatewaysListParameters = P2SVpnGatewaysListQueryParam & RequestParameters;\n\nexport interface P2SVpnGatewaysResetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface P2SVpnGatewaysResetQueryParam {\n queryParameters: P2SVpnGatewaysResetQueryParamProperties;\n}\n\nexport type P2SVpnGatewaysResetParameters = P2SVpnGatewaysResetQueryParam & RequestParameters;\n\nexport interface P2SVpnGatewaysGenerateVpnProfileBodyParam {\n /** Parameters supplied to the generate P2SVpnGateway VPN client package operation. */\n body: P2SVpnProfileParameters;\n}\n\nexport interface P2SVpnGatewaysGenerateVpnProfileQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface P2SVpnGatewaysGenerateVpnProfileQueryParam {\n queryParameters: P2SVpnGatewaysGenerateVpnProfileQueryParamProperties;\n}\n\nexport interface P2SVpnGatewaysGenerateVpnProfileMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type P2SVpnGatewaysGenerateVpnProfileParameters =\n P2SVpnGatewaysGenerateVpnProfileQueryParam &\n P2SVpnGatewaysGenerateVpnProfileMediaTypesParam &\n P2SVpnGatewaysGenerateVpnProfileBodyParam &\n RequestParameters;\n\nexport interface P2SVpnGatewaysGetP2SVpnConnectionHealthQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface P2SVpnGatewaysGetP2SVpnConnectionHealthQueryParam {\n queryParameters: P2SVpnGatewaysGetP2SVpnConnectionHealthQueryParamProperties;\n}\n\nexport type P2SVpnGatewaysGetP2SVpnConnectionHealthParameters =\n P2SVpnGatewaysGetP2SVpnConnectionHealthQueryParam & RequestParameters;\n\nexport interface P2SVpnGatewaysGetP2SVpnConnectionHealthDetailedBodyParam {\n /** Request parameters supplied to get p2s vpn connections detailed health. */\n body: P2SVpnConnectionHealthRequest;\n}\n\nexport interface P2SVpnGatewaysGetP2SVpnConnectionHealthDetailedQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface P2SVpnGatewaysGetP2SVpnConnectionHealthDetailedQueryParam {\n queryParameters: P2SVpnGatewaysGetP2SVpnConnectionHealthDetailedQueryParamProperties;\n}\n\nexport interface P2SVpnGatewaysGetP2SVpnConnectionHealthDetailedMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type P2SVpnGatewaysGetP2SVpnConnectionHealthDetailedParameters =\n P2SVpnGatewaysGetP2SVpnConnectionHealthDetailedQueryParam &\n P2SVpnGatewaysGetP2SVpnConnectionHealthDetailedMediaTypesParam &\n P2SVpnGatewaysGetP2SVpnConnectionHealthDetailedBodyParam &\n RequestParameters;\n\nexport interface P2SVpnGatewaysDisconnectP2SVpnConnectionsBodyParam {\n /** The parameters are supplied to disconnect p2s vpn connections. */\n body: P2SVpnConnectionRequest;\n}\n\nexport interface P2SVpnGatewaysDisconnectP2SVpnConnectionsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface P2SVpnGatewaysDisconnectP2SVpnConnectionsQueryParam {\n queryParameters: P2SVpnGatewaysDisconnectP2SVpnConnectionsQueryParamProperties;\n}\n\nexport interface P2SVpnGatewaysDisconnectP2SVpnConnectionsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type P2SVpnGatewaysDisconnectP2SVpnConnectionsParameters =\n P2SVpnGatewaysDisconnectP2SVpnConnectionsQueryParam &\n P2SVpnGatewaysDisconnectP2SVpnConnectionsMediaTypesParam &\n P2SVpnGatewaysDisconnectP2SVpnConnectionsBodyParam &\n RequestParameters;\n\nexport interface VpnServerConfigurationsAssociatedWithVirtualWanListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VpnServerConfigurationsAssociatedWithVirtualWanListQueryParam {\n queryParameters: VpnServerConfigurationsAssociatedWithVirtualWanListQueryParamProperties;\n}\n\nexport type VpnServerConfigurationsAssociatedWithVirtualWanListParameters =\n VpnServerConfigurationsAssociatedWithVirtualWanListQueryParam & RequestParameters;\n\nexport interface VirtualHubRouteTableV2SGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualHubRouteTableV2SGetQueryParam {\n queryParameters: VirtualHubRouteTableV2SGetQueryParamProperties;\n}\n\nexport type VirtualHubRouteTableV2SGetParameters = VirtualHubRouteTableV2SGetQueryParam &\n RequestParameters;\n\nexport interface VirtualHubRouteTableV2SCreateOrUpdateBodyParam {\n /** Parameters supplied to create or update VirtualHubRouteTableV2. */\n body: VirtualHubRouteTableV2;\n}\n\nexport interface VirtualHubRouteTableV2SCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualHubRouteTableV2SCreateOrUpdateQueryParam {\n queryParameters: VirtualHubRouteTableV2SCreateOrUpdateQueryParamProperties;\n}\n\nexport interface VirtualHubRouteTableV2SCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualHubRouteTableV2SCreateOrUpdateParameters =\n VirtualHubRouteTableV2SCreateOrUpdateQueryParam &\n VirtualHubRouteTableV2SCreateOrUpdateMediaTypesParam &\n VirtualHubRouteTableV2SCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface VirtualHubRouteTableV2SDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualHubRouteTableV2SDeleteQueryParam {\n queryParameters: VirtualHubRouteTableV2SDeleteQueryParamProperties;\n}\n\nexport type VirtualHubRouteTableV2SDeleteParameters = VirtualHubRouteTableV2SDeleteQueryParam &\n RequestParameters;\n\nexport interface VirtualHubRouteTableV2SListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualHubRouteTableV2SListQueryParam {\n queryParameters: VirtualHubRouteTableV2SListQueryParamProperties;\n}\n\nexport type VirtualHubRouteTableV2SListParameters = VirtualHubRouteTableV2SListQueryParam &\n RequestParameters;\n\nexport interface ExpressRouteGatewaysListBySubscriptionQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteGatewaysListBySubscriptionQueryParam {\n queryParameters: ExpressRouteGatewaysListBySubscriptionQueryParamProperties;\n}\n\nexport type ExpressRouteGatewaysListBySubscriptionParameters =\n ExpressRouteGatewaysListBySubscriptionQueryParam & RequestParameters;\n\nexport interface ExpressRouteGatewaysListByResourceGroupQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteGatewaysListByResourceGroupQueryParam {\n queryParameters: ExpressRouteGatewaysListByResourceGroupQueryParamProperties;\n}\n\nexport type ExpressRouteGatewaysListByResourceGroupParameters =\n ExpressRouteGatewaysListByResourceGroupQueryParam & RequestParameters;\n\nexport interface ExpressRouteGatewaysCreateOrUpdateBodyParam {\n /** Parameters required in an ExpressRoute gateway PUT operation. */\n body: ExpressRouteGateway;\n}\n\nexport interface ExpressRouteGatewaysCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteGatewaysCreateOrUpdateQueryParam {\n queryParameters: ExpressRouteGatewaysCreateOrUpdateQueryParamProperties;\n}\n\nexport interface ExpressRouteGatewaysCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ExpressRouteGatewaysCreateOrUpdateParameters =\n ExpressRouteGatewaysCreateOrUpdateQueryParam &\n ExpressRouteGatewaysCreateOrUpdateMediaTypesParam &\n ExpressRouteGatewaysCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface ExpressRouteGatewaysUpdateTagsBodyParam {\n /** Parameters supplied to update a virtual wan express route gateway tags. */\n body: TagsObject;\n}\n\nexport interface ExpressRouteGatewaysUpdateTagsQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteGatewaysUpdateTagsQueryParam {\n queryParameters: ExpressRouteGatewaysUpdateTagsQueryParamProperties;\n}\n\nexport interface ExpressRouteGatewaysUpdateTagsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ExpressRouteGatewaysUpdateTagsParameters = ExpressRouteGatewaysUpdateTagsQueryParam &\n ExpressRouteGatewaysUpdateTagsMediaTypesParam &\n ExpressRouteGatewaysUpdateTagsBodyParam &\n RequestParameters;\n\nexport interface ExpressRouteGatewaysGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteGatewaysGetQueryParam {\n queryParameters: ExpressRouteGatewaysGetQueryParamProperties;\n}\n\nexport type ExpressRouteGatewaysGetParameters = ExpressRouteGatewaysGetQueryParam &\n RequestParameters;\n\nexport interface ExpressRouteGatewaysDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteGatewaysDeleteQueryParam {\n queryParameters: ExpressRouteGatewaysDeleteQueryParamProperties;\n}\n\nexport type ExpressRouteGatewaysDeleteParameters = ExpressRouteGatewaysDeleteQueryParam &\n RequestParameters;\n\nexport interface ExpressRouteConnectionsCreateOrUpdateBodyParam {\n /** Parameters required in an ExpressRouteConnection PUT operation. */\n body: ExpressRouteConnection;\n}\n\nexport interface ExpressRouteConnectionsCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteConnectionsCreateOrUpdateQueryParam {\n queryParameters: ExpressRouteConnectionsCreateOrUpdateQueryParamProperties;\n}\n\nexport interface ExpressRouteConnectionsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ExpressRouteConnectionsCreateOrUpdateParameters =\n ExpressRouteConnectionsCreateOrUpdateQueryParam &\n ExpressRouteConnectionsCreateOrUpdateMediaTypesParam &\n ExpressRouteConnectionsCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface ExpressRouteConnectionsGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteConnectionsGetQueryParam {\n queryParameters: ExpressRouteConnectionsGetQueryParamProperties;\n}\n\nexport type ExpressRouteConnectionsGetParameters = ExpressRouteConnectionsGetQueryParam &\n RequestParameters;\n\nexport interface ExpressRouteConnectionsDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteConnectionsDeleteQueryParam {\n queryParameters: ExpressRouteConnectionsDeleteQueryParamProperties;\n}\n\nexport type ExpressRouteConnectionsDeleteParameters = ExpressRouteConnectionsDeleteQueryParam &\n RequestParameters;\n\nexport interface ExpressRouteConnectionsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface ExpressRouteConnectionsListQueryParam {\n queryParameters: ExpressRouteConnectionsListQueryParamProperties;\n}\n\nexport type ExpressRouteConnectionsListParameters = ExpressRouteConnectionsListQueryParam &\n RequestParameters;\n\nexport interface VirtualHubBgpConnectionGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualHubBgpConnectionGetQueryParam {\n queryParameters: VirtualHubBgpConnectionGetQueryParamProperties;\n}\n\nexport type VirtualHubBgpConnectionGetParameters = VirtualHubBgpConnectionGetQueryParam &\n RequestParameters;\n\nexport interface VirtualHubBgpConnectionCreateOrUpdateBodyParam {\n /** Parameters of Bgp connection. */\n body: BgpConnection;\n}\n\nexport interface VirtualHubBgpConnectionCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualHubBgpConnectionCreateOrUpdateQueryParam {\n queryParameters: VirtualHubBgpConnectionCreateOrUpdateQueryParamProperties;\n}\n\nexport interface VirtualHubBgpConnectionCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualHubBgpConnectionCreateOrUpdateParameters =\n VirtualHubBgpConnectionCreateOrUpdateQueryParam &\n VirtualHubBgpConnectionCreateOrUpdateMediaTypesParam &\n VirtualHubBgpConnectionCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface VirtualHubBgpConnectionDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualHubBgpConnectionDeleteQueryParam {\n queryParameters: VirtualHubBgpConnectionDeleteQueryParamProperties;\n}\n\nexport type VirtualHubBgpConnectionDeleteParameters = VirtualHubBgpConnectionDeleteQueryParam &\n RequestParameters;\n\nexport interface VirtualHubBgpConnectionsListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualHubBgpConnectionsListQueryParam {\n queryParameters: VirtualHubBgpConnectionsListQueryParamProperties;\n}\n\nexport type VirtualHubBgpConnectionsListParameters = VirtualHubBgpConnectionsListQueryParam &\n RequestParameters;\n\nexport interface VirtualHubBgpConnectionsListLearnedRoutesQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualHubBgpConnectionsListLearnedRoutesQueryParam {\n queryParameters: VirtualHubBgpConnectionsListLearnedRoutesQueryParamProperties;\n}\n\nexport type VirtualHubBgpConnectionsListLearnedRoutesParameters =\n VirtualHubBgpConnectionsListLearnedRoutesQueryParam & RequestParameters;\n\nexport interface VirtualHubBgpConnectionsListAdvertisedRoutesQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualHubBgpConnectionsListAdvertisedRoutesQueryParam {\n queryParameters: VirtualHubBgpConnectionsListAdvertisedRoutesQueryParamProperties;\n}\n\nexport type VirtualHubBgpConnectionsListAdvertisedRoutesParameters =\n VirtualHubBgpConnectionsListAdvertisedRoutesQueryParam & RequestParameters;\n\nexport interface VirtualHubIpConfigurationGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualHubIpConfigurationGetQueryParam {\n queryParameters: VirtualHubIpConfigurationGetQueryParamProperties;\n}\n\nexport type VirtualHubIpConfigurationGetParameters = VirtualHubIpConfigurationGetQueryParam &\n RequestParameters;\n\nexport interface VirtualHubIpConfigurationCreateOrUpdateBodyParam {\n /** Hub Ip Configuration parameters. */\n body: HubIpConfiguration;\n}\n\nexport interface VirtualHubIpConfigurationCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualHubIpConfigurationCreateOrUpdateQueryParam {\n queryParameters: VirtualHubIpConfigurationCreateOrUpdateQueryParamProperties;\n}\n\nexport interface VirtualHubIpConfigurationCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VirtualHubIpConfigurationCreateOrUpdateParameters =\n VirtualHubIpConfigurationCreateOrUpdateQueryParam &\n VirtualHubIpConfigurationCreateOrUpdateMediaTypesParam &\n VirtualHubIpConfigurationCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface VirtualHubIpConfigurationDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualHubIpConfigurationDeleteQueryParam {\n queryParameters: VirtualHubIpConfigurationDeleteQueryParamProperties;\n}\n\nexport type VirtualHubIpConfigurationDeleteParameters = VirtualHubIpConfigurationDeleteQueryParam &\n RequestParameters;\n\nexport interface VirtualHubIpConfigurationListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VirtualHubIpConfigurationListQueryParam {\n queryParameters: VirtualHubIpConfigurationListQueryParamProperties;\n}\n\nexport type VirtualHubIpConfigurationListParameters = VirtualHubIpConfigurationListQueryParam &\n RequestParameters;\n\nexport interface HubRouteTablesCreateOrUpdateBodyParam {\n /** Parameters supplied to create or update RouteTable. */\n body: HubRouteTable;\n}\n\nexport interface HubRouteTablesCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface HubRouteTablesCreateOrUpdateQueryParam {\n queryParameters: HubRouteTablesCreateOrUpdateQueryParamProperties;\n}\n\nexport interface HubRouteTablesCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type HubRouteTablesCreateOrUpdateParameters = HubRouteTablesCreateOrUpdateQueryParam &\n HubRouteTablesCreateOrUpdateMediaTypesParam &\n HubRouteTablesCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface HubRouteTablesGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface HubRouteTablesGetQueryParam {\n queryParameters: HubRouteTablesGetQueryParamProperties;\n}\n\nexport type HubRouteTablesGetParameters = HubRouteTablesGetQueryParam & RequestParameters;\n\nexport interface HubRouteTablesDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface HubRouteTablesDeleteQueryParam {\n queryParameters: HubRouteTablesDeleteQueryParamProperties;\n}\n\nexport type HubRouteTablesDeleteParameters = HubRouteTablesDeleteQueryParam & RequestParameters;\n\nexport interface HubRouteTablesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface HubRouteTablesListQueryParam {\n queryParameters: HubRouteTablesListQueryParamProperties;\n}\n\nexport type HubRouteTablesListParameters = HubRouteTablesListQueryParam & RequestParameters;\n\nexport interface RoutingIntentCreateOrUpdateBodyParam {\n /** Parameters supplied to create or update RoutingIntent. */\n body: RoutingIntent;\n}\n\nexport interface RoutingIntentCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface RoutingIntentCreateOrUpdateQueryParam {\n queryParameters: RoutingIntentCreateOrUpdateQueryParamProperties;\n}\n\nexport interface RoutingIntentCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type RoutingIntentCreateOrUpdateParameters = RoutingIntentCreateOrUpdateQueryParam &\n RoutingIntentCreateOrUpdateMediaTypesParam &\n RoutingIntentCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface RoutingIntentGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface RoutingIntentGetQueryParam {\n queryParameters: RoutingIntentGetQueryParamProperties;\n}\n\nexport type RoutingIntentGetParameters = RoutingIntentGetQueryParam & RequestParameters;\n\nexport interface RoutingIntentDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface RoutingIntentDeleteQueryParam {\n queryParameters: RoutingIntentDeleteQueryParamProperties;\n}\n\nexport type RoutingIntentDeleteParameters = RoutingIntentDeleteQueryParam & RequestParameters;\n\nexport interface RoutingIntentListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface RoutingIntentListQueryParam {\n queryParameters: RoutingIntentListQueryParamProperties;\n}\n\nexport type RoutingIntentListParameters = RoutingIntentListQueryParam & RequestParameters;\n\nexport interface WebApplicationFirewallPoliciesListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface WebApplicationFirewallPoliciesListQueryParam {\n queryParameters: WebApplicationFirewallPoliciesListQueryParamProperties;\n}\n\nexport type WebApplicationFirewallPoliciesListParameters =\n WebApplicationFirewallPoliciesListQueryParam & RequestParameters;\n\nexport interface WebApplicationFirewallPoliciesListAllQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface WebApplicationFirewallPoliciesListAllQueryParam {\n queryParameters: WebApplicationFirewallPoliciesListAllQueryParamProperties;\n}\n\nexport type WebApplicationFirewallPoliciesListAllParameters =\n WebApplicationFirewallPoliciesListAllQueryParam & RequestParameters;\n\nexport interface WebApplicationFirewallPoliciesGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface WebApplicationFirewallPoliciesGetQueryParam {\n queryParameters: WebApplicationFirewallPoliciesGetQueryParamProperties;\n}\n\nexport type WebApplicationFirewallPoliciesGetParameters =\n WebApplicationFirewallPoliciesGetQueryParam & RequestParameters;\n\nexport interface WebApplicationFirewallPoliciesCreateOrUpdateBodyParam {\n /** Policy to be created. */\n body: WebApplicationFirewallPolicy;\n}\n\nexport interface WebApplicationFirewallPoliciesCreateOrUpdateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface WebApplicationFirewallPoliciesCreateOrUpdateQueryParam {\n queryParameters: WebApplicationFirewallPoliciesCreateOrUpdateQueryParamProperties;\n}\n\nexport interface WebApplicationFirewallPoliciesCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type WebApplicationFirewallPoliciesCreateOrUpdateParameters =\n WebApplicationFirewallPoliciesCreateOrUpdateQueryParam &\n WebApplicationFirewallPoliciesCreateOrUpdateMediaTypesParam &\n WebApplicationFirewallPoliciesCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface WebApplicationFirewallPoliciesDeleteQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface WebApplicationFirewallPoliciesDeleteQueryParam {\n queryParameters: WebApplicationFirewallPoliciesDeleteQueryParamProperties;\n}\n\nexport type WebApplicationFirewallPoliciesDeleteParameters =\n WebApplicationFirewallPoliciesDeleteQueryParam & RequestParameters;\n\nexport interface VipSwapGetQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VipSwapGetQueryParam {\n queryParameters: VipSwapGetQueryParamProperties;\n}\n\nexport type VipSwapGetParameters = VipSwapGetQueryParam & RequestParameters;\n\nexport interface VipSwapCreateBodyParam {\n /** SwapResource object where slot type should be the target slot after vip swap for the specified cloud service. */\n body: SwapResource;\n}\n\nexport interface VipSwapCreateQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VipSwapCreateQueryParam {\n queryParameters: VipSwapCreateQueryParamProperties;\n}\n\nexport interface VipSwapCreateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type VipSwapCreateParameters = VipSwapCreateQueryParam &\n VipSwapCreateMediaTypesParam &\n VipSwapCreateBodyParam &\n RequestParameters;\n\nexport interface VipSwapListQueryParamProperties {\n /** Api Version */\n \"api-version\": \"2022-05-01\";\n}\n\nexport interface VipSwapListQueryParam {\n queryParameters: VipSwapListQueryParamProperties;\n}\n\nexport type VipSwapListParameters = VipSwapListQueryParam & RequestParameters;\n"]}
|