@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,4 +1,11 @@
|
|
|
1
|
-
import * as coreClient from "@azure/core-client";
|
|
1
|
+
import type * as coreClient from "@azure/core-client";
|
|
2
|
+
/** The response of a DnsForwardingRuleset list operation. */
|
|
3
|
+
export interface DnsForwardingRulesetListResult {
|
|
4
|
+
/** The DnsForwardingRuleset items on this page */
|
|
5
|
+
value: DnsForwardingRuleset[];
|
|
6
|
+
/** The link to the next page of items */
|
|
7
|
+
nextLink?: string;
|
|
8
|
+
}
|
|
2
9
|
/** Reference to another ARM resource. */
|
|
3
10
|
export interface SubResource {
|
|
4
11
|
/** Resource ID. */
|
|
@@ -58,65 +65,72 @@ export interface CloudErrorBody {
|
|
|
58
65
|
/** Extra error information */
|
|
59
66
|
details?: CloudErrorBody[];
|
|
60
67
|
}
|
|
61
|
-
/**
|
|
62
|
-
export interface
|
|
63
|
-
/**
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
68
|
+
/** The response of a DnsResolverDomainList list operation. */
|
|
69
|
+
export interface DnsResolverDomainListResult {
|
|
70
|
+
/** The DnsResolverDomainList items on this page */
|
|
71
|
+
value: DnsResolverDomainList[];
|
|
72
|
+
/** The link to the next page of items */
|
|
73
|
+
nextLink?: string;
|
|
67
74
|
}
|
|
68
|
-
/**
|
|
69
|
-
export interface
|
|
70
|
-
/**
|
|
71
|
-
|
|
75
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
76
|
+
export interface ErrorResponse {
|
|
77
|
+
/** The error object. */
|
|
78
|
+
error?: ErrorDetail;
|
|
79
|
+
}
|
|
80
|
+
/** The error detail. */
|
|
81
|
+
export interface ErrorDetail {
|
|
72
82
|
/**
|
|
73
|
-
* The
|
|
83
|
+
* The error code.
|
|
74
84
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
75
85
|
*/
|
|
76
|
-
readonly
|
|
77
|
-
}
|
|
78
|
-
/** IP configuration. */
|
|
79
|
-
export interface IpConfiguration {
|
|
80
|
-
/** The reference to the subnet bound to the IP configuration. */
|
|
81
|
-
subnet: SubResource;
|
|
82
|
-
/** Private IP address of the IP configuration. */
|
|
83
|
-
privateIpAddress?: string;
|
|
84
|
-
/** Private IP address allocation method. */
|
|
85
|
-
privateIpAllocationMethod?: IpAllocationMethod;
|
|
86
|
-
}
|
|
87
|
-
/** Describes an inbound endpoint for a DNS resolver for PATCH operation. */
|
|
88
|
-
export interface InboundEndpointPatch {
|
|
89
|
-
/** Tags for inbound endpoint. */
|
|
90
|
-
tags?: {
|
|
91
|
-
[propertyName: string]: string;
|
|
92
|
-
};
|
|
93
|
-
}
|
|
94
|
-
/** The response to an enumeration operation on inbound endpoints for a DNS resolver. */
|
|
95
|
-
export interface InboundEndpointListResult {
|
|
96
|
-
/** Enumeration of the inbound endpoints for a DNS resolver. */
|
|
97
|
-
value?: InboundEndpoint[];
|
|
86
|
+
readonly code?: string;
|
|
98
87
|
/**
|
|
99
|
-
* The
|
|
88
|
+
* The error message.
|
|
100
89
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
101
90
|
*/
|
|
102
|
-
readonly
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
91
|
+
readonly message?: string;
|
|
92
|
+
/**
|
|
93
|
+
* The error target.
|
|
94
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
95
|
+
*/
|
|
96
|
+
readonly target?: string;
|
|
97
|
+
/**
|
|
98
|
+
* The error details.
|
|
99
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
100
|
+
*/
|
|
101
|
+
readonly details?: ErrorDetail[];
|
|
102
|
+
/**
|
|
103
|
+
* The error additional info.
|
|
104
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
105
|
+
*/
|
|
106
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
110
107
|
}
|
|
111
|
-
/** The
|
|
112
|
-
export interface
|
|
113
|
-
/**
|
|
114
|
-
|
|
108
|
+
/** The resource management error additional info. */
|
|
109
|
+
export interface ErrorAdditionalInfo {
|
|
110
|
+
/**
|
|
111
|
+
* The additional info type.
|
|
112
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
113
|
+
*/
|
|
114
|
+
readonly type?: string;
|
|
115
115
|
/**
|
|
116
|
-
* The
|
|
116
|
+
* The additional info.
|
|
117
117
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
118
118
|
*/
|
|
119
|
-
readonly
|
|
119
|
+
readonly info?: Record<string, unknown>;
|
|
120
|
+
}
|
|
121
|
+
/** The response of a DnsResolverPolicy list operation. */
|
|
122
|
+
export interface DnsResolverPolicyListResult {
|
|
123
|
+
/** The DnsResolverPolicy items on this page */
|
|
124
|
+
value: DnsResolverPolicy[];
|
|
125
|
+
/** The link to the next page of items */
|
|
126
|
+
nextLink?: string;
|
|
127
|
+
}
|
|
128
|
+
/** The response of a DnsResolver list operation. */
|
|
129
|
+
export interface DnsResolverListResult {
|
|
130
|
+
/** The DnsResolver items on this page */
|
|
131
|
+
value: DnsResolver[];
|
|
132
|
+
/** The link to the next page of items */
|
|
133
|
+
nextLink?: string;
|
|
120
134
|
}
|
|
121
135
|
/** Describes a DNS forwarding ruleset PATCH operation. */
|
|
122
136
|
export interface DnsForwardingRulesetPatch {
|
|
@@ -127,15 +141,12 @@ export interface DnsForwardingRulesetPatch {
|
|
|
127
141
|
[propertyName: string]: string;
|
|
128
142
|
};
|
|
129
143
|
}
|
|
130
|
-
/** The response
|
|
131
|
-
export interface
|
|
132
|
-
/**
|
|
133
|
-
value
|
|
134
|
-
/**
|
|
135
|
-
|
|
136
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
137
|
-
*/
|
|
138
|
-
readonly nextLink?: string;
|
|
144
|
+
/** The response of a ForwardingRule list operation. */
|
|
145
|
+
export interface ForwardingRuleListResult {
|
|
146
|
+
/** The ForwardingRule items on this page */
|
|
147
|
+
value: ForwardingRule[];
|
|
148
|
+
/** The link to the next page of items */
|
|
149
|
+
nextLink?: string;
|
|
139
150
|
}
|
|
140
151
|
/** Describes a server to forward the DNS queries to. */
|
|
141
152
|
export interface TargetDnsServer {
|
|
@@ -155,15 +166,12 @@ export interface ForwardingRulePatch {
|
|
|
155
166
|
/** The state of forwarding rule. */
|
|
156
167
|
forwardingRuleState?: ForwardingRuleState;
|
|
157
168
|
}
|
|
158
|
-
/** The response
|
|
159
|
-
export interface
|
|
160
|
-
/**
|
|
161
|
-
value
|
|
162
|
-
/**
|
|
163
|
-
|
|
164
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
165
|
-
*/
|
|
166
|
-
readonly nextLink?: string;
|
|
169
|
+
/** The response of a VirtualNetworkLink list operation. */
|
|
170
|
+
export interface VirtualNetworkLinkListResult {
|
|
171
|
+
/** The VirtualNetworkLink items on this page */
|
|
172
|
+
value: VirtualNetworkLink[];
|
|
173
|
+
/** The link to the next page of items */
|
|
174
|
+
nextLink?: string;
|
|
167
175
|
}
|
|
168
176
|
/** Describes a virtual network link for PATCH operation. */
|
|
169
177
|
export interface VirtualNetworkLinkPatch {
|
|
@@ -172,88 +180,21 @@ export interface VirtualNetworkLinkPatch {
|
|
|
172
180
|
[propertyName: string]: string;
|
|
173
181
|
};
|
|
174
182
|
}
|
|
175
|
-
/**
|
|
176
|
-
export interface
|
|
177
|
-
/**
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
readonly nextLink?: string;
|
|
184
|
-
}
|
|
185
|
-
/** The response to an enumeration operation on sub-resources. */
|
|
186
|
-
export interface SubResourceListResult {
|
|
187
|
-
/** Enumeration of the sub-resources. */
|
|
188
|
-
value?: SubResource[];
|
|
189
|
-
/**
|
|
190
|
-
* The continuation token for the next page of results.
|
|
191
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
192
|
-
*/
|
|
193
|
-
readonly nextLink?: string;
|
|
194
|
-
}
|
|
195
|
-
/** The response to an enumeration operation on Virtual Network DNS Forwarding Ruleset. */
|
|
196
|
-
export interface VirtualNetworkDnsForwardingRulesetListResult {
|
|
197
|
-
/** Enumeration of the Virtual Network DNS Forwarding Ruleset. */
|
|
198
|
-
value?: VirtualNetworkDnsForwardingRuleset[];
|
|
199
|
-
/**
|
|
200
|
-
* The continuation token for the next page of results.
|
|
201
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
202
|
-
*/
|
|
203
|
-
readonly nextLink?: string;
|
|
204
|
-
}
|
|
205
|
-
/** Reference to DNS forwarding ruleset and associated virtual network link. */
|
|
206
|
-
export interface VirtualNetworkDnsForwardingRuleset {
|
|
207
|
-
/** DNS Forwarding Ruleset Resource ID. */
|
|
208
|
-
id?: string;
|
|
209
|
-
/** The reference to the virtual network link. */
|
|
210
|
-
virtualNetworkLink?: SubResource;
|
|
211
|
-
}
|
|
212
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
213
|
-
export interface ErrorResponse {
|
|
214
|
-
/** The error object. */
|
|
215
|
-
error?: ErrorDetail;
|
|
216
|
-
}
|
|
217
|
-
/** The error detail. */
|
|
218
|
-
export interface ErrorDetail {
|
|
219
|
-
/**
|
|
220
|
-
* The error code.
|
|
221
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
222
|
-
*/
|
|
223
|
-
readonly code?: string;
|
|
224
|
-
/**
|
|
225
|
-
* The error message.
|
|
226
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
227
|
-
*/
|
|
228
|
-
readonly message?: string;
|
|
229
|
-
/**
|
|
230
|
-
* The error target.
|
|
231
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
232
|
-
*/
|
|
233
|
-
readonly target?: string;
|
|
234
|
-
/**
|
|
235
|
-
* The error details.
|
|
236
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
237
|
-
*/
|
|
238
|
-
readonly details?: ErrorDetail[];
|
|
239
|
-
/**
|
|
240
|
-
* The error additional info.
|
|
241
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
242
|
-
*/
|
|
243
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
183
|
+
/** Describes a DNS resolver domain list for PATCH operation. */
|
|
184
|
+
export interface DnsResolverDomainListPatch {
|
|
185
|
+
/** Tags for DNS resolver domain list. */
|
|
186
|
+
tags?: {
|
|
187
|
+
[propertyName: string]: string;
|
|
188
|
+
};
|
|
189
|
+
/** The domains in the domain list. */
|
|
190
|
+
domains?: string[];
|
|
244
191
|
}
|
|
245
|
-
/**
|
|
246
|
-
export interface
|
|
247
|
-
/**
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
readonly type?: string;
|
|
252
|
-
/**
|
|
253
|
-
* The additional info.
|
|
254
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
255
|
-
*/
|
|
256
|
-
readonly info?: Record<string, unknown>;
|
|
192
|
+
/** Describes a DNS resolver domain list for bulk UPLOAD or DOWNLOAD operations. */
|
|
193
|
+
export interface DnsResolverDomainListBulk {
|
|
194
|
+
/** The storage account blob file URL to be used in the bulk upload or download request of DNS resolver domain list. */
|
|
195
|
+
storageUrl: string;
|
|
196
|
+
/** The action to take in the request, Upload or Download. */
|
|
197
|
+
action: Action;
|
|
257
198
|
}
|
|
258
199
|
/** Describes a DNS resolver policy for PATCH operation. */
|
|
259
200
|
export interface DnsResolverPolicyPatch {
|
|
@@ -262,15 +203,12 @@ export interface DnsResolverPolicyPatch {
|
|
|
262
203
|
[propertyName: string]: string;
|
|
263
204
|
};
|
|
264
205
|
}
|
|
265
|
-
/** The response
|
|
266
|
-
export interface
|
|
267
|
-
/**
|
|
268
|
-
value
|
|
269
|
-
/**
|
|
270
|
-
|
|
271
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
272
|
-
*/
|
|
273
|
-
readonly nextLink?: string;
|
|
206
|
+
/** The response of a DnsSecurityRule list operation. */
|
|
207
|
+
export interface DnsSecurityRuleListResult {
|
|
208
|
+
/** The DnsSecurityRule items on this page */
|
|
209
|
+
value: DnsSecurityRule[];
|
|
210
|
+
/** The link to the next page of items */
|
|
211
|
+
nextLink?: string;
|
|
274
212
|
}
|
|
275
213
|
/** The action to take on DNS requests that match the DNS security rule. */
|
|
276
214
|
export interface DnsSecurityRuleAction {
|
|
@@ -287,20 +225,19 @@ export interface DnsSecurityRulePatch {
|
|
|
287
225
|
action?: DnsSecurityRuleAction;
|
|
288
226
|
/** DNS resolver policy domains lists that the DNS security rule applies to. */
|
|
289
227
|
dnsResolverDomainLists?: SubResource[];
|
|
228
|
+
/** Managed domain lists that the DNS security rule applies to. */
|
|
229
|
+
managedDomainLists?: ManagedDomainList[];
|
|
290
230
|
/** The state of DNS security rule. */
|
|
291
231
|
dnsSecurityRuleState?: DnsSecurityRuleState;
|
|
292
232
|
/** The priority of the DNS security rule. */
|
|
293
233
|
priority?: number;
|
|
294
234
|
}
|
|
295
|
-
/** The response
|
|
296
|
-
export interface
|
|
297
|
-
/**
|
|
298
|
-
value
|
|
299
|
-
/**
|
|
300
|
-
|
|
301
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
302
|
-
*/
|
|
303
|
-
readonly nextLink?: string;
|
|
235
|
+
/** The response of a DnsResolverPolicyVirtualNetworkLink list operation. */
|
|
236
|
+
export interface DnsResolverPolicyVirtualNetworkLinkListResult {
|
|
237
|
+
/** The DnsResolverPolicyVirtualNetworkLink items on this page */
|
|
238
|
+
value: DnsResolverPolicyVirtualNetworkLink[];
|
|
239
|
+
/** The link to the next page of items */
|
|
240
|
+
nextLink?: string;
|
|
304
241
|
}
|
|
305
242
|
/** Describes a DNS resolver policy virtual network link for PATCH operation. */
|
|
306
243
|
export interface DnsResolverPolicyVirtualNetworkLinkPatch {
|
|
@@ -309,41 +246,70 @@ export interface DnsResolverPolicyVirtualNetworkLinkPatch {
|
|
|
309
246
|
[propertyName: string]: string;
|
|
310
247
|
};
|
|
311
248
|
}
|
|
312
|
-
/**
|
|
313
|
-
export interface
|
|
314
|
-
/**
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
319
|
-
*/
|
|
320
|
-
readonly nextLink?: string;
|
|
249
|
+
/** Describes a DNS resolver for PATCH operation. */
|
|
250
|
+
export interface DnsResolverPatch {
|
|
251
|
+
/** Tags for DNS Resolver. */
|
|
252
|
+
tags?: {
|
|
253
|
+
[propertyName: string]: string;
|
|
254
|
+
};
|
|
321
255
|
}
|
|
322
|
-
/**
|
|
323
|
-
export interface
|
|
324
|
-
/**
|
|
256
|
+
/** The response of a InboundEndpoint list operation. */
|
|
257
|
+
export interface InboundEndpointListResult {
|
|
258
|
+
/** The InboundEndpoint items on this page */
|
|
259
|
+
value: InboundEndpoint[];
|
|
260
|
+
/** The link to the next page of items */
|
|
261
|
+
nextLink?: string;
|
|
262
|
+
}
|
|
263
|
+
/** IP configuration. */
|
|
264
|
+
export interface IpConfiguration {
|
|
265
|
+
/** The reference to the subnet bound to the IP configuration. */
|
|
266
|
+
subnet: SubResource;
|
|
267
|
+
/** Private IP address of the IP configuration. */
|
|
268
|
+
privateIpAddress?: string;
|
|
269
|
+
/** Private IP address allocation method. */
|
|
270
|
+
privateIpAllocationMethod?: IpAllocationMethod;
|
|
271
|
+
}
|
|
272
|
+
/** Describes an inbound endpoint for a DNS resolver for PATCH operation. */
|
|
273
|
+
export interface InboundEndpointPatch {
|
|
274
|
+
/** Tags for inbound endpoint. */
|
|
325
275
|
tags?: {
|
|
326
276
|
[propertyName: string]: string;
|
|
327
277
|
};
|
|
328
|
-
/** The domains in the domain list. */
|
|
329
|
-
domains?: string[];
|
|
330
278
|
}
|
|
331
|
-
/** The response
|
|
332
|
-
export interface
|
|
333
|
-
/**
|
|
334
|
-
value
|
|
335
|
-
/**
|
|
336
|
-
|
|
337
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
338
|
-
*/
|
|
339
|
-
readonly nextLink?: string;
|
|
279
|
+
/** The response of a OutboundEndpoint list operation. */
|
|
280
|
+
export interface OutboundEndpointListResult {
|
|
281
|
+
/** The OutboundEndpoint items on this page */
|
|
282
|
+
value: OutboundEndpoint[];
|
|
283
|
+
/** The link to the next page of items */
|
|
284
|
+
nextLink?: string;
|
|
340
285
|
}
|
|
341
|
-
/** Describes a DNS resolver
|
|
342
|
-
export interface
|
|
343
|
-
/**
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
286
|
+
/** Describes an outbound endpoint for a DNS resolver for PATCH operation. */
|
|
287
|
+
export interface OutboundEndpointPatch {
|
|
288
|
+
/** Tags for outbound endpoint. */
|
|
289
|
+
tags?: {
|
|
290
|
+
[propertyName: string]: string;
|
|
291
|
+
};
|
|
292
|
+
}
|
|
293
|
+
/** The response to an enumeration operation on Virtual Network DNS Forwarding Ruleset. */
|
|
294
|
+
export interface VirtualNetworkDnsForwardingRulesetListResult {
|
|
295
|
+
/** The VirtualNetworkDnsForwardingRuleset items on this page */
|
|
296
|
+
value: VirtualNetworkDnsForwardingRuleset[];
|
|
297
|
+
/** The link to the next page of items */
|
|
298
|
+
nextLink?: string;
|
|
299
|
+
}
|
|
300
|
+
/** Reference to DNS forwarding ruleset and associated virtual network link. */
|
|
301
|
+
export interface VirtualNetworkDnsForwardingRuleset {
|
|
302
|
+
/** DNS Forwarding Ruleset Resource ID. */
|
|
303
|
+
id?: string;
|
|
304
|
+
/** The reference to the virtual network link. */
|
|
305
|
+
virtualNetworkLink?: SubResource;
|
|
306
|
+
}
|
|
307
|
+
/** The response to an enumeration operation on sub-resources. */
|
|
308
|
+
export interface SubResourceListResult {
|
|
309
|
+
/** The SubResource items on this page */
|
|
310
|
+
value: SubResource[];
|
|
311
|
+
/** The link to the next page of items */
|
|
312
|
+
nextLink?: string;
|
|
347
313
|
}
|
|
348
314
|
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
349
315
|
export interface TrackedResource extends Resource {
|
|
@@ -357,105 +323,90 @@ export interface TrackedResource extends Resource {
|
|
|
357
323
|
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
358
324
|
export interface ProxyResource extends Resource {
|
|
359
325
|
}
|
|
360
|
-
/** Describes a DNS
|
|
361
|
-
export interface
|
|
326
|
+
/** Describes a DNS forwarding ruleset. */
|
|
327
|
+
export interface DnsForwardingRuleset extends TrackedResource {
|
|
362
328
|
/**
|
|
363
|
-
*
|
|
329
|
+
* "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.")
|
|
364
330
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
365
331
|
*/
|
|
366
332
|
readonly etag?: string;
|
|
367
|
-
/** The reference to the
|
|
368
|
-
|
|
369
|
-
/**
|
|
370
|
-
* The current status of the DNS resolver. This is a read-only property and any attempt to set this value will be ignored.
|
|
371
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
372
|
-
*/
|
|
373
|
-
readonly dnsResolverState?: DnsResolverState;
|
|
333
|
+
/** 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. */
|
|
334
|
+
dnsResolverOutboundEndpoints: SubResource[];
|
|
374
335
|
/**
|
|
375
|
-
* The current provisioning state of the DNS
|
|
336
|
+
* 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.
|
|
376
337
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
377
338
|
*/
|
|
378
339
|
readonly provisioningState?: ProvisioningState;
|
|
379
340
|
/**
|
|
380
|
-
* The resourceGuid
|
|
341
|
+
* The resourceGuid for the DNS forwarding ruleset.
|
|
381
342
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
382
343
|
*/
|
|
383
344
|
readonly resourceGuid?: string;
|
|
384
345
|
}
|
|
385
|
-
/** Describes
|
|
386
|
-
export interface
|
|
346
|
+
/** Describes a DNS resolver domain list. */
|
|
347
|
+
export interface DnsResolverDomainList extends TrackedResource {
|
|
387
348
|
/**
|
|
388
|
-
*
|
|
349
|
+
* "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.")
|
|
389
350
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
390
351
|
*/
|
|
391
352
|
readonly etag?: string;
|
|
392
|
-
/**
|
|
393
|
-
|
|
394
|
-
/**
|
|
395
|
-
* The current provisioning state of the inbound endpoint. This is a read-only property and any attempt to set this value will be ignored.
|
|
396
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
397
|
-
*/
|
|
398
|
-
readonly provisioningState?: ProvisioningState;
|
|
399
|
-
/**
|
|
400
|
-
* The resourceGuid property of the inbound endpoint resource.
|
|
401
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
402
|
-
*/
|
|
403
|
-
readonly resourceGuid?: string;
|
|
404
|
-
}
|
|
405
|
-
/** Describes an outbound endpoint for a DNS resolver. */
|
|
406
|
-
export interface OutboundEndpoint extends TrackedResource {
|
|
353
|
+
/** The domains in the domain list. Will be null if user is using large domain list. */
|
|
354
|
+
domains?: string[];
|
|
407
355
|
/**
|
|
408
|
-
*
|
|
356
|
+
* 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.
|
|
409
357
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
410
358
|
*/
|
|
411
|
-
readonly
|
|
412
|
-
/** The reference to the subnet used for the outbound endpoint. */
|
|
413
|
-
subnet: SubResource;
|
|
359
|
+
readonly domainsUrl?: string;
|
|
414
360
|
/**
|
|
415
|
-
* The current provisioning state of the
|
|
361
|
+
* 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.
|
|
416
362
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
417
363
|
*/
|
|
418
364
|
readonly provisioningState?: ProvisioningState;
|
|
419
365
|
/**
|
|
420
|
-
* The resourceGuid property of the
|
|
366
|
+
* The resourceGuid property of the DNS resolver domain list resource.
|
|
421
367
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
422
368
|
*/
|
|
423
369
|
readonly resourceGuid?: string;
|
|
424
370
|
}
|
|
425
|
-
/** Describes a DNS
|
|
426
|
-
export interface
|
|
371
|
+
/** Describes a DNS resolver policy. */
|
|
372
|
+
export interface DnsResolverPolicy extends TrackedResource {
|
|
427
373
|
/**
|
|
428
|
-
*
|
|
374
|
+
* "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.")
|
|
429
375
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
430
376
|
*/
|
|
431
377
|
readonly etag?: string;
|
|
432
|
-
/** 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. */
|
|
433
|
-
dnsResolverOutboundEndpoints: SubResource[];
|
|
434
378
|
/**
|
|
435
|
-
* The current provisioning state of the DNS
|
|
379
|
+
* 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.
|
|
436
380
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
437
381
|
*/
|
|
438
382
|
readonly provisioningState?: ProvisioningState;
|
|
439
383
|
/**
|
|
440
|
-
* The resourceGuid
|
|
384
|
+
* The resourceGuid property of the DNS resolver policy resource.
|
|
441
385
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
442
386
|
*/
|
|
443
387
|
readonly resourceGuid?: string;
|
|
444
388
|
}
|
|
445
|
-
/** Describes a DNS resolver
|
|
446
|
-
export interface
|
|
389
|
+
/** Describes a DNS resolver. */
|
|
390
|
+
export interface DnsResolver extends TrackedResource {
|
|
447
391
|
/**
|
|
448
|
-
*
|
|
392
|
+
* "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.")
|
|
449
393
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
450
394
|
*/
|
|
451
395
|
readonly etag?: string;
|
|
396
|
+
/** The reference to the virtual network. This cannot be changed after creation. */
|
|
397
|
+
virtualNetwork: SubResource;
|
|
452
398
|
/**
|
|
453
|
-
* The current
|
|
399
|
+
* The current status of the DNS resolver. This is a read-only property and any attempt to set this value will be ignored.
|
|
400
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
401
|
+
*/
|
|
402
|
+
readonly dnsResolverState?: DnsResolverState;
|
|
403
|
+
/**
|
|
404
|
+
* The current provisioning state of the DNS resolver. This is a read-only property and any attempt to set this value will be ignored.
|
|
454
405
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
455
406
|
*/
|
|
456
407
|
readonly provisioningState?: ProvisioningState;
|
|
457
408
|
/**
|
|
458
|
-
* The resourceGuid property of the DNS resolver
|
|
409
|
+
* The resourceGuid property of the DNS resolver resource.
|
|
459
410
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
460
411
|
*/
|
|
461
412
|
readonly resourceGuid?: string;
|
|
@@ -463,7 +414,7 @@ export interface DnsResolverPolicy extends TrackedResource {
|
|
|
463
414
|
/** Describes a DNS security rule. */
|
|
464
415
|
export interface DnsSecurityRule extends TrackedResource {
|
|
465
416
|
/**
|
|
466
|
-
*
|
|
417
|
+
* "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.")
|
|
467
418
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
468
419
|
*/
|
|
469
420
|
readonly etag?: string;
|
|
@@ -472,7 +423,9 @@ export interface DnsSecurityRule extends TrackedResource {
|
|
|
472
423
|
/** The action to take on DNS requests that match the DNS security rule. */
|
|
473
424
|
action: DnsSecurityRuleAction;
|
|
474
425
|
/** DNS resolver policy domains lists that the DNS security rule applies to. */
|
|
475
|
-
dnsResolverDomainLists
|
|
426
|
+
dnsResolverDomainLists?: SubResource[];
|
|
427
|
+
/** Managed domain lists that the DNS security rule applies to. */
|
|
428
|
+
managedDomainLists?: ManagedDomainList[];
|
|
476
429
|
/** The state of DNS security rule. */
|
|
477
430
|
dnsSecurityRuleState?: DnsSecurityRuleState;
|
|
478
431
|
/**
|
|
@@ -484,7 +437,7 @@ export interface DnsSecurityRule extends TrackedResource {
|
|
|
484
437
|
/** Describes a DNS resolver policy virtual network link. */
|
|
485
438
|
export interface DnsResolverPolicyVirtualNetworkLink extends TrackedResource {
|
|
486
439
|
/**
|
|
487
|
-
*
|
|
440
|
+
* "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.")
|
|
488
441
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
489
442
|
*/
|
|
490
443
|
readonly etag?: string;
|
|
@@ -496,27 +449,42 @@ export interface DnsResolverPolicyVirtualNetworkLink extends TrackedResource {
|
|
|
496
449
|
*/
|
|
497
450
|
readonly provisioningState?: ProvisioningState;
|
|
498
451
|
}
|
|
499
|
-
/** Describes a DNS resolver
|
|
500
|
-
export interface
|
|
452
|
+
/** Describes an inbound endpoint for a DNS resolver. */
|
|
453
|
+
export interface InboundEndpoint extends TrackedResource {
|
|
501
454
|
/**
|
|
502
|
-
*
|
|
455
|
+
* "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.")
|
|
503
456
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
504
457
|
*/
|
|
505
458
|
readonly etag?: string;
|
|
506
|
-
/**
|
|
507
|
-
|
|
459
|
+
/** IP configurations for the inbound endpoint. */
|
|
460
|
+
ipConfigurations: IpConfiguration[];
|
|
508
461
|
/**
|
|
509
|
-
* The
|
|
462
|
+
* The current provisioning state of the inbound endpoint. This is a read-only property and any attempt to set this value will be ignored.
|
|
510
463
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
511
464
|
*/
|
|
512
|
-
readonly
|
|
465
|
+
readonly provisioningState?: ProvisioningState;
|
|
513
466
|
/**
|
|
514
|
-
* The
|
|
467
|
+
* The resourceGuid property of the inbound endpoint resource.
|
|
468
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
469
|
+
*/
|
|
470
|
+
readonly resourceGuid?: string;
|
|
471
|
+
}
|
|
472
|
+
/** Describes an outbound endpoint for a DNS resolver. */
|
|
473
|
+
export interface OutboundEndpoint extends TrackedResource {
|
|
474
|
+
/**
|
|
475
|
+
* "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.")
|
|
476
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
477
|
+
*/
|
|
478
|
+
readonly etag?: string;
|
|
479
|
+
/** The reference to the subnet used for the outbound endpoint. */
|
|
480
|
+
subnet: SubResource;
|
|
481
|
+
/**
|
|
482
|
+
* The current provisioning state of the outbound endpoint. This is a read-only property and any attempt to set this value will be ignored.
|
|
515
483
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
516
484
|
*/
|
|
517
485
|
readonly provisioningState?: ProvisioningState;
|
|
518
486
|
/**
|
|
519
|
-
* The resourceGuid property of the
|
|
487
|
+
* The resourceGuid property of the outbound endpoint resource.
|
|
520
488
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
521
489
|
*/
|
|
522
490
|
readonly resourceGuid?: string;
|
|
@@ -524,7 +492,7 @@ export interface DnsResolverDomainList extends TrackedResource {
|
|
|
524
492
|
/** Describes a forwarding rule within a DNS forwarding ruleset. */
|
|
525
493
|
export interface ForwardingRule extends ProxyResource {
|
|
526
494
|
/**
|
|
527
|
-
*
|
|
495
|
+
* "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.")
|
|
528
496
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
529
497
|
*/
|
|
530
498
|
readonly etag?: string;
|
|
@@ -547,7 +515,7 @@ export interface ForwardingRule extends ProxyResource {
|
|
|
547
515
|
/** Describes a virtual network link. */
|
|
548
516
|
export interface VirtualNetworkLink extends ProxyResource {
|
|
549
517
|
/**
|
|
550
|
-
*
|
|
518
|
+
* "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.")
|
|
551
519
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
552
520
|
*/
|
|
553
521
|
readonly etag?: string;
|
|
@@ -563,58 +531,202 @@ export interface VirtualNetworkLink extends ProxyResource {
|
|
|
563
531
|
*/
|
|
564
532
|
readonly provisioningState?: ProvisioningState;
|
|
565
533
|
}
|
|
534
|
+
/** Defines headers for DnsForwardingRulesets_createOrUpdate operation. */
|
|
535
|
+
export interface DnsForwardingRulesetsCreateOrUpdateHeaders {
|
|
536
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
537
|
+
location?: string;
|
|
538
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
539
|
+
retryAfter?: number;
|
|
540
|
+
}
|
|
541
|
+
/** Defines headers for DnsForwardingRulesets_update operation. */
|
|
542
|
+
export interface DnsForwardingRulesetsUpdateHeaders {
|
|
543
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
544
|
+
location?: string;
|
|
545
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
546
|
+
retryAfter?: number;
|
|
547
|
+
}
|
|
548
|
+
/** Defines headers for DnsForwardingRulesets_delete operation. */
|
|
549
|
+
export interface DnsForwardingRulesetsDeleteHeaders {
|
|
550
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
551
|
+
location?: string;
|
|
552
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
553
|
+
retryAfter?: number;
|
|
554
|
+
}
|
|
555
|
+
/** Defines headers for DnsResolverDomainLists_createOrUpdate operation. */
|
|
556
|
+
export interface DnsResolverDomainListsCreateOrUpdateHeaders {
|
|
557
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
558
|
+
location?: string;
|
|
559
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
560
|
+
retryAfter?: number;
|
|
561
|
+
}
|
|
562
|
+
/** Defines headers for DnsResolverDomainLists_update operation. */
|
|
563
|
+
export interface DnsResolverDomainListsUpdateHeaders {
|
|
564
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
565
|
+
location?: string;
|
|
566
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
567
|
+
retryAfter?: number;
|
|
568
|
+
}
|
|
569
|
+
/** Defines headers for DnsResolverDomainLists_delete operation. */
|
|
570
|
+
export interface DnsResolverDomainListsDeleteHeaders {
|
|
571
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
572
|
+
location?: string;
|
|
573
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
574
|
+
retryAfter?: number;
|
|
575
|
+
}
|
|
576
|
+
/** Defines headers for DnsResolverDomainLists_bulk operation. */
|
|
577
|
+
export interface DnsResolverDomainListsBulkHeaders {
|
|
578
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
579
|
+
location?: string;
|
|
580
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
581
|
+
retryAfter?: number;
|
|
582
|
+
}
|
|
583
|
+
/** Defines headers for DnsResolverPolicies_createOrUpdate operation. */
|
|
584
|
+
export interface DnsResolverPoliciesCreateOrUpdateHeaders {
|
|
585
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
586
|
+
location?: string;
|
|
587
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
588
|
+
retryAfter?: number;
|
|
589
|
+
}
|
|
566
590
|
/** Defines headers for DnsResolverPolicies_update operation. */
|
|
567
591
|
export interface DnsResolverPoliciesUpdateHeaders {
|
|
592
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
568
593
|
location?: string;
|
|
594
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
595
|
+
retryAfter?: number;
|
|
569
596
|
}
|
|
570
597
|
/** Defines headers for DnsResolverPolicies_delete operation. */
|
|
571
598
|
export interface DnsResolverPoliciesDeleteHeaders {
|
|
599
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
600
|
+
location?: string;
|
|
601
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
602
|
+
retryAfter?: number;
|
|
603
|
+
}
|
|
604
|
+
/** Defines headers for DnsResolvers_createOrUpdate operation. */
|
|
605
|
+
export interface DnsResolversCreateOrUpdateHeaders {
|
|
606
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
607
|
+
location?: string;
|
|
608
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
609
|
+
retryAfter?: number;
|
|
610
|
+
}
|
|
611
|
+
/** Defines headers for DnsResolvers_update operation. */
|
|
612
|
+
export interface DnsResolversUpdateHeaders {
|
|
613
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
614
|
+
location?: string;
|
|
615
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
616
|
+
retryAfter?: number;
|
|
617
|
+
}
|
|
618
|
+
/** Defines headers for DnsResolvers_delete operation. */
|
|
619
|
+
export interface DnsResolversDeleteHeaders {
|
|
620
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
621
|
+
location?: string;
|
|
622
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
623
|
+
retryAfter?: number;
|
|
624
|
+
}
|
|
625
|
+
/** Defines headers for VirtualNetworkLinks_createOrUpdate operation. */
|
|
626
|
+
export interface VirtualNetworkLinksCreateOrUpdateHeaders {
|
|
627
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
628
|
+
location?: string;
|
|
629
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
630
|
+
retryAfter?: number;
|
|
631
|
+
}
|
|
632
|
+
/** Defines headers for VirtualNetworkLinks_update operation. */
|
|
633
|
+
export interface VirtualNetworkLinksUpdateHeaders {
|
|
634
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
635
|
+
location?: string;
|
|
636
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
637
|
+
retryAfter?: number;
|
|
638
|
+
}
|
|
639
|
+
/** Defines headers for VirtualNetworkLinks_delete operation. */
|
|
640
|
+
export interface VirtualNetworkLinksDeleteHeaders {
|
|
641
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
642
|
+
location?: string;
|
|
643
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
644
|
+
retryAfter?: number;
|
|
645
|
+
}
|
|
646
|
+
/** Defines headers for DnsSecurityRules_createOrUpdate operation. */
|
|
647
|
+
export interface DnsSecurityRulesCreateOrUpdateHeaders {
|
|
648
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
572
649
|
location?: string;
|
|
650
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
651
|
+
retryAfter?: number;
|
|
573
652
|
}
|
|
574
653
|
/** Defines headers for DnsSecurityRules_update operation. */
|
|
575
654
|
export interface DnsSecurityRulesUpdateHeaders {
|
|
655
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
576
656
|
location?: string;
|
|
657
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
658
|
+
retryAfter?: number;
|
|
577
659
|
}
|
|
578
660
|
/** Defines headers for DnsSecurityRules_delete operation. */
|
|
579
661
|
export interface DnsSecurityRulesDeleteHeaders {
|
|
662
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
580
663
|
location?: string;
|
|
664
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
665
|
+
retryAfter?: number;
|
|
666
|
+
}
|
|
667
|
+
/** Defines headers for DnsResolverPolicyVirtualNetworkLinks_createOrUpdate operation. */
|
|
668
|
+
export interface DnsResolverPolicyVirtualNetworkLinksCreateOrUpdateHeaders {
|
|
669
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
670
|
+
location?: string;
|
|
671
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
672
|
+
retryAfter?: number;
|
|
581
673
|
}
|
|
582
674
|
/** Defines headers for DnsResolverPolicyVirtualNetworkLinks_update operation. */
|
|
583
675
|
export interface DnsResolverPolicyVirtualNetworkLinksUpdateHeaders {
|
|
676
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
584
677
|
location?: string;
|
|
678
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
679
|
+
retryAfter?: number;
|
|
585
680
|
}
|
|
586
681
|
/** Defines headers for DnsResolverPolicyVirtualNetworkLinks_delete operation. */
|
|
587
682
|
export interface DnsResolverPolicyVirtualNetworkLinksDeleteHeaders {
|
|
683
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
588
684
|
location?: string;
|
|
685
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
686
|
+
retryAfter?: number;
|
|
589
687
|
}
|
|
590
|
-
/** Defines headers for
|
|
591
|
-
export interface
|
|
688
|
+
/** Defines headers for InboundEndpoints_createOrUpdate operation. */
|
|
689
|
+
export interface InboundEndpointsCreateOrUpdateHeaders {
|
|
690
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
592
691
|
location?: string;
|
|
692
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
693
|
+
retryAfter?: number;
|
|
593
694
|
}
|
|
594
|
-
/** Defines headers for
|
|
595
|
-
export interface
|
|
695
|
+
/** Defines headers for InboundEndpoints_update operation. */
|
|
696
|
+
export interface InboundEndpointsUpdateHeaders {
|
|
697
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
596
698
|
location?: string;
|
|
699
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
700
|
+
retryAfter?: number;
|
|
597
701
|
}
|
|
598
|
-
/** Defines headers for
|
|
599
|
-
export interface
|
|
702
|
+
/** Defines headers for InboundEndpoints_delete operation. */
|
|
703
|
+
export interface InboundEndpointsDeleteHeaders {
|
|
704
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
600
705
|
location?: string;
|
|
706
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
707
|
+
retryAfter?: number;
|
|
708
|
+
}
|
|
709
|
+
/** Defines headers for OutboundEndpoints_createOrUpdate operation. */
|
|
710
|
+
export interface OutboundEndpointsCreateOrUpdateHeaders {
|
|
711
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
712
|
+
location?: string;
|
|
713
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
714
|
+
retryAfter?: number;
|
|
715
|
+
}
|
|
716
|
+
/** Defines headers for OutboundEndpoints_update operation. */
|
|
717
|
+
export interface OutboundEndpointsUpdateHeaders {
|
|
718
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
719
|
+
location?: string;
|
|
720
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
721
|
+
retryAfter?: number;
|
|
722
|
+
}
|
|
723
|
+
/** Defines headers for OutboundEndpoints_delete operation. */
|
|
724
|
+
export interface OutboundEndpointsDeleteHeaders {
|
|
725
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
726
|
+
location?: string;
|
|
727
|
+
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
728
|
+
retryAfter?: number;
|
|
601
729
|
}
|
|
602
|
-
/** Known values of {@link DnsResolverState} that the service accepts. */
|
|
603
|
-
export declare enum KnownDnsResolverState {
|
|
604
|
-
/** Connected */
|
|
605
|
-
Connected = "Connected",
|
|
606
|
-
/** Disconnected */
|
|
607
|
-
Disconnected = "Disconnected"
|
|
608
|
-
}
|
|
609
|
-
/**
|
|
610
|
-
* Defines values for DnsResolverState. \
|
|
611
|
-
* {@link KnownDnsResolverState} can be used interchangeably with DnsResolverState,
|
|
612
|
-
* this enum contains the known values that the service supports.
|
|
613
|
-
* ### Known values supported by the service
|
|
614
|
-
* **Connected** \
|
|
615
|
-
* **Disconnected**
|
|
616
|
-
*/
|
|
617
|
-
export type DnsResolverState = string;
|
|
618
730
|
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
619
731
|
export declare enum KnownProvisioningState {
|
|
620
732
|
/** Creating */
|
|
@@ -665,22 +777,22 @@ export declare enum KnownCreatedByType {
|
|
|
665
777
|
* **Key**
|
|
666
778
|
*/
|
|
667
779
|
export type CreatedByType = string;
|
|
668
|
-
/** Known values of {@link
|
|
669
|
-
export declare enum
|
|
670
|
-
/**
|
|
671
|
-
|
|
672
|
-
/**
|
|
673
|
-
|
|
780
|
+
/** Known values of {@link DnsResolverState} that the service accepts. */
|
|
781
|
+
export declare enum KnownDnsResolverState {
|
|
782
|
+
/** Connected */
|
|
783
|
+
Connected = "Connected",
|
|
784
|
+
/** Disconnected */
|
|
785
|
+
Disconnected = "Disconnected"
|
|
674
786
|
}
|
|
675
787
|
/**
|
|
676
|
-
* Defines values for
|
|
677
|
-
* {@link
|
|
788
|
+
* Defines values for DnsResolverState. \
|
|
789
|
+
* {@link KnownDnsResolverState} can be used interchangeably with DnsResolverState,
|
|
678
790
|
* this enum contains the known values that the service supports.
|
|
679
791
|
* ### Known values supported by the service
|
|
680
|
-
* **
|
|
681
|
-
* **
|
|
792
|
+
* **Connected** \
|
|
793
|
+
* **Disconnected**
|
|
682
794
|
*/
|
|
683
|
-
export type
|
|
795
|
+
export type DnsResolverState = string;
|
|
684
796
|
/** Known values of {@link ForwardingRuleState} that the service accepts. */
|
|
685
797
|
export declare enum KnownForwardingRuleState {
|
|
686
798
|
/** Enabled */
|
|
@@ -697,6 +809,22 @@ export declare enum KnownForwardingRuleState {
|
|
|
697
809
|
* **Disabled**
|
|
698
810
|
*/
|
|
699
811
|
export type ForwardingRuleState = string;
|
|
812
|
+
/** Known values of {@link Action} that the service accepts. */
|
|
813
|
+
export declare enum KnownAction {
|
|
814
|
+
/** Upload */
|
|
815
|
+
Upload = "Upload",
|
|
816
|
+
/** Download */
|
|
817
|
+
Download = "Download"
|
|
818
|
+
}
|
|
819
|
+
/**
|
|
820
|
+
* Defines values for Action. \
|
|
821
|
+
* {@link KnownAction} can be used interchangeably with Action,
|
|
822
|
+
* this enum contains the known values that the service supports.
|
|
823
|
+
* ### Known values supported by the service
|
|
824
|
+
* **Upload** \
|
|
825
|
+
* **Download**
|
|
826
|
+
*/
|
|
827
|
+
export type Action = string;
|
|
700
828
|
/** Known values of {@link ActionType} that the service accepts. */
|
|
701
829
|
export declare enum KnownActionType {
|
|
702
830
|
/** Allow */
|
|
@@ -716,6 +844,19 @@ export declare enum KnownActionType {
|
|
|
716
844
|
* **Block**
|
|
717
845
|
*/
|
|
718
846
|
export type ActionType = string;
|
|
847
|
+
/** Known values of {@link ManagedDomainList} that the service accepts. */
|
|
848
|
+
export declare enum KnownManagedDomainList {
|
|
849
|
+
/** Domain list managed by Azure DNS Threat Intelligence. */
|
|
850
|
+
AzureDnsThreatIntel = "AzureDnsThreatIntel"
|
|
851
|
+
}
|
|
852
|
+
/**
|
|
853
|
+
* Defines values for ManagedDomainList. \
|
|
854
|
+
* {@link KnownManagedDomainList} can be used interchangeably with ManagedDomainList,
|
|
855
|
+
* this enum contains the known values that the service supports.
|
|
856
|
+
* ### Known values supported by the service
|
|
857
|
+
* **AzureDnsThreatIntel**: Domain list managed by Azure DNS Threat Intelligence.
|
|
858
|
+
*/
|
|
859
|
+
export type ManagedDomainList = string;
|
|
719
860
|
/** Known values of {@link DnsSecurityRuleState} that the service accepts. */
|
|
720
861
|
export declare enum KnownDnsSecurityRuleState {
|
|
721
862
|
/** Enabled */
|
|
@@ -732,24 +873,43 @@ export declare enum KnownDnsSecurityRuleState {
|
|
|
732
873
|
* **Disabled**
|
|
733
874
|
*/
|
|
734
875
|
export type DnsSecurityRuleState = string;
|
|
735
|
-
/** Known values of {@link
|
|
736
|
-
export declare enum
|
|
737
|
-
/**
|
|
738
|
-
|
|
739
|
-
/**
|
|
740
|
-
|
|
876
|
+
/** Known values of {@link IpAllocationMethod} that the service accepts. */
|
|
877
|
+
export declare enum KnownIpAllocationMethod {
|
|
878
|
+
/** Static */
|
|
879
|
+
Static = "Static",
|
|
880
|
+
/** Dynamic */
|
|
881
|
+
Dynamic = "Dynamic"
|
|
741
882
|
}
|
|
742
883
|
/**
|
|
743
|
-
* Defines values for
|
|
744
|
-
* {@link
|
|
884
|
+
* Defines values for IpAllocationMethod. \
|
|
885
|
+
* {@link KnownIpAllocationMethod} can be used interchangeably with IpAllocationMethod,
|
|
745
886
|
* this enum contains the known values that the service supports.
|
|
746
887
|
* ### Known values supported by the service
|
|
747
|
-
* **
|
|
748
|
-
* **
|
|
888
|
+
* **Static** \
|
|
889
|
+
* **Dynamic**
|
|
749
890
|
*/
|
|
750
|
-
export type
|
|
891
|
+
export type IpAllocationMethod = string;
|
|
751
892
|
/** Optional parameters. */
|
|
752
|
-
export interface
|
|
893
|
+
export interface DnsForwardingRulesetsListOptionalParams extends coreClient.OperationOptions {
|
|
894
|
+
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
895
|
+
top?: number;
|
|
896
|
+
}
|
|
897
|
+
/** Contains response data for the list operation. */
|
|
898
|
+
export type DnsForwardingRulesetsListResponse = DnsForwardingRulesetListResult;
|
|
899
|
+
/** Optional parameters. */
|
|
900
|
+
export interface DnsForwardingRulesetsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
901
|
+
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
902
|
+
top?: number;
|
|
903
|
+
}
|
|
904
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
905
|
+
export type DnsForwardingRulesetsListByResourceGroupResponse = DnsForwardingRulesetListResult;
|
|
906
|
+
/** Optional parameters. */
|
|
907
|
+
export interface DnsForwardingRulesetsGetOptionalParams extends coreClient.OperationOptions {
|
|
908
|
+
}
|
|
909
|
+
/** Contains response data for the get operation. */
|
|
910
|
+
export type DnsForwardingRulesetsGetResponse = DnsForwardingRuleset;
|
|
911
|
+
/** Optional parameters. */
|
|
912
|
+
export interface DnsForwardingRulesetsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
753
913
|
/** 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. */
|
|
754
914
|
ifMatch?: string;
|
|
755
915
|
/** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
|
|
@@ -760,9 +920,9 @@ export interface DnsResolversCreateOrUpdateOptionalParams extends coreClient.Ope
|
|
|
760
920
|
resumeFrom?: string;
|
|
761
921
|
}
|
|
762
922
|
/** Contains response data for the createOrUpdate operation. */
|
|
763
|
-
export type
|
|
923
|
+
export type DnsForwardingRulesetsCreateOrUpdateResponse = DnsForwardingRuleset;
|
|
764
924
|
/** Optional parameters. */
|
|
765
|
-
export interface
|
|
925
|
+
export interface DnsForwardingRulesetsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
766
926
|
/** 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. */
|
|
767
927
|
ifMatch?: string;
|
|
768
928
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -771,9 +931,9 @@ export interface DnsResolversUpdateOptionalParams extends coreClient.OperationOp
|
|
|
771
931
|
resumeFrom?: string;
|
|
772
932
|
}
|
|
773
933
|
/** Contains response data for the update operation. */
|
|
774
|
-
export type
|
|
934
|
+
export type DnsForwardingRulesetsUpdateResponse = DnsForwardingRuleset;
|
|
775
935
|
/** Optional parameters. */
|
|
776
|
-
export interface
|
|
936
|
+
export interface DnsForwardingRulesetsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
777
937
|
/** 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. */
|
|
778
938
|
ifMatch?: string;
|
|
779
939
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -782,48 +942,48 @@ export interface DnsResolversDeleteOptionalParams extends coreClient.OperationOp
|
|
|
782
942
|
resumeFrom?: string;
|
|
783
943
|
}
|
|
784
944
|
/** Optional parameters. */
|
|
785
|
-
export interface
|
|
786
|
-
}
|
|
787
|
-
/** Contains response data for the get operation. */
|
|
788
|
-
export type DnsResolversGetResponse = DnsResolver;
|
|
789
|
-
/** Optional parameters. */
|
|
790
|
-
export interface DnsResolversListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
945
|
+
export interface DnsForwardingRulesetsListByVirtualNetworkOptionalParams extends coreClient.OperationOptions {
|
|
791
946
|
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
792
947
|
top?: number;
|
|
793
948
|
}
|
|
794
|
-
/** Contains response data for the
|
|
795
|
-
export type
|
|
949
|
+
/** Contains response data for the listByVirtualNetwork operation. */
|
|
950
|
+
export type DnsForwardingRulesetsListByVirtualNetworkResponse = VirtualNetworkDnsForwardingRulesetListResult;
|
|
796
951
|
/** Optional parameters. */
|
|
797
|
-
export interface
|
|
952
|
+
export interface DnsForwardingRulesetsListNextOptionalParams extends coreClient.OperationOptions {
|
|
953
|
+
}
|
|
954
|
+
/** Contains response data for the listNext operation. */
|
|
955
|
+
export type DnsForwardingRulesetsListNextResponse = DnsForwardingRulesetListResult;
|
|
956
|
+
/** Optional parameters. */
|
|
957
|
+
export interface DnsForwardingRulesetsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
958
|
+
}
|
|
959
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
960
|
+
export type DnsForwardingRulesetsListByResourceGroupNextResponse = DnsForwardingRulesetListResult;
|
|
961
|
+
/** Optional parameters. */
|
|
962
|
+
export interface DnsForwardingRulesetsListByVirtualNetworkNextOptionalParams extends coreClient.OperationOptions {
|
|
963
|
+
}
|
|
964
|
+
/** Contains response data for the listByVirtualNetworkNext operation. */
|
|
965
|
+
export type DnsForwardingRulesetsListByVirtualNetworkNextResponse = VirtualNetworkDnsForwardingRulesetListResult;
|
|
966
|
+
/** Optional parameters. */
|
|
967
|
+
export interface DnsResolverDomainListsListOptionalParams extends coreClient.OperationOptions {
|
|
798
968
|
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
799
969
|
top?: number;
|
|
800
970
|
}
|
|
801
971
|
/** Contains response data for the list operation. */
|
|
802
|
-
export type
|
|
972
|
+
export type DnsResolverDomainListsListResponse = DnsResolverDomainListResult;
|
|
803
973
|
/** Optional parameters. */
|
|
804
|
-
export interface
|
|
974
|
+
export interface DnsResolverDomainListsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
805
975
|
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
806
976
|
top?: number;
|
|
807
977
|
}
|
|
808
|
-
/** Contains response data for the
|
|
809
|
-
export type
|
|
810
|
-
/** Optional parameters. */
|
|
811
|
-
export interface DnsResolversListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
812
|
-
}
|
|
813
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
814
|
-
export type DnsResolversListByResourceGroupNextResponse = DnsResolverListResult;
|
|
815
|
-
/** Optional parameters. */
|
|
816
|
-
export interface DnsResolversListNextOptionalParams extends coreClient.OperationOptions {
|
|
817
|
-
}
|
|
818
|
-
/** Contains response data for the listNext operation. */
|
|
819
|
-
export type DnsResolversListNextResponse = DnsResolverListResult;
|
|
978
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
979
|
+
export type DnsResolverDomainListsListByResourceGroupResponse = DnsResolverDomainListResult;
|
|
820
980
|
/** Optional parameters. */
|
|
821
|
-
export interface
|
|
981
|
+
export interface DnsResolverDomainListsGetOptionalParams extends coreClient.OperationOptions {
|
|
822
982
|
}
|
|
823
|
-
/** Contains response data for the
|
|
824
|
-
export type
|
|
983
|
+
/** Contains response data for the get operation. */
|
|
984
|
+
export type DnsResolverDomainListsGetResponse = DnsResolverDomainList;
|
|
825
985
|
/** Optional parameters. */
|
|
826
|
-
export interface
|
|
986
|
+
export interface DnsResolverDomainListsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
827
987
|
/** 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. */
|
|
828
988
|
ifMatch?: string;
|
|
829
989
|
/** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
|
|
@@ -834,9 +994,9 @@ export interface InboundEndpointsCreateOrUpdateOptionalParams extends coreClient
|
|
|
834
994
|
resumeFrom?: string;
|
|
835
995
|
}
|
|
836
996
|
/** Contains response data for the createOrUpdate operation. */
|
|
837
|
-
export type
|
|
997
|
+
export type DnsResolverDomainListsCreateOrUpdateResponse = DnsResolverDomainList;
|
|
838
998
|
/** Optional parameters. */
|
|
839
|
-
export interface
|
|
999
|
+
export interface DnsResolverDomainListsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
840
1000
|
/** 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. */
|
|
841
1001
|
ifMatch?: string;
|
|
842
1002
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -845,9 +1005,9 @@ export interface InboundEndpointsUpdateOptionalParams extends coreClient.Operati
|
|
|
845
1005
|
resumeFrom?: string;
|
|
846
1006
|
}
|
|
847
1007
|
/** Contains response data for the update operation. */
|
|
848
|
-
export type
|
|
1008
|
+
export type DnsResolverDomainListsUpdateResponse = DnsResolverDomainList;
|
|
849
1009
|
/** Optional parameters. */
|
|
850
|
-
export interface
|
|
1010
|
+
export interface DnsResolverDomainListsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
851
1011
|
/** 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. */
|
|
852
1012
|
ifMatch?: string;
|
|
853
1013
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -855,25 +1015,52 @@ export interface InboundEndpointsDeleteOptionalParams extends coreClient.Operati
|
|
|
855
1015
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
856
1016
|
resumeFrom?: string;
|
|
857
1017
|
}
|
|
1018
|
+
/** Contains response data for the delete operation. */
|
|
1019
|
+
export type DnsResolverDomainListsDeleteResponse = DnsResolverDomainListsDeleteHeaders;
|
|
858
1020
|
/** Optional parameters. */
|
|
859
|
-
export interface
|
|
1021
|
+
export interface DnsResolverDomainListsBulkOptionalParams extends coreClient.OperationOptions {
|
|
1022
|
+
/** 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. */
|
|
1023
|
+
ifMatch?: string;
|
|
1024
|
+
/** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
|
|
1025
|
+
ifNoneMatch?: string;
|
|
1026
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1027
|
+
updateIntervalInMs?: number;
|
|
1028
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1029
|
+
resumeFrom?: string;
|
|
860
1030
|
}
|
|
861
|
-
/** Contains response data for the
|
|
862
|
-
export type
|
|
1031
|
+
/** Contains response data for the bulk operation. */
|
|
1032
|
+
export type DnsResolverDomainListsBulkResponse = DnsResolverDomainList;
|
|
863
1033
|
/** Optional parameters. */
|
|
864
|
-
export interface
|
|
1034
|
+
export interface DnsResolverDomainListsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1035
|
+
}
|
|
1036
|
+
/** Contains response data for the listNext operation. */
|
|
1037
|
+
export type DnsResolverDomainListsListNextResponse = DnsResolverDomainListResult;
|
|
1038
|
+
/** Optional parameters. */
|
|
1039
|
+
export interface DnsResolverDomainListsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1040
|
+
}
|
|
1041
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1042
|
+
export type DnsResolverDomainListsListByResourceGroupNextResponse = DnsResolverDomainListResult;
|
|
1043
|
+
/** Optional parameters. */
|
|
1044
|
+
export interface DnsResolverPoliciesListOptionalParams extends coreClient.OperationOptions {
|
|
865
1045
|
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
866
1046
|
top?: number;
|
|
867
1047
|
}
|
|
868
1048
|
/** Contains response data for the list operation. */
|
|
869
|
-
export type
|
|
1049
|
+
export type DnsResolverPoliciesListResponse = DnsResolverPolicyListResult;
|
|
870
1050
|
/** Optional parameters. */
|
|
871
|
-
export interface
|
|
1051
|
+
export interface DnsResolverPoliciesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1052
|
+
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
1053
|
+
top?: number;
|
|
872
1054
|
}
|
|
873
|
-
/** Contains response data for the
|
|
874
|
-
export type
|
|
1055
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
1056
|
+
export type DnsResolverPoliciesListByResourceGroupResponse = DnsResolverPolicyListResult;
|
|
875
1057
|
/** Optional parameters. */
|
|
876
|
-
export interface
|
|
1058
|
+
export interface DnsResolverPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
1059
|
+
}
|
|
1060
|
+
/** Contains response data for the get operation. */
|
|
1061
|
+
export type DnsResolverPoliciesGetResponse = DnsResolverPolicy;
|
|
1062
|
+
/** Optional parameters. */
|
|
1063
|
+
export interface DnsResolverPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
877
1064
|
/** 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. */
|
|
878
1065
|
ifMatch?: string;
|
|
879
1066
|
/** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
|
|
@@ -884,9 +1071,9 @@ export interface OutboundEndpointsCreateOrUpdateOptionalParams extends coreClien
|
|
|
884
1071
|
resumeFrom?: string;
|
|
885
1072
|
}
|
|
886
1073
|
/** Contains response data for the createOrUpdate operation. */
|
|
887
|
-
export type
|
|
1074
|
+
export type DnsResolverPoliciesCreateOrUpdateResponse = DnsResolverPolicy;
|
|
888
1075
|
/** Optional parameters. */
|
|
889
|
-
export interface
|
|
1076
|
+
export interface DnsResolverPoliciesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
890
1077
|
/** 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. */
|
|
891
1078
|
ifMatch?: string;
|
|
892
1079
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -895,9 +1082,9 @@ export interface OutboundEndpointsUpdateOptionalParams extends coreClient.Operat
|
|
|
895
1082
|
resumeFrom?: string;
|
|
896
1083
|
}
|
|
897
1084
|
/** Contains response data for the update operation. */
|
|
898
|
-
export type
|
|
1085
|
+
export type DnsResolverPoliciesUpdateResponse = DnsResolverPolicy;
|
|
899
1086
|
/** Optional parameters. */
|
|
900
|
-
export interface
|
|
1087
|
+
export interface DnsResolverPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
901
1088
|
/** 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. */
|
|
902
1089
|
ifMatch?: string;
|
|
903
1090
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -905,25 +1092,49 @@ export interface OutboundEndpointsDeleteOptionalParams extends coreClient.Operat
|
|
|
905
1092
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
906
1093
|
resumeFrom?: string;
|
|
907
1094
|
}
|
|
1095
|
+
/** Contains response data for the delete operation. */
|
|
1096
|
+
export type DnsResolverPoliciesDeleteResponse = DnsResolverPoliciesDeleteHeaders;
|
|
908
1097
|
/** Optional parameters. */
|
|
909
|
-
export interface
|
|
1098
|
+
export interface DnsResolverPoliciesListByVirtualNetworkOptionalParams extends coreClient.OperationOptions {
|
|
910
1099
|
}
|
|
911
|
-
/** Contains response data for the
|
|
912
|
-
export type
|
|
1100
|
+
/** Contains response data for the listByVirtualNetwork operation. */
|
|
1101
|
+
export type DnsResolverPoliciesListByVirtualNetworkResponse = SubResourceListResult;
|
|
913
1102
|
/** Optional parameters. */
|
|
914
|
-
export interface
|
|
1103
|
+
export interface DnsResolverPoliciesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1104
|
+
}
|
|
1105
|
+
/** Contains response data for the listNext operation. */
|
|
1106
|
+
export type DnsResolverPoliciesListNextResponse = DnsResolverPolicyListResult;
|
|
1107
|
+
/** Optional parameters. */
|
|
1108
|
+
export interface DnsResolverPoliciesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1109
|
+
}
|
|
1110
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1111
|
+
export type DnsResolverPoliciesListByResourceGroupNextResponse = DnsResolverPolicyListResult;
|
|
1112
|
+
/** Optional parameters. */
|
|
1113
|
+
export interface DnsResolverPoliciesListByVirtualNetworkNextOptionalParams extends coreClient.OperationOptions {
|
|
1114
|
+
}
|
|
1115
|
+
/** Contains response data for the listByVirtualNetworkNext operation. */
|
|
1116
|
+
export type DnsResolverPoliciesListByVirtualNetworkNextResponse = SubResourceListResult;
|
|
1117
|
+
/** Optional parameters. */
|
|
1118
|
+
export interface DnsResolversListOptionalParams extends coreClient.OperationOptions {
|
|
915
1119
|
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
916
1120
|
top?: number;
|
|
917
1121
|
}
|
|
918
1122
|
/** Contains response data for the list operation. */
|
|
919
|
-
export type
|
|
1123
|
+
export type DnsResolversListResponse = DnsResolverListResult;
|
|
1124
|
+
/** Optional parameters. */
|
|
1125
|
+
export interface DnsResolversListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1126
|
+
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
1127
|
+
top?: number;
|
|
1128
|
+
}
|
|
1129
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
1130
|
+
export type DnsResolversListByResourceGroupResponse = DnsResolverListResult;
|
|
920
1131
|
/** Optional parameters. */
|
|
921
|
-
export interface
|
|
1132
|
+
export interface DnsResolversGetOptionalParams extends coreClient.OperationOptions {
|
|
922
1133
|
}
|
|
923
|
-
/** Contains response data for the
|
|
924
|
-
export type
|
|
1134
|
+
/** Contains response data for the get operation. */
|
|
1135
|
+
export type DnsResolversGetResponse = DnsResolver;
|
|
925
1136
|
/** Optional parameters. */
|
|
926
|
-
export interface
|
|
1137
|
+
export interface DnsResolversCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
927
1138
|
/** 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. */
|
|
928
1139
|
ifMatch?: string;
|
|
929
1140
|
/** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
|
|
@@ -934,9 +1145,9 @@ export interface DnsForwardingRulesetsCreateOrUpdateOptionalParams extends coreC
|
|
|
934
1145
|
resumeFrom?: string;
|
|
935
1146
|
}
|
|
936
1147
|
/** Contains response data for the createOrUpdate operation. */
|
|
937
|
-
export type
|
|
1148
|
+
export type DnsResolversCreateOrUpdateResponse = DnsResolver;
|
|
938
1149
|
/** Optional parameters. */
|
|
939
|
-
export interface
|
|
1150
|
+
export interface DnsResolversUpdateOptionalParams extends coreClient.OperationOptions {
|
|
940
1151
|
/** 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. */
|
|
941
1152
|
ifMatch?: string;
|
|
942
1153
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -945,9 +1156,9 @@ export interface DnsForwardingRulesetsUpdateOptionalParams extends coreClient.Op
|
|
|
945
1156
|
resumeFrom?: string;
|
|
946
1157
|
}
|
|
947
1158
|
/** Contains response data for the update operation. */
|
|
948
|
-
export type
|
|
1159
|
+
export type DnsResolversUpdateResponse = DnsResolver;
|
|
949
1160
|
/** Optional parameters. */
|
|
950
|
-
export interface
|
|
1161
|
+
export interface DnsResolversDeleteOptionalParams extends coreClient.OperationOptions {
|
|
951
1162
|
/** 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. */
|
|
952
1163
|
ifMatch?: string;
|
|
953
1164
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -956,46 +1167,39 @@ export interface DnsForwardingRulesetsDeleteOptionalParams extends coreClient.Op
|
|
|
956
1167
|
resumeFrom?: string;
|
|
957
1168
|
}
|
|
958
1169
|
/** Optional parameters. */
|
|
959
|
-
export interface
|
|
960
|
-
}
|
|
961
|
-
/** Contains response data for the get operation. */
|
|
962
|
-
export type DnsForwardingRulesetsGetResponse = DnsForwardingRuleset;
|
|
963
|
-
/** Optional parameters. */
|
|
964
|
-
export interface DnsForwardingRulesetsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1170
|
+
export interface DnsResolversListByVirtualNetworkOptionalParams extends coreClient.OperationOptions {
|
|
965
1171
|
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
966
1172
|
top?: number;
|
|
967
1173
|
}
|
|
968
|
-
/** Contains response data for the
|
|
969
|
-
export type
|
|
1174
|
+
/** Contains response data for the listByVirtualNetwork operation. */
|
|
1175
|
+
export type DnsResolversListByVirtualNetworkResponse = SubResourceListResult;
|
|
970
1176
|
/** Optional parameters. */
|
|
971
|
-
export interface
|
|
972
|
-
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
973
|
-
top?: number;
|
|
1177
|
+
export interface DnsResolversListNextOptionalParams extends coreClient.OperationOptions {
|
|
974
1178
|
}
|
|
975
|
-
/** Contains response data for the
|
|
976
|
-
export type
|
|
1179
|
+
/** Contains response data for the listNext operation. */
|
|
1180
|
+
export type DnsResolversListNextResponse = DnsResolverListResult;
|
|
977
1181
|
/** Optional parameters. */
|
|
978
|
-
export interface
|
|
979
|
-
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
980
|
-
top?: number;
|
|
1182
|
+
export interface DnsResolversListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
981
1183
|
}
|
|
982
|
-
/** Contains response data for the
|
|
983
|
-
export type
|
|
1184
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1185
|
+
export type DnsResolversListByResourceGroupNextResponse = DnsResolverListResult;
|
|
984
1186
|
/** Optional parameters. */
|
|
985
|
-
export interface
|
|
1187
|
+
export interface DnsResolversListByVirtualNetworkNextOptionalParams extends coreClient.OperationOptions {
|
|
986
1188
|
}
|
|
987
|
-
/** Contains response data for the
|
|
988
|
-
export type
|
|
1189
|
+
/** Contains response data for the listByVirtualNetworkNext operation. */
|
|
1190
|
+
export type DnsResolversListByVirtualNetworkNextResponse = SubResourceListResult;
|
|
989
1191
|
/** Optional parameters. */
|
|
990
|
-
export interface
|
|
1192
|
+
export interface ForwardingRulesListOptionalParams extends coreClient.OperationOptions {
|
|
1193
|
+
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
1194
|
+
top?: number;
|
|
991
1195
|
}
|
|
992
|
-
/** Contains response data for the
|
|
993
|
-
export type
|
|
1196
|
+
/** Contains response data for the list operation. */
|
|
1197
|
+
export type ForwardingRulesListResponse = ForwardingRuleListResult;
|
|
994
1198
|
/** Optional parameters. */
|
|
995
|
-
export interface
|
|
1199
|
+
export interface ForwardingRulesGetOptionalParams extends coreClient.OperationOptions {
|
|
996
1200
|
}
|
|
997
|
-
/** Contains response data for the
|
|
998
|
-
export type
|
|
1201
|
+
/** Contains response data for the get operation. */
|
|
1202
|
+
export type ForwardingRulesGetResponse = ForwardingRule;
|
|
999
1203
|
/** Optional parameters. */
|
|
1000
1204
|
export interface ForwardingRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1001
1205
|
/** 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. */
|
|
@@ -1018,22 +1222,22 @@ export interface ForwardingRulesDeleteOptionalParams extends coreClient.Operatio
|
|
|
1018
1222
|
ifMatch?: string;
|
|
1019
1223
|
}
|
|
1020
1224
|
/** Optional parameters. */
|
|
1021
|
-
export interface
|
|
1225
|
+
export interface ForwardingRulesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1022
1226
|
}
|
|
1023
|
-
/** Contains response data for the
|
|
1024
|
-
export type
|
|
1227
|
+
/** Contains response data for the listNext operation. */
|
|
1228
|
+
export type ForwardingRulesListNextResponse = ForwardingRuleListResult;
|
|
1025
1229
|
/** Optional parameters. */
|
|
1026
|
-
export interface
|
|
1230
|
+
export interface VirtualNetworkLinksListOptionalParams extends coreClient.OperationOptions {
|
|
1027
1231
|
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
1028
1232
|
top?: number;
|
|
1029
1233
|
}
|
|
1030
1234
|
/** Contains response data for the list operation. */
|
|
1031
|
-
export type
|
|
1235
|
+
export type VirtualNetworkLinksListResponse = VirtualNetworkLinkListResult;
|
|
1032
1236
|
/** Optional parameters. */
|
|
1033
|
-
export interface
|
|
1237
|
+
export interface VirtualNetworkLinksGetOptionalParams extends coreClient.OperationOptions {
|
|
1034
1238
|
}
|
|
1035
|
-
/** Contains response data for the
|
|
1036
|
-
export type
|
|
1239
|
+
/** Contains response data for the get operation. */
|
|
1240
|
+
export type VirtualNetworkLinksGetResponse = VirtualNetworkLink;
|
|
1037
1241
|
/** Optional parameters. */
|
|
1038
1242
|
export interface VirtualNetworkLinksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1039
1243
|
/** 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. */
|
|
@@ -1068,24 +1272,24 @@ export interface VirtualNetworkLinksDeleteOptionalParams extends coreClient.Oper
|
|
|
1068
1272
|
resumeFrom?: string;
|
|
1069
1273
|
}
|
|
1070
1274
|
/** Optional parameters. */
|
|
1071
|
-
export interface
|
|
1275
|
+
export interface VirtualNetworkLinksListNextOptionalParams extends coreClient.OperationOptions {
|
|
1072
1276
|
}
|
|
1073
|
-
/** Contains response data for the
|
|
1074
|
-
export type
|
|
1277
|
+
/** Contains response data for the listNext operation. */
|
|
1278
|
+
export type VirtualNetworkLinksListNextResponse = VirtualNetworkLinkListResult;
|
|
1075
1279
|
/** Optional parameters. */
|
|
1076
|
-
export interface
|
|
1280
|
+
export interface DnsSecurityRulesListOptionalParams extends coreClient.OperationOptions {
|
|
1077
1281
|
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
1078
1282
|
top?: number;
|
|
1079
1283
|
}
|
|
1080
1284
|
/** Contains response data for the list operation. */
|
|
1081
|
-
export type
|
|
1285
|
+
export type DnsSecurityRulesListResponse = DnsSecurityRuleListResult;
|
|
1082
1286
|
/** Optional parameters. */
|
|
1083
|
-
export interface
|
|
1287
|
+
export interface DnsSecurityRulesGetOptionalParams extends coreClient.OperationOptions {
|
|
1084
1288
|
}
|
|
1085
|
-
/** Contains response data for the
|
|
1086
|
-
export type
|
|
1289
|
+
/** Contains response data for the get operation. */
|
|
1290
|
+
export type DnsSecurityRulesGetResponse = DnsSecurityRule;
|
|
1087
1291
|
/** Optional parameters. */
|
|
1088
|
-
export interface
|
|
1292
|
+
export interface DnsSecurityRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1089
1293
|
/** 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. */
|
|
1090
1294
|
ifMatch?: string;
|
|
1091
1295
|
/** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
|
|
@@ -1096,9 +1300,9 @@ export interface DnsResolverPoliciesCreateOrUpdateOptionalParams extends coreCli
|
|
|
1096
1300
|
resumeFrom?: string;
|
|
1097
1301
|
}
|
|
1098
1302
|
/** Contains response data for the createOrUpdate operation. */
|
|
1099
|
-
export type
|
|
1303
|
+
export type DnsSecurityRulesCreateOrUpdateResponse = DnsSecurityRule;
|
|
1100
1304
|
/** Optional parameters. */
|
|
1101
|
-
export interface
|
|
1305
|
+
export interface DnsSecurityRulesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1102
1306
|
/** 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. */
|
|
1103
1307
|
ifMatch?: string;
|
|
1104
1308
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1107,9 +1311,9 @@ export interface DnsResolverPoliciesUpdateOptionalParams extends coreClient.Oper
|
|
|
1107
1311
|
resumeFrom?: string;
|
|
1108
1312
|
}
|
|
1109
1313
|
/** Contains response data for the update operation. */
|
|
1110
|
-
export type
|
|
1314
|
+
export type DnsSecurityRulesUpdateResponse = DnsSecurityRule;
|
|
1111
1315
|
/** Optional parameters. */
|
|
1112
|
-
export interface
|
|
1316
|
+
export interface DnsSecurityRulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1113
1317
|
/** 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. */
|
|
1114
1318
|
ifMatch?: string;
|
|
1115
1319
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1118,48 +1322,26 @@ export interface DnsResolverPoliciesDeleteOptionalParams extends coreClient.Oper
|
|
|
1118
1322
|
resumeFrom?: string;
|
|
1119
1323
|
}
|
|
1120
1324
|
/** Contains response data for the delete operation. */
|
|
1121
|
-
export type
|
|
1122
|
-
/** Optional parameters. */
|
|
1123
|
-
export interface DnsResolverPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
1124
|
-
}
|
|
1125
|
-
/** Contains response data for the get operation. */
|
|
1126
|
-
export type DnsResolverPoliciesGetResponse = DnsResolverPolicy;
|
|
1325
|
+
export type DnsSecurityRulesDeleteResponse = DnsSecurityRulesDeleteHeaders;
|
|
1127
1326
|
/** Optional parameters. */
|
|
1128
|
-
export interface
|
|
1129
|
-
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
1130
|
-
top?: number;
|
|
1327
|
+
export interface DnsSecurityRulesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1131
1328
|
}
|
|
1132
|
-
/** Contains response data for the
|
|
1133
|
-
export type
|
|
1329
|
+
/** Contains response data for the listNext operation. */
|
|
1330
|
+
export type DnsSecurityRulesListNextResponse = DnsSecurityRuleListResult;
|
|
1134
1331
|
/** Optional parameters. */
|
|
1135
|
-
export interface
|
|
1332
|
+
export interface DnsResolverPolicyVirtualNetworkLinksListOptionalParams extends coreClient.OperationOptions {
|
|
1136
1333
|
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
1137
1334
|
top?: number;
|
|
1138
1335
|
}
|
|
1139
1336
|
/** Contains response data for the list operation. */
|
|
1140
|
-
export type
|
|
1141
|
-
/** Optional parameters. */
|
|
1142
|
-
export interface DnsResolverPoliciesListByVirtualNetworkOptionalParams extends coreClient.OperationOptions {
|
|
1143
|
-
}
|
|
1144
|
-
/** Contains response data for the listByVirtualNetwork operation. */
|
|
1145
|
-
export type DnsResolverPoliciesListByVirtualNetworkResponse = SubResourceListResult;
|
|
1146
|
-
/** Optional parameters. */
|
|
1147
|
-
export interface DnsResolverPoliciesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1148
|
-
}
|
|
1149
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1150
|
-
export type DnsResolverPoliciesListByResourceGroupNextResponse = DnsResolverPolicyListResult;
|
|
1151
|
-
/** Optional parameters. */
|
|
1152
|
-
export interface DnsResolverPoliciesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1153
|
-
}
|
|
1154
|
-
/** Contains response data for the listNext operation. */
|
|
1155
|
-
export type DnsResolverPoliciesListNextResponse = DnsResolverPolicyListResult;
|
|
1337
|
+
export type DnsResolverPolicyVirtualNetworkLinksListResponse = DnsResolverPolicyVirtualNetworkLinkListResult;
|
|
1156
1338
|
/** Optional parameters. */
|
|
1157
|
-
export interface
|
|
1339
|
+
export interface DnsResolverPolicyVirtualNetworkLinksGetOptionalParams extends coreClient.OperationOptions {
|
|
1158
1340
|
}
|
|
1159
|
-
/** Contains response data for the
|
|
1160
|
-
export type
|
|
1341
|
+
/** Contains response data for the get operation. */
|
|
1342
|
+
export type DnsResolverPolicyVirtualNetworkLinksGetResponse = DnsResolverPolicyVirtualNetworkLink;
|
|
1161
1343
|
/** Optional parameters. */
|
|
1162
|
-
export interface
|
|
1344
|
+
export interface DnsResolverPolicyVirtualNetworkLinksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1163
1345
|
/** 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. */
|
|
1164
1346
|
ifMatch?: string;
|
|
1165
1347
|
/** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
|
|
@@ -1170,9 +1352,9 @@ export interface DnsSecurityRulesCreateOrUpdateOptionalParams extends coreClient
|
|
|
1170
1352
|
resumeFrom?: string;
|
|
1171
1353
|
}
|
|
1172
1354
|
/** Contains response data for the createOrUpdate operation. */
|
|
1173
|
-
export type
|
|
1355
|
+
export type DnsResolverPolicyVirtualNetworkLinksCreateOrUpdateResponse = DnsResolverPolicyVirtualNetworkLink;
|
|
1174
1356
|
/** Optional parameters. */
|
|
1175
|
-
export interface
|
|
1357
|
+
export interface DnsResolverPolicyVirtualNetworkLinksUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1176
1358
|
/** 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. */
|
|
1177
1359
|
ifMatch?: string;
|
|
1178
1360
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1181,9 +1363,9 @@ export interface DnsSecurityRulesUpdateOptionalParams extends coreClient.Operati
|
|
|
1181
1363
|
resumeFrom?: string;
|
|
1182
1364
|
}
|
|
1183
1365
|
/** Contains response data for the update operation. */
|
|
1184
|
-
export type
|
|
1366
|
+
export type DnsResolverPolicyVirtualNetworkLinksUpdateResponse = DnsResolverPolicyVirtualNetworkLink;
|
|
1185
1367
|
/** Optional parameters. */
|
|
1186
|
-
export interface
|
|
1368
|
+
export interface DnsResolverPolicyVirtualNetworkLinksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1187
1369
|
/** 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. */
|
|
1188
1370
|
ifMatch?: string;
|
|
1189
1371
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1192,26 +1374,26 @@ export interface DnsSecurityRulesDeleteOptionalParams extends coreClient.Operati
|
|
|
1192
1374
|
resumeFrom?: string;
|
|
1193
1375
|
}
|
|
1194
1376
|
/** Contains response data for the delete operation. */
|
|
1195
|
-
export type
|
|
1377
|
+
export type DnsResolverPolicyVirtualNetworkLinksDeleteResponse = DnsResolverPolicyVirtualNetworkLinksDeleteHeaders;
|
|
1196
1378
|
/** Optional parameters. */
|
|
1197
|
-
export interface
|
|
1379
|
+
export interface DnsResolverPolicyVirtualNetworkLinksListNextOptionalParams extends coreClient.OperationOptions {
|
|
1198
1380
|
}
|
|
1199
|
-
/** Contains response data for the
|
|
1200
|
-
export type
|
|
1381
|
+
/** Contains response data for the listNext operation. */
|
|
1382
|
+
export type DnsResolverPolicyVirtualNetworkLinksListNextResponse = DnsResolverPolicyVirtualNetworkLinkListResult;
|
|
1201
1383
|
/** Optional parameters. */
|
|
1202
|
-
export interface
|
|
1384
|
+
export interface InboundEndpointsListOptionalParams extends coreClient.OperationOptions {
|
|
1203
1385
|
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
1204
1386
|
top?: number;
|
|
1205
1387
|
}
|
|
1206
1388
|
/** Contains response data for the list operation. */
|
|
1207
|
-
export type
|
|
1389
|
+
export type InboundEndpointsListResponse = InboundEndpointListResult;
|
|
1208
1390
|
/** Optional parameters. */
|
|
1209
|
-
export interface
|
|
1391
|
+
export interface InboundEndpointsGetOptionalParams extends coreClient.OperationOptions {
|
|
1210
1392
|
}
|
|
1211
|
-
/** Contains response data for the
|
|
1212
|
-
export type
|
|
1393
|
+
/** Contains response data for the get operation. */
|
|
1394
|
+
export type InboundEndpointsGetResponse = InboundEndpoint;
|
|
1213
1395
|
/** Optional parameters. */
|
|
1214
|
-
export interface
|
|
1396
|
+
export interface InboundEndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1215
1397
|
/** 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. */
|
|
1216
1398
|
ifMatch?: string;
|
|
1217
1399
|
/** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
|
|
@@ -1222,9 +1404,9 @@ export interface DnsResolverPolicyVirtualNetworkLinksCreateOrUpdateOptionalParam
|
|
|
1222
1404
|
resumeFrom?: string;
|
|
1223
1405
|
}
|
|
1224
1406
|
/** Contains response data for the createOrUpdate operation. */
|
|
1225
|
-
export type
|
|
1407
|
+
export type InboundEndpointsCreateOrUpdateResponse = InboundEndpoint;
|
|
1226
1408
|
/** Optional parameters. */
|
|
1227
|
-
export interface
|
|
1409
|
+
export interface InboundEndpointsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1228
1410
|
/** 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. */
|
|
1229
1411
|
ifMatch?: string;
|
|
1230
1412
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1233,9 +1415,9 @@ export interface DnsResolverPolicyVirtualNetworkLinksUpdateOptionalParams extend
|
|
|
1233
1415
|
resumeFrom?: string;
|
|
1234
1416
|
}
|
|
1235
1417
|
/** Contains response data for the update operation. */
|
|
1236
|
-
export type
|
|
1418
|
+
export type InboundEndpointsUpdateResponse = InboundEndpoint;
|
|
1237
1419
|
/** Optional parameters. */
|
|
1238
|
-
export interface
|
|
1420
|
+
export interface InboundEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1239
1421
|
/** 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. */
|
|
1240
1422
|
ifMatch?: string;
|
|
1241
1423
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1243,27 +1425,25 @@ export interface DnsResolverPolicyVirtualNetworkLinksDeleteOptionalParams extend
|
|
|
1243
1425
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1244
1426
|
resumeFrom?: string;
|
|
1245
1427
|
}
|
|
1246
|
-
/** Contains response data for the delete operation. */
|
|
1247
|
-
export type DnsResolverPolicyVirtualNetworkLinksDeleteResponse = DnsResolverPolicyVirtualNetworkLinksDeleteHeaders;
|
|
1248
1428
|
/** Optional parameters. */
|
|
1249
|
-
export interface
|
|
1429
|
+
export interface InboundEndpointsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1250
1430
|
}
|
|
1251
|
-
/** Contains response data for the
|
|
1252
|
-
export type
|
|
1431
|
+
/** Contains response data for the listNext operation. */
|
|
1432
|
+
export type InboundEndpointsListNextResponse = InboundEndpointListResult;
|
|
1253
1433
|
/** Optional parameters. */
|
|
1254
|
-
export interface
|
|
1434
|
+
export interface OutboundEndpointsListOptionalParams extends coreClient.OperationOptions {
|
|
1255
1435
|
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
1256
1436
|
top?: number;
|
|
1257
1437
|
}
|
|
1258
1438
|
/** Contains response data for the list operation. */
|
|
1259
|
-
export type
|
|
1439
|
+
export type OutboundEndpointsListResponse = OutboundEndpointListResult;
|
|
1260
1440
|
/** Optional parameters. */
|
|
1261
|
-
export interface
|
|
1441
|
+
export interface OutboundEndpointsGetOptionalParams extends coreClient.OperationOptions {
|
|
1262
1442
|
}
|
|
1263
|
-
/** Contains response data for the
|
|
1264
|
-
export type
|
|
1443
|
+
/** Contains response data for the get operation. */
|
|
1444
|
+
export type OutboundEndpointsGetResponse = OutboundEndpoint;
|
|
1265
1445
|
/** Optional parameters. */
|
|
1266
|
-
export interface
|
|
1446
|
+
export interface OutboundEndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1267
1447
|
/** 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. */
|
|
1268
1448
|
ifMatch?: string;
|
|
1269
1449
|
/** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
|
|
@@ -1274,9 +1454,9 @@ export interface DnsResolverDomainListsCreateOrUpdateOptionalParams extends core
|
|
|
1274
1454
|
resumeFrom?: string;
|
|
1275
1455
|
}
|
|
1276
1456
|
/** Contains response data for the createOrUpdate operation. */
|
|
1277
|
-
export type
|
|
1457
|
+
export type OutboundEndpointsCreateOrUpdateResponse = OutboundEndpoint;
|
|
1278
1458
|
/** Optional parameters. */
|
|
1279
|
-
export interface
|
|
1459
|
+
export interface OutboundEndpointsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1280
1460
|
/** 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. */
|
|
1281
1461
|
ifMatch?: string;
|
|
1282
1462
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1285,60 +1465,21 @@ export interface DnsResolverDomainListsUpdateOptionalParams extends coreClient.O
|
|
|
1285
1465
|
resumeFrom?: string;
|
|
1286
1466
|
}
|
|
1287
1467
|
/** Contains response data for the update operation. */
|
|
1288
|
-
export type
|
|
1289
|
-
/** Optional parameters. */
|
|
1290
|
-
export interface DnsResolverDomainListsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1291
|
-
/** 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. */
|
|
1292
|
-
ifMatch?: string;
|
|
1293
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1294
|
-
updateIntervalInMs?: number;
|
|
1295
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1296
|
-
resumeFrom?: string;
|
|
1297
|
-
}
|
|
1298
|
-
/** Contains response data for the delete operation. */
|
|
1299
|
-
export type DnsResolverDomainListsDeleteResponse = DnsResolverDomainListsDeleteHeaders;
|
|
1300
|
-
/** Optional parameters. */
|
|
1301
|
-
export interface DnsResolverDomainListsGetOptionalParams extends coreClient.OperationOptions {
|
|
1302
|
-
}
|
|
1303
|
-
/** Contains response data for the get operation. */
|
|
1304
|
-
export type DnsResolverDomainListsGetResponse = DnsResolverDomainList;
|
|
1305
|
-
/** Optional parameters. */
|
|
1306
|
-
export interface DnsResolverDomainListsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1307
|
-
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
1308
|
-
top?: number;
|
|
1309
|
-
}
|
|
1310
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
1311
|
-
export type DnsResolverDomainListsListByResourceGroupResponse = DnsResolverDomainListResult;
|
|
1312
|
-
/** Optional parameters. */
|
|
1313
|
-
export interface DnsResolverDomainListsListOptionalParams extends coreClient.OperationOptions {
|
|
1314
|
-
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
1315
|
-
top?: number;
|
|
1316
|
-
}
|
|
1317
|
-
/** Contains response data for the list operation. */
|
|
1318
|
-
export type DnsResolverDomainListsListResponse = DnsResolverDomainListResult;
|
|
1468
|
+
export type OutboundEndpointsUpdateResponse = OutboundEndpoint;
|
|
1319
1469
|
/** Optional parameters. */
|
|
1320
|
-
export interface
|
|
1470
|
+
export interface OutboundEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1321
1471
|
/** 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. */
|
|
1322
1472
|
ifMatch?: string;
|
|
1323
|
-
/** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
|
|
1324
|
-
ifNoneMatch?: string;
|
|
1325
1473
|
/** Delay to wait until next poll, in milliseconds. */
|
|
1326
1474
|
updateIntervalInMs?: number;
|
|
1327
1475
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1328
1476
|
resumeFrom?: string;
|
|
1329
1477
|
}
|
|
1330
|
-
/** Contains response data for the bulk operation. */
|
|
1331
|
-
export type DnsResolverDomainListsBulkResponse = DnsResolverDomainList;
|
|
1332
|
-
/** Optional parameters. */
|
|
1333
|
-
export interface DnsResolverDomainListsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1334
|
-
}
|
|
1335
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1336
|
-
export type DnsResolverDomainListsListByResourceGroupNextResponse = DnsResolverDomainListResult;
|
|
1337
1478
|
/** Optional parameters. */
|
|
1338
|
-
export interface
|
|
1479
|
+
export interface OutboundEndpointsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1339
1480
|
}
|
|
1340
1481
|
/** Contains response data for the listNext operation. */
|
|
1341
|
-
export type
|
|
1482
|
+
export type OutboundEndpointsListNextResponse = OutboundEndpointListResult;
|
|
1342
1483
|
/** Optional parameters. */
|
|
1343
1484
|
export interface DnsResolverManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1344
1485
|
/** server parameter */
|