@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,10 +1,32 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
export const DnsForwardingRulesetListResult = {
|
|
4
|
+
type: {
|
|
5
|
+
name: "Composite",
|
|
6
|
+
className: "DnsForwardingRulesetListResult",
|
|
7
|
+
modelProperties: {
|
|
8
|
+
value: {
|
|
9
|
+
serializedName: "value",
|
|
10
|
+
required: true,
|
|
11
|
+
type: {
|
|
12
|
+
name: "Sequence",
|
|
13
|
+
element: {
|
|
14
|
+
type: {
|
|
15
|
+
name: "Composite",
|
|
16
|
+
className: "DnsForwardingRuleset",
|
|
17
|
+
},
|
|
18
|
+
},
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
nextLink: {
|
|
22
|
+
serializedName: "nextLink",
|
|
23
|
+
type: {
|
|
24
|
+
name: "String",
|
|
25
|
+
},
|
|
26
|
+
},
|
|
27
|
+
},
|
|
28
|
+
},
|
|
29
|
+
};
|
|
8
30
|
export const SubResource = {
|
|
9
31
|
type: {
|
|
10
32
|
name: "Composite",
|
|
@@ -153,41 +175,26 @@ export const CloudErrorBody = {
|
|
|
153
175
|
},
|
|
154
176
|
},
|
|
155
177
|
};
|
|
156
|
-
export const
|
|
157
|
-
type: {
|
|
158
|
-
name: "Composite",
|
|
159
|
-
className: "DnsResolverPatch",
|
|
160
|
-
modelProperties: {
|
|
161
|
-
tags: {
|
|
162
|
-
serializedName: "tags",
|
|
163
|
-
type: {
|
|
164
|
-
name: "Dictionary",
|
|
165
|
-
value: { type: { name: "String" } },
|
|
166
|
-
},
|
|
167
|
-
},
|
|
168
|
-
},
|
|
169
|
-
},
|
|
170
|
-
};
|
|
171
|
-
export const DnsResolverListResult = {
|
|
178
|
+
export const DnsResolverDomainListResult = {
|
|
172
179
|
type: {
|
|
173
180
|
name: "Composite",
|
|
174
|
-
className: "
|
|
181
|
+
className: "DnsResolverDomainListResult",
|
|
175
182
|
modelProperties: {
|
|
176
183
|
value: {
|
|
177
184
|
serializedName: "value",
|
|
185
|
+
required: true,
|
|
178
186
|
type: {
|
|
179
187
|
name: "Sequence",
|
|
180
188
|
element: {
|
|
181
189
|
type: {
|
|
182
190
|
name: "Composite",
|
|
183
|
-
className: "
|
|
191
|
+
className: "DnsResolverDomainList",
|
|
184
192
|
},
|
|
185
193
|
},
|
|
186
194
|
},
|
|
187
195
|
},
|
|
188
196
|
nextLink: {
|
|
189
197
|
serializedName: "nextLink",
|
|
190
|
-
readOnly: true,
|
|
191
198
|
type: {
|
|
192
199
|
name: "String",
|
|
193
200
|
},
|
|
@@ -195,69 +202,119 @@ export const DnsResolverListResult = {
|
|
|
195
202
|
},
|
|
196
203
|
},
|
|
197
204
|
};
|
|
198
|
-
export const
|
|
205
|
+
export const ErrorResponse = {
|
|
199
206
|
type: {
|
|
200
207
|
name: "Composite",
|
|
201
|
-
className: "
|
|
208
|
+
className: "ErrorResponse",
|
|
202
209
|
modelProperties: {
|
|
203
|
-
|
|
204
|
-
serializedName: "
|
|
210
|
+
error: {
|
|
211
|
+
serializedName: "error",
|
|
205
212
|
type: {
|
|
206
213
|
name: "Composite",
|
|
207
|
-
className: "
|
|
214
|
+
className: "ErrorDetail",
|
|
208
215
|
},
|
|
209
216
|
},
|
|
210
|
-
|
|
211
|
-
|
|
217
|
+
},
|
|
218
|
+
},
|
|
219
|
+
};
|
|
220
|
+
export const ErrorDetail = {
|
|
221
|
+
type: {
|
|
222
|
+
name: "Composite",
|
|
223
|
+
className: "ErrorDetail",
|
|
224
|
+
modelProperties: {
|
|
225
|
+
code: {
|
|
226
|
+
serializedName: "code",
|
|
227
|
+
readOnly: true,
|
|
212
228
|
type: {
|
|
213
229
|
name: "String",
|
|
214
230
|
},
|
|
215
231
|
},
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
232
|
+
message: {
|
|
233
|
+
serializedName: "message",
|
|
234
|
+
readOnly: true,
|
|
235
|
+
type: {
|
|
236
|
+
name: "String",
|
|
237
|
+
},
|
|
238
|
+
},
|
|
239
|
+
target: {
|
|
240
|
+
serializedName: "target",
|
|
241
|
+
readOnly: true,
|
|
219
242
|
type: {
|
|
220
243
|
name: "String",
|
|
221
244
|
},
|
|
222
245
|
},
|
|
246
|
+
details: {
|
|
247
|
+
serializedName: "details",
|
|
248
|
+
readOnly: true,
|
|
249
|
+
type: {
|
|
250
|
+
name: "Sequence",
|
|
251
|
+
element: {
|
|
252
|
+
type: {
|
|
253
|
+
name: "Composite",
|
|
254
|
+
className: "ErrorDetail",
|
|
255
|
+
},
|
|
256
|
+
},
|
|
257
|
+
},
|
|
258
|
+
},
|
|
259
|
+
additionalInfo: {
|
|
260
|
+
serializedName: "additionalInfo",
|
|
261
|
+
readOnly: true,
|
|
262
|
+
type: {
|
|
263
|
+
name: "Sequence",
|
|
264
|
+
element: {
|
|
265
|
+
type: {
|
|
266
|
+
name: "Composite",
|
|
267
|
+
className: "ErrorAdditionalInfo",
|
|
268
|
+
},
|
|
269
|
+
},
|
|
270
|
+
},
|
|
271
|
+
},
|
|
223
272
|
},
|
|
224
273
|
},
|
|
225
274
|
};
|
|
226
|
-
export const
|
|
275
|
+
export const ErrorAdditionalInfo = {
|
|
227
276
|
type: {
|
|
228
277
|
name: "Composite",
|
|
229
|
-
className: "
|
|
278
|
+
className: "ErrorAdditionalInfo",
|
|
230
279
|
modelProperties: {
|
|
231
|
-
|
|
232
|
-
serializedName: "
|
|
280
|
+
type: {
|
|
281
|
+
serializedName: "type",
|
|
282
|
+
readOnly: true,
|
|
283
|
+
type: {
|
|
284
|
+
name: "String",
|
|
285
|
+
},
|
|
286
|
+
},
|
|
287
|
+
info: {
|
|
288
|
+
serializedName: "info",
|
|
289
|
+
readOnly: true,
|
|
233
290
|
type: {
|
|
234
291
|
name: "Dictionary",
|
|
235
|
-
value: { type: { name: "
|
|
292
|
+
value: { type: { name: "any" } },
|
|
236
293
|
},
|
|
237
294
|
},
|
|
238
295
|
},
|
|
239
296
|
},
|
|
240
297
|
};
|
|
241
|
-
export const
|
|
298
|
+
export const DnsResolverPolicyListResult = {
|
|
242
299
|
type: {
|
|
243
300
|
name: "Composite",
|
|
244
|
-
className: "
|
|
301
|
+
className: "DnsResolverPolicyListResult",
|
|
245
302
|
modelProperties: {
|
|
246
303
|
value: {
|
|
247
304
|
serializedName: "value",
|
|
305
|
+
required: true,
|
|
248
306
|
type: {
|
|
249
307
|
name: "Sequence",
|
|
250
308
|
element: {
|
|
251
309
|
type: {
|
|
252
310
|
name: "Composite",
|
|
253
|
-
className: "
|
|
311
|
+
className: "DnsResolverPolicy",
|
|
254
312
|
},
|
|
255
313
|
},
|
|
256
314
|
},
|
|
257
315
|
},
|
|
258
316
|
nextLink: {
|
|
259
317
|
serializedName: "nextLink",
|
|
260
|
-
readOnly: true,
|
|
261
318
|
type: {
|
|
262
319
|
name: "String",
|
|
263
320
|
},
|
|
@@ -265,41 +322,26 @@ export const InboundEndpointListResult = {
|
|
|
265
322
|
},
|
|
266
323
|
},
|
|
267
324
|
};
|
|
268
|
-
export const
|
|
269
|
-
type: {
|
|
270
|
-
name: "Composite",
|
|
271
|
-
className: "OutboundEndpointPatch",
|
|
272
|
-
modelProperties: {
|
|
273
|
-
tags: {
|
|
274
|
-
serializedName: "tags",
|
|
275
|
-
type: {
|
|
276
|
-
name: "Dictionary",
|
|
277
|
-
value: { type: { name: "String" } },
|
|
278
|
-
},
|
|
279
|
-
},
|
|
280
|
-
},
|
|
281
|
-
},
|
|
282
|
-
};
|
|
283
|
-
export const OutboundEndpointListResult = {
|
|
325
|
+
export const DnsResolverListResult = {
|
|
284
326
|
type: {
|
|
285
327
|
name: "Composite",
|
|
286
|
-
className: "
|
|
328
|
+
className: "DnsResolverListResult",
|
|
287
329
|
modelProperties: {
|
|
288
330
|
value: {
|
|
289
331
|
serializedName: "value",
|
|
332
|
+
required: true,
|
|
290
333
|
type: {
|
|
291
334
|
name: "Sequence",
|
|
292
335
|
element: {
|
|
293
336
|
type: {
|
|
294
337
|
name: "Composite",
|
|
295
|
-
className: "
|
|
338
|
+
className: "DnsResolver",
|
|
296
339
|
},
|
|
297
340
|
},
|
|
298
341
|
},
|
|
299
342
|
},
|
|
300
343
|
nextLink: {
|
|
301
344
|
serializedName: "nextLink",
|
|
302
|
-
readOnly: true,
|
|
303
345
|
type: {
|
|
304
346
|
name: "String",
|
|
305
347
|
},
|
|
@@ -334,26 +376,26 @@ export const DnsForwardingRulesetPatch = {
|
|
|
334
376
|
},
|
|
335
377
|
},
|
|
336
378
|
};
|
|
337
|
-
export const
|
|
379
|
+
export const ForwardingRuleListResult = {
|
|
338
380
|
type: {
|
|
339
381
|
name: "Composite",
|
|
340
|
-
className: "
|
|
382
|
+
className: "ForwardingRuleListResult",
|
|
341
383
|
modelProperties: {
|
|
342
384
|
value: {
|
|
343
385
|
serializedName: "value",
|
|
386
|
+
required: true,
|
|
344
387
|
type: {
|
|
345
388
|
name: "Sequence",
|
|
346
389
|
element: {
|
|
347
390
|
type: {
|
|
348
391
|
name: "Composite",
|
|
349
|
-
className: "
|
|
392
|
+
className: "ForwardingRule",
|
|
350
393
|
},
|
|
351
394
|
},
|
|
352
395
|
},
|
|
353
396
|
},
|
|
354
397
|
nextLink: {
|
|
355
398
|
serializedName: "nextLink",
|
|
356
|
-
readOnly: true,
|
|
357
399
|
type: {
|
|
358
400
|
name: "String",
|
|
359
401
|
},
|
|
@@ -416,26 +458,26 @@ export const ForwardingRulePatch = {
|
|
|
416
458
|
},
|
|
417
459
|
},
|
|
418
460
|
};
|
|
419
|
-
export const
|
|
461
|
+
export const VirtualNetworkLinkListResult = {
|
|
420
462
|
type: {
|
|
421
463
|
name: "Composite",
|
|
422
|
-
className: "
|
|
464
|
+
className: "VirtualNetworkLinkListResult",
|
|
423
465
|
modelProperties: {
|
|
424
466
|
value: {
|
|
425
467
|
serializedName: "value",
|
|
468
|
+
required: true,
|
|
426
469
|
type: {
|
|
427
470
|
name: "Sequence",
|
|
428
471
|
element: {
|
|
429
472
|
type: {
|
|
430
473
|
name: "Composite",
|
|
431
|
-
className: "
|
|
474
|
+
className: "VirtualNetworkLink",
|
|
432
475
|
},
|
|
433
476
|
},
|
|
434
477
|
},
|
|
435
478
|
},
|
|
436
479
|
nextLink: {
|
|
437
480
|
serializedName: "nextLink",
|
|
438
|
-
readOnly: true,
|
|
439
481
|
type: {
|
|
440
482
|
name: "String",
|
|
441
483
|
},
|
|
@@ -458,53 +500,47 @@ export const VirtualNetworkLinkPatch = {
|
|
|
458
500
|
},
|
|
459
501
|
},
|
|
460
502
|
};
|
|
461
|
-
export const
|
|
503
|
+
export const DnsResolverDomainListPatch = {
|
|
462
504
|
type: {
|
|
463
505
|
name: "Composite",
|
|
464
|
-
className: "
|
|
506
|
+
className: "DnsResolverDomainListPatch",
|
|
465
507
|
modelProperties: {
|
|
466
|
-
|
|
467
|
-
serializedName: "
|
|
508
|
+
tags: {
|
|
509
|
+
serializedName: "tags",
|
|
510
|
+
type: {
|
|
511
|
+
name: "Dictionary",
|
|
512
|
+
value: { type: { name: "String" } },
|
|
513
|
+
},
|
|
514
|
+
},
|
|
515
|
+
domains: {
|
|
516
|
+
serializedName: "properties.domains",
|
|
468
517
|
type: {
|
|
469
518
|
name: "Sequence",
|
|
470
519
|
element: {
|
|
471
520
|
type: {
|
|
472
|
-
name: "
|
|
473
|
-
className: "VirtualNetworkLink",
|
|
521
|
+
name: "String",
|
|
474
522
|
},
|
|
475
523
|
},
|
|
476
524
|
},
|
|
477
525
|
},
|
|
478
|
-
nextLink: {
|
|
479
|
-
serializedName: "nextLink",
|
|
480
|
-
readOnly: true,
|
|
481
|
-
type: {
|
|
482
|
-
name: "String",
|
|
483
|
-
},
|
|
484
|
-
},
|
|
485
526
|
},
|
|
486
527
|
},
|
|
487
528
|
};
|
|
488
|
-
export const
|
|
529
|
+
export const DnsResolverDomainListBulk = {
|
|
489
530
|
type: {
|
|
490
531
|
name: "Composite",
|
|
491
|
-
className: "
|
|
532
|
+
className: "DnsResolverDomainListBulk",
|
|
492
533
|
modelProperties: {
|
|
493
|
-
|
|
494
|
-
serializedName: "
|
|
534
|
+
storageUrl: {
|
|
535
|
+
serializedName: "properties.storageUrl",
|
|
536
|
+
required: true,
|
|
495
537
|
type: {
|
|
496
|
-
name: "
|
|
497
|
-
element: {
|
|
498
|
-
type: {
|
|
499
|
-
name: "Composite",
|
|
500
|
-
className: "SubResource",
|
|
501
|
-
},
|
|
502
|
-
},
|
|
538
|
+
name: "String",
|
|
503
539
|
},
|
|
504
540
|
},
|
|
505
|
-
|
|
506
|
-
serializedName: "
|
|
507
|
-
|
|
541
|
+
action: {
|
|
542
|
+
serializedName: "properties.action",
|
|
543
|
+
required: true,
|
|
508
544
|
type: {
|
|
509
545
|
name: "String",
|
|
510
546
|
},
|
|
@@ -512,26 +548,41 @@ export const SubResourceListResult = {
|
|
|
512
548
|
},
|
|
513
549
|
},
|
|
514
550
|
};
|
|
515
|
-
export const
|
|
551
|
+
export const DnsResolverPolicyPatch = {
|
|
516
552
|
type: {
|
|
517
553
|
name: "Composite",
|
|
518
|
-
className: "
|
|
554
|
+
className: "DnsResolverPolicyPatch",
|
|
555
|
+
modelProperties: {
|
|
556
|
+
tags: {
|
|
557
|
+
serializedName: "tags",
|
|
558
|
+
type: {
|
|
559
|
+
name: "Dictionary",
|
|
560
|
+
value: { type: { name: "String" } },
|
|
561
|
+
},
|
|
562
|
+
},
|
|
563
|
+
},
|
|
564
|
+
},
|
|
565
|
+
};
|
|
566
|
+
export const DnsSecurityRuleListResult = {
|
|
567
|
+
type: {
|
|
568
|
+
name: "Composite",
|
|
569
|
+
className: "DnsSecurityRuleListResult",
|
|
519
570
|
modelProperties: {
|
|
520
571
|
value: {
|
|
521
572
|
serializedName: "value",
|
|
573
|
+
required: true,
|
|
522
574
|
type: {
|
|
523
575
|
name: "Sequence",
|
|
524
576
|
element: {
|
|
525
577
|
type: {
|
|
526
578
|
name: "Composite",
|
|
527
|
-
className: "
|
|
579
|
+
className: "DnsSecurityRule",
|
|
528
580
|
},
|
|
529
581
|
},
|
|
530
582
|
},
|
|
531
583
|
},
|
|
532
584
|
nextLink: {
|
|
533
585
|
serializedName: "nextLink",
|
|
534
|
-
readOnly: true,
|
|
535
586
|
type: {
|
|
536
587
|
name: "String",
|
|
537
588
|
},
|
|
@@ -539,124 +590,123 @@ export const VirtualNetworkDnsForwardingRulesetListResult = {
|
|
|
539
590
|
},
|
|
540
591
|
},
|
|
541
592
|
};
|
|
542
|
-
export const
|
|
593
|
+
export const DnsSecurityRuleAction = {
|
|
543
594
|
type: {
|
|
544
595
|
name: "Composite",
|
|
545
|
-
className: "
|
|
596
|
+
className: "DnsSecurityRuleAction",
|
|
546
597
|
modelProperties: {
|
|
547
|
-
|
|
548
|
-
serializedName: "
|
|
598
|
+
actionType: {
|
|
599
|
+
serializedName: "actionType",
|
|
549
600
|
type: {
|
|
550
601
|
name: "String",
|
|
551
602
|
},
|
|
552
603
|
},
|
|
553
|
-
virtualNetworkLink: {
|
|
554
|
-
serializedName: "properties.virtualNetworkLink",
|
|
555
|
-
type: {
|
|
556
|
-
name: "Composite",
|
|
557
|
-
className: "SubResource",
|
|
558
|
-
},
|
|
559
|
-
},
|
|
560
|
-
},
|
|
561
|
-
},
|
|
562
|
-
};
|
|
563
|
-
export const ErrorResponse = {
|
|
564
|
-
type: {
|
|
565
|
-
name: "Composite",
|
|
566
|
-
className: "ErrorResponse",
|
|
567
|
-
modelProperties: {
|
|
568
|
-
error: {
|
|
569
|
-
serializedName: "error",
|
|
570
|
-
type: {
|
|
571
|
-
name: "Composite",
|
|
572
|
-
className: "ErrorDetail",
|
|
573
|
-
},
|
|
574
|
-
},
|
|
575
604
|
},
|
|
576
605
|
},
|
|
577
606
|
};
|
|
578
|
-
export const
|
|
607
|
+
export const DnsSecurityRulePatch = {
|
|
579
608
|
type: {
|
|
580
609
|
name: "Composite",
|
|
581
|
-
className: "
|
|
610
|
+
className: "DnsSecurityRulePatch",
|
|
582
611
|
modelProperties: {
|
|
583
|
-
|
|
584
|
-
serializedName: "
|
|
585
|
-
readOnly: true,
|
|
586
|
-
type: {
|
|
587
|
-
name: "String",
|
|
588
|
-
},
|
|
589
|
-
},
|
|
590
|
-
message: {
|
|
591
|
-
serializedName: "message",
|
|
592
|
-
readOnly: true,
|
|
612
|
+
tags: {
|
|
613
|
+
serializedName: "tags",
|
|
593
614
|
type: {
|
|
594
|
-
name: "
|
|
615
|
+
name: "Dictionary",
|
|
616
|
+
value: { type: { name: "String" } },
|
|
595
617
|
},
|
|
596
618
|
},
|
|
597
|
-
|
|
598
|
-
serializedName: "
|
|
599
|
-
readOnly: true,
|
|
619
|
+
action: {
|
|
620
|
+
serializedName: "properties.action",
|
|
600
621
|
type: {
|
|
601
|
-
name: "
|
|
622
|
+
name: "Composite",
|
|
623
|
+
className: "DnsSecurityRuleAction",
|
|
602
624
|
},
|
|
603
625
|
},
|
|
604
|
-
|
|
605
|
-
serializedName: "
|
|
606
|
-
readOnly: true,
|
|
626
|
+
dnsResolverDomainLists: {
|
|
627
|
+
serializedName: "properties.dnsResolverDomainLists",
|
|
607
628
|
type: {
|
|
608
629
|
name: "Sequence",
|
|
609
630
|
element: {
|
|
610
631
|
type: {
|
|
611
632
|
name: "Composite",
|
|
612
|
-
className: "
|
|
633
|
+
className: "SubResource",
|
|
613
634
|
},
|
|
614
635
|
},
|
|
615
636
|
},
|
|
616
637
|
},
|
|
617
|
-
|
|
618
|
-
serializedName: "
|
|
619
|
-
readOnly: true,
|
|
638
|
+
managedDomainLists: {
|
|
639
|
+
serializedName: "properties.managedDomainLists",
|
|
620
640
|
type: {
|
|
621
641
|
name: "Sequence",
|
|
622
642
|
element: {
|
|
623
643
|
type: {
|
|
624
|
-
name: "
|
|
625
|
-
className: "ErrorAdditionalInfo",
|
|
644
|
+
name: "String",
|
|
626
645
|
},
|
|
627
646
|
},
|
|
628
647
|
},
|
|
629
648
|
},
|
|
649
|
+
dnsSecurityRuleState: {
|
|
650
|
+
serializedName: "properties.dnsSecurityRuleState",
|
|
651
|
+
type: {
|
|
652
|
+
name: "String",
|
|
653
|
+
},
|
|
654
|
+
},
|
|
655
|
+
priority: {
|
|
656
|
+
serializedName: "properties.priority",
|
|
657
|
+
type: {
|
|
658
|
+
name: "Number",
|
|
659
|
+
},
|
|
660
|
+
},
|
|
630
661
|
},
|
|
631
662
|
},
|
|
632
663
|
};
|
|
633
|
-
export const
|
|
664
|
+
export const DnsResolverPolicyVirtualNetworkLinkListResult = {
|
|
634
665
|
type: {
|
|
635
666
|
name: "Composite",
|
|
636
|
-
className: "
|
|
667
|
+
className: "DnsResolverPolicyVirtualNetworkLinkListResult",
|
|
637
668
|
modelProperties: {
|
|
638
|
-
|
|
639
|
-
serializedName: "
|
|
640
|
-
|
|
669
|
+
value: {
|
|
670
|
+
serializedName: "value",
|
|
671
|
+
required: true,
|
|
672
|
+
type: {
|
|
673
|
+
name: "Sequence",
|
|
674
|
+
element: {
|
|
675
|
+
type: {
|
|
676
|
+
name: "Composite",
|
|
677
|
+
className: "DnsResolverPolicyVirtualNetworkLink",
|
|
678
|
+
},
|
|
679
|
+
},
|
|
680
|
+
},
|
|
681
|
+
},
|
|
682
|
+
nextLink: {
|
|
683
|
+
serializedName: "nextLink",
|
|
641
684
|
type: {
|
|
642
685
|
name: "String",
|
|
643
686
|
},
|
|
644
687
|
},
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
688
|
+
},
|
|
689
|
+
},
|
|
690
|
+
};
|
|
691
|
+
export const DnsResolverPolicyVirtualNetworkLinkPatch = {
|
|
692
|
+
type: {
|
|
693
|
+
name: "Composite",
|
|
694
|
+
className: "DnsResolverPolicyVirtualNetworkLinkPatch",
|
|
695
|
+
modelProperties: {
|
|
696
|
+
tags: {
|
|
697
|
+
serializedName: "tags",
|
|
648
698
|
type: {
|
|
649
699
|
name: "Dictionary",
|
|
650
|
-
value: { type: { name: "
|
|
700
|
+
value: { type: { name: "String" } },
|
|
651
701
|
},
|
|
652
702
|
},
|
|
653
703
|
},
|
|
654
704
|
},
|
|
655
705
|
};
|
|
656
|
-
export const
|
|
706
|
+
export const DnsResolverPatch = {
|
|
657
707
|
type: {
|
|
658
708
|
name: "Composite",
|
|
659
|
-
className: "
|
|
709
|
+
className: "DnsResolverPatch",
|
|
660
710
|
modelProperties: {
|
|
661
711
|
tags: {
|
|
662
712
|
serializedName: "tags",
|
|
@@ -668,26 +718,26 @@ export const DnsResolverPolicyPatch = {
|
|
|
668
718
|
},
|
|
669
719
|
},
|
|
670
720
|
};
|
|
671
|
-
export const
|
|
721
|
+
export const InboundEndpointListResult = {
|
|
672
722
|
type: {
|
|
673
723
|
name: "Composite",
|
|
674
|
-
className: "
|
|
724
|
+
className: "InboundEndpointListResult",
|
|
675
725
|
modelProperties: {
|
|
676
726
|
value: {
|
|
677
727
|
serializedName: "value",
|
|
728
|
+
required: true,
|
|
678
729
|
type: {
|
|
679
730
|
name: "Sequence",
|
|
680
731
|
element: {
|
|
681
732
|
type: {
|
|
682
733
|
name: "Composite",
|
|
683
|
-
className: "
|
|
734
|
+
className: "InboundEndpoint",
|
|
684
735
|
},
|
|
685
736
|
},
|
|
686
737
|
},
|
|
687
738
|
},
|
|
688
739
|
nextLink: {
|
|
689
740
|
serializedName: "nextLink",
|
|
690
|
-
readOnly: true,
|
|
691
741
|
type: {
|
|
692
742
|
name: "String",
|
|
693
743
|
},
|
|
@@ -695,13 +745,27 @@ export const DnsResolverPolicyListResult = {
|
|
|
695
745
|
},
|
|
696
746
|
},
|
|
697
747
|
};
|
|
698
|
-
export const
|
|
748
|
+
export const IpConfiguration = {
|
|
699
749
|
type: {
|
|
700
750
|
name: "Composite",
|
|
701
|
-
className: "
|
|
751
|
+
className: "IpConfiguration",
|
|
702
752
|
modelProperties: {
|
|
703
|
-
|
|
704
|
-
serializedName: "
|
|
753
|
+
subnet: {
|
|
754
|
+
serializedName: "subnet",
|
|
755
|
+
type: {
|
|
756
|
+
name: "Composite",
|
|
757
|
+
className: "SubResource",
|
|
758
|
+
},
|
|
759
|
+
},
|
|
760
|
+
privateIpAddress: {
|
|
761
|
+
serializedName: "privateIpAddress",
|
|
762
|
+
type: {
|
|
763
|
+
name: "String",
|
|
764
|
+
},
|
|
765
|
+
},
|
|
766
|
+
privateIpAllocationMethod: {
|
|
767
|
+
defaultValue: "Dynamic",
|
|
768
|
+
serializedName: "privateIpAllocationMethod",
|
|
705
769
|
type: {
|
|
706
770
|
name: "String",
|
|
707
771
|
},
|
|
@@ -709,10 +773,10 @@ export const DnsSecurityRuleAction = {
|
|
|
709
773
|
},
|
|
710
774
|
},
|
|
711
775
|
};
|
|
712
|
-
export const
|
|
776
|
+
export const InboundEndpointPatch = {
|
|
713
777
|
type: {
|
|
714
778
|
name: "Composite",
|
|
715
|
-
className: "
|
|
779
|
+
className: "InboundEndpointPatch",
|
|
716
780
|
modelProperties: {
|
|
717
781
|
tags: {
|
|
718
782
|
serializedName: "tags",
|
|
@@ -721,60 +785,29 @@ export const DnsSecurityRulePatch = {
|
|
|
721
785
|
value: { type: { name: "String" } },
|
|
722
786
|
},
|
|
723
787
|
},
|
|
724
|
-
action: {
|
|
725
|
-
serializedName: "properties.action",
|
|
726
|
-
type: {
|
|
727
|
-
name: "Composite",
|
|
728
|
-
className: "DnsSecurityRuleAction",
|
|
729
|
-
},
|
|
730
|
-
},
|
|
731
|
-
dnsResolverDomainLists: {
|
|
732
|
-
serializedName: "properties.dnsResolverDomainLists",
|
|
733
|
-
type: {
|
|
734
|
-
name: "Sequence",
|
|
735
|
-
element: {
|
|
736
|
-
type: {
|
|
737
|
-
name: "Composite",
|
|
738
|
-
className: "SubResource",
|
|
739
|
-
},
|
|
740
|
-
},
|
|
741
|
-
},
|
|
742
|
-
},
|
|
743
|
-
dnsSecurityRuleState: {
|
|
744
|
-
serializedName: "properties.dnsSecurityRuleState",
|
|
745
|
-
type: {
|
|
746
|
-
name: "String",
|
|
747
|
-
},
|
|
748
|
-
},
|
|
749
|
-
priority: {
|
|
750
|
-
serializedName: "properties.priority",
|
|
751
|
-
type: {
|
|
752
|
-
name: "Number",
|
|
753
|
-
},
|
|
754
|
-
},
|
|
755
788
|
},
|
|
756
789
|
},
|
|
757
790
|
};
|
|
758
|
-
export const
|
|
791
|
+
export const OutboundEndpointListResult = {
|
|
759
792
|
type: {
|
|
760
793
|
name: "Composite",
|
|
761
|
-
className: "
|
|
794
|
+
className: "OutboundEndpointListResult",
|
|
762
795
|
modelProperties: {
|
|
763
796
|
value: {
|
|
764
797
|
serializedName: "value",
|
|
798
|
+
required: true,
|
|
765
799
|
type: {
|
|
766
800
|
name: "Sequence",
|
|
767
801
|
element: {
|
|
768
802
|
type: {
|
|
769
803
|
name: "Composite",
|
|
770
|
-
className: "
|
|
804
|
+
className: "OutboundEndpoint",
|
|
771
805
|
},
|
|
772
806
|
},
|
|
773
807
|
},
|
|
774
808
|
},
|
|
775
809
|
nextLink: {
|
|
776
810
|
serializedName: "nextLink",
|
|
777
|
-
readOnly: true,
|
|
778
811
|
type: {
|
|
779
812
|
name: "String",
|
|
780
813
|
},
|
|
@@ -782,10 +815,10 @@ export const DnsSecurityRuleListResult = {
|
|
|
782
815
|
},
|
|
783
816
|
},
|
|
784
817
|
};
|
|
785
|
-
export const
|
|
818
|
+
export const OutboundEndpointPatch = {
|
|
786
819
|
type: {
|
|
787
820
|
name: "Composite",
|
|
788
|
-
className: "
|
|
821
|
+
className: "OutboundEndpointPatch",
|
|
789
822
|
modelProperties: {
|
|
790
823
|
tags: {
|
|
791
824
|
serializedName: "tags",
|
|
@@ -797,26 +830,26 @@ export const DnsResolverPolicyVirtualNetworkLinkPatch = {
|
|
|
797
830
|
},
|
|
798
831
|
},
|
|
799
832
|
};
|
|
800
|
-
export const
|
|
833
|
+
export const VirtualNetworkDnsForwardingRulesetListResult = {
|
|
801
834
|
type: {
|
|
802
835
|
name: "Composite",
|
|
803
|
-
className: "
|
|
836
|
+
className: "VirtualNetworkDnsForwardingRulesetListResult",
|
|
804
837
|
modelProperties: {
|
|
805
838
|
value: {
|
|
806
839
|
serializedName: "value",
|
|
840
|
+
required: true,
|
|
807
841
|
type: {
|
|
808
842
|
name: "Sequence",
|
|
809
843
|
element: {
|
|
810
844
|
type: {
|
|
811
845
|
name: "Composite",
|
|
812
|
-
className: "
|
|
846
|
+
className: "VirtualNetworkDnsForwardingRuleset",
|
|
813
847
|
},
|
|
814
848
|
},
|
|
815
849
|
},
|
|
816
850
|
},
|
|
817
851
|
nextLink: {
|
|
818
852
|
serializedName: "nextLink",
|
|
819
|
-
readOnly: true,
|
|
820
853
|
type: {
|
|
821
854
|
name: "String",
|
|
822
855
|
},
|
|
@@ -824,52 +857,47 @@ export const DnsResolverPolicyVirtualNetworkLinkListResult = {
|
|
|
824
857
|
},
|
|
825
858
|
},
|
|
826
859
|
};
|
|
827
|
-
export const
|
|
860
|
+
export const VirtualNetworkDnsForwardingRuleset = {
|
|
828
861
|
type: {
|
|
829
862
|
name: "Composite",
|
|
830
|
-
className: "
|
|
863
|
+
className: "VirtualNetworkDnsForwardingRuleset",
|
|
831
864
|
modelProperties: {
|
|
832
|
-
|
|
833
|
-
serializedName: "
|
|
865
|
+
id: {
|
|
866
|
+
serializedName: "id",
|
|
834
867
|
type: {
|
|
835
|
-
name: "
|
|
836
|
-
value: { type: { name: "String" } },
|
|
868
|
+
name: "String",
|
|
837
869
|
},
|
|
838
870
|
},
|
|
839
|
-
|
|
840
|
-
serializedName: "properties.
|
|
871
|
+
virtualNetworkLink: {
|
|
872
|
+
serializedName: "properties.virtualNetworkLink",
|
|
841
873
|
type: {
|
|
842
|
-
name: "
|
|
843
|
-
|
|
844
|
-
type: {
|
|
845
|
-
name: "String",
|
|
846
|
-
},
|
|
847
|
-
},
|
|
874
|
+
name: "Composite",
|
|
875
|
+
className: "SubResource",
|
|
848
876
|
},
|
|
849
877
|
},
|
|
850
878
|
},
|
|
851
879
|
},
|
|
852
880
|
};
|
|
853
|
-
export const
|
|
881
|
+
export const SubResourceListResult = {
|
|
854
882
|
type: {
|
|
855
883
|
name: "Composite",
|
|
856
|
-
className: "
|
|
884
|
+
className: "SubResourceListResult",
|
|
857
885
|
modelProperties: {
|
|
858
886
|
value: {
|
|
859
887
|
serializedName: "value",
|
|
888
|
+
required: true,
|
|
860
889
|
type: {
|
|
861
890
|
name: "Sequence",
|
|
862
891
|
element: {
|
|
863
892
|
type: {
|
|
864
893
|
name: "Composite",
|
|
865
|
-
className: "
|
|
894
|
+
className: "SubResource",
|
|
866
895
|
},
|
|
867
896
|
},
|
|
868
897
|
},
|
|
869
898
|
},
|
|
870
899
|
nextLink: {
|
|
871
900
|
serializedName: "nextLink",
|
|
872
|
-
readOnly: true,
|
|
873
901
|
type: {
|
|
874
902
|
name: "String",
|
|
875
903
|
},
|
|
@@ -877,20 +905,21 @@ export const DnsResolverDomainListResult = {
|
|
|
877
905
|
},
|
|
878
906
|
},
|
|
879
907
|
};
|
|
880
|
-
export const
|
|
908
|
+
export const TrackedResource = {
|
|
881
909
|
type: {
|
|
882
910
|
name: "Composite",
|
|
883
|
-
className: "
|
|
911
|
+
className: "TrackedResource",
|
|
884
912
|
modelProperties: {
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
913
|
+
...Resource.type.modelProperties,
|
|
914
|
+
tags: {
|
|
915
|
+
serializedName: "tags",
|
|
888
916
|
type: {
|
|
889
|
-
name: "
|
|
917
|
+
name: "Dictionary",
|
|
918
|
+
value: { type: { name: "String" } },
|
|
890
919
|
},
|
|
891
920
|
},
|
|
892
|
-
|
|
893
|
-
serializedName: "
|
|
921
|
+
location: {
|
|
922
|
+
serializedName: "location",
|
|
894
923
|
required: true,
|
|
895
924
|
type: {
|
|
896
925
|
name: "String",
|
|
@@ -899,224 +928,210 @@ export const DnsResolverDomainListBulk = {
|
|
|
899
928
|
},
|
|
900
929
|
},
|
|
901
930
|
};
|
|
902
|
-
export const
|
|
903
|
-
type: {
|
|
904
|
-
name: "Composite",
|
|
905
|
-
className: "TrackedResource",
|
|
906
|
-
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { tags: {
|
|
907
|
-
serializedName: "tags",
|
|
908
|
-
type: {
|
|
909
|
-
name: "Dictionary",
|
|
910
|
-
value: { type: { name: "String" } },
|
|
911
|
-
},
|
|
912
|
-
}, location: {
|
|
913
|
-
serializedName: "location",
|
|
914
|
-
required: true,
|
|
915
|
-
type: {
|
|
916
|
-
name: "String",
|
|
917
|
-
},
|
|
918
|
-
} }),
|
|
919
|
-
},
|
|
920
|
-
};
|
|
921
|
-
export const ProxyResource = {
|
|
931
|
+
export const ProxyResource = {
|
|
922
932
|
type: {
|
|
923
933
|
name: "Composite",
|
|
924
934
|
className: "ProxyResource",
|
|
925
|
-
modelProperties:
|
|
935
|
+
modelProperties: {
|
|
936
|
+
...Resource.type.modelProperties,
|
|
937
|
+
},
|
|
926
938
|
},
|
|
927
939
|
};
|
|
928
|
-
export const
|
|
940
|
+
export const DnsForwardingRuleset = {
|
|
929
941
|
type: {
|
|
930
942
|
name: "Composite",
|
|
931
|
-
className: "
|
|
932
|
-
modelProperties:
|
|
943
|
+
className: "DnsForwardingRuleset",
|
|
944
|
+
modelProperties: {
|
|
945
|
+
...TrackedResource.type.modelProperties,
|
|
946
|
+
etag: {
|
|
933
947
|
serializedName: "etag",
|
|
934
948
|
readOnly: true,
|
|
935
949
|
type: {
|
|
936
950
|
name: "String",
|
|
937
951
|
},
|
|
938
|
-
},
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
className: "SubResource",
|
|
943
|
-
},
|
|
944
|
-
}, dnsResolverState: {
|
|
945
|
-
serializedName: "properties.dnsResolverState",
|
|
946
|
-
readOnly: true,
|
|
952
|
+
},
|
|
953
|
+
dnsResolverOutboundEndpoints: {
|
|
954
|
+
serializedName: "properties.dnsResolverOutboundEndpoints",
|
|
955
|
+
required: true,
|
|
947
956
|
type: {
|
|
948
|
-
name: "
|
|
957
|
+
name: "Sequence",
|
|
958
|
+
element: {
|
|
959
|
+
type: {
|
|
960
|
+
name: "Composite",
|
|
961
|
+
className: "SubResource",
|
|
962
|
+
},
|
|
963
|
+
},
|
|
949
964
|
},
|
|
950
|
-
},
|
|
965
|
+
},
|
|
966
|
+
provisioningState: {
|
|
951
967
|
serializedName: "properties.provisioningState",
|
|
952
968
|
readOnly: true,
|
|
953
969
|
type: {
|
|
954
970
|
name: "String",
|
|
955
971
|
},
|
|
956
|
-
},
|
|
972
|
+
},
|
|
973
|
+
resourceGuid: {
|
|
957
974
|
serializedName: "properties.resourceGuid",
|
|
958
975
|
readOnly: true,
|
|
959
976
|
type: {
|
|
960
977
|
name: "String",
|
|
961
978
|
},
|
|
962
|
-
}
|
|
979
|
+
},
|
|
980
|
+
},
|
|
963
981
|
},
|
|
964
982
|
};
|
|
965
|
-
export const
|
|
983
|
+
export const DnsResolverDomainList = {
|
|
966
984
|
type: {
|
|
967
985
|
name: "Composite",
|
|
968
|
-
className: "
|
|
969
|
-
modelProperties:
|
|
986
|
+
className: "DnsResolverDomainList",
|
|
987
|
+
modelProperties: {
|
|
988
|
+
...TrackedResource.type.modelProperties,
|
|
989
|
+
etag: {
|
|
970
990
|
serializedName: "etag",
|
|
971
991
|
readOnly: true,
|
|
972
992
|
type: {
|
|
973
993
|
name: "String",
|
|
974
994
|
},
|
|
975
|
-
},
|
|
976
|
-
|
|
977
|
-
|
|
995
|
+
},
|
|
996
|
+
domains: {
|
|
997
|
+
serializedName: "properties.domains",
|
|
978
998
|
type: {
|
|
979
999
|
name: "Sequence",
|
|
980
1000
|
element: {
|
|
981
1001
|
type: {
|
|
982
|
-
name: "
|
|
983
|
-
className: "IpConfiguration",
|
|
1002
|
+
name: "String",
|
|
984
1003
|
},
|
|
985
1004
|
},
|
|
986
1005
|
},
|
|
987
|
-
},
|
|
1006
|
+
},
|
|
1007
|
+
domainsUrl: {
|
|
1008
|
+
serializedName: "properties.domainsUrl",
|
|
1009
|
+
readOnly: true,
|
|
1010
|
+
type: {
|
|
1011
|
+
name: "String",
|
|
1012
|
+
},
|
|
1013
|
+
},
|
|
1014
|
+
provisioningState: {
|
|
988
1015
|
serializedName: "properties.provisioningState",
|
|
989
1016
|
readOnly: true,
|
|
990
1017
|
type: {
|
|
991
1018
|
name: "String",
|
|
992
1019
|
},
|
|
993
|
-
},
|
|
1020
|
+
},
|
|
1021
|
+
resourceGuid: {
|
|
994
1022
|
serializedName: "properties.resourceGuid",
|
|
995
1023
|
readOnly: true,
|
|
996
1024
|
type: {
|
|
997
1025
|
name: "String",
|
|
998
1026
|
},
|
|
999
|
-
}
|
|
1027
|
+
},
|
|
1028
|
+
},
|
|
1000
1029
|
},
|
|
1001
1030
|
};
|
|
1002
|
-
export const
|
|
1031
|
+
export const DnsResolverPolicy = {
|
|
1003
1032
|
type: {
|
|
1004
1033
|
name: "Composite",
|
|
1005
|
-
className: "
|
|
1006
|
-
modelProperties:
|
|
1034
|
+
className: "DnsResolverPolicy",
|
|
1035
|
+
modelProperties: {
|
|
1036
|
+
...TrackedResource.type.modelProperties,
|
|
1037
|
+
etag: {
|
|
1007
1038
|
serializedName: "etag",
|
|
1008
1039
|
readOnly: true,
|
|
1009
1040
|
type: {
|
|
1010
1041
|
name: "String",
|
|
1011
1042
|
},
|
|
1012
|
-
},
|
|
1013
|
-
|
|
1014
|
-
type: {
|
|
1015
|
-
name: "Composite",
|
|
1016
|
-
className: "SubResource",
|
|
1017
|
-
},
|
|
1018
|
-
}, provisioningState: {
|
|
1043
|
+
},
|
|
1044
|
+
provisioningState: {
|
|
1019
1045
|
serializedName: "properties.provisioningState",
|
|
1020
1046
|
readOnly: true,
|
|
1021
1047
|
type: {
|
|
1022
1048
|
name: "String",
|
|
1023
1049
|
},
|
|
1024
|
-
},
|
|
1050
|
+
},
|
|
1051
|
+
resourceGuid: {
|
|
1025
1052
|
serializedName: "properties.resourceGuid",
|
|
1026
1053
|
readOnly: true,
|
|
1027
1054
|
type: {
|
|
1028
1055
|
name: "String",
|
|
1029
1056
|
},
|
|
1030
|
-
}
|
|
1057
|
+
},
|
|
1058
|
+
},
|
|
1031
1059
|
},
|
|
1032
1060
|
};
|
|
1033
|
-
export const
|
|
1061
|
+
export const DnsResolver = {
|
|
1034
1062
|
type: {
|
|
1035
1063
|
name: "Composite",
|
|
1036
|
-
className: "
|
|
1037
|
-
modelProperties:
|
|
1064
|
+
className: "DnsResolver",
|
|
1065
|
+
modelProperties: {
|
|
1066
|
+
...TrackedResource.type.modelProperties,
|
|
1067
|
+
etag: {
|
|
1038
1068
|
serializedName: "etag",
|
|
1039
1069
|
readOnly: true,
|
|
1040
1070
|
type: {
|
|
1041
1071
|
name: "String",
|
|
1042
1072
|
},
|
|
1043
|
-
},
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
type: {
|
|
1047
|
-
name: "Sequence",
|
|
1048
|
-
element: {
|
|
1049
|
-
type: {
|
|
1050
|
-
name: "Composite",
|
|
1051
|
-
className: "SubResource",
|
|
1052
|
-
},
|
|
1053
|
-
},
|
|
1054
|
-
},
|
|
1055
|
-
}, provisioningState: {
|
|
1056
|
-
serializedName: "properties.provisioningState",
|
|
1057
|
-
readOnly: true,
|
|
1058
|
-
type: {
|
|
1059
|
-
name: "String",
|
|
1060
|
-
},
|
|
1061
|
-
}, resourceGuid: {
|
|
1062
|
-
serializedName: "properties.resourceGuid",
|
|
1063
|
-
readOnly: true,
|
|
1073
|
+
},
|
|
1074
|
+
virtualNetwork: {
|
|
1075
|
+
serializedName: "properties.virtualNetwork",
|
|
1064
1076
|
type: {
|
|
1065
|
-
name: "
|
|
1077
|
+
name: "Composite",
|
|
1078
|
+
className: "SubResource",
|
|
1066
1079
|
},
|
|
1067
|
-
}
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
export const DnsResolverPolicy = {
|
|
1071
|
-
type: {
|
|
1072
|
-
name: "Composite",
|
|
1073
|
-
className: "DnsResolverPolicy",
|
|
1074
|
-
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { etag: {
|
|
1075
|
-
serializedName: "etag",
|
|
1080
|
+
},
|
|
1081
|
+
dnsResolverState: {
|
|
1082
|
+
serializedName: "properties.dnsResolverState",
|
|
1076
1083
|
readOnly: true,
|
|
1077
1084
|
type: {
|
|
1078
1085
|
name: "String",
|
|
1079
1086
|
},
|
|
1080
|
-
},
|
|
1087
|
+
},
|
|
1088
|
+
provisioningState: {
|
|
1081
1089
|
serializedName: "properties.provisioningState",
|
|
1082
1090
|
readOnly: true,
|
|
1083
1091
|
type: {
|
|
1084
1092
|
name: "String",
|
|
1085
1093
|
},
|
|
1086
|
-
},
|
|
1094
|
+
},
|
|
1095
|
+
resourceGuid: {
|
|
1087
1096
|
serializedName: "properties.resourceGuid",
|
|
1088
1097
|
readOnly: true,
|
|
1089
1098
|
type: {
|
|
1090
1099
|
name: "String",
|
|
1091
1100
|
},
|
|
1092
|
-
}
|
|
1101
|
+
},
|
|
1102
|
+
},
|
|
1093
1103
|
},
|
|
1094
1104
|
};
|
|
1095
1105
|
export const DnsSecurityRule = {
|
|
1096
1106
|
type: {
|
|
1097
1107
|
name: "Composite",
|
|
1098
1108
|
className: "DnsSecurityRule",
|
|
1099
|
-
modelProperties:
|
|
1109
|
+
modelProperties: {
|
|
1110
|
+
...TrackedResource.type.modelProperties,
|
|
1111
|
+
etag: {
|
|
1100
1112
|
serializedName: "etag",
|
|
1101
1113
|
readOnly: true,
|
|
1102
1114
|
type: {
|
|
1103
1115
|
name: "String",
|
|
1104
1116
|
},
|
|
1105
|
-
},
|
|
1117
|
+
},
|
|
1118
|
+
priority: {
|
|
1106
1119
|
serializedName: "properties.priority",
|
|
1107
1120
|
required: true,
|
|
1108
1121
|
type: {
|
|
1109
1122
|
name: "Number",
|
|
1110
1123
|
},
|
|
1111
|
-
},
|
|
1124
|
+
},
|
|
1125
|
+
action: {
|
|
1112
1126
|
serializedName: "properties.action",
|
|
1113
1127
|
type: {
|
|
1114
1128
|
name: "Composite",
|
|
1115
1129
|
className: "DnsSecurityRuleAction",
|
|
1116
1130
|
},
|
|
1117
|
-
},
|
|
1131
|
+
},
|
|
1132
|
+
dnsResolverDomainLists: {
|
|
1133
|
+
defaultValue: [],
|
|
1118
1134
|
serializedName: "properties.dnsResolverDomainLists",
|
|
1119
|
-
required: true,
|
|
1120
1135
|
type: {
|
|
1121
1136
|
name: "Sequence",
|
|
1122
1137
|
element: {
|
|
@@ -1126,103 +1141,166 @@ export const DnsSecurityRule = {
|
|
|
1126
1141
|
},
|
|
1127
1142
|
},
|
|
1128
1143
|
},
|
|
1129
|
-
},
|
|
1144
|
+
},
|
|
1145
|
+
managedDomainLists: {
|
|
1146
|
+
defaultValue: [],
|
|
1147
|
+
serializedName: "properties.managedDomainLists",
|
|
1148
|
+
type: {
|
|
1149
|
+
name: "Sequence",
|
|
1150
|
+
element: {
|
|
1151
|
+
type: {
|
|
1152
|
+
name: "String",
|
|
1153
|
+
},
|
|
1154
|
+
},
|
|
1155
|
+
},
|
|
1156
|
+
},
|
|
1157
|
+
dnsSecurityRuleState: {
|
|
1130
1158
|
serializedName: "properties.dnsSecurityRuleState",
|
|
1131
1159
|
type: {
|
|
1132
1160
|
name: "String",
|
|
1133
1161
|
},
|
|
1134
|
-
},
|
|
1162
|
+
},
|
|
1163
|
+
provisioningState: {
|
|
1135
1164
|
serializedName: "properties.provisioningState",
|
|
1136
1165
|
readOnly: true,
|
|
1137
1166
|
type: {
|
|
1138
1167
|
name: "String",
|
|
1139
1168
|
},
|
|
1140
|
-
}
|
|
1169
|
+
},
|
|
1170
|
+
},
|
|
1141
1171
|
},
|
|
1142
1172
|
};
|
|
1143
1173
|
export const DnsResolverPolicyVirtualNetworkLink = {
|
|
1144
1174
|
type: {
|
|
1145
1175
|
name: "Composite",
|
|
1146
1176
|
className: "DnsResolverPolicyVirtualNetworkLink",
|
|
1147
|
-
modelProperties:
|
|
1177
|
+
modelProperties: {
|
|
1178
|
+
...TrackedResource.type.modelProperties,
|
|
1179
|
+
etag: {
|
|
1148
1180
|
serializedName: "etag",
|
|
1149
1181
|
readOnly: true,
|
|
1150
1182
|
type: {
|
|
1151
1183
|
name: "String",
|
|
1152
1184
|
},
|
|
1153
|
-
},
|
|
1185
|
+
},
|
|
1186
|
+
virtualNetwork: {
|
|
1154
1187
|
serializedName: "properties.virtualNetwork",
|
|
1155
1188
|
type: {
|
|
1156
1189
|
name: "Composite",
|
|
1157
1190
|
className: "SubResource",
|
|
1158
1191
|
},
|
|
1159
|
-
},
|
|
1192
|
+
},
|
|
1193
|
+
provisioningState: {
|
|
1160
1194
|
serializedName: "properties.provisioningState",
|
|
1161
1195
|
readOnly: true,
|
|
1162
1196
|
type: {
|
|
1163
1197
|
name: "String",
|
|
1164
1198
|
},
|
|
1165
|
-
}
|
|
1199
|
+
},
|
|
1200
|
+
},
|
|
1166
1201
|
},
|
|
1167
1202
|
};
|
|
1168
|
-
export const
|
|
1203
|
+
export const InboundEndpoint = {
|
|
1169
1204
|
type: {
|
|
1170
1205
|
name: "Composite",
|
|
1171
|
-
className: "
|
|
1172
|
-
modelProperties:
|
|
1206
|
+
className: "InboundEndpoint",
|
|
1207
|
+
modelProperties: {
|
|
1208
|
+
...TrackedResource.type.modelProperties,
|
|
1209
|
+
etag: {
|
|
1173
1210
|
serializedName: "etag",
|
|
1174
1211
|
readOnly: true,
|
|
1175
1212
|
type: {
|
|
1176
1213
|
name: "String",
|
|
1177
1214
|
},
|
|
1178
|
-
},
|
|
1179
|
-
|
|
1215
|
+
},
|
|
1216
|
+
ipConfigurations: {
|
|
1217
|
+
serializedName: "properties.ipConfigurations",
|
|
1218
|
+
required: true,
|
|
1180
1219
|
type: {
|
|
1181
1220
|
name: "Sequence",
|
|
1182
1221
|
element: {
|
|
1183
1222
|
type: {
|
|
1184
|
-
name: "
|
|
1223
|
+
name: "Composite",
|
|
1224
|
+
className: "IpConfiguration",
|
|
1185
1225
|
},
|
|
1186
1226
|
},
|
|
1187
1227
|
},
|
|
1188
|
-
},
|
|
1189
|
-
|
|
1228
|
+
},
|
|
1229
|
+
provisioningState: {
|
|
1230
|
+
serializedName: "properties.provisioningState",
|
|
1231
|
+
readOnly: true,
|
|
1232
|
+
type: {
|
|
1233
|
+
name: "String",
|
|
1234
|
+
},
|
|
1235
|
+
},
|
|
1236
|
+
resourceGuid: {
|
|
1237
|
+
serializedName: "properties.resourceGuid",
|
|
1238
|
+
readOnly: true,
|
|
1239
|
+
type: {
|
|
1240
|
+
name: "String",
|
|
1241
|
+
},
|
|
1242
|
+
},
|
|
1243
|
+
},
|
|
1244
|
+
},
|
|
1245
|
+
};
|
|
1246
|
+
export const OutboundEndpoint = {
|
|
1247
|
+
type: {
|
|
1248
|
+
name: "Composite",
|
|
1249
|
+
className: "OutboundEndpoint",
|
|
1250
|
+
modelProperties: {
|
|
1251
|
+
...TrackedResource.type.modelProperties,
|
|
1252
|
+
etag: {
|
|
1253
|
+
serializedName: "etag",
|
|
1190
1254
|
readOnly: true,
|
|
1191
1255
|
type: {
|
|
1192
1256
|
name: "String",
|
|
1193
1257
|
},
|
|
1194
|
-
},
|
|
1258
|
+
},
|
|
1259
|
+
subnet: {
|
|
1260
|
+
serializedName: "properties.subnet",
|
|
1261
|
+
type: {
|
|
1262
|
+
name: "Composite",
|
|
1263
|
+
className: "SubResource",
|
|
1264
|
+
},
|
|
1265
|
+
},
|
|
1266
|
+
provisioningState: {
|
|
1195
1267
|
serializedName: "properties.provisioningState",
|
|
1196
1268
|
readOnly: true,
|
|
1197
1269
|
type: {
|
|
1198
1270
|
name: "String",
|
|
1199
1271
|
},
|
|
1200
|
-
},
|
|
1272
|
+
},
|
|
1273
|
+
resourceGuid: {
|
|
1201
1274
|
serializedName: "properties.resourceGuid",
|
|
1202
1275
|
readOnly: true,
|
|
1203
1276
|
type: {
|
|
1204
1277
|
name: "String",
|
|
1205
1278
|
},
|
|
1206
|
-
}
|
|
1279
|
+
},
|
|
1280
|
+
},
|
|
1207
1281
|
},
|
|
1208
1282
|
};
|
|
1209
1283
|
export const ForwardingRule = {
|
|
1210
1284
|
type: {
|
|
1211
1285
|
name: "Composite",
|
|
1212
1286
|
className: "ForwardingRule",
|
|
1213
|
-
modelProperties:
|
|
1287
|
+
modelProperties: {
|
|
1288
|
+
...ProxyResource.type.modelProperties,
|
|
1289
|
+
etag: {
|
|
1214
1290
|
serializedName: "etag",
|
|
1215
1291
|
readOnly: true,
|
|
1216
1292
|
type: {
|
|
1217
1293
|
name: "String",
|
|
1218
1294
|
},
|
|
1219
|
-
},
|
|
1295
|
+
},
|
|
1296
|
+
domainName: {
|
|
1220
1297
|
serializedName: "properties.domainName",
|
|
1221
1298
|
required: true,
|
|
1222
1299
|
type: {
|
|
1223
1300
|
name: "String",
|
|
1224
1301
|
},
|
|
1225
|
-
},
|
|
1302
|
+
},
|
|
1303
|
+
targetDnsServers: {
|
|
1226
1304
|
serializedName: "properties.targetDnsServers",
|
|
1227
1305
|
required: true,
|
|
1228
1306
|
type: {
|
|
@@ -1234,61 +1312,71 @@ export const ForwardingRule = {
|
|
|
1234
1312
|
},
|
|
1235
1313
|
},
|
|
1236
1314
|
},
|
|
1237
|
-
},
|
|
1315
|
+
},
|
|
1316
|
+
metadata: {
|
|
1238
1317
|
serializedName: "properties.metadata",
|
|
1239
1318
|
type: {
|
|
1240
1319
|
name: "Dictionary",
|
|
1241
1320
|
value: { type: { name: "String" } },
|
|
1242
1321
|
},
|
|
1243
|
-
},
|
|
1322
|
+
},
|
|
1323
|
+
forwardingRuleState: {
|
|
1244
1324
|
serializedName: "properties.forwardingRuleState",
|
|
1245
1325
|
type: {
|
|
1246
1326
|
name: "String",
|
|
1247
1327
|
},
|
|
1248
|
-
},
|
|
1328
|
+
},
|
|
1329
|
+
provisioningState: {
|
|
1249
1330
|
serializedName: "properties.provisioningState",
|
|
1250
1331
|
readOnly: true,
|
|
1251
1332
|
type: {
|
|
1252
1333
|
name: "String",
|
|
1253
1334
|
},
|
|
1254
|
-
}
|
|
1335
|
+
},
|
|
1336
|
+
},
|
|
1255
1337
|
},
|
|
1256
1338
|
};
|
|
1257
1339
|
export const VirtualNetworkLink = {
|
|
1258
1340
|
type: {
|
|
1259
1341
|
name: "Composite",
|
|
1260
1342
|
className: "VirtualNetworkLink",
|
|
1261
|
-
modelProperties:
|
|
1343
|
+
modelProperties: {
|
|
1344
|
+
...ProxyResource.type.modelProperties,
|
|
1345
|
+
etag: {
|
|
1262
1346
|
serializedName: "etag",
|
|
1263
1347
|
readOnly: true,
|
|
1264
1348
|
type: {
|
|
1265
1349
|
name: "String",
|
|
1266
1350
|
},
|
|
1267
|
-
},
|
|
1351
|
+
},
|
|
1352
|
+
virtualNetwork: {
|
|
1268
1353
|
serializedName: "properties.virtualNetwork",
|
|
1269
1354
|
type: {
|
|
1270
1355
|
name: "Composite",
|
|
1271
1356
|
className: "SubResource",
|
|
1272
1357
|
},
|
|
1273
|
-
},
|
|
1358
|
+
},
|
|
1359
|
+
metadata: {
|
|
1274
1360
|
serializedName: "properties.metadata",
|
|
1275
1361
|
type: {
|
|
1276
1362
|
name: "Dictionary",
|
|
1277
1363
|
value: { type: { name: "String" } },
|
|
1278
1364
|
},
|
|
1279
|
-
},
|
|
1365
|
+
},
|
|
1366
|
+
provisioningState: {
|
|
1280
1367
|
serializedName: "properties.provisioningState",
|
|
1281
1368
|
readOnly: true,
|
|
1282
1369
|
type: {
|
|
1283
1370
|
name: "String",
|
|
1284
1371
|
},
|
|
1285
|
-
}
|
|
1372
|
+
},
|
|
1373
|
+
},
|
|
1286
1374
|
},
|
|
1287
1375
|
};
|
|
1288
|
-
export const
|
|
1376
|
+
export const DnsForwardingRulesetsCreateOrUpdateHeaders = {
|
|
1289
1377
|
type: {
|
|
1290
1378
|
name: "Composite",
|
|
1291
|
-
className: "
|
|
1379
|
+
className: "DnsForwardingRulesetsCreateOrUpdateHeaders",
|
|
1292
1380
|
modelProperties: {
|
|
1293
1381
|
location: {
|
|
1294
1382
|
serializedName: "location",
|
|
@@ -1296,27 +1384,19 @@ export const DnsResolverPoliciesUpdateHeaders = {
|
|
|
1296
1384
|
name: "String",
|
|
1297
1385
|
},
|
|
1298
1386
|
},
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
};
|
|
1302
|
-
export const DnsResolverPoliciesDeleteHeaders = {
|
|
1303
|
-
type: {
|
|
1304
|
-
name: "Composite",
|
|
1305
|
-
className: "DnsResolverPoliciesDeleteHeaders",
|
|
1306
|
-
modelProperties: {
|
|
1307
|
-
location: {
|
|
1308
|
-
serializedName: "location",
|
|
1387
|
+
retryAfter: {
|
|
1388
|
+
serializedName: "retry-after",
|
|
1309
1389
|
type: {
|
|
1310
|
-
name: "
|
|
1390
|
+
name: "Number",
|
|
1311
1391
|
},
|
|
1312
1392
|
},
|
|
1313
1393
|
},
|
|
1314
1394
|
},
|
|
1315
1395
|
};
|
|
1316
|
-
export const
|
|
1396
|
+
export const DnsForwardingRulesetsUpdateHeaders = {
|
|
1317
1397
|
type: {
|
|
1318
1398
|
name: "Composite",
|
|
1319
|
-
className: "
|
|
1399
|
+
className: "DnsForwardingRulesetsUpdateHeaders",
|
|
1320
1400
|
modelProperties: {
|
|
1321
1401
|
location: {
|
|
1322
1402
|
serializedName: "location",
|
|
@@ -1324,27 +1404,19 @@ export const DnsSecurityRulesUpdateHeaders = {
|
|
|
1324
1404
|
name: "String",
|
|
1325
1405
|
},
|
|
1326
1406
|
},
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
};
|
|
1330
|
-
export const DnsSecurityRulesDeleteHeaders = {
|
|
1331
|
-
type: {
|
|
1332
|
-
name: "Composite",
|
|
1333
|
-
className: "DnsSecurityRulesDeleteHeaders",
|
|
1334
|
-
modelProperties: {
|
|
1335
|
-
location: {
|
|
1336
|
-
serializedName: "location",
|
|
1407
|
+
retryAfter: {
|
|
1408
|
+
serializedName: "retry-after",
|
|
1337
1409
|
type: {
|
|
1338
|
-
name: "
|
|
1410
|
+
name: "Number",
|
|
1339
1411
|
},
|
|
1340
1412
|
},
|
|
1341
1413
|
},
|
|
1342
1414
|
},
|
|
1343
1415
|
};
|
|
1344
|
-
export const
|
|
1416
|
+
export const DnsForwardingRulesetsDeleteHeaders = {
|
|
1345
1417
|
type: {
|
|
1346
1418
|
name: "Composite",
|
|
1347
|
-
className: "
|
|
1419
|
+
className: "DnsForwardingRulesetsDeleteHeaders",
|
|
1348
1420
|
modelProperties: {
|
|
1349
1421
|
location: {
|
|
1350
1422
|
serializedName: "location",
|
|
@@ -1352,13 +1424,19 @@ export const DnsResolverPolicyVirtualNetworkLinksUpdateHeaders = {
|
|
|
1352
1424
|
name: "String",
|
|
1353
1425
|
},
|
|
1354
1426
|
},
|
|
1427
|
+
retryAfter: {
|
|
1428
|
+
serializedName: "retry-after",
|
|
1429
|
+
type: {
|
|
1430
|
+
name: "Number",
|
|
1431
|
+
},
|
|
1432
|
+
},
|
|
1355
1433
|
},
|
|
1356
1434
|
},
|
|
1357
1435
|
};
|
|
1358
|
-
export const
|
|
1436
|
+
export const DnsResolverDomainListsCreateOrUpdateHeaders = {
|
|
1359
1437
|
type: {
|
|
1360
1438
|
name: "Composite",
|
|
1361
|
-
className: "
|
|
1439
|
+
className: "DnsResolverDomainListsCreateOrUpdateHeaders",
|
|
1362
1440
|
modelProperties: {
|
|
1363
1441
|
location: {
|
|
1364
1442
|
serializedName: "location",
|
|
@@ -1366,6 +1444,12 @@ export const DnsResolverPolicyVirtualNetworkLinksDeleteHeaders = {
|
|
|
1366
1444
|
name: "String",
|
|
1367
1445
|
},
|
|
1368
1446
|
},
|
|
1447
|
+
retryAfter: {
|
|
1448
|
+
serializedName: "retry-after",
|
|
1449
|
+
type: {
|
|
1450
|
+
name: "Number",
|
|
1451
|
+
},
|
|
1452
|
+
},
|
|
1369
1453
|
},
|
|
1370
1454
|
},
|
|
1371
1455
|
};
|
|
@@ -1380,6 +1464,12 @@ export const DnsResolverDomainListsUpdateHeaders = {
|
|
|
1380
1464
|
name: "String",
|
|
1381
1465
|
},
|
|
1382
1466
|
},
|
|
1467
|
+
retryAfter: {
|
|
1468
|
+
serializedName: "retry-after",
|
|
1469
|
+
type: {
|
|
1470
|
+
name: "Number",
|
|
1471
|
+
},
|
|
1472
|
+
},
|
|
1383
1473
|
},
|
|
1384
1474
|
},
|
|
1385
1475
|
};
|
|
@@ -1394,6 +1484,12 @@ export const DnsResolverDomainListsDeleteHeaders = {
|
|
|
1394
1484
|
name: "String",
|
|
1395
1485
|
},
|
|
1396
1486
|
},
|
|
1487
|
+
retryAfter: {
|
|
1488
|
+
serializedName: "retry-after",
|
|
1489
|
+
type: {
|
|
1490
|
+
name: "Number",
|
|
1491
|
+
},
|
|
1492
|
+
},
|
|
1397
1493
|
},
|
|
1398
1494
|
},
|
|
1399
1495
|
};
|
|
@@ -1408,6 +1504,432 @@ export const DnsResolverDomainListsBulkHeaders = {
|
|
|
1408
1504
|
name: "String",
|
|
1409
1505
|
},
|
|
1410
1506
|
},
|
|
1507
|
+
retryAfter: {
|
|
1508
|
+
serializedName: "retry-after",
|
|
1509
|
+
type: {
|
|
1510
|
+
name: "Number",
|
|
1511
|
+
},
|
|
1512
|
+
},
|
|
1513
|
+
},
|
|
1514
|
+
},
|
|
1515
|
+
};
|
|
1516
|
+
export const DnsResolverPoliciesCreateOrUpdateHeaders = {
|
|
1517
|
+
type: {
|
|
1518
|
+
name: "Composite",
|
|
1519
|
+
className: "DnsResolverPoliciesCreateOrUpdateHeaders",
|
|
1520
|
+
modelProperties: {
|
|
1521
|
+
location: {
|
|
1522
|
+
serializedName: "location",
|
|
1523
|
+
type: {
|
|
1524
|
+
name: "String",
|
|
1525
|
+
},
|
|
1526
|
+
},
|
|
1527
|
+
retryAfter: {
|
|
1528
|
+
serializedName: "retry-after",
|
|
1529
|
+
type: {
|
|
1530
|
+
name: "Number",
|
|
1531
|
+
},
|
|
1532
|
+
},
|
|
1533
|
+
},
|
|
1534
|
+
},
|
|
1535
|
+
};
|
|
1536
|
+
export const DnsResolverPoliciesUpdateHeaders = {
|
|
1537
|
+
type: {
|
|
1538
|
+
name: "Composite",
|
|
1539
|
+
className: "DnsResolverPoliciesUpdateHeaders",
|
|
1540
|
+
modelProperties: {
|
|
1541
|
+
location: {
|
|
1542
|
+
serializedName: "location",
|
|
1543
|
+
type: {
|
|
1544
|
+
name: "String",
|
|
1545
|
+
},
|
|
1546
|
+
},
|
|
1547
|
+
retryAfter: {
|
|
1548
|
+
serializedName: "retry-after",
|
|
1549
|
+
type: {
|
|
1550
|
+
name: "Number",
|
|
1551
|
+
},
|
|
1552
|
+
},
|
|
1553
|
+
},
|
|
1554
|
+
},
|
|
1555
|
+
};
|
|
1556
|
+
export const DnsResolverPoliciesDeleteHeaders = {
|
|
1557
|
+
type: {
|
|
1558
|
+
name: "Composite",
|
|
1559
|
+
className: "DnsResolverPoliciesDeleteHeaders",
|
|
1560
|
+
modelProperties: {
|
|
1561
|
+
location: {
|
|
1562
|
+
serializedName: "location",
|
|
1563
|
+
type: {
|
|
1564
|
+
name: "String",
|
|
1565
|
+
},
|
|
1566
|
+
},
|
|
1567
|
+
retryAfter: {
|
|
1568
|
+
serializedName: "retry-after",
|
|
1569
|
+
type: {
|
|
1570
|
+
name: "Number",
|
|
1571
|
+
},
|
|
1572
|
+
},
|
|
1573
|
+
},
|
|
1574
|
+
},
|
|
1575
|
+
};
|
|
1576
|
+
export const DnsResolversCreateOrUpdateHeaders = {
|
|
1577
|
+
type: {
|
|
1578
|
+
name: "Composite",
|
|
1579
|
+
className: "DnsResolversCreateOrUpdateHeaders",
|
|
1580
|
+
modelProperties: {
|
|
1581
|
+
location: {
|
|
1582
|
+
serializedName: "location",
|
|
1583
|
+
type: {
|
|
1584
|
+
name: "String",
|
|
1585
|
+
},
|
|
1586
|
+
},
|
|
1587
|
+
retryAfter: {
|
|
1588
|
+
serializedName: "retry-after",
|
|
1589
|
+
type: {
|
|
1590
|
+
name: "Number",
|
|
1591
|
+
},
|
|
1592
|
+
},
|
|
1593
|
+
},
|
|
1594
|
+
},
|
|
1595
|
+
};
|
|
1596
|
+
export const DnsResolversUpdateHeaders = {
|
|
1597
|
+
type: {
|
|
1598
|
+
name: "Composite",
|
|
1599
|
+
className: "DnsResolversUpdateHeaders",
|
|
1600
|
+
modelProperties: {
|
|
1601
|
+
location: {
|
|
1602
|
+
serializedName: "location",
|
|
1603
|
+
type: {
|
|
1604
|
+
name: "String",
|
|
1605
|
+
},
|
|
1606
|
+
},
|
|
1607
|
+
retryAfter: {
|
|
1608
|
+
serializedName: "retry-after",
|
|
1609
|
+
type: {
|
|
1610
|
+
name: "Number",
|
|
1611
|
+
},
|
|
1612
|
+
},
|
|
1613
|
+
},
|
|
1614
|
+
},
|
|
1615
|
+
};
|
|
1616
|
+
export const DnsResolversDeleteHeaders = {
|
|
1617
|
+
type: {
|
|
1618
|
+
name: "Composite",
|
|
1619
|
+
className: "DnsResolversDeleteHeaders",
|
|
1620
|
+
modelProperties: {
|
|
1621
|
+
location: {
|
|
1622
|
+
serializedName: "location",
|
|
1623
|
+
type: {
|
|
1624
|
+
name: "String",
|
|
1625
|
+
},
|
|
1626
|
+
},
|
|
1627
|
+
retryAfter: {
|
|
1628
|
+
serializedName: "retry-after",
|
|
1629
|
+
type: {
|
|
1630
|
+
name: "Number",
|
|
1631
|
+
},
|
|
1632
|
+
},
|
|
1633
|
+
},
|
|
1634
|
+
},
|
|
1635
|
+
};
|
|
1636
|
+
export const VirtualNetworkLinksCreateOrUpdateHeaders = {
|
|
1637
|
+
type: {
|
|
1638
|
+
name: "Composite",
|
|
1639
|
+
className: "VirtualNetworkLinksCreateOrUpdateHeaders",
|
|
1640
|
+
modelProperties: {
|
|
1641
|
+
location: {
|
|
1642
|
+
serializedName: "location",
|
|
1643
|
+
type: {
|
|
1644
|
+
name: "String",
|
|
1645
|
+
},
|
|
1646
|
+
},
|
|
1647
|
+
retryAfter: {
|
|
1648
|
+
serializedName: "retry-after",
|
|
1649
|
+
type: {
|
|
1650
|
+
name: "Number",
|
|
1651
|
+
},
|
|
1652
|
+
},
|
|
1653
|
+
},
|
|
1654
|
+
},
|
|
1655
|
+
};
|
|
1656
|
+
export const VirtualNetworkLinksUpdateHeaders = {
|
|
1657
|
+
type: {
|
|
1658
|
+
name: "Composite",
|
|
1659
|
+
className: "VirtualNetworkLinksUpdateHeaders",
|
|
1660
|
+
modelProperties: {
|
|
1661
|
+
location: {
|
|
1662
|
+
serializedName: "location",
|
|
1663
|
+
type: {
|
|
1664
|
+
name: "String",
|
|
1665
|
+
},
|
|
1666
|
+
},
|
|
1667
|
+
retryAfter: {
|
|
1668
|
+
serializedName: "retry-after",
|
|
1669
|
+
type: {
|
|
1670
|
+
name: "Number",
|
|
1671
|
+
},
|
|
1672
|
+
},
|
|
1673
|
+
},
|
|
1674
|
+
},
|
|
1675
|
+
};
|
|
1676
|
+
export const VirtualNetworkLinksDeleteHeaders = {
|
|
1677
|
+
type: {
|
|
1678
|
+
name: "Composite",
|
|
1679
|
+
className: "VirtualNetworkLinksDeleteHeaders",
|
|
1680
|
+
modelProperties: {
|
|
1681
|
+
location: {
|
|
1682
|
+
serializedName: "location",
|
|
1683
|
+
type: {
|
|
1684
|
+
name: "String",
|
|
1685
|
+
},
|
|
1686
|
+
},
|
|
1687
|
+
retryAfter: {
|
|
1688
|
+
serializedName: "retry-after",
|
|
1689
|
+
type: {
|
|
1690
|
+
name: "Number",
|
|
1691
|
+
},
|
|
1692
|
+
},
|
|
1693
|
+
},
|
|
1694
|
+
},
|
|
1695
|
+
};
|
|
1696
|
+
export const DnsSecurityRulesCreateOrUpdateHeaders = {
|
|
1697
|
+
type: {
|
|
1698
|
+
name: "Composite",
|
|
1699
|
+
className: "DnsSecurityRulesCreateOrUpdateHeaders",
|
|
1700
|
+
modelProperties: {
|
|
1701
|
+
location: {
|
|
1702
|
+
serializedName: "location",
|
|
1703
|
+
type: {
|
|
1704
|
+
name: "String",
|
|
1705
|
+
},
|
|
1706
|
+
},
|
|
1707
|
+
retryAfter: {
|
|
1708
|
+
serializedName: "retry-after",
|
|
1709
|
+
type: {
|
|
1710
|
+
name: "Number",
|
|
1711
|
+
},
|
|
1712
|
+
},
|
|
1713
|
+
},
|
|
1714
|
+
},
|
|
1715
|
+
};
|
|
1716
|
+
export const DnsSecurityRulesUpdateHeaders = {
|
|
1717
|
+
type: {
|
|
1718
|
+
name: "Composite",
|
|
1719
|
+
className: "DnsSecurityRulesUpdateHeaders",
|
|
1720
|
+
modelProperties: {
|
|
1721
|
+
location: {
|
|
1722
|
+
serializedName: "location",
|
|
1723
|
+
type: {
|
|
1724
|
+
name: "String",
|
|
1725
|
+
},
|
|
1726
|
+
},
|
|
1727
|
+
retryAfter: {
|
|
1728
|
+
serializedName: "retry-after",
|
|
1729
|
+
type: {
|
|
1730
|
+
name: "Number",
|
|
1731
|
+
},
|
|
1732
|
+
},
|
|
1733
|
+
},
|
|
1734
|
+
},
|
|
1735
|
+
};
|
|
1736
|
+
export const DnsSecurityRulesDeleteHeaders = {
|
|
1737
|
+
type: {
|
|
1738
|
+
name: "Composite",
|
|
1739
|
+
className: "DnsSecurityRulesDeleteHeaders",
|
|
1740
|
+
modelProperties: {
|
|
1741
|
+
location: {
|
|
1742
|
+
serializedName: "location",
|
|
1743
|
+
type: {
|
|
1744
|
+
name: "String",
|
|
1745
|
+
},
|
|
1746
|
+
},
|
|
1747
|
+
retryAfter: {
|
|
1748
|
+
serializedName: "retry-after",
|
|
1749
|
+
type: {
|
|
1750
|
+
name: "Number",
|
|
1751
|
+
},
|
|
1752
|
+
},
|
|
1753
|
+
},
|
|
1754
|
+
},
|
|
1755
|
+
};
|
|
1756
|
+
export const DnsResolverPolicyVirtualNetworkLinksCreateOrUpdateHeaders = {
|
|
1757
|
+
type: {
|
|
1758
|
+
name: "Composite",
|
|
1759
|
+
className: "DnsResolverPolicyVirtualNetworkLinksCreateOrUpdateHeaders",
|
|
1760
|
+
modelProperties: {
|
|
1761
|
+
location: {
|
|
1762
|
+
serializedName: "location",
|
|
1763
|
+
type: {
|
|
1764
|
+
name: "String",
|
|
1765
|
+
},
|
|
1766
|
+
},
|
|
1767
|
+
retryAfter: {
|
|
1768
|
+
serializedName: "retry-after",
|
|
1769
|
+
type: {
|
|
1770
|
+
name: "Number",
|
|
1771
|
+
},
|
|
1772
|
+
},
|
|
1773
|
+
},
|
|
1774
|
+
},
|
|
1775
|
+
};
|
|
1776
|
+
export const DnsResolverPolicyVirtualNetworkLinksUpdateHeaders = {
|
|
1777
|
+
type: {
|
|
1778
|
+
name: "Composite",
|
|
1779
|
+
className: "DnsResolverPolicyVirtualNetworkLinksUpdateHeaders",
|
|
1780
|
+
modelProperties: {
|
|
1781
|
+
location: {
|
|
1782
|
+
serializedName: "location",
|
|
1783
|
+
type: {
|
|
1784
|
+
name: "String",
|
|
1785
|
+
},
|
|
1786
|
+
},
|
|
1787
|
+
retryAfter: {
|
|
1788
|
+
serializedName: "retry-after",
|
|
1789
|
+
type: {
|
|
1790
|
+
name: "Number",
|
|
1791
|
+
},
|
|
1792
|
+
},
|
|
1793
|
+
},
|
|
1794
|
+
},
|
|
1795
|
+
};
|
|
1796
|
+
export const DnsResolverPolicyVirtualNetworkLinksDeleteHeaders = {
|
|
1797
|
+
type: {
|
|
1798
|
+
name: "Composite",
|
|
1799
|
+
className: "DnsResolverPolicyVirtualNetworkLinksDeleteHeaders",
|
|
1800
|
+
modelProperties: {
|
|
1801
|
+
location: {
|
|
1802
|
+
serializedName: "location",
|
|
1803
|
+
type: {
|
|
1804
|
+
name: "String",
|
|
1805
|
+
},
|
|
1806
|
+
},
|
|
1807
|
+
retryAfter: {
|
|
1808
|
+
serializedName: "retry-after",
|
|
1809
|
+
type: {
|
|
1810
|
+
name: "Number",
|
|
1811
|
+
},
|
|
1812
|
+
},
|
|
1813
|
+
},
|
|
1814
|
+
},
|
|
1815
|
+
};
|
|
1816
|
+
export const InboundEndpointsCreateOrUpdateHeaders = {
|
|
1817
|
+
type: {
|
|
1818
|
+
name: "Composite",
|
|
1819
|
+
className: "InboundEndpointsCreateOrUpdateHeaders",
|
|
1820
|
+
modelProperties: {
|
|
1821
|
+
location: {
|
|
1822
|
+
serializedName: "location",
|
|
1823
|
+
type: {
|
|
1824
|
+
name: "String",
|
|
1825
|
+
},
|
|
1826
|
+
},
|
|
1827
|
+
retryAfter: {
|
|
1828
|
+
serializedName: "retry-after",
|
|
1829
|
+
type: {
|
|
1830
|
+
name: "Number",
|
|
1831
|
+
},
|
|
1832
|
+
},
|
|
1833
|
+
},
|
|
1834
|
+
},
|
|
1835
|
+
};
|
|
1836
|
+
export const InboundEndpointsUpdateHeaders = {
|
|
1837
|
+
type: {
|
|
1838
|
+
name: "Composite",
|
|
1839
|
+
className: "InboundEndpointsUpdateHeaders",
|
|
1840
|
+
modelProperties: {
|
|
1841
|
+
location: {
|
|
1842
|
+
serializedName: "location",
|
|
1843
|
+
type: {
|
|
1844
|
+
name: "String",
|
|
1845
|
+
},
|
|
1846
|
+
},
|
|
1847
|
+
retryAfter: {
|
|
1848
|
+
serializedName: "retry-after",
|
|
1849
|
+
type: {
|
|
1850
|
+
name: "Number",
|
|
1851
|
+
},
|
|
1852
|
+
},
|
|
1853
|
+
},
|
|
1854
|
+
},
|
|
1855
|
+
};
|
|
1856
|
+
export const InboundEndpointsDeleteHeaders = {
|
|
1857
|
+
type: {
|
|
1858
|
+
name: "Composite",
|
|
1859
|
+
className: "InboundEndpointsDeleteHeaders",
|
|
1860
|
+
modelProperties: {
|
|
1861
|
+
location: {
|
|
1862
|
+
serializedName: "location",
|
|
1863
|
+
type: {
|
|
1864
|
+
name: "String",
|
|
1865
|
+
},
|
|
1866
|
+
},
|
|
1867
|
+
retryAfter: {
|
|
1868
|
+
serializedName: "retry-after",
|
|
1869
|
+
type: {
|
|
1870
|
+
name: "Number",
|
|
1871
|
+
},
|
|
1872
|
+
},
|
|
1873
|
+
},
|
|
1874
|
+
},
|
|
1875
|
+
};
|
|
1876
|
+
export const OutboundEndpointsCreateOrUpdateHeaders = {
|
|
1877
|
+
type: {
|
|
1878
|
+
name: "Composite",
|
|
1879
|
+
className: "OutboundEndpointsCreateOrUpdateHeaders",
|
|
1880
|
+
modelProperties: {
|
|
1881
|
+
location: {
|
|
1882
|
+
serializedName: "location",
|
|
1883
|
+
type: {
|
|
1884
|
+
name: "String",
|
|
1885
|
+
},
|
|
1886
|
+
},
|
|
1887
|
+
retryAfter: {
|
|
1888
|
+
serializedName: "retry-after",
|
|
1889
|
+
type: {
|
|
1890
|
+
name: "Number",
|
|
1891
|
+
},
|
|
1892
|
+
},
|
|
1893
|
+
},
|
|
1894
|
+
},
|
|
1895
|
+
};
|
|
1896
|
+
export const OutboundEndpointsUpdateHeaders = {
|
|
1897
|
+
type: {
|
|
1898
|
+
name: "Composite",
|
|
1899
|
+
className: "OutboundEndpointsUpdateHeaders",
|
|
1900
|
+
modelProperties: {
|
|
1901
|
+
location: {
|
|
1902
|
+
serializedName: "location",
|
|
1903
|
+
type: {
|
|
1904
|
+
name: "String",
|
|
1905
|
+
},
|
|
1906
|
+
},
|
|
1907
|
+
retryAfter: {
|
|
1908
|
+
serializedName: "retry-after",
|
|
1909
|
+
type: {
|
|
1910
|
+
name: "Number",
|
|
1911
|
+
},
|
|
1912
|
+
},
|
|
1913
|
+
},
|
|
1914
|
+
},
|
|
1915
|
+
};
|
|
1916
|
+
export const OutboundEndpointsDeleteHeaders = {
|
|
1917
|
+
type: {
|
|
1918
|
+
name: "Composite",
|
|
1919
|
+
className: "OutboundEndpointsDeleteHeaders",
|
|
1920
|
+
modelProperties: {
|
|
1921
|
+
location: {
|
|
1922
|
+
serializedName: "location",
|
|
1923
|
+
type: {
|
|
1924
|
+
name: "String",
|
|
1925
|
+
},
|
|
1926
|
+
},
|
|
1927
|
+
retryAfter: {
|
|
1928
|
+
serializedName: "retry-after",
|
|
1929
|
+
type: {
|
|
1930
|
+
name: "Number",
|
|
1931
|
+
},
|
|
1932
|
+
},
|
|
1411
1933
|
},
|
|
1412
1934
|
},
|
|
1413
1935
|
};
|