@azure/arm-dnsresolver 1.2.0 → 2.0.0-beta.1
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/README.md +1 -1
- package/dist/browser/dnsResolverManagementClient.d.ts +9 -9
- package/dist/browser/dnsResolverManagementClient.d.ts.map +1 -1
- package/dist/browser/dnsResolverManagementClient.js +36 -24
- package/dist/browser/dnsResolverManagementClient.js.map +1 -1
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +4 -7
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/lroImpl.d.ts +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +9 -10
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +658 -517
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +32 -31
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +48 -29
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +927 -405
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +13 -14
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +90 -109
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/dnsForwardingRulesets.d.ts +38 -38
- package/dist/browser/operations/dnsForwardingRulesets.d.ts.map +1 -1
- package/dist/browser/operations/dnsForwardingRulesets.js +210 -260
- package/dist/browser/operations/dnsForwardingRulesets.js.map +1 -1
- package/dist/browser/operations/dnsResolverDomainLists.d.ts +32 -32
- package/dist/browser/operations/dnsResolverDomainLists.d.ts.map +1 -1
- package/dist/browser/operations/dnsResolverDomainLists.js +200 -227
- package/dist/browser/operations/dnsResolverDomainLists.js.map +1 -1
- package/dist/browser/operations/dnsResolverPolicies.d.ts +38 -38
- package/dist/browser/operations/dnsResolverPolicies.d.ts.map +1 -1
- package/dist/browser/operations/dnsResolverPolicies.js +212 -262
- package/dist/browser/operations/dnsResolverPolicies.js.map +1 -1
- package/dist/browser/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts +21 -21
- package/dist/browser/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -1
- package/dist/browser/operations/dnsResolverPolicyVirtualNetworkLinks.js +134 -142
- package/dist/browser/operations/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -1
- package/dist/browser/operations/dnsResolvers.d.ts +38 -38
- package/dist/browser/operations/dnsResolvers.d.ts.map +1 -1
- package/dist/browser/operations/dnsResolvers.js +210 -260
- package/dist/browser/operations/dnsResolvers.js.map +1 -1
- package/dist/browser/operations/dnsSecurityRules.d.ts +20 -20
- package/dist/browser/operations/dnsSecurityRules.d.ts.map +1 -1
- package/dist/browser/operations/dnsSecurityRules.js +133 -141
- package/dist/browser/operations/dnsSecurityRules.js.map +1 -1
- package/dist/browser/operations/forwardingRules.d.ts +17 -17
- package/dist/browser/operations/forwardingRules.d.ts.map +1 -1
- package/dist/browser/operations/forwardingRules.js +88 -114
- package/dist/browser/operations/forwardingRules.js.map +1 -1
- package/dist/browser/operations/inboundEndpoints.d.ts +20 -20
- package/dist/browser/operations/inboundEndpoints.d.ts.map +1 -1
- package/dist/browser/operations/inboundEndpoints.js +129 -137
- package/dist/browser/operations/inboundEndpoints.js.map +1 -1
- package/dist/browser/operations/index.d.ts +5 -5
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +9 -12
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/outboundEndpoints.d.ts +20 -20
- package/dist/browser/operations/outboundEndpoints.d.ts.map +1 -1
- package/dist/browser/operations/outboundEndpoints.js +129 -137
- package/dist/browser/operations/outboundEndpoints.js.map +1 -1
- package/dist/browser/operations/virtualNetworkLinks.d.ts +20 -20
- package/dist/browser/operations/virtualNetworkLinks.d.ts.map +1 -1
- package/dist/browser/operations/virtualNetworkLinks.js +134 -142
- package/dist/browser/operations/virtualNetworkLinks.js.map +1 -1
- package/dist/browser/operationsInterfaces/dnsForwardingRulesets.d.ts +15 -15
- package/dist/browser/operationsInterfaces/dnsForwardingRulesets.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/dnsForwardingRulesets.js +2 -7
- package/dist/browser/operationsInterfaces/dnsForwardingRulesets.js.map +1 -1
- package/dist/browser/operationsInterfaces/dnsResolverDomainLists.d.ts +12 -12
- package/dist/browser/operationsInterfaces/dnsResolverDomainLists.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/dnsResolverDomainLists.js +2 -7
- package/dist/browser/operationsInterfaces/dnsResolverDomainLists.js.map +1 -1
- package/dist/browser/operationsInterfaces/dnsResolverPolicies.d.ts +15 -15
- package/dist/browser/operationsInterfaces/dnsResolverPolicies.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/dnsResolverPolicies.js +2 -7
- package/dist/browser/operationsInterfaces/dnsResolverPolicies.js.map +1 -1
- package/dist/browser/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts +12 -12
- package/dist/browser/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js +2 -7
- package/dist/browser/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -1
- package/dist/browser/operationsInterfaces/dnsResolvers.d.ts +15 -15
- package/dist/browser/operationsInterfaces/dnsResolvers.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/dnsResolvers.js +2 -7
- package/dist/browser/operationsInterfaces/dnsResolvers.js.map +1 -1
- package/dist/browser/operationsInterfaces/dnsSecurityRules.d.ts +11 -11
- package/dist/browser/operationsInterfaces/dnsSecurityRules.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/dnsSecurityRules.js +2 -7
- package/dist/browser/operationsInterfaces/dnsSecurityRules.js.map +1 -1
- package/dist/browser/operationsInterfaces/forwardingRules.d.ts +10 -10
- package/dist/browser/operationsInterfaces/forwardingRules.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/forwardingRules.js +2 -7
- package/dist/browser/operationsInterfaces/forwardingRules.js.map +1 -1
- package/dist/browser/operationsInterfaces/inboundEndpoints.d.ts +11 -11
- package/dist/browser/operationsInterfaces/inboundEndpoints.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/inboundEndpoints.js +2 -7
- package/dist/browser/operationsInterfaces/inboundEndpoints.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +5 -5
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +9 -12
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/outboundEndpoints.d.ts +11 -11
- package/dist/browser/operationsInterfaces/outboundEndpoints.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/outboundEndpoints.js +2 -7
- package/dist/browser/operationsInterfaces/outboundEndpoints.js.map +1 -1
- package/dist/browser/operationsInterfaces/virtualNetworkLinks.d.ts +11 -11
- package/dist/browser/operationsInterfaces/virtualNetworkLinks.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/virtualNetworkLinks.js +2 -7
- package/dist/browser/operationsInterfaces/virtualNetworkLinks.js.map +1 -1
- package/dist/browser/pagingHelper.d.ts.map +1 -1
- package/dist/browser/pagingHelper.js +4 -11
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/dnsResolverManagementClient.d.ts +9 -9
- package/dist/commonjs/dnsResolverManagementClient.d.ts.map +1 -1
- package/dist/commonjs/dnsResolverManagementClient.js +35 -23
- package/dist/commonjs/dnsResolverManagementClient.js.map +1 -1
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +4 -7
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +9 -10
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +658 -517
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +33 -32
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +48 -29
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +929 -407
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +13 -14
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +90 -109
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/dnsForwardingRulesets.d.ts +38 -38
- package/dist/commonjs/operations/dnsForwardingRulesets.d.ts.map +1 -1
- package/dist/commonjs/operations/dnsForwardingRulesets.js +209 -258
- package/dist/commonjs/operations/dnsForwardingRulesets.js.map +1 -1
- package/dist/commonjs/operations/dnsResolverDomainLists.d.ts +32 -32
- package/dist/commonjs/operations/dnsResolverDomainLists.d.ts.map +1 -1
- package/dist/commonjs/operations/dnsResolverDomainLists.js +199 -225
- package/dist/commonjs/operations/dnsResolverDomainLists.js.map +1 -1
- package/dist/commonjs/operations/dnsResolverPolicies.d.ts +38 -38
- package/dist/commonjs/operations/dnsResolverPolicies.d.ts.map +1 -1
- package/dist/commonjs/operations/dnsResolverPolicies.js +211 -260
- package/dist/commonjs/operations/dnsResolverPolicies.js.map +1 -1
- package/dist/commonjs/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts +21 -21
- package/dist/commonjs/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -1
- package/dist/commonjs/operations/dnsResolverPolicyVirtualNetworkLinks.js +133 -140
- package/dist/commonjs/operations/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -1
- package/dist/commonjs/operations/dnsResolvers.d.ts +38 -38
- package/dist/commonjs/operations/dnsResolvers.d.ts.map +1 -1
- package/dist/commonjs/operations/dnsResolvers.js +209 -258
- package/dist/commonjs/operations/dnsResolvers.js.map +1 -1
- package/dist/commonjs/operations/dnsSecurityRules.d.ts +20 -20
- package/dist/commonjs/operations/dnsSecurityRules.d.ts.map +1 -1
- package/dist/commonjs/operations/dnsSecurityRules.js +132 -139
- package/dist/commonjs/operations/dnsSecurityRules.js.map +1 -1
- package/dist/commonjs/operations/forwardingRules.d.ts +17 -17
- package/dist/commonjs/operations/forwardingRules.d.ts.map +1 -1
- package/dist/commonjs/operations/forwardingRules.js +88 -113
- package/dist/commonjs/operations/forwardingRules.js.map +1 -1
- package/dist/commonjs/operations/inboundEndpoints.d.ts +20 -20
- package/dist/commonjs/operations/inboundEndpoints.d.ts.map +1 -1
- package/dist/commonjs/operations/inboundEndpoints.js +128 -135
- package/dist/commonjs/operations/inboundEndpoints.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +5 -5
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +9 -12
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/outboundEndpoints.d.ts +20 -20
- package/dist/commonjs/operations/outboundEndpoints.d.ts.map +1 -1
- package/dist/commonjs/operations/outboundEndpoints.js +128 -135
- package/dist/commonjs/operations/outboundEndpoints.js.map +1 -1
- package/dist/commonjs/operations/virtualNetworkLinks.d.ts +20 -20
- package/dist/commonjs/operations/virtualNetworkLinks.d.ts.map +1 -1
- package/dist/commonjs/operations/virtualNetworkLinks.js +133 -140
- package/dist/commonjs/operations/virtualNetworkLinks.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/dnsForwardingRulesets.d.ts +15 -15
- package/dist/commonjs/operationsInterfaces/dnsForwardingRulesets.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/dnsForwardingRulesets.js +2 -7
- package/dist/commonjs/operationsInterfaces/dnsForwardingRulesets.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/dnsResolverDomainLists.d.ts +12 -12
- package/dist/commonjs/operationsInterfaces/dnsResolverDomainLists.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/dnsResolverDomainLists.js +2 -7
- package/dist/commonjs/operationsInterfaces/dnsResolverDomainLists.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/dnsResolverPolicies.d.ts +15 -15
- package/dist/commonjs/operationsInterfaces/dnsResolverPolicies.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/dnsResolverPolicies.js +2 -7
- package/dist/commonjs/operationsInterfaces/dnsResolverPolicies.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts +12 -12
- package/dist/commonjs/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js +2 -7
- package/dist/commonjs/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/dnsResolvers.d.ts +15 -15
- package/dist/commonjs/operationsInterfaces/dnsResolvers.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/dnsResolvers.js +2 -7
- package/dist/commonjs/operationsInterfaces/dnsResolvers.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/dnsSecurityRules.d.ts +11 -11
- package/dist/commonjs/operationsInterfaces/dnsSecurityRules.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/dnsSecurityRules.js +2 -7
- package/dist/commonjs/operationsInterfaces/dnsSecurityRules.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/forwardingRules.d.ts +10 -10
- package/dist/commonjs/operationsInterfaces/forwardingRules.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/forwardingRules.js +2 -7
- package/dist/commonjs/operationsInterfaces/forwardingRules.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/inboundEndpoints.d.ts +11 -11
- package/dist/commonjs/operationsInterfaces/inboundEndpoints.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/inboundEndpoints.js +2 -7
- package/dist/commonjs/operationsInterfaces/inboundEndpoints.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +5 -5
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +9 -12
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/outboundEndpoints.d.ts +11 -11
- package/dist/commonjs/operationsInterfaces/outboundEndpoints.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/outboundEndpoints.js +2 -7
- package/dist/commonjs/operationsInterfaces/outboundEndpoints.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/virtualNetworkLinks.d.ts +11 -11
- package/dist/commonjs/operationsInterfaces/virtualNetworkLinks.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/virtualNetworkLinks.js +2 -7
- package/dist/commonjs/operationsInterfaces/virtualNetworkLinks.js.map +1 -1
- package/dist/commonjs/pagingHelper.d.ts.map +1 -1
- package/dist/commonjs/pagingHelper.js +4 -11
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/dnsResolverManagementClient.d.ts +9 -9
- package/dist/esm/dnsResolverManagementClient.d.ts.map +1 -1
- package/dist/esm/dnsResolverManagementClient.js +36 -24
- package/dist/esm/dnsResolverManagementClient.js.map +1 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +4 -7
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/lroImpl.d.ts +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +9 -10
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +658 -517
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +32 -31
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +48 -29
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +927 -405
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +13 -14
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +90 -109
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/dnsForwardingRulesets.d.ts +38 -38
- package/dist/esm/operations/dnsForwardingRulesets.d.ts.map +1 -1
- package/dist/esm/operations/dnsForwardingRulesets.js +210 -260
- package/dist/esm/operations/dnsForwardingRulesets.js.map +1 -1
- package/dist/esm/operations/dnsResolverDomainLists.d.ts +32 -32
- package/dist/esm/operations/dnsResolverDomainLists.d.ts.map +1 -1
- package/dist/esm/operations/dnsResolverDomainLists.js +200 -227
- package/dist/esm/operations/dnsResolverDomainLists.js.map +1 -1
- package/dist/esm/operations/dnsResolverPolicies.d.ts +38 -38
- package/dist/esm/operations/dnsResolverPolicies.d.ts.map +1 -1
- package/dist/esm/operations/dnsResolverPolicies.js +212 -262
- package/dist/esm/operations/dnsResolverPolicies.js.map +1 -1
- package/dist/esm/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts +21 -21
- package/dist/esm/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -1
- package/dist/esm/operations/dnsResolverPolicyVirtualNetworkLinks.js +134 -142
- package/dist/esm/operations/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -1
- package/dist/esm/operations/dnsResolvers.d.ts +38 -38
- package/dist/esm/operations/dnsResolvers.d.ts.map +1 -1
- package/dist/esm/operations/dnsResolvers.js +210 -260
- package/dist/esm/operations/dnsResolvers.js.map +1 -1
- package/dist/esm/operations/dnsSecurityRules.d.ts +20 -20
- package/dist/esm/operations/dnsSecurityRules.d.ts.map +1 -1
- package/dist/esm/operations/dnsSecurityRules.js +133 -141
- package/dist/esm/operations/dnsSecurityRules.js.map +1 -1
- package/dist/esm/operations/forwardingRules.d.ts +17 -17
- package/dist/esm/operations/forwardingRules.d.ts.map +1 -1
- package/dist/esm/operations/forwardingRules.js +88 -114
- package/dist/esm/operations/forwardingRules.js.map +1 -1
- package/dist/esm/operations/inboundEndpoints.d.ts +20 -20
- package/dist/esm/operations/inboundEndpoints.d.ts.map +1 -1
- package/dist/esm/operations/inboundEndpoints.js +129 -137
- package/dist/esm/operations/inboundEndpoints.js.map +1 -1
- package/dist/esm/operations/index.d.ts +5 -5
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +9 -12
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/outboundEndpoints.d.ts +20 -20
- package/dist/esm/operations/outboundEndpoints.d.ts.map +1 -1
- package/dist/esm/operations/outboundEndpoints.js +129 -137
- package/dist/esm/operations/outboundEndpoints.js.map +1 -1
- package/dist/esm/operations/virtualNetworkLinks.d.ts +20 -20
- package/dist/esm/operations/virtualNetworkLinks.d.ts.map +1 -1
- package/dist/esm/operations/virtualNetworkLinks.js +134 -142
- package/dist/esm/operations/virtualNetworkLinks.js.map +1 -1
- package/dist/esm/operationsInterfaces/dnsForwardingRulesets.d.ts +15 -15
- package/dist/esm/operationsInterfaces/dnsForwardingRulesets.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/dnsForwardingRulesets.js +2 -7
- package/dist/esm/operationsInterfaces/dnsForwardingRulesets.js.map +1 -1
- package/dist/esm/operationsInterfaces/dnsResolverDomainLists.d.ts +12 -12
- package/dist/esm/operationsInterfaces/dnsResolverDomainLists.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/dnsResolverDomainLists.js +2 -7
- package/dist/esm/operationsInterfaces/dnsResolverDomainLists.js.map +1 -1
- package/dist/esm/operationsInterfaces/dnsResolverPolicies.d.ts +15 -15
- package/dist/esm/operationsInterfaces/dnsResolverPolicies.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/dnsResolverPolicies.js +2 -7
- package/dist/esm/operationsInterfaces/dnsResolverPolicies.js.map +1 -1
- package/dist/esm/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts +12 -12
- package/dist/esm/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js +2 -7
- package/dist/esm/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -1
- package/dist/esm/operationsInterfaces/dnsResolvers.d.ts +15 -15
- package/dist/esm/operationsInterfaces/dnsResolvers.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/dnsResolvers.js +2 -7
- package/dist/esm/operationsInterfaces/dnsResolvers.js.map +1 -1
- package/dist/esm/operationsInterfaces/dnsSecurityRules.d.ts +11 -11
- package/dist/esm/operationsInterfaces/dnsSecurityRules.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/dnsSecurityRules.js +2 -7
- package/dist/esm/operationsInterfaces/dnsSecurityRules.js.map +1 -1
- package/dist/esm/operationsInterfaces/forwardingRules.d.ts +10 -10
- package/dist/esm/operationsInterfaces/forwardingRules.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/forwardingRules.js +2 -7
- package/dist/esm/operationsInterfaces/forwardingRules.js.map +1 -1
- package/dist/esm/operationsInterfaces/inboundEndpoints.d.ts +11 -11
- package/dist/esm/operationsInterfaces/inboundEndpoints.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/inboundEndpoints.js +2 -7
- package/dist/esm/operationsInterfaces/inboundEndpoints.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +5 -5
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +9 -12
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/outboundEndpoints.d.ts +11 -11
- package/dist/esm/operationsInterfaces/outboundEndpoints.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/outboundEndpoints.js +2 -7
- package/dist/esm/operationsInterfaces/outboundEndpoints.js.map +1 -1
- package/dist/esm/operationsInterfaces/virtualNetworkLinks.d.ts +11 -11
- package/dist/esm/operationsInterfaces/virtualNetworkLinks.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/virtualNetworkLinks.js +2 -7
- package/dist/esm/operationsInterfaces/virtualNetworkLinks.js.map +1 -1
- package/dist/esm/pagingHelper.d.ts.map +1 -1
- package/dist/esm/pagingHelper.js +4 -11
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/dnsResolverManagementClient.d.ts +9 -9
- package/dist/react-native/dnsResolverManagementClient.d.ts.map +1 -1
- package/dist/react-native/dnsResolverManagementClient.js +36 -24
- package/dist/react-native/dnsResolverManagementClient.js.map +1 -1
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +4 -7
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +9 -10
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +658 -517
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +32 -31
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +48 -29
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +927 -405
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +13 -14
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +90 -109
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/dnsForwardingRulesets.d.ts +38 -38
- package/dist/react-native/operations/dnsForwardingRulesets.d.ts.map +1 -1
- package/dist/react-native/operations/dnsForwardingRulesets.js +210 -260
- package/dist/react-native/operations/dnsForwardingRulesets.js.map +1 -1
- package/dist/react-native/operations/dnsResolverDomainLists.d.ts +32 -32
- package/dist/react-native/operations/dnsResolverDomainLists.d.ts.map +1 -1
- package/dist/react-native/operations/dnsResolverDomainLists.js +200 -227
- package/dist/react-native/operations/dnsResolverDomainLists.js.map +1 -1
- package/dist/react-native/operations/dnsResolverPolicies.d.ts +38 -38
- package/dist/react-native/operations/dnsResolverPolicies.d.ts.map +1 -1
- package/dist/react-native/operations/dnsResolverPolicies.js +212 -262
- package/dist/react-native/operations/dnsResolverPolicies.js.map +1 -1
- package/dist/react-native/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts +21 -21
- package/dist/react-native/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -1
- package/dist/react-native/operations/dnsResolverPolicyVirtualNetworkLinks.js +134 -142
- package/dist/react-native/operations/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -1
- package/dist/react-native/operations/dnsResolvers.d.ts +38 -38
- package/dist/react-native/operations/dnsResolvers.d.ts.map +1 -1
- package/dist/react-native/operations/dnsResolvers.js +210 -260
- package/dist/react-native/operations/dnsResolvers.js.map +1 -1
- package/dist/react-native/operations/dnsSecurityRules.d.ts +20 -20
- package/dist/react-native/operations/dnsSecurityRules.d.ts.map +1 -1
- package/dist/react-native/operations/dnsSecurityRules.js +133 -141
- package/dist/react-native/operations/dnsSecurityRules.js.map +1 -1
- package/dist/react-native/operations/forwardingRules.d.ts +17 -17
- package/dist/react-native/operations/forwardingRules.d.ts.map +1 -1
- package/dist/react-native/operations/forwardingRules.js +88 -114
- package/dist/react-native/operations/forwardingRules.js.map +1 -1
- package/dist/react-native/operations/inboundEndpoints.d.ts +20 -20
- package/dist/react-native/operations/inboundEndpoints.d.ts.map +1 -1
- package/dist/react-native/operations/inboundEndpoints.js +129 -137
- package/dist/react-native/operations/inboundEndpoints.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +5 -5
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +9 -12
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/outboundEndpoints.d.ts +20 -20
- package/dist/react-native/operations/outboundEndpoints.d.ts.map +1 -1
- package/dist/react-native/operations/outboundEndpoints.js +129 -137
- package/dist/react-native/operations/outboundEndpoints.js.map +1 -1
- package/dist/react-native/operations/virtualNetworkLinks.d.ts +20 -20
- package/dist/react-native/operations/virtualNetworkLinks.d.ts.map +1 -1
- package/dist/react-native/operations/virtualNetworkLinks.js +134 -142
- package/dist/react-native/operations/virtualNetworkLinks.js.map +1 -1
- package/dist/react-native/operationsInterfaces/dnsForwardingRulesets.d.ts +15 -15
- package/dist/react-native/operationsInterfaces/dnsForwardingRulesets.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/dnsForwardingRulesets.js +2 -7
- package/dist/react-native/operationsInterfaces/dnsForwardingRulesets.js.map +1 -1
- package/dist/react-native/operationsInterfaces/dnsResolverDomainLists.d.ts +12 -12
- package/dist/react-native/operationsInterfaces/dnsResolverDomainLists.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/dnsResolverDomainLists.js +2 -7
- package/dist/react-native/operationsInterfaces/dnsResolverDomainLists.js.map +1 -1
- package/dist/react-native/operationsInterfaces/dnsResolverPolicies.d.ts +15 -15
- package/dist/react-native/operationsInterfaces/dnsResolverPolicies.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/dnsResolverPolicies.js +2 -7
- package/dist/react-native/operationsInterfaces/dnsResolverPolicies.js.map +1 -1
- package/dist/react-native/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts +12 -12
- package/dist/react-native/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js +2 -7
- package/dist/react-native/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -1
- package/dist/react-native/operationsInterfaces/dnsResolvers.d.ts +15 -15
- package/dist/react-native/operationsInterfaces/dnsResolvers.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/dnsResolvers.js +2 -7
- package/dist/react-native/operationsInterfaces/dnsResolvers.js.map +1 -1
- package/dist/react-native/operationsInterfaces/dnsSecurityRules.d.ts +11 -11
- package/dist/react-native/operationsInterfaces/dnsSecurityRules.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/dnsSecurityRules.js +2 -7
- package/dist/react-native/operationsInterfaces/dnsSecurityRules.js.map +1 -1
- package/dist/react-native/operationsInterfaces/forwardingRules.d.ts +10 -10
- package/dist/react-native/operationsInterfaces/forwardingRules.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/forwardingRules.js +2 -7
- package/dist/react-native/operationsInterfaces/forwardingRules.js.map +1 -1
- package/dist/react-native/operationsInterfaces/inboundEndpoints.d.ts +11 -11
- package/dist/react-native/operationsInterfaces/inboundEndpoints.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/inboundEndpoints.js +2 -7
- package/dist/react-native/operationsInterfaces/inboundEndpoints.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +5 -5
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +9 -12
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/outboundEndpoints.d.ts +11 -11
- package/dist/react-native/operationsInterfaces/outboundEndpoints.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/outboundEndpoints.js +2 -7
- package/dist/react-native/operationsInterfaces/outboundEndpoints.js.map +1 -1
- package/dist/react-native/operationsInterfaces/virtualNetworkLinks.d.ts +11 -11
- package/dist/react-native/operationsInterfaces/virtualNetworkLinks.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/virtualNetworkLinks.js +2 -7
- package/dist/react-native/operationsInterfaces/virtualNetworkLinks.js.map +1 -1
- package/dist/react-native/pagingHelper.d.ts.map +1 -1
- package/dist/react-native/pagingHelper.js +4 -11
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +39 -37
- package/CHANGELOG.md +0 -240
- package/review/arm-dnsresolver.api.md +0 -1272
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,yCAAyC;AACzC,MAAM,WAAW,WAAW;IAC1B,mBAAmB;IACnB,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,+FAA+F;AAC/F,MAAM,WAAW,QAAQ;IACvB;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,UAAU,CAAC;CAClC;AAED,6EAA6E;AAC7E,MAAM,WAAW,UAAU;IACzB,8CAA8C;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sDAAsD;IACtD,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,gDAAgD;IAChD,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,oDAAoD;IACpD,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,4DAA4D;IAC5D,kBAAkB,CAAC,EAAE,aAAa,CAAC;IACnC,wDAAwD;IACxD,cAAc,CAAC,EAAE,IAAI,CAAC;CACvB;AAED,uBAAuB;AACvB,MAAM,WAAW,UAAU;IACzB,6BAA6B;IAC7B,KAAK,CAAC,EAAE,cAAc,CAAC;CACxB;AAED,mCAAmC;AACnC,MAAM,WAAW,cAAc;IAC7B,qBAAqB;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,6CAA6C;IAC7C,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,+CAA+C;IAC/C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,8BAA8B;IAC9B,OAAO,CAAC,EAAE,cAAc,EAAE,CAAC;CAC5B;AAED,oDAAoD;AACpD,MAAM,WAAW,gBAAgB;IAC/B,6BAA6B;IAC7B,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAC3C;AAED,iEAAiE;AACjE,MAAM,WAAW,qBAAqB;IACpC,wCAAwC;IACxC,KAAK,CAAC,EAAE,WAAW,EAAE,CAAC;IACtB;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,wBAAwB;AACxB,MAAM,WAAW,eAAe;IAC9B,iEAAiE;IACjE,MAAM,EAAE,WAAW,CAAC;IACpB,kDAAkD;IAClD,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,4CAA4C;IAC5C,yBAAyB,CAAC,EAAE,kBAAkB,CAAC;CAChD;AAED,4EAA4E;AAC5E,MAAM,WAAW,oBAAoB;IACnC,iCAAiC;IACjC,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAC3C;AAED,wFAAwF;AACxF,MAAM,WAAW,yBAAyB;IACxC,+DAA+D;IAC/D,KAAK,CAAC,EAAE,eAAe,EAAE,CAAC;IAC1B;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,6EAA6E;AAC7E,MAAM,WAAW,qBAAqB;IACpC,kCAAkC;IAClC,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAC3C;AAED,yFAAyF;AACzF,MAAM,WAAW,0BAA0B;IACzC,gEAAgE;IAChE,KAAK,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC3B;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,0DAA0D;AAC1D,MAAM,WAAW,yBAAyB;IACxC,sKAAsK;IACtK,4BAA4B,CAAC,EAAE,WAAW,EAAE,CAAC;IAC7C,6BAA6B;IAC7B,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAC3C;AAED,2EAA2E;AAC3E,MAAM,WAAW,8BAA8B;IAC7C,kDAAkD;IAClD,KAAK,CAAC,EAAE,oBAAoB,EAAE,CAAC;IAC/B;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,wDAAwD;AACxD,MAAM,WAAW,eAAe;IAC9B,6BAA6B;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,uBAAuB;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,uDAAuD;AACvD,MAAM,WAAW,mBAAmB;IAClC,+CAA+C;IAC/C,gBAAgB,CAAC,EAAE,eAAe,EAAE,CAAC;IACrC,gDAAgD;IAChD,QAAQ,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAC9C,oCAAoC;IACpC,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;CAC3C;AAED,oGAAoG;AACpG,MAAM,WAAW,wBAAwB;IACvC,2CAA2C;IAC3C,KAAK,CAAC,EAAE,cAAc,EAAE,CAAC;IACzB;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,4DAA4D;AAC5D,MAAM,WAAW,uBAAuB;IACtC,qDAAqD;IACrD,QAAQ,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAC/C;AAED,yEAAyE;AACzE,MAAM,WAAW,4BAA4B;IAC3C,gDAAgD;IAChD,KAAK,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAC7B;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,iEAAiE;AACjE,MAAM,WAAW,qBAAqB;IACpC,wCAAwC;IACxC,KAAK,CAAC,EAAE,WAAW,EAAE,CAAC;IACtB;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,0FAA0F;AAC1F,MAAM,WAAW,4CAA4C;IAC3D,iEAAiE;IACjE,KAAK,CAAC,EAAE,kCAAkC,EAAE,CAAC;IAC7C;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,+EAA+E;AAC/E,MAAM,WAAW,kCAAkC;IACjD,0CAA0C;IAC1C,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,iDAAiD;IACjD,kBAAkB,CAAC,EAAE,WAAW,CAAC;CAClC;AAED,qKAAqK;AACrK,MAAM,WAAW,aAAa;IAC5B,wBAAwB;IACxB,KAAK,CAAC,EAAE,WAAW,CAAC;CACrB;AAED,wBAAwB;AACxB,MAAM,WAAW,WAAW;IAC1B;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B;;;OAGG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IACzB;;;OAGG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,WAAW,EAAE,CAAC;IACjC;;;OAGG;IACH,QAAQ,CAAC,cAAc,CAAC,EAAE,mBAAmB,EAAE,CAAC;CACjD;AAED,qDAAqD;AACrD,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACzC;AAED,2DAA2D;AAC3D,MAAM,WAAW,sBAAsB;IACrC,oCAAoC;IACpC,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAC3C;AAED,yEAAyE;AACzE,MAAM,WAAW,2BAA2B;IAC1C,gDAAgD;IAChD,KAAK,CAAC,EAAE,iBAAiB,EAAE,CAAC;IAC5B;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,2EAA2E;AAC3E,MAAM,WAAW,qBAAqB;IACpC,kCAAkC;IAClC,UAAU,CAAC,EAAE,UAAU,CAAC;CACzB;AAED,yDAAyD;AACzD,MAAM,WAAW,oBAAoB;IACnC,kCAAkC;IAClC,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAC1C,2EAA2E;IAC3E,MAAM,CAAC,EAAE,qBAAqB,CAAC;IAC/B,+EAA+E;IAC/E,sBAAsB,CAAC,EAAE,WAAW,EAAE,CAAC;IACvC,sCAAsC;IACtC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC;IAC5C,6CAA6C;IAC7C,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,mGAAmG;AACnG,MAAM,WAAW,yBAAyB;IACxC,6CAA6C;IAC7C,KAAK,CAAC,EAAE,eAAe,EAAE,CAAC;IAC1B;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,gFAAgF;AAChF,MAAM,WAAW,wCAAwC;IACvD,6DAA6D;IAC7D,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAC3C;AAED,6FAA6F;AAC7F,MAAM,WAAW,6CAA6C;IAC5D,oEAAoE;IACpE,KAAK,CAAC,EAAE,mCAAmC,EAAE,CAAC;IAC9C;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,gEAAgE;AAChE,MAAM,WAAW,0BAA0B;IACzC,yCAAyC;IACzC,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAC1C,sCAAsC;IACtC,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,6EAA6E;AAC7E,MAAM,WAAW,2BAA2B;IAC1C,oDAAoD;IACpD,KAAK,CAAC,EAAE,qBAAqB,EAAE,CAAC;IAChC;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,mFAAmF;AACnF,MAAM,WAAW,yBAAyB;IACxC,uHAAuH;IACvH,UAAU,EAAE,MAAM,CAAC;IACnB,6DAA6D;IAC7D,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,+HAA+H;AAC/H,MAAM,WAAW,eAAgB,SAAQ,QAAQ;IAC/C,qBAAqB;IACrB,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAC1C,gDAAgD;IAChD,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,sHAAsH;AACtH,MAAM,WAAW,aAAc,SAAQ,QAAQ;CAAG;AAElD,gCAAgC;AAChC,MAAM,WAAW,WAAY,SAAQ,eAAe;IAClD;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB,mFAAmF;IACnF,cAAc,EAAE,WAAW,CAAC;IAC5B;;;OAGG;IACH,QAAQ,CAAC,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IAC7C;;;OAGG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IAC/C;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,wDAAwD;AACxD,MAAM,WAAW,eAAgB,SAAQ,eAAe;IACtD;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB,kDAAkD;IAClD,gBAAgB,EAAE,eAAe,EAAE,CAAC;IACpC;;;OAGG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IAC/C;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,yDAAyD;AACzD,MAAM,WAAW,gBAAiB,SAAQ,eAAe;IACvD;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB,kEAAkE;IAClE,MAAM,EAAE,WAAW,CAAC;IACpB;;;OAGG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IAC/C;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,0CAA0C;AAC1C,MAAM,WAAW,oBAAqB,SAAQ,eAAe;IAC3D;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB,sKAAsK;IACtK,4BAA4B,EAAE,WAAW,EAAE,CAAC;IAC5C;;;OAGG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IAC/C;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,uCAAuC;AACvC,MAAM,WAAW,iBAAkB,SAAQ,eAAe;IACxD;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IAC/C;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,qCAAqC;AACrC,MAAM,WAAW,eAAgB,SAAQ,eAAe;IACtD;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB,6CAA6C;IAC7C,QAAQ,EAAE,MAAM,CAAC;IACjB,2EAA2E;IAC3E,MAAM,EAAE,qBAAqB,CAAC;IAC9B,+EAA+E;IAC/E,sBAAsB,EAAE,WAAW,EAAE,CAAC;IACtC,sCAAsC;IACtC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC;IAC5C;;;OAGG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;CAChD;AAED,4DAA4D;AAC5D,MAAM,WAAW,mCAAoC,SAAQ,eAAe;IAC1E;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB,mFAAmF;IACnF,cAAc,EAAE,WAAW,CAAC;IAC5B;;;OAGG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;CAChD;AAED,4CAA4C;AAC5C,MAAM,WAAW,qBAAsB,SAAQ,eAAe;IAC5D;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB,uFAAuF;IACvF,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;IAC7B;;;OAGG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IAC/C;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,mEAAmE;AACnE,MAAM,WAAW,cAAe,SAAQ,aAAa;IACnD;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB,+CAA+C;IAC/C,UAAU,EAAE,MAAM,CAAC;IACnB,+CAA+C;IAC/C,gBAAgB,EAAE,eAAe,EAAE,CAAC;IACpC,gDAAgD;IAChD,QAAQ,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAC9C,oCAAoC;IACpC,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C;;;OAGG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;CAChD;AAED,wCAAwC;AACxC,MAAM,WAAW,kBAAmB,SAAQ,aAAa;IACvD;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB,mFAAmF;IACnF,cAAc,EAAE,WAAW,CAAC;IAC5B,qDAAqD;IACrD,QAAQ,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAC9C;;;OAGG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;CAChD;AAED,gEAAgE;AAChE,MAAM,WAAW,gCAAgC;IAC/C,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,gEAAgE;AAChE,MAAM,WAAW,gCAAgC;IAC/C,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,6DAA6D;AAC7D,MAAM,WAAW,6BAA6B;IAC5C,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,6DAA6D;AAC7D,MAAM,WAAW,6BAA6B;IAC5C,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,iFAAiF;AACjF,MAAM,WAAW,iDAAiD;IAChE,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,iFAAiF;AACjF,MAAM,WAAW,iDAAiD;IAChE,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,mEAAmE;AACnE,MAAM,WAAW,mCAAmC;IAClD,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,mEAAmE;AACnE,MAAM,WAAW,mCAAmC;IAClD,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,iEAAiE;AACjE,MAAM,WAAW,iCAAiC;IAChD,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,yEAAyE;AACzE,oBAAY,qBAAqB;IAC/B,gBAAgB;IAChB,SAAS,cAAc;IACvB,mBAAmB;IACnB,YAAY,iBAAiB;CAC9B;AAED;;;;;;;GAOG;AACH,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC;AAEtC,0EAA0E;AAC1E,oBAAY,sBAAsB;IAChC,eAAe;IACf,QAAQ,aAAa;IACrB,eAAe;IACf,QAAQ,aAAa;IACrB,eAAe;IACf,QAAQ,aAAa;IACrB,gBAAgB;IAChB,SAAS,cAAc;IACvB,aAAa;IACb,MAAM,WAAW;IACjB,eAAe;IACf,QAAQ,aAAa;CACtB;AAED;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAC;AAEvC,sEAAsE;AACtE,oBAAY,kBAAkB;IAC5B,WAAW;IACX,IAAI,SAAS;IACb,kBAAkB;IAClB,WAAW,gBAAgB;IAC3B,sBAAsB;IACtB,eAAe,oBAAoB;IACnC,UAAU;IACV,GAAG,QAAQ;CACZ;AAED;;;;;;;;;GASG;AACH,MAAM,MAAM,aAAa,GAAG,MAAM,CAAC;AAEnC,2EAA2E;AAC3E,oBAAY,uBAAuB;IACjC,aAAa;IACb,MAAM,WAAW;IACjB,cAAc;IACd,OAAO,YAAY;CACpB;AAED;;;;;;;GAOG;AACH,MAAM,MAAM,kBAAkB,GAAG,MAAM,CAAC;AAExC,4EAA4E;AAC5E,oBAAY,wBAAwB;IAClC,cAAc;IACd,OAAO,YAAY;IACnB,eAAe;IACf,QAAQ,aAAa;CACtB;AAED;;;;;;;GAOG;AACH,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAC;AAEzC,mEAAmE;AACnE,oBAAY,eAAe;IACzB,YAAY;IACZ,KAAK,UAAU;IACf,YAAY;IACZ,KAAK,UAAU;IACf,YAAY;IACZ,KAAK,UAAU;CAChB;AAED;;;;;;;;GAQG;AACH,MAAM,MAAM,UAAU,GAAG,MAAM,CAAC;AAEhC,6EAA6E;AAC7E,oBAAY,yBAAyB;IACnC,cAAc;IACd,OAAO,YAAY;IACnB,eAAe;IACf,QAAQ,aAAa;CACtB;AAED;;;;;;;GAOG;AACH,MAAM,MAAM,oBAAoB,GAAG,MAAM,CAAC;AAE1C,+DAA+D;AAC/D,oBAAY,WAAW;IACrB,aAAa;IACb,MAAM,WAAW;IACjB,eAAe;IACf,QAAQ,aAAa;CACtB;AAED;;;;;;;GAOG;AACH,MAAM,MAAM,MAAM,GAAG,MAAM,CAAC;AAE5B,2BAA2B;AAC3B,MAAM,WAAW,wCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mLAAmL;IACnL,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,oIAAoI;IACpI,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,+DAA+D;AAC/D,MAAM,MAAM,kCAAkC,GAAG,WAAW,CAAC;AAE7D,2BAA2B;AAC3B,MAAM,WAAW,gCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mLAAmL;IACnL,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,uDAAuD;AACvD,MAAM,MAAM,0BAA0B,GAAG,WAAW,CAAC;AAErD,2BAA2B;AAC3B,MAAM,WAAW,gCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mLAAmL;IACnL,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,2BAA2B;AAC3B,MAAM,WAAW,6BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,uBAAuB,GAAG,WAAW,CAAC;AAElD,2BAA2B;AAC3B,MAAM,WAAW,6CACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,4FAA4F;IAC5F,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,oEAAoE;AACpE,MAAM,MAAM,uCAAuC,GAAG,qBAAqB,CAAC;AAE5E,2BAA2B;AAC3B,MAAM,WAAW,8BACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,4FAA4F;IAC5F,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,qDAAqD;AACrD,MAAM,MAAM,wBAAwB,GAAG,qBAAqB,CAAC;AAE7D,2BAA2B;AAC3B,MAAM,WAAW,8CACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,4FAA4F;IAC5F,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,qEAAqE;AACrE,MAAM,MAAM,wCAAwC,GAAG,qBAAqB,CAAC;AAE7E,2BAA2B;AAC3B,MAAM,WAAW,iDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,wEAAwE;AACxE,MAAM,MAAM,2CAA2C,GAAG,qBAAqB,CAAC;AAEhF,2BAA2B;AAC3B,MAAM,WAAW,kCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yDAAyD;AACzD,MAAM,MAAM,4BAA4B,GAAG,qBAAqB,CAAC;AAEjE,2BAA2B;AAC3B,MAAM,WAAW,kDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yEAAyE;AACzE,MAAM,MAAM,4CAA4C,GACtD,qBAAqB,CAAC;AAExB,2BAA2B;AAC3B,MAAM,WAAW,4CACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mLAAmL;IACnL,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,oIAAoI;IACpI,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,+DAA+D;AAC/D,MAAM,MAAM,sCAAsC,GAAG,eAAe,CAAC;AAErE,2BAA2B;AAC3B,MAAM,WAAW,oCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mLAAmL;IACnL,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,uDAAuD;AACvD,MAAM,MAAM,8BAA8B,GAAG,eAAe,CAAC;AAE7D,2BAA2B;AAC3B,MAAM,WAAW,oCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mLAAmL;IACnL,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,2BAA2B;AAC3B,MAAM,WAAW,iCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,2BAA2B,GAAG,eAAe,CAAC;AAE1D,2BAA2B;AAC3B,MAAM,WAAW,kCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,4FAA4F;IAC5F,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,qDAAqD;AACrD,MAAM,MAAM,4BAA4B,GAAG,yBAAyB,CAAC;AAErE,2BAA2B;AAC3B,MAAM,WAAW,sCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yDAAyD;AACzD,MAAM,MAAM,gCAAgC,GAAG,yBAAyB,CAAC;AAEzE,2BAA2B;AAC3B,MAAM,WAAW,6CACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mLAAmL;IACnL,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,oIAAoI;IACpI,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,+DAA+D;AAC/D,MAAM,MAAM,uCAAuC,GAAG,gBAAgB,CAAC;AAEvE,2BAA2B;AAC3B,MAAM,WAAW,qCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mLAAmL;IACnL,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,uDAAuD;AACvD,MAAM,MAAM,+BAA+B,GAAG,gBAAgB,CAAC;AAE/D,2BAA2B;AAC3B,MAAM,WAAW,qCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mLAAmL;IACnL,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,2BAA2B;AAC3B,MAAM,WAAW,kCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,4BAA4B,GAAG,gBAAgB,CAAC;AAE5D,2BAA2B;AAC3B,MAAM,WAAW,mCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,4FAA4F;IAC5F,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,qDAAqD;AACrD,MAAM,MAAM,6BAA6B,GAAG,0BAA0B,CAAC;AAEvE,2BAA2B;AAC3B,MAAM,WAAW,uCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yDAAyD;AACzD,MAAM,MAAM,iCAAiC,GAAG,0BAA0B,CAAC;AAE3E,2BAA2B;AAC3B,MAAM,WAAW,iDACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mLAAmL;IACnL,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,oIAAoI;IACpI,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,+DAA+D;AAC/D,MAAM,MAAM,2CAA2C,GAAG,oBAAoB,CAAC;AAE/E,2BAA2B;AAC3B,MAAM,WAAW,yCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mLAAmL;IACnL,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,uDAAuD;AACvD,MAAM,MAAM,mCAAmC,GAAG,oBAAoB,CAAC;AAEvE,2BAA2B;AAC3B,MAAM,WAAW,yCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mLAAmL;IACnL,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,2BAA2B;AAC3B,MAAM,WAAW,sCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,gCAAgC,GAAG,oBAAoB,CAAC;AAEpE,2BAA2B;AAC3B,MAAM,WAAW,sDACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,4FAA4F;IAC5F,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,oEAAoE;AACpE,MAAM,MAAM,gDAAgD,GAC1D,8BAA8B,CAAC;AAEjC,2BAA2B;AAC3B,MAAM,WAAW,uCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,4FAA4F;IAC5F,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,qDAAqD;AACrD,MAAM,MAAM,iCAAiC,GAAG,8BAA8B,CAAC;AAE/E,2BAA2B;AAC3B,MAAM,WAAW,uDACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,4FAA4F;IAC5F,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,qEAAqE;AACrE,MAAM,MAAM,iDAAiD,GAC3D,4CAA4C,CAAC;AAE/C,2BAA2B;AAC3B,MAAM,WAAW,0DACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,wEAAwE;AACxE,MAAM,MAAM,oDAAoD,GAC9D,8BAA8B,CAAC;AAEjC,2BAA2B;AAC3B,MAAM,WAAW,2CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yDAAyD;AACzD,MAAM,MAAM,qCAAqC,GAC/C,8BAA8B,CAAC;AAEjC,2BAA2B;AAC3B,MAAM,WAAW,2DACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yEAAyE;AACzE,MAAM,MAAM,qDAAqD,GAC/D,4CAA4C,CAAC;AAE/C,2BAA2B;AAC3B,MAAM,WAAW,2CACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mLAAmL;IACnL,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,oIAAoI;IACpI,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,+DAA+D;AAC/D,MAAM,MAAM,qCAAqC,GAAG,cAAc,CAAC;AAEnE,2BAA2B;AAC3B,MAAM,WAAW,mCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mLAAmL;IACnL,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,uDAAuD;AACvD,MAAM,MAAM,6BAA6B,GAAG,cAAc,CAAC;AAE3D,2BAA2B;AAC3B,MAAM,WAAW,mCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mLAAmL;IACnL,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,2BAA2B;AAC3B,MAAM,WAAW,gCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,0BAA0B,GAAG,cAAc,CAAC;AAExD,2BAA2B;AAC3B,MAAM,WAAW,iCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,4FAA4F;IAC5F,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,qDAAqD;AACrD,MAAM,MAAM,2BAA2B,GAAG,wBAAwB,CAAC;AAEnE,2BAA2B;AAC3B,MAAM,WAAW,qCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yDAAyD;AACzD,MAAM,MAAM,+BAA+B,GAAG,wBAAwB,CAAC;AAEvE,2BAA2B;AAC3B,MAAM,WAAW,+CACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mLAAmL;IACnL,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,oIAAoI;IACpI,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,+DAA+D;AAC/D,MAAM,MAAM,yCAAyC,GAAG,kBAAkB,CAAC;AAE3E,2BAA2B;AAC3B,MAAM,WAAW,uCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mLAAmL;IACnL,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,uDAAuD;AACvD,MAAM,MAAM,iCAAiC,GAAG,kBAAkB,CAAC;AAEnE,2BAA2B;AAC3B,MAAM,WAAW,uCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mLAAmL;IACnL,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,2BAA2B;AAC3B,MAAM,WAAW,oCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,8BAA8B,GAAG,kBAAkB,CAAC;AAEhE,2BAA2B;AAC3B,MAAM,WAAW,qCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,4FAA4F;IAC5F,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,qDAAqD;AACrD,MAAM,MAAM,+BAA+B,GAAG,4BAA4B,CAAC;AAE3E,2BAA2B;AAC3B,MAAM,WAAW,yCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yDAAyD;AACzD,MAAM,MAAM,mCAAmC,GAAG,4BAA4B,CAAC;AAE/E,2BAA2B;AAC3B,MAAM,WAAW,+CACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mLAAmL;IACnL,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,oIAAoI;IACpI,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,+DAA+D;AAC/D,MAAM,MAAM,yCAAyC,GAAG,iBAAiB,CAAC;AAE1E,2BAA2B;AAC3B,MAAM,WAAW,uCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mLAAmL;IACnL,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,uDAAuD;AACvD,MAAM,MAAM,iCAAiC,GAAG,iBAAiB,CAAC;AAElE,2BAA2B;AAC3B,MAAM,WAAW,uCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mLAAmL;IACnL,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,uDAAuD;AACvD,MAAM,MAAM,iCAAiC,GAC3C,gCAAgC,CAAC;AAEnC,2BAA2B;AAC3B,MAAM,WAAW,oCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,8BAA8B,GAAG,iBAAiB,CAAC;AAE/D,2BAA2B;AAC3B,MAAM,WAAW,oDACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,4FAA4F;IAC5F,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,oEAAoE;AACpE,MAAM,MAAM,8CAA8C,GACxD,2BAA2B,CAAC;AAE9B,2BAA2B;AAC3B,MAAM,WAAW,qCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,4FAA4F;IAC5F,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,qDAAqD;AACrD,MAAM,MAAM,+BAA+B,GAAG,2BAA2B,CAAC;AAE1E,2BAA2B;AAC3B,MAAM,WAAW,qDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,qEAAqE;AACrE,MAAM,MAAM,+CAA+C,GACzD,qBAAqB,CAAC;AAExB,2BAA2B;AAC3B,MAAM,WAAW,wDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,wEAAwE;AACxE,MAAM,MAAM,kDAAkD,GAC5D,2BAA2B,CAAC;AAE9B,2BAA2B;AAC3B,MAAM,WAAW,yCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yDAAyD;AACzD,MAAM,MAAM,mCAAmC,GAAG,2BAA2B,CAAC;AAE9E,2BAA2B;AAC3B,MAAM,WAAW,yDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yEAAyE;AACzE,MAAM,MAAM,mDAAmD,GAC7D,qBAAqB,CAAC;AAExB,2BAA2B;AAC3B,MAAM,WAAW,4CACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mLAAmL;IACnL,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,oIAAoI;IACpI,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,+DAA+D;AAC/D,MAAM,MAAM,sCAAsC,GAAG,eAAe,CAAC;AAErE,2BAA2B;AAC3B,MAAM,WAAW,oCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mLAAmL;IACnL,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,uDAAuD;AACvD,MAAM,MAAM,8BAA8B,GAAG,eAAe,CAAC;AAE7D,2BAA2B;AAC3B,MAAM,WAAW,oCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mLAAmL;IACnL,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,uDAAuD;AACvD,MAAM,MAAM,8BAA8B,GAAG,6BAA6B,CAAC;AAE3E,2BAA2B;AAC3B,MAAM,WAAW,iCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,2BAA2B,GAAG,eAAe,CAAC;AAE1D,2BAA2B;AAC3B,MAAM,WAAW,kCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,4FAA4F;IAC5F,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,qDAAqD;AACrD,MAAM,MAAM,4BAA4B,GAAG,yBAAyB,CAAC;AAErE,2BAA2B;AAC3B,MAAM,WAAW,sCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yDAAyD;AACzD,MAAM,MAAM,gCAAgC,GAAG,yBAAyB,CAAC;AAEzE,2BAA2B;AAC3B,MAAM,WAAW,gEACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mLAAmL;IACnL,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,oIAAoI;IACpI,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,+DAA+D;AAC/D,MAAM,MAAM,0DAA0D,GACpE,mCAAmC,CAAC;AAEtC,2BAA2B;AAC3B,MAAM,WAAW,wDACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mLAAmL;IACnL,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,uDAAuD;AACvD,MAAM,MAAM,kDAAkD,GAC5D,mCAAmC,CAAC;AAEtC,2BAA2B;AAC3B,MAAM,WAAW,wDACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mLAAmL;IACnL,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,uDAAuD;AACvD,MAAM,MAAM,kDAAkD,GAC5D,iDAAiD,CAAC;AAEpD,2BAA2B;AAC3B,MAAM,WAAW,qDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,+CAA+C,GACzD,mCAAmC,CAAC;AAEtC,2BAA2B;AAC3B,MAAM,WAAW,sDACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,4FAA4F;IAC5F,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,qDAAqD;AACrD,MAAM,MAAM,gDAAgD,GAC1D,6CAA6C,CAAC;AAEhD,2BAA2B;AAC3B,MAAM,WAAW,0DACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yDAAyD;AACzD,MAAM,MAAM,oDAAoD,GAC9D,6CAA6C,CAAC;AAEhD,2BAA2B;AAC3B,MAAM,WAAW,kDACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mLAAmL;IACnL,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,oIAAoI;IACpI,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,+DAA+D;AAC/D,MAAM,MAAM,4CAA4C,GACtD,qBAAqB,CAAC;AAExB,2BAA2B;AAC3B,MAAM,WAAW,0CACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mLAAmL;IACnL,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,uDAAuD;AACvD,MAAM,MAAM,oCAAoC,GAAG,qBAAqB,CAAC;AAEzE,2BAA2B;AAC3B,MAAM,WAAW,0CACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mLAAmL;IACnL,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,uDAAuD;AACvD,MAAM,MAAM,oCAAoC,GAC9C,mCAAmC,CAAC;AAEtC,2BAA2B;AAC3B,MAAM,WAAW,uCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,iCAAiC,GAAG,qBAAqB,CAAC;AAEtE,2BAA2B;AAC3B,MAAM,WAAW,uDACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,4FAA4F;IAC5F,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,oEAAoE;AACpE,MAAM,MAAM,iDAAiD,GAC3D,2BAA2B,CAAC;AAE9B,2BAA2B;AAC3B,MAAM,WAAW,wCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,4FAA4F;IAC5F,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,qDAAqD;AACrD,MAAM,MAAM,kCAAkC,GAAG,2BAA2B,CAAC;AAE7E,2BAA2B;AAC3B,MAAM,WAAW,wCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mLAAmL;IACnL,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,oIAAoI;IACpI,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,qDAAqD;AACrD,MAAM,MAAM,kCAAkC,GAAG,qBAAqB,CAAC;AAEvE,2BAA2B;AAC3B,MAAM,WAAW,2DACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,wEAAwE;AACxE,MAAM,MAAM,qDAAqD,GAC/D,2BAA2B,CAAC;AAE9B,2BAA2B;AAC3B,MAAM,WAAW,4CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yDAAyD;AACzD,MAAM,MAAM,sCAAsC,GAChD,2BAA2B,CAAC;AAE9B,2BAA2B;AAC3B,MAAM,WAAW,yCACf,SAAQ,UAAU,CAAC,oBAAoB;IACvC,uBAAuB;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,kBAAkB;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,iCAAiC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,18 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
/** Known values of {@link DnsResolverState} that the service accepts. */
|
|
9
|
-
export var KnownDnsResolverState;
|
|
10
|
-
(function (KnownDnsResolverState) {
|
|
11
|
-
/** Connected */
|
|
12
|
-
KnownDnsResolverState["Connected"] = "Connected";
|
|
13
|
-
/** Disconnected */
|
|
14
|
-
KnownDnsResolverState["Disconnected"] = "Disconnected";
|
|
15
|
-
})(KnownDnsResolverState || (KnownDnsResolverState = {}));
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
16
3
|
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
17
4
|
export var KnownProvisioningState;
|
|
18
5
|
(function (KnownProvisioningState) {
|
|
@@ -41,14 +28,14 @@ export var KnownCreatedByType;
|
|
|
41
28
|
/** Key */
|
|
42
29
|
KnownCreatedByType["Key"] = "Key";
|
|
43
30
|
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
44
|
-
/** Known values of {@link
|
|
45
|
-
export var
|
|
46
|
-
(function (
|
|
47
|
-
/**
|
|
48
|
-
|
|
49
|
-
/**
|
|
50
|
-
|
|
51
|
-
})(
|
|
31
|
+
/** Known values of {@link DnsResolverState} that the service accepts. */
|
|
32
|
+
export var KnownDnsResolverState;
|
|
33
|
+
(function (KnownDnsResolverState) {
|
|
34
|
+
/** Connected */
|
|
35
|
+
KnownDnsResolverState["Connected"] = "Connected";
|
|
36
|
+
/** Disconnected */
|
|
37
|
+
KnownDnsResolverState["Disconnected"] = "Disconnected";
|
|
38
|
+
})(KnownDnsResolverState || (KnownDnsResolverState = {}));
|
|
52
39
|
/** Known values of {@link ForwardingRuleState} that the service accepts. */
|
|
53
40
|
export var KnownForwardingRuleState;
|
|
54
41
|
(function (KnownForwardingRuleState) {
|
|
@@ -57,6 +44,14 @@ export var KnownForwardingRuleState;
|
|
|
57
44
|
/** Disabled */
|
|
58
45
|
KnownForwardingRuleState["Disabled"] = "Disabled";
|
|
59
46
|
})(KnownForwardingRuleState || (KnownForwardingRuleState = {}));
|
|
47
|
+
/** Known values of {@link Action} that the service accepts. */
|
|
48
|
+
export var KnownAction;
|
|
49
|
+
(function (KnownAction) {
|
|
50
|
+
/** Upload */
|
|
51
|
+
KnownAction["Upload"] = "Upload";
|
|
52
|
+
/** Download */
|
|
53
|
+
KnownAction["Download"] = "Download";
|
|
54
|
+
})(KnownAction || (KnownAction = {}));
|
|
60
55
|
/** Known values of {@link ActionType} that the service accepts. */
|
|
61
56
|
export var KnownActionType;
|
|
62
57
|
(function (KnownActionType) {
|
|
@@ -67,6 +62,12 @@ export var KnownActionType;
|
|
|
67
62
|
/** Block */
|
|
68
63
|
KnownActionType["Block"] = "Block";
|
|
69
64
|
})(KnownActionType || (KnownActionType = {}));
|
|
65
|
+
/** Known values of {@link ManagedDomainList} that the service accepts. */
|
|
66
|
+
export var KnownManagedDomainList;
|
|
67
|
+
(function (KnownManagedDomainList) {
|
|
68
|
+
/** Domain list managed by Azure DNS Threat Intelligence. */
|
|
69
|
+
KnownManagedDomainList["AzureDnsThreatIntel"] = "AzureDnsThreatIntel";
|
|
70
|
+
})(KnownManagedDomainList || (KnownManagedDomainList = {}));
|
|
70
71
|
/** Known values of {@link DnsSecurityRuleState} that the service accepts. */
|
|
71
72
|
export var KnownDnsSecurityRuleState;
|
|
72
73
|
(function (KnownDnsSecurityRuleState) {
|
|
@@ -75,12 +76,12 @@ export var KnownDnsSecurityRuleState;
|
|
|
75
76
|
/** Disabled */
|
|
76
77
|
KnownDnsSecurityRuleState["Disabled"] = "Disabled";
|
|
77
78
|
})(KnownDnsSecurityRuleState || (KnownDnsSecurityRuleState = {}));
|
|
78
|
-
/** Known values of {@link
|
|
79
|
-
export var
|
|
80
|
-
(function (
|
|
81
|
-
/**
|
|
82
|
-
|
|
83
|
-
/**
|
|
84
|
-
|
|
85
|
-
})(
|
|
79
|
+
/** Known values of {@link IpAllocationMethod} that the service accepts. */
|
|
80
|
+
export var KnownIpAllocationMethod;
|
|
81
|
+
(function (KnownIpAllocationMethod) {
|
|
82
|
+
/** Static */
|
|
83
|
+
KnownIpAllocationMethod["Static"] = "Static";
|
|
84
|
+
/** Dynamic */
|
|
85
|
+
KnownIpAllocationMethod["Dynamic"] = "Dynamic";
|
|
86
|
+
})(KnownIpAllocationMethod || (KnownIpAllocationMethod = {}));
|
|
86
87
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAynBH,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,gBAAgB;IAChB,gDAAuB,CAAA;IACvB,mBAAmB;IACnB,sDAA6B,CAAA;AAC/B,CAAC,EALW,qBAAqB,KAArB,qBAAqB,QAKhC;AAYD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAaX;AAbD,WAAY,sBAAsB;IAChC,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,aAAa;IACb,2CAAiB,CAAA;IACjB,eAAe;IACf,+CAAqB,CAAA;AACvB,CAAC,EAbW,sBAAsB,KAAtB,sBAAsB,QAajC;AAgBD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAKX;AALD,WAAY,uBAAuB;IACjC,aAAa;IACb,4CAAiB,CAAA;IACjB,cAAc;IACd,8CAAmB,CAAA;AACrB,CAAC,EALW,uBAAuB,KAAvB,uBAAuB,QAKlC;AAYD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAClC,cAAc;IACd,+CAAmB,CAAA;IACnB,eAAe;IACf,iDAAqB,CAAA;AACvB,CAAC,EALW,wBAAwB,KAAxB,wBAAwB,QAKnC;AAYD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAOX;AAPD,WAAY,eAAe;IACzB,YAAY;IACZ,kCAAe,CAAA;IACf,YAAY;IACZ,kCAAe,CAAA;IACf,YAAY;IACZ,kCAAe,CAAA;AACjB,CAAC,EAPW,eAAe,KAAf,eAAe,QAO1B;AAaD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAKX;AALD,WAAY,yBAAyB;IACnC,cAAc;IACd,gDAAmB,CAAA;IACnB,eAAe;IACf,kDAAqB,CAAA;AACvB,CAAC,EALW,yBAAyB,KAAzB,yBAAyB,QAKpC;AAYD,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAKX;AALD,WAAY,WAAW;IACrB,aAAa;IACb,gCAAiB,CAAA;IACjB,eAAe;IACf,oCAAqB,CAAA;AACvB,CAAC,EALW,WAAW,KAAX,WAAW,QAKtB","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** Reference to another ARM resource. */\nexport interface SubResource {\n /** Resource ID. */\n id: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** An error message */\nexport interface CloudError {\n /** The error message body */\n error?: CloudErrorBody;\n}\n\n/** The body of an error message */\nexport interface CloudErrorBody {\n /** The error code */\n code?: string;\n /** A description of what caused the error */\n message?: string;\n /** The target resource of the error message */\n target?: string;\n /** Extra error information */\n details?: CloudErrorBody[];\n}\n\n/** Describes a DNS resolver for PATCH operation. */\nexport interface DnsResolverPatch {\n /** Tags for DNS Resolver. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The response to an enumeration operation on DNS resolvers. */\nexport interface DnsResolverListResult {\n /** Enumeration of the DNS resolvers. */\n value?: DnsResolver[];\n /**\n * The continuation token for the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** IP configuration. */\nexport interface IpConfiguration {\n /** The reference to the subnet bound to the IP configuration. */\n subnet: SubResource;\n /** Private IP address of the IP configuration. */\n privateIpAddress?: string;\n /** Private IP address allocation method. */\n privateIpAllocationMethod?: IpAllocationMethod;\n}\n\n/** Describes an inbound endpoint for a DNS resolver for PATCH operation. */\nexport interface InboundEndpointPatch {\n /** Tags for inbound endpoint. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The response to an enumeration operation on inbound endpoints for a DNS resolver. */\nexport interface InboundEndpointListResult {\n /** Enumeration of the inbound endpoints for a DNS resolver. */\n value?: InboundEndpoint[];\n /**\n * The continuation token for the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes an outbound endpoint for a DNS resolver for PATCH operation. */\nexport interface OutboundEndpointPatch {\n /** Tags for outbound endpoint. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The response to an enumeration operation on outbound endpoints for a DNS resolver. */\nexport interface OutboundEndpointListResult {\n /** Enumeration of the outbound endpoints for a DNS resolver. */\n value?: OutboundEndpoint[];\n /**\n * The continuation token for the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes a DNS forwarding ruleset PATCH operation. */\nexport interface DnsForwardingRulesetPatch {\n /** The reference to the DNS resolver outbound endpoints that are used to route DNS queries matching the forwarding rules in the ruleset to the target DNS servers. */\n dnsResolverOutboundEndpoints?: SubResource[];\n /** Tags for DNS Resolver. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The response to an enumeration operation on DNS forwarding rulesets. */\nexport interface DnsForwardingRulesetListResult {\n /** Enumeration of the DNS forwarding rulesets. */\n value?: DnsForwardingRuleset[];\n /**\n * The continuation token for the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes a server to forward the DNS queries to. */\nexport interface TargetDnsServer {\n /** DNS server IP address. */\n ipAddress: string;\n /** DNS server port. */\n port?: number;\n}\n\n/** Describes a forwarding rule for PATCH operation. */\nexport interface ForwardingRulePatch {\n /** DNS servers to forward the DNS query to. */\n targetDnsServers?: TargetDnsServer[];\n /** Metadata attached to the forwarding rule. */\n metadata?: { [propertyName: string]: string };\n /** The state of forwarding rule. */\n forwardingRuleState?: ForwardingRuleState;\n}\n\n/** The response to an enumeration operation on forwarding rules within a DNS forwarding ruleset. */\nexport interface ForwardingRuleListResult {\n /** Enumeration of the forwarding rules. */\n value?: ForwardingRule[];\n /**\n * The continuation token for the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes a virtual network link for PATCH operation. */\nexport interface VirtualNetworkLinkPatch {\n /** Metadata attached to the virtual network link. */\n metadata?: { [propertyName: string]: string };\n}\n\n/** The response to an enumeration operation on virtual network links. */\nexport interface VirtualNetworkLinkListResult {\n /** Enumeration of the virtual network links. */\n value?: VirtualNetworkLink[];\n /**\n * The continuation token for the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The response to an enumeration operation on sub-resources. */\nexport interface SubResourceListResult {\n /** Enumeration of the sub-resources. */\n value?: SubResource[];\n /**\n * The continuation token for the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The response to an enumeration operation on Virtual Network DNS Forwarding Ruleset. */\nexport interface VirtualNetworkDnsForwardingRulesetListResult {\n /** Enumeration of the Virtual Network DNS Forwarding Ruleset. */\n value?: VirtualNetworkDnsForwardingRuleset[];\n /**\n * The continuation token for the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Reference to DNS forwarding ruleset and associated virtual network link. */\nexport interface VirtualNetworkDnsForwardingRuleset {\n /** DNS Forwarding Ruleset Resource ID. */\n id?: string;\n /** The reference to the virtual network link. */\n virtualNetworkLink?: SubResource;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** Describes a DNS resolver policy for PATCH operation. */\nexport interface DnsResolverPolicyPatch {\n /** Tags for DNS resolver policy. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The response to an enumeration operation on DNS resolver policies. */\nexport interface DnsResolverPolicyListResult {\n /** Enumeration of the DNS resolver policies. */\n value?: DnsResolverPolicy[];\n /**\n * The continuation token for the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The action to take on DNS requests that match the DNS security rule. */\nexport interface DnsSecurityRuleAction {\n /** The type of action to take. */\n actionType?: ActionType;\n}\n\n/** Describes a DNS security rule for PATCH operation. */\nexport interface DnsSecurityRulePatch {\n /** Tags for DNS security rule. */\n tags?: { [propertyName: string]: string };\n /** The action to take on DNS requests that match the DNS security rule. */\n action?: DnsSecurityRuleAction;\n /** DNS resolver policy domains lists that the DNS security rule applies to. */\n dnsResolverDomainLists?: SubResource[];\n /** The state of DNS security rule. */\n dnsSecurityRuleState?: DnsSecurityRuleState;\n /** The priority of the DNS security rule. */\n priority?: number;\n}\n\n/** The response to an enumeration operation on DNS security rules within a DNS resolver policy. */\nexport interface DnsSecurityRuleListResult {\n /** Enumeration of the DNS security rules. */\n value?: DnsSecurityRule[];\n /**\n * The continuation token for the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes a DNS resolver policy virtual network link for PATCH operation. */\nexport interface DnsResolverPolicyVirtualNetworkLinkPatch {\n /** Tags for the DNS resolver policy virtual network link. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The response to an enumeration operation on DNS resolver policy virtual network links. */\nexport interface DnsResolverPolicyVirtualNetworkLinkListResult {\n /** Enumeration of the DNS resolver policy virtual network links. */\n value?: DnsResolverPolicyVirtualNetworkLink[];\n /**\n * The continuation token for the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes a DNS resolver domain list for PATCH operation. */\nexport interface DnsResolverDomainListPatch {\n /** Tags for DNS resolver domain list. */\n tags?: { [propertyName: string]: string };\n /** The domains in the domain list. */\n domains?: string[];\n}\n\n/** The response to an enumeration operation on DNS resolver domain lists. */\nexport interface DnsResolverDomainListResult {\n /** Enumeration of the DNS resolver domain lists. */\n value?: DnsResolverDomainList[];\n /**\n * The continuation token for the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes a DNS resolver domain list for bulk UPLOAD or DOWNLOAD operations. */\nexport interface DnsResolverDomainListBulk {\n /** The storage account blob file URL to be used in the bulk upload or download request of DNS resolver domain list. */\n storageUrl: string;\n /** The action to take in the request, Upload or Download. */\n action: Action;\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** Describes a DNS resolver. */\nexport interface DnsResolver extends TrackedResource {\n /**\n * ETag of the DNS resolver.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** The reference to the virtual network. This cannot be changed after creation. */\n virtualNetwork: SubResource;\n /**\n * The current status of the DNS resolver. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dnsResolverState?: DnsResolverState;\n /**\n * The current provisioning state of the DNS resolver. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The resourceGuid property of the DNS resolver resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGuid?: string;\n}\n\n/** Describes an inbound endpoint for a DNS resolver. */\nexport interface InboundEndpoint extends TrackedResource {\n /**\n * ETag of the inbound endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** IP configurations for the inbound endpoint. */\n ipConfigurations: IpConfiguration[];\n /**\n * The current provisioning state of the inbound endpoint. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The resourceGuid property of the inbound endpoint resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGuid?: string;\n}\n\n/** Describes an outbound endpoint for a DNS resolver. */\nexport interface OutboundEndpoint extends TrackedResource {\n /**\n * ETag of the outbound endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** The reference to the subnet used for the outbound endpoint. */\n subnet: SubResource;\n /**\n * The current provisioning state of the outbound endpoint. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The resourceGuid property of the outbound endpoint resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGuid?: string;\n}\n\n/** Describes a DNS forwarding ruleset. */\nexport interface DnsForwardingRuleset extends TrackedResource {\n /**\n * ETag of the DNS forwarding ruleset.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** The reference to the DNS resolver outbound endpoints that are used to route DNS queries matching the forwarding rules in the ruleset to the target DNS servers. */\n dnsResolverOutboundEndpoints: SubResource[];\n /**\n * The current provisioning state of the DNS forwarding ruleset. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The resourceGuid for the DNS forwarding ruleset.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGuid?: string;\n}\n\n/** Describes a DNS resolver policy. */\nexport interface DnsResolverPolicy extends TrackedResource {\n /**\n * ETag of the DNS resolver policy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /**\n * The current provisioning state of the DNS resolver policy. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The resourceGuid property of the DNS resolver policy resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGuid?: string;\n}\n\n/** Describes a DNS security rule. */\nexport interface DnsSecurityRule extends TrackedResource {\n /**\n * ETag of the DNS security rule.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** The priority of the DNS security rule. */\n priority: number;\n /** The action to take on DNS requests that match the DNS security rule. */\n action: DnsSecurityRuleAction;\n /** DNS resolver policy domains lists that the DNS security rule applies to. */\n dnsResolverDomainLists: SubResource[];\n /** The state of DNS security rule. */\n dnsSecurityRuleState?: DnsSecurityRuleState;\n /**\n * The current provisioning state of the DNS security rule. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Describes a DNS resolver policy virtual network link. */\nexport interface DnsResolverPolicyVirtualNetworkLink extends TrackedResource {\n /**\n * ETag of the DNS resolver policy virtual network link.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** The reference to the virtual network. This cannot be changed after creation. */\n virtualNetwork: SubResource;\n /**\n * The current provisioning state of the DNS resolver policy virtual network link. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Describes a DNS resolver domain list. */\nexport interface DnsResolverDomainList extends TrackedResource {\n /**\n * ETag of the DNS resolver domain list.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** The domains in the domain list. Will be null if user is using large domain list. */\n domains?: string[];\n /**\n * The URL for bulk upload or download for domain lists containing larger set of domains. This will be populated if domains is empty or null.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly domainsUrl?: string;\n /**\n * The current provisioning state of the DNS resolver domain list. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The resourceGuid property of the DNS resolver domain list resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGuid?: string;\n}\n\n/** Describes a forwarding rule within a DNS forwarding ruleset. */\nexport interface ForwardingRule extends ProxyResource {\n /**\n * ETag of the forwarding rule.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** The domain name for the forwarding rule. */\n domainName: string;\n /** DNS servers to forward the DNS query to. */\n targetDnsServers: TargetDnsServer[];\n /** Metadata attached to the forwarding rule. */\n metadata?: { [propertyName: string]: string };\n /** The state of forwarding rule. */\n forwardingRuleState?: ForwardingRuleState;\n /**\n * The current provisioning state of the forwarding rule. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Describes a virtual network link. */\nexport interface VirtualNetworkLink extends ProxyResource {\n /**\n * ETag of the virtual network link.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** The reference to the virtual network. This cannot be changed after creation. */\n virtualNetwork: SubResource;\n /** Metadata attached to the virtual network link. */\n metadata?: { [propertyName: string]: string };\n /**\n * The current provisioning state of the virtual network link. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Defines headers for DnsResolverPolicies_update operation. */\nexport interface DnsResolverPoliciesUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for DnsResolverPolicies_delete operation. */\nexport interface DnsResolverPoliciesDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for DnsSecurityRules_update operation. */\nexport interface DnsSecurityRulesUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for DnsSecurityRules_delete operation. */\nexport interface DnsSecurityRulesDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for DnsResolverPolicyVirtualNetworkLinks_update operation. */\nexport interface DnsResolverPolicyVirtualNetworkLinksUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for DnsResolverPolicyVirtualNetworkLinks_delete operation. */\nexport interface DnsResolverPolicyVirtualNetworkLinksDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for DnsResolverDomainLists_update operation. */\nexport interface DnsResolverDomainListsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for DnsResolverDomainLists_delete operation. */\nexport interface DnsResolverDomainListsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for DnsResolverDomainLists_bulk operation. */\nexport interface DnsResolverDomainListsBulkHeaders {\n location?: string;\n}\n\n/** Known values of {@link DnsResolverState} that the service accepts. */\nexport enum KnownDnsResolverState {\n /** Connected */\n Connected = \"Connected\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n}\n\n/**\n * Defines values for DnsResolverState. \\\n * {@link KnownDnsResolverState} can be used interchangeably with DnsResolverState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Connected** \\\n * **Disconnected**\n */\nexport type DnsResolverState = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link IpAllocationMethod} that the service accepts. */\nexport enum KnownIpAllocationMethod {\n /** Static */\n Static = \"Static\",\n /** Dynamic */\n Dynamic = \"Dynamic\",\n}\n\n/**\n * Defines values for IpAllocationMethod. \\\n * {@link KnownIpAllocationMethod} can be used interchangeably with IpAllocationMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Static** \\\n * **Dynamic**\n */\nexport type IpAllocationMethod = string;\n\n/** Known values of {@link ForwardingRuleState} that the service accepts. */\nexport enum KnownForwardingRuleState {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for ForwardingRuleState. \\\n * {@link KnownForwardingRuleState} can be used interchangeably with ForwardingRuleState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type ForwardingRuleState = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Allow */\n Allow = \"Allow\",\n /** Alert */\n Alert = \"Alert\",\n /** Block */\n Block = \"Block\",\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Allow** \\\n * **Alert** \\\n * **Block**\n */\nexport type ActionType = string;\n\n/** Known values of {@link DnsSecurityRuleState} that the service accepts. */\nexport enum KnownDnsSecurityRuleState {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for DnsSecurityRuleState. \\\n * {@link KnownDnsSecurityRuleState} can be used interchangeably with DnsSecurityRuleState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type DnsSecurityRuleState = string;\n\n/** Known values of {@link Action} that the service accepts. */\nexport enum KnownAction {\n /** Upload */\n Upload = \"Upload\",\n /** Download */\n Download = \"Download\",\n}\n\n/**\n * Defines values for Action. \\\n * {@link KnownAction} can be used interchangeably with Action,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Upload** \\\n * **Download**\n */\nexport type Action = string;\n\n/** Optional parameters. */\nexport interface DnsResolversCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DnsResolversCreateOrUpdateResponse = DnsResolver;\n\n/** Optional parameters. */\nexport interface DnsResolversUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type DnsResolversUpdateResponse = DnsResolver;\n\n/** Optional parameters. */\nexport interface DnsResolversDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DnsResolversGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DnsResolversGetResponse = DnsResolver;\n\n/** Optional parameters. */\nexport interface DnsResolversListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type DnsResolversListByResourceGroupResponse = DnsResolverListResult;\n\n/** Optional parameters. */\nexport interface DnsResolversListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type DnsResolversListResponse = DnsResolverListResult;\n\n/** Optional parameters. */\nexport interface DnsResolversListByVirtualNetworkOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the listByVirtualNetwork operation. */\nexport type DnsResolversListByVirtualNetworkResponse = SubResourceListResult;\n\n/** Optional parameters. */\nexport interface DnsResolversListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type DnsResolversListByResourceGroupNextResponse = DnsResolverListResult;\n\n/** Optional parameters. */\nexport interface DnsResolversListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DnsResolversListNextResponse = DnsResolverListResult;\n\n/** Optional parameters. */\nexport interface DnsResolversListByVirtualNetworkNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByVirtualNetworkNext operation. */\nexport type DnsResolversListByVirtualNetworkNextResponse =\n SubResourceListResult;\n\n/** Optional parameters. */\nexport interface InboundEndpointsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type InboundEndpointsCreateOrUpdateResponse = InboundEndpoint;\n\n/** Optional parameters. */\nexport interface InboundEndpointsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type InboundEndpointsUpdateResponse = InboundEndpoint;\n\n/** Optional parameters. */\nexport interface InboundEndpointsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface InboundEndpointsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type InboundEndpointsGetResponse = InboundEndpoint;\n\n/** Optional parameters. */\nexport interface InboundEndpointsListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type InboundEndpointsListResponse = InboundEndpointListResult;\n\n/** Optional parameters. */\nexport interface InboundEndpointsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type InboundEndpointsListNextResponse = InboundEndpointListResult;\n\n/** Optional parameters. */\nexport interface OutboundEndpointsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type OutboundEndpointsCreateOrUpdateResponse = OutboundEndpoint;\n\n/** Optional parameters. */\nexport interface OutboundEndpointsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type OutboundEndpointsUpdateResponse = OutboundEndpoint;\n\n/** Optional parameters. */\nexport interface OutboundEndpointsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface OutboundEndpointsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type OutboundEndpointsGetResponse = OutboundEndpoint;\n\n/** Optional parameters. */\nexport interface OutboundEndpointsListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type OutboundEndpointsListResponse = OutboundEndpointListResult;\n\n/** Optional parameters. */\nexport interface OutboundEndpointsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OutboundEndpointsListNextResponse = OutboundEndpointListResult;\n\n/** Optional parameters. */\nexport interface DnsForwardingRulesetsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DnsForwardingRulesetsCreateOrUpdateResponse = DnsForwardingRuleset;\n\n/** Optional parameters. */\nexport interface DnsForwardingRulesetsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type DnsForwardingRulesetsUpdateResponse = DnsForwardingRuleset;\n\n/** Optional parameters. */\nexport interface DnsForwardingRulesetsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DnsForwardingRulesetsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DnsForwardingRulesetsGetResponse = DnsForwardingRuleset;\n\n/** Optional parameters. */\nexport interface DnsForwardingRulesetsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type DnsForwardingRulesetsListByResourceGroupResponse =\n DnsForwardingRulesetListResult;\n\n/** Optional parameters. */\nexport interface DnsForwardingRulesetsListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type DnsForwardingRulesetsListResponse = DnsForwardingRulesetListResult;\n\n/** Optional parameters. */\nexport interface DnsForwardingRulesetsListByVirtualNetworkOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the listByVirtualNetwork operation. */\nexport type DnsForwardingRulesetsListByVirtualNetworkResponse =\n VirtualNetworkDnsForwardingRulesetListResult;\n\n/** Optional parameters. */\nexport interface DnsForwardingRulesetsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type DnsForwardingRulesetsListByResourceGroupNextResponse =\n DnsForwardingRulesetListResult;\n\n/** Optional parameters. */\nexport interface DnsForwardingRulesetsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DnsForwardingRulesetsListNextResponse =\n DnsForwardingRulesetListResult;\n\n/** Optional parameters. */\nexport interface DnsForwardingRulesetsListByVirtualNetworkNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByVirtualNetworkNext operation. */\nexport type DnsForwardingRulesetsListByVirtualNetworkNextResponse =\n VirtualNetworkDnsForwardingRulesetListResult;\n\n/** Optional parameters. */\nexport interface ForwardingRulesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ForwardingRulesCreateOrUpdateResponse = ForwardingRule;\n\n/** Optional parameters. */\nexport interface ForwardingRulesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ForwardingRulesUpdateResponse = ForwardingRule;\n\n/** Optional parameters. */\nexport interface ForwardingRulesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n}\n\n/** Optional parameters. */\nexport interface ForwardingRulesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ForwardingRulesGetResponse = ForwardingRule;\n\n/** Optional parameters. */\nexport interface ForwardingRulesListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type ForwardingRulesListResponse = ForwardingRuleListResult;\n\n/** Optional parameters. */\nexport interface ForwardingRulesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ForwardingRulesListNextResponse = ForwardingRuleListResult;\n\n/** Optional parameters. */\nexport interface VirtualNetworkLinksCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type VirtualNetworkLinksCreateOrUpdateResponse = VirtualNetworkLink;\n\n/** Optional parameters. */\nexport interface VirtualNetworkLinksUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type VirtualNetworkLinksUpdateResponse = VirtualNetworkLink;\n\n/** Optional parameters. */\nexport interface VirtualNetworkLinksDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VirtualNetworkLinksGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VirtualNetworkLinksGetResponse = VirtualNetworkLink;\n\n/** Optional parameters. */\nexport interface VirtualNetworkLinksListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type VirtualNetworkLinksListResponse = VirtualNetworkLinkListResult;\n\n/** Optional parameters. */\nexport interface VirtualNetworkLinksListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type VirtualNetworkLinksListNextResponse = VirtualNetworkLinkListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverPoliciesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DnsResolverPoliciesCreateOrUpdateResponse = DnsResolverPolicy;\n\n/** Optional parameters. */\nexport interface DnsResolverPoliciesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type DnsResolverPoliciesUpdateResponse = DnsResolverPolicy;\n\n/** Optional parameters. */\nexport interface DnsResolverPoliciesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type DnsResolverPoliciesDeleteResponse =\n DnsResolverPoliciesDeleteHeaders;\n\n/** Optional parameters. */\nexport interface DnsResolverPoliciesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DnsResolverPoliciesGetResponse = DnsResolverPolicy;\n\n/** Optional parameters. */\nexport interface DnsResolverPoliciesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type DnsResolverPoliciesListByResourceGroupResponse =\n DnsResolverPolicyListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverPoliciesListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type DnsResolverPoliciesListResponse = DnsResolverPolicyListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverPoliciesListByVirtualNetworkOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByVirtualNetwork operation. */\nexport type DnsResolverPoliciesListByVirtualNetworkResponse =\n SubResourceListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverPoliciesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type DnsResolverPoliciesListByResourceGroupNextResponse =\n DnsResolverPolicyListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverPoliciesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DnsResolverPoliciesListNextResponse = DnsResolverPolicyListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverPoliciesListByVirtualNetworkNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByVirtualNetworkNext operation. */\nexport type DnsResolverPoliciesListByVirtualNetworkNextResponse =\n SubResourceListResult;\n\n/** Optional parameters. */\nexport interface DnsSecurityRulesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DnsSecurityRulesCreateOrUpdateResponse = DnsSecurityRule;\n\n/** Optional parameters. */\nexport interface DnsSecurityRulesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type DnsSecurityRulesUpdateResponse = DnsSecurityRule;\n\n/** Optional parameters. */\nexport interface DnsSecurityRulesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type DnsSecurityRulesDeleteResponse = DnsSecurityRulesDeleteHeaders;\n\n/** Optional parameters. */\nexport interface DnsSecurityRulesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DnsSecurityRulesGetResponse = DnsSecurityRule;\n\n/** Optional parameters. */\nexport interface DnsSecurityRulesListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type DnsSecurityRulesListResponse = DnsSecurityRuleListResult;\n\n/** Optional parameters. */\nexport interface DnsSecurityRulesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DnsSecurityRulesListNextResponse = DnsSecurityRuleListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverPolicyVirtualNetworkLinksCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DnsResolverPolicyVirtualNetworkLinksCreateOrUpdateResponse =\n DnsResolverPolicyVirtualNetworkLink;\n\n/** Optional parameters. */\nexport interface DnsResolverPolicyVirtualNetworkLinksUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type DnsResolverPolicyVirtualNetworkLinksUpdateResponse =\n DnsResolverPolicyVirtualNetworkLink;\n\n/** Optional parameters. */\nexport interface DnsResolverPolicyVirtualNetworkLinksDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type DnsResolverPolicyVirtualNetworkLinksDeleteResponse =\n DnsResolverPolicyVirtualNetworkLinksDeleteHeaders;\n\n/** Optional parameters. */\nexport interface DnsResolverPolicyVirtualNetworkLinksGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DnsResolverPolicyVirtualNetworkLinksGetResponse =\n DnsResolverPolicyVirtualNetworkLink;\n\n/** Optional parameters. */\nexport interface DnsResolverPolicyVirtualNetworkLinksListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type DnsResolverPolicyVirtualNetworkLinksListResponse =\n DnsResolverPolicyVirtualNetworkLinkListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverPolicyVirtualNetworkLinksListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DnsResolverPolicyVirtualNetworkLinksListNextResponse =\n DnsResolverPolicyVirtualNetworkLinkListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverDomainListsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DnsResolverDomainListsCreateOrUpdateResponse =\n DnsResolverDomainList;\n\n/** Optional parameters. */\nexport interface DnsResolverDomainListsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type DnsResolverDomainListsUpdateResponse = DnsResolverDomainList;\n\n/** Optional parameters. */\nexport interface DnsResolverDomainListsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type DnsResolverDomainListsDeleteResponse =\n DnsResolverDomainListsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface DnsResolverDomainListsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DnsResolverDomainListsGetResponse = DnsResolverDomainList;\n\n/** Optional parameters. */\nexport interface DnsResolverDomainListsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type DnsResolverDomainListsListByResourceGroupResponse =\n DnsResolverDomainListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverDomainListsListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type DnsResolverDomainListsListResponse = DnsResolverDomainListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverDomainListsBulkOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the bulk operation. */\nexport type DnsResolverDomainListsBulkResponse = DnsResolverDomainList;\n\n/** Optional parameters. */\nexport interface DnsResolverDomainListsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type DnsResolverDomainListsListByResourceGroupNextResponse =\n DnsResolverDomainListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverDomainListsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DnsResolverDomainListsListNextResponse =\n DnsResolverDomainListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AA+wBlC,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAaX;AAbD,WAAY,sBAAsB;IAChC,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,aAAa;IACb,2CAAiB,CAAA;IACjB,eAAe;IACf,+CAAqB,CAAA;AACvB,CAAC,EAbW,sBAAsB,KAAtB,sBAAsB,QAajC;AAgBD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,gBAAgB;IAChB,gDAAuB,CAAA;IACvB,mBAAmB;IACnB,sDAA6B,CAAA;AAC/B,CAAC,EALW,qBAAqB,KAArB,qBAAqB,QAKhC;AAYD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAClC,cAAc;IACd,+CAAmB,CAAA;IACnB,eAAe;IACf,iDAAqB,CAAA;AACvB,CAAC,EALW,wBAAwB,KAAxB,wBAAwB,QAKnC;AAYD,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAKX;AALD,WAAY,WAAW;IACrB,aAAa;IACb,gCAAiB,CAAA;IACjB,eAAe;IACf,oCAAqB,CAAA;AACvB,CAAC,EALW,WAAW,KAAX,WAAW,QAKtB;AAYD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAOX;AAPD,WAAY,eAAe;IACzB,YAAY;IACZ,kCAAe,CAAA;IACf,YAAY;IACZ,kCAAe,CAAA;IACf,YAAY;IACZ,kCAAe,CAAA;AACjB,CAAC,EAPW,eAAe,KAAf,eAAe,QAO1B;AAaD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAGX;AAHD,WAAY,sBAAsB;IAChC,4DAA4D;IAC5D,qEAA2C,CAAA;AAC7C,CAAC,EAHW,sBAAsB,KAAtB,sBAAsB,QAGjC;AAWD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAKX;AALD,WAAY,yBAAyB;IACnC,cAAc;IACd,gDAAmB,CAAA;IACnB,eAAe;IACf,kDAAqB,CAAA;AACvB,CAAC,EALW,yBAAyB,KAAzB,yBAAyB,QAKpC;AAYD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAKX;AALD,WAAY,uBAAuB;IACjC,aAAa;IACb,4CAAiB,CAAA;IACjB,cAAc;IACd,8CAAmB,CAAA;AACrB,CAAC,EALW,uBAAuB,KAAvB,uBAAuB,QAKlC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type * as coreClient from \"@azure/core-client\";\n\n/** The response of a DnsForwardingRuleset list operation. */\nexport interface DnsForwardingRulesetListResult {\n /** The DnsForwardingRuleset items on this page */\n value: DnsForwardingRuleset[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Reference to another ARM resource. */\nexport interface SubResource {\n /** Resource ID. */\n id: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** An error message */\nexport interface CloudError {\n /** The error message body */\n error?: CloudErrorBody;\n}\n\n/** The body of an error message */\nexport interface CloudErrorBody {\n /** The error code */\n code?: string;\n /** A description of what caused the error */\n message?: string;\n /** The target resource of the error message */\n target?: string;\n /** Extra error information */\n details?: CloudErrorBody[];\n}\n\n/** The response of a DnsResolverDomainList list operation. */\nexport interface DnsResolverDomainListResult {\n /** The DnsResolverDomainList items on this page */\n value: DnsResolverDomainList[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** The response of a DnsResolverPolicy list operation. */\nexport interface DnsResolverPolicyListResult {\n /** The DnsResolverPolicy items on this page */\n value: DnsResolverPolicy[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The response of a DnsResolver list operation. */\nexport interface DnsResolverListResult {\n /** The DnsResolver items on this page */\n value: DnsResolver[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Describes a DNS forwarding ruleset PATCH operation. */\nexport interface DnsForwardingRulesetPatch {\n /** The reference to the DNS resolver outbound endpoints that are used to route DNS queries matching the forwarding rules in the ruleset to the target DNS servers. */\n dnsResolverOutboundEndpoints?: SubResource[];\n /** Tags for DNS Resolver. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The response of a ForwardingRule list operation. */\nexport interface ForwardingRuleListResult {\n /** The ForwardingRule items on this page */\n value: ForwardingRule[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Describes a server to forward the DNS queries to. */\nexport interface TargetDnsServer {\n /** DNS server IP address. */\n ipAddress: string;\n /** DNS server port. */\n port?: number;\n}\n\n/** Describes a forwarding rule for PATCH operation. */\nexport interface ForwardingRulePatch {\n /** DNS servers to forward the DNS query to. */\n targetDnsServers?: TargetDnsServer[];\n /** Metadata attached to the forwarding rule. */\n metadata?: { [propertyName: string]: string };\n /** The state of forwarding rule. */\n forwardingRuleState?: ForwardingRuleState;\n}\n\n/** The response of a VirtualNetworkLink list operation. */\nexport interface VirtualNetworkLinkListResult {\n /** The VirtualNetworkLink items on this page */\n value: VirtualNetworkLink[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Describes a virtual network link for PATCH operation. */\nexport interface VirtualNetworkLinkPatch {\n /** Metadata attached to the virtual network link. */\n metadata?: { [propertyName: string]: string };\n}\n\n/** Describes a DNS resolver domain list for PATCH operation. */\nexport interface DnsResolverDomainListPatch {\n /** Tags for DNS resolver domain list. */\n tags?: { [propertyName: string]: string };\n /** The domains in the domain list. */\n domains?: string[];\n}\n\n/** Describes a DNS resolver domain list for bulk UPLOAD or DOWNLOAD operations. */\nexport interface DnsResolverDomainListBulk {\n /** The storage account blob file URL to be used in the bulk upload or download request of DNS resolver domain list. */\n storageUrl: string;\n /** The action to take in the request, Upload or Download. */\n action: Action;\n}\n\n/** Describes a DNS resolver policy for PATCH operation. */\nexport interface DnsResolverPolicyPatch {\n /** Tags for DNS resolver policy. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The response of a DnsSecurityRule list operation. */\nexport interface DnsSecurityRuleListResult {\n /** The DnsSecurityRule items on this page */\n value: DnsSecurityRule[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The action to take on DNS requests that match the DNS security rule. */\nexport interface DnsSecurityRuleAction {\n /** The type of action to take. */\n actionType?: ActionType;\n}\n\n/** Describes a DNS security rule for PATCH operation. */\nexport interface DnsSecurityRulePatch {\n /** Tags for DNS security rule. */\n tags?: { [propertyName: string]: string };\n /** The action to take on DNS requests that match the DNS security rule. */\n action?: DnsSecurityRuleAction;\n /** DNS resolver policy domains lists that the DNS security rule applies to. */\n dnsResolverDomainLists?: SubResource[];\n /** Managed domain lists that the DNS security rule applies to. */\n managedDomainLists?: ManagedDomainList[];\n /** The state of DNS security rule. */\n dnsSecurityRuleState?: DnsSecurityRuleState;\n /** The priority of the DNS security rule. */\n priority?: number;\n}\n\n/** The response of a DnsResolverPolicyVirtualNetworkLink list operation. */\nexport interface DnsResolverPolicyVirtualNetworkLinkListResult {\n /** The DnsResolverPolicyVirtualNetworkLink items on this page */\n value: DnsResolverPolicyVirtualNetworkLink[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Describes a DNS resolver policy virtual network link for PATCH operation. */\nexport interface DnsResolverPolicyVirtualNetworkLinkPatch {\n /** Tags for the DNS resolver policy virtual network link. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Describes a DNS resolver for PATCH operation. */\nexport interface DnsResolverPatch {\n /** Tags for DNS Resolver. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The response of a InboundEndpoint list operation. */\nexport interface InboundEndpointListResult {\n /** The InboundEndpoint items on this page */\n value: InboundEndpoint[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** IP configuration. */\nexport interface IpConfiguration {\n /** The reference to the subnet bound to the IP configuration. */\n subnet: SubResource;\n /** Private IP address of the IP configuration. */\n privateIpAddress?: string;\n /** Private IP address allocation method. */\n privateIpAllocationMethod?: IpAllocationMethod;\n}\n\n/** Describes an inbound endpoint for a DNS resolver for PATCH operation. */\nexport interface InboundEndpointPatch {\n /** Tags for inbound endpoint. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The response of a OutboundEndpoint list operation. */\nexport interface OutboundEndpointListResult {\n /** The OutboundEndpoint items on this page */\n value: OutboundEndpoint[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Describes an outbound endpoint for a DNS resolver for PATCH operation. */\nexport interface OutboundEndpointPatch {\n /** Tags for outbound endpoint. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The response to an enumeration operation on Virtual Network DNS Forwarding Ruleset. */\nexport interface VirtualNetworkDnsForwardingRulesetListResult {\n /** The VirtualNetworkDnsForwardingRuleset items on this page */\n value: VirtualNetworkDnsForwardingRuleset[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Reference to DNS forwarding ruleset and associated virtual network link. */\nexport interface VirtualNetworkDnsForwardingRuleset {\n /** DNS Forwarding Ruleset Resource ID. */\n id?: string;\n /** The reference to the virtual network link. */\n virtualNetworkLink?: SubResource;\n}\n\n/** The response to an enumeration operation on sub-resources. */\nexport interface SubResourceListResult {\n /** The SubResource items on this page */\n value: SubResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** Describes a DNS forwarding ruleset. */\nexport interface DnsForwardingRuleset extends TrackedResource {\n /**\n * \"If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.\")\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** The reference to the DNS resolver outbound endpoints that are used to route DNS queries matching the forwarding rules in the ruleset to the target DNS servers. */\n dnsResolverOutboundEndpoints: SubResource[];\n /**\n * The current provisioning state of the DNS forwarding ruleset. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The resourceGuid for the DNS forwarding ruleset.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGuid?: string;\n}\n\n/** Describes a DNS resolver domain list. */\nexport interface DnsResolverDomainList extends TrackedResource {\n /**\n * \"If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.\")\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** The domains in the domain list. Will be null if user is using large domain list. */\n domains?: string[];\n /**\n * The URL for bulk upload or download for domain lists containing larger set of domains. This will be populated if domains is empty or null.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly domainsUrl?: string;\n /**\n * The current provisioning state of the DNS resolver domain list. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The resourceGuid property of the DNS resolver domain list resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGuid?: string;\n}\n\n/** Describes a DNS resolver policy. */\nexport interface DnsResolverPolicy extends TrackedResource {\n /**\n * \"If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.\")\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /**\n * The current provisioning state of the DNS resolver policy. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The resourceGuid property of the DNS resolver policy resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGuid?: string;\n}\n\n/** Describes a DNS resolver. */\nexport interface DnsResolver extends TrackedResource {\n /**\n * \"If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.\")\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** The reference to the virtual network. This cannot be changed after creation. */\n virtualNetwork: SubResource;\n /**\n * The current status of the DNS resolver. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dnsResolverState?: DnsResolverState;\n /**\n * The current provisioning state of the DNS resolver. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The resourceGuid property of the DNS resolver resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGuid?: string;\n}\n\n/** Describes a DNS security rule. */\nexport interface DnsSecurityRule extends TrackedResource {\n /**\n * \"If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.\")\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** The priority of the DNS security rule. */\n priority: number;\n /** The action to take on DNS requests that match the DNS security rule. */\n action: DnsSecurityRuleAction;\n /** DNS resolver policy domains lists that the DNS security rule applies to. */\n dnsResolverDomainLists?: SubResource[];\n /** Managed domain lists that the DNS security rule applies to. */\n managedDomainLists?: ManagedDomainList[];\n /** The state of DNS security rule. */\n dnsSecurityRuleState?: DnsSecurityRuleState;\n /**\n * The current provisioning state of the DNS security rule. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Describes a DNS resolver policy virtual network link. */\nexport interface DnsResolverPolicyVirtualNetworkLink extends TrackedResource {\n /**\n * \"If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.\")\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** The reference to the virtual network. This cannot be changed after creation. */\n virtualNetwork: SubResource;\n /**\n * The current provisioning state of the DNS resolver policy virtual network link. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Describes an inbound endpoint for a DNS resolver. */\nexport interface InboundEndpoint extends TrackedResource {\n /**\n * \"If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.\")\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** IP configurations for the inbound endpoint. */\n ipConfigurations: IpConfiguration[];\n /**\n * The current provisioning state of the inbound endpoint. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The resourceGuid property of the inbound endpoint resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGuid?: string;\n}\n\n/** Describes an outbound endpoint for a DNS resolver. */\nexport interface OutboundEndpoint extends TrackedResource {\n /**\n * \"If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.\")\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** The reference to the subnet used for the outbound endpoint. */\n subnet: SubResource;\n /**\n * The current provisioning state of the outbound endpoint. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The resourceGuid property of the outbound endpoint resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGuid?: string;\n}\n\n/** Describes a forwarding rule within a DNS forwarding ruleset. */\nexport interface ForwardingRule extends ProxyResource {\n /**\n * \"If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.\")\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** The domain name for the forwarding rule. */\n domainName: string;\n /** DNS servers to forward the DNS query to. */\n targetDnsServers: TargetDnsServer[];\n /** Metadata attached to the forwarding rule. */\n metadata?: { [propertyName: string]: string };\n /** The state of forwarding rule. */\n forwardingRuleState?: ForwardingRuleState;\n /**\n * The current provisioning state of the forwarding rule. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Describes a virtual network link. */\nexport interface VirtualNetworkLink extends ProxyResource {\n /**\n * \"If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.\")\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** The reference to the virtual network. This cannot be changed after creation. */\n virtualNetwork: SubResource;\n /** Metadata attached to the virtual network link. */\n metadata?: { [propertyName: string]: string };\n /**\n * The current provisioning state of the virtual network link. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Defines headers for DnsForwardingRulesets_createOrUpdate operation. */\nexport interface DnsForwardingRulesetsCreateOrUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for DnsForwardingRulesets_update operation. */\nexport interface DnsForwardingRulesetsUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for DnsForwardingRulesets_delete operation. */\nexport interface DnsForwardingRulesetsDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for DnsResolverDomainLists_createOrUpdate operation. */\nexport interface DnsResolverDomainListsCreateOrUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for DnsResolverDomainLists_update operation. */\nexport interface DnsResolverDomainListsUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for DnsResolverDomainLists_delete operation. */\nexport interface DnsResolverDomainListsDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for DnsResolverDomainLists_bulk operation. */\nexport interface DnsResolverDomainListsBulkHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for DnsResolverPolicies_createOrUpdate operation. */\nexport interface DnsResolverPoliciesCreateOrUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for DnsResolverPolicies_update operation. */\nexport interface DnsResolverPoliciesUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for DnsResolverPolicies_delete operation. */\nexport interface DnsResolverPoliciesDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for DnsResolvers_createOrUpdate operation. */\nexport interface DnsResolversCreateOrUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for DnsResolvers_update operation. */\nexport interface DnsResolversUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for DnsResolvers_delete operation. */\nexport interface DnsResolversDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for VirtualNetworkLinks_createOrUpdate operation. */\nexport interface VirtualNetworkLinksCreateOrUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for VirtualNetworkLinks_update operation. */\nexport interface VirtualNetworkLinksUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for VirtualNetworkLinks_delete operation. */\nexport interface VirtualNetworkLinksDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for DnsSecurityRules_createOrUpdate operation. */\nexport interface DnsSecurityRulesCreateOrUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for DnsSecurityRules_update operation. */\nexport interface DnsSecurityRulesUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for DnsSecurityRules_delete operation. */\nexport interface DnsSecurityRulesDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for DnsResolverPolicyVirtualNetworkLinks_createOrUpdate operation. */\nexport interface DnsResolverPolicyVirtualNetworkLinksCreateOrUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for DnsResolverPolicyVirtualNetworkLinks_update operation. */\nexport interface DnsResolverPolicyVirtualNetworkLinksUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for DnsResolverPolicyVirtualNetworkLinks_delete operation. */\nexport interface DnsResolverPolicyVirtualNetworkLinksDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for InboundEndpoints_createOrUpdate operation. */\nexport interface InboundEndpointsCreateOrUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for InboundEndpoints_update operation. */\nexport interface InboundEndpointsUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for InboundEndpoints_delete operation. */\nexport interface InboundEndpointsDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for OutboundEndpoints_createOrUpdate operation. */\nexport interface OutboundEndpointsCreateOrUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for OutboundEndpoints_update operation. */\nexport interface OutboundEndpointsUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for OutboundEndpoints_delete operation. */\nexport interface OutboundEndpointsDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link DnsResolverState} that the service accepts. */\nexport enum KnownDnsResolverState {\n /** Connected */\n Connected = \"Connected\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n}\n\n/**\n * Defines values for DnsResolverState. \\\n * {@link KnownDnsResolverState} can be used interchangeably with DnsResolverState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Connected** \\\n * **Disconnected**\n */\nexport type DnsResolverState = string;\n\n/** Known values of {@link ForwardingRuleState} that the service accepts. */\nexport enum KnownForwardingRuleState {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for ForwardingRuleState. \\\n * {@link KnownForwardingRuleState} can be used interchangeably with ForwardingRuleState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type ForwardingRuleState = string;\n\n/** Known values of {@link Action} that the service accepts. */\nexport enum KnownAction {\n /** Upload */\n Upload = \"Upload\",\n /** Download */\n Download = \"Download\",\n}\n\n/**\n * Defines values for Action. \\\n * {@link KnownAction} can be used interchangeably with Action,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Upload** \\\n * **Download**\n */\nexport type Action = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Allow */\n Allow = \"Allow\",\n /** Alert */\n Alert = \"Alert\",\n /** Block */\n Block = \"Block\",\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Allow** \\\n * **Alert** \\\n * **Block**\n */\nexport type ActionType = string;\n\n/** Known values of {@link ManagedDomainList} that the service accepts. */\nexport enum KnownManagedDomainList {\n /** Domain list managed by Azure DNS Threat Intelligence. */\n AzureDnsThreatIntel = \"AzureDnsThreatIntel\",\n}\n\n/**\n * Defines values for ManagedDomainList. \\\n * {@link KnownManagedDomainList} can be used interchangeably with ManagedDomainList,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AzureDnsThreatIntel**: Domain list managed by Azure DNS Threat Intelligence.\n */\nexport type ManagedDomainList = string;\n\n/** Known values of {@link DnsSecurityRuleState} that the service accepts. */\nexport enum KnownDnsSecurityRuleState {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for DnsSecurityRuleState. \\\n * {@link KnownDnsSecurityRuleState} can be used interchangeably with DnsSecurityRuleState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type DnsSecurityRuleState = string;\n\n/** Known values of {@link IpAllocationMethod} that the service accepts. */\nexport enum KnownIpAllocationMethod {\n /** Static */\n Static = \"Static\",\n /** Dynamic */\n Dynamic = \"Dynamic\",\n}\n\n/**\n * Defines values for IpAllocationMethod. \\\n * {@link KnownIpAllocationMethod} can be used interchangeably with IpAllocationMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Static** \\\n * **Dynamic**\n */\nexport type IpAllocationMethod = string;\n\n/** Optional parameters. */\nexport interface DnsForwardingRulesetsListOptionalParams extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type DnsForwardingRulesetsListResponse = DnsForwardingRulesetListResult;\n\n/** Optional parameters. */\nexport interface DnsForwardingRulesetsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type DnsForwardingRulesetsListByResourceGroupResponse = DnsForwardingRulesetListResult;\n\n/** Optional parameters. */\nexport interface DnsForwardingRulesetsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DnsForwardingRulesetsGetResponse = DnsForwardingRuleset;\n\n/** Optional parameters. */\nexport interface DnsForwardingRulesetsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DnsForwardingRulesetsCreateOrUpdateResponse = DnsForwardingRuleset;\n\n/** Optional parameters. */\nexport interface DnsForwardingRulesetsUpdateOptionalParams extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type DnsForwardingRulesetsUpdateResponse = DnsForwardingRuleset;\n\n/** Optional parameters. */\nexport interface DnsForwardingRulesetsDeleteOptionalParams extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DnsForwardingRulesetsListByVirtualNetworkOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the listByVirtualNetwork operation. */\nexport type DnsForwardingRulesetsListByVirtualNetworkResponse =\n VirtualNetworkDnsForwardingRulesetListResult;\n\n/** Optional parameters. */\nexport interface DnsForwardingRulesetsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DnsForwardingRulesetsListNextResponse = DnsForwardingRulesetListResult;\n\n/** Optional parameters. */\nexport interface DnsForwardingRulesetsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type DnsForwardingRulesetsListByResourceGroupNextResponse = DnsForwardingRulesetListResult;\n\n/** Optional parameters. */\nexport interface DnsForwardingRulesetsListByVirtualNetworkNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByVirtualNetworkNext operation. */\nexport type DnsForwardingRulesetsListByVirtualNetworkNextResponse =\n VirtualNetworkDnsForwardingRulesetListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverDomainListsListOptionalParams extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type DnsResolverDomainListsListResponse = DnsResolverDomainListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverDomainListsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type DnsResolverDomainListsListByResourceGroupResponse = DnsResolverDomainListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverDomainListsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DnsResolverDomainListsGetResponse = DnsResolverDomainList;\n\n/** Optional parameters. */\nexport interface DnsResolverDomainListsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DnsResolverDomainListsCreateOrUpdateResponse = DnsResolverDomainList;\n\n/** Optional parameters. */\nexport interface DnsResolverDomainListsUpdateOptionalParams extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type DnsResolverDomainListsUpdateResponse = DnsResolverDomainList;\n\n/** Optional parameters. */\nexport interface DnsResolverDomainListsDeleteOptionalParams extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type DnsResolverDomainListsDeleteResponse = DnsResolverDomainListsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface DnsResolverDomainListsBulkOptionalParams extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the bulk operation. */\nexport type DnsResolverDomainListsBulkResponse = DnsResolverDomainList;\n\n/** Optional parameters. */\nexport interface DnsResolverDomainListsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DnsResolverDomainListsListNextResponse = DnsResolverDomainListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverDomainListsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type DnsResolverDomainListsListByResourceGroupNextResponse = DnsResolverDomainListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverPoliciesListOptionalParams extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type DnsResolverPoliciesListResponse = DnsResolverPolicyListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverPoliciesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type DnsResolverPoliciesListByResourceGroupResponse = DnsResolverPolicyListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverPoliciesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DnsResolverPoliciesGetResponse = DnsResolverPolicy;\n\n/** Optional parameters. */\nexport interface DnsResolverPoliciesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DnsResolverPoliciesCreateOrUpdateResponse = DnsResolverPolicy;\n\n/** Optional parameters. */\nexport interface DnsResolverPoliciesUpdateOptionalParams extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type DnsResolverPoliciesUpdateResponse = DnsResolverPolicy;\n\n/** Optional parameters. */\nexport interface DnsResolverPoliciesDeleteOptionalParams extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type DnsResolverPoliciesDeleteResponse = DnsResolverPoliciesDeleteHeaders;\n\n/** Optional parameters. */\nexport interface DnsResolverPoliciesListByVirtualNetworkOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByVirtualNetwork operation. */\nexport type DnsResolverPoliciesListByVirtualNetworkResponse = SubResourceListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverPoliciesListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DnsResolverPoliciesListNextResponse = DnsResolverPolicyListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverPoliciesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type DnsResolverPoliciesListByResourceGroupNextResponse = DnsResolverPolicyListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverPoliciesListByVirtualNetworkNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByVirtualNetworkNext operation. */\nexport type DnsResolverPoliciesListByVirtualNetworkNextResponse = SubResourceListResult;\n\n/** Optional parameters. */\nexport interface DnsResolversListOptionalParams extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type DnsResolversListResponse = DnsResolverListResult;\n\n/** Optional parameters. */\nexport interface DnsResolversListByResourceGroupOptionalParams extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type DnsResolversListByResourceGroupResponse = DnsResolverListResult;\n\n/** Optional parameters. */\nexport interface DnsResolversGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DnsResolversGetResponse = DnsResolver;\n\n/** Optional parameters. */\nexport interface DnsResolversCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DnsResolversCreateOrUpdateResponse = DnsResolver;\n\n/** Optional parameters. */\nexport interface DnsResolversUpdateOptionalParams extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type DnsResolversUpdateResponse = DnsResolver;\n\n/** Optional parameters. */\nexport interface DnsResolversDeleteOptionalParams extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DnsResolversListByVirtualNetworkOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the listByVirtualNetwork operation. */\nexport type DnsResolversListByVirtualNetworkResponse = SubResourceListResult;\n\n/** Optional parameters. */\nexport interface DnsResolversListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DnsResolversListNextResponse = DnsResolverListResult;\n\n/** Optional parameters. */\nexport interface DnsResolversListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type DnsResolversListByResourceGroupNextResponse = DnsResolverListResult;\n\n/** Optional parameters. */\nexport interface DnsResolversListByVirtualNetworkNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByVirtualNetworkNext operation. */\nexport type DnsResolversListByVirtualNetworkNextResponse = SubResourceListResult;\n\n/** Optional parameters. */\nexport interface ForwardingRulesListOptionalParams extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type ForwardingRulesListResponse = ForwardingRuleListResult;\n\n/** Optional parameters. */\nexport interface ForwardingRulesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ForwardingRulesGetResponse = ForwardingRule;\n\n/** Optional parameters. */\nexport interface ForwardingRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ForwardingRulesCreateOrUpdateResponse = ForwardingRule;\n\n/** Optional parameters. */\nexport interface ForwardingRulesUpdateOptionalParams extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ForwardingRulesUpdateResponse = ForwardingRule;\n\n/** Optional parameters. */\nexport interface ForwardingRulesDeleteOptionalParams extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n}\n\n/** Optional parameters. */\nexport interface ForwardingRulesListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ForwardingRulesListNextResponse = ForwardingRuleListResult;\n\n/** Optional parameters. */\nexport interface VirtualNetworkLinksListOptionalParams extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type VirtualNetworkLinksListResponse = VirtualNetworkLinkListResult;\n\n/** Optional parameters. */\nexport interface VirtualNetworkLinksGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VirtualNetworkLinksGetResponse = VirtualNetworkLink;\n\n/** Optional parameters. */\nexport interface VirtualNetworkLinksCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type VirtualNetworkLinksCreateOrUpdateResponse = VirtualNetworkLink;\n\n/** Optional parameters. */\nexport interface VirtualNetworkLinksUpdateOptionalParams extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type VirtualNetworkLinksUpdateResponse = VirtualNetworkLink;\n\n/** Optional parameters. */\nexport interface VirtualNetworkLinksDeleteOptionalParams extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VirtualNetworkLinksListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type VirtualNetworkLinksListNextResponse = VirtualNetworkLinkListResult;\n\n/** Optional parameters. */\nexport interface DnsSecurityRulesListOptionalParams extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type DnsSecurityRulesListResponse = DnsSecurityRuleListResult;\n\n/** Optional parameters. */\nexport interface DnsSecurityRulesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DnsSecurityRulesGetResponse = DnsSecurityRule;\n\n/** Optional parameters. */\nexport interface DnsSecurityRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DnsSecurityRulesCreateOrUpdateResponse = DnsSecurityRule;\n\n/** Optional parameters. */\nexport interface DnsSecurityRulesUpdateOptionalParams extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type DnsSecurityRulesUpdateResponse = DnsSecurityRule;\n\n/** Optional parameters. */\nexport interface DnsSecurityRulesDeleteOptionalParams extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type DnsSecurityRulesDeleteResponse = DnsSecurityRulesDeleteHeaders;\n\n/** Optional parameters. */\nexport interface DnsSecurityRulesListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DnsSecurityRulesListNextResponse = DnsSecurityRuleListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverPolicyVirtualNetworkLinksListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type DnsResolverPolicyVirtualNetworkLinksListResponse =\n DnsResolverPolicyVirtualNetworkLinkListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverPolicyVirtualNetworkLinksGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DnsResolverPolicyVirtualNetworkLinksGetResponse = DnsResolverPolicyVirtualNetworkLink;\n\n/** Optional parameters. */\nexport interface DnsResolverPolicyVirtualNetworkLinksCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DnsResolverPolicyVirtualNetworkLinksCreateOrUpdateResponse =\n DnsResolverPolicyVirtualNetworkLink;\n\n/** Optional parameters. */\nexport interface DnsResolverPolicyVirtualNetworkLinksUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type DnsResolverPolicyVirtualNetworkLinksUpdateResponse =\n DnsResolverPolicyVirtualNetworkLink;\n\n/** Optional parameters. */\nexport interface DnsResolverPolicyVirtualNetworkLinksDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type DnsResolverPolicyVirtualNetworkLinksDeleteResponse =\n DnsResolverPolicyVirtualNetworkLinksDeleteHeaders;\n\n/** Optional parameters. */\nexport interface DnsResolverPolicyVirtualNetworkLinksListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DnsResolverPolicyVirtualNetworkLinksListNextResponse =\n DnsResolverPolicyVirtualNetworkLinkListResult;\n\n/** Optional parameters. */\nexport interface InboundEndpointsListOptionalParams extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type InboundEndpointsListResponse = InboundEndpointListResult;\n\n/** Optional parameters. */\nexport interface InboundEndpointsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type InboundEndpointsGetResponse = InboundEndpoint;\n\n/** Optional parameters. */\nexport interface InboundEndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type InboundEndpointsCreateOrUpdateResponse = InboundEndpoint;\n\n/** Optional parameters. */\nexport interface InboundEndpointsUpdateOptionalParams extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type InboundEndpointsUpdateResponse = InboundEndpoint;\n\n/** Optional parameters. */\nexport interface InboundEndpointsDeleteOptionalParams extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface InboundEndpointsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type InboundEndpointsListNextResponse = InboundEndpointListResult;\n\n/** Optional parameters. */\nexport interface OutboundEndpointsListOptionalParams extends coreClient.OperationOptions {\n /** The maximum number of results to return. If not specified, returns up to 100 results. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type OutboundEndpointsListResponse = OutboundEndpointListResult;\n\n/** Optional parameters. */\nexport interface OutboundEndpointsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type OutboundEndpointsGetResponse = OutboundEndpoint;\n\n/** Optional parameters. */\nexport interface OutboundEndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type OutboundEndpointsCreateOrUpdateResponse = OutboundEndpoint;\n\n/** Optional parameters. */\nexport interface OutboundEndpointsUpdateOptionalParams extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type OutboundEndpointsUpdateResponse = OutboundEndpoint;\n\n/** Optional parameters. */\nexport interface OutboundEndpointsDeleteOptionalParams extends coreClient.OperationOptions {\n /** ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface OutboundEndpointsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OutboundEndpointsListNextResponse = OutboundEndpointListResult;\n\n/** Optional parameters. */\nexport interface DnsResolverManagementClientOptionalParams extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|