@azure/arm-dnsresolver 1.2.0-beta.1 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +111 -0
- package/LICENSE +3 -3
- package/README.md +24 -18
- package/dist/browser/dnsResolverManagementClient.d.ts +29 -0
- package/dist/browser/dnsResolverManagementClient.d.ts.map +1 -0
- package/dist/browser/dnsResolverManagementClient.js +107 -0
- package/dist/browser/dnsResolverManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +1351 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +86 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +58 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +1414 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +45 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/dist/browser/models/parameters.js +343 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/dnsForwardingRulesets.d.ts +133 -0
- package/dist/browser/operations/dnsForwardingRulesets.d.ts.map +1 -0
- package/dist/browser/operations/dnsForwardingRulesets.js +676 -0
- package/dist/browser/operations/dnsForwardingRulesets.js.map +1 -0
- package/dist/browser/operations/dnsResolverDomainLists.d.ts +123 -0
- package/dist/browser/operations/dnsResolverDomainLists.d.ts.map +1 -0
- package/dist/browser/operations/dnsResolverDomainLists.js +653 -0
- package/dist/browser/operations/dnsResolverDomainLists.js.map +1 -0
- package/dist/browser/operations/dnsResolverPolicies.d.ts +131 -0
- package/dist/browser/operations/dnsResolverPolicies.d.ts.map +1 -0
- package/dist/browser/operations/dnsResolverPolicies.js +672 -0
- package/dist/browser/operations/dnsResolverPolicies.js.map +1 -0
- package/dist/browser/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts +106 -0
- package/dist/browser/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -0
- package/dist/browser/operations/dnsResolverPolicyVirtualNetworkLinks.js +482 -0
- package/dist/browser/operations/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -0
- package/dist/browser/operations/dnsResolvers.d.ts +131 -0
- package/dist/browser/operations/dnsResolvers.d.ts.map +1 -0
- package/dist/browser/operations/dnsResolvers.js +664 -0
- package/dist/browser/operations/dnsResolvers.js.map +1 -0
- package/dist/browser/operations/dnsSecurityRules.d.ts +99 -0
- package/dist/browser/operations/dnsSecurityRules.d.ts.map +1 -0
- package/dist/browser/operations/dnsSecurityRules.js +475 -0
- package/dist/browser/operations/dnsSecurityRules.js.map +1 -0
- package/dist/browser/operations/forwardingRules.d.ts +72 -0
- package/dist/browser/operations/forwardingRules.d.ts.map +1 -0
- package/dist/browser/operations/forwardingRules.js +317 -0
- package/dist/browser/operations/forwardingRules.js.map +1 -0
- package/dist/browser/operations/inboundEndpoints.d.ts +99 -0
- package/dist/browser/operations/inboundEndpoints.d.ts.map +1 -0
- package/dist/browser/operations/inboundEndpoints.js +462 -0
- package/dist/browser/operations/inboundEndpoints.js.map +1 -0
- package/dist/browser/operations/index.d.ts +11 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +18 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/outboundEndpoints.d.ts +99 -0
- package/dist/browser/operations/outboundEndpoints.d.ts.map +1 -0
- package/dist/browser/operations/outboundEndpoints.js +462 -0
- package/dist/browser/operations/outboundEndpoints.js.map +1 -0
- package/dist/browser/operations/virtualNetworkLinks.d.ts +101 -0
- package/dist/browser/operations/virtualNetworkLinks.d.ts.map +1 -0
- package/dist/browser/operations/virtualNetworkLinks.js +469 -0
- package/dist/browser/operations/virtualNetworkLinks.js.map +1 -0
- package/dist/browser/operationsInterfaces/dnsForwardingRulesets.d.ts +80 -0
- package/dist/browser/operationsInterfaces/dnsForwardingRulesets.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dnsForwardingRulesets.js.map +1 -0
- package/dist/browser/operationsInterfaces/dnsResolverDomainLists.d.ts +87 -0
- package/dist/browser/operationsInterfaces/dnsResolverDomainLists.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dnsResolverDomainLists.js.map +1 -0
- package/dist/browser/operationsInterfaces/dnsResolverPolicies.d.ts +78 -0
- package/dist/browser/operationsInterfaces/dnsResolverPolicies.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dnsResolverPolicies.js.map +1 -0
- package/dist/browser/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts +81 -0
- package/dist/browser/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -0
- package/dist/browser/operationsInterfaces/dnsResolvers.d.ts +78 -0
- package/dist/browser/operationsInterfaces/dnsResolvers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dnsResolvers.js.map +1 -0
- package/dist/browser/operationsInterfaces/dnsSecurityRules.d.ts +74 -0
- package/dist/browser/operationsInterfaces/dnsSecurityRules.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dnsSecurityRules.js.map +1 -0
- package/dist/browser/operationsInterfaces/forwardingRules.d.ts +47 -0
- package/dist/browser/operationsInterfaces/forwardingRules.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/forwardingRules.js.map +1 -0
- package/dist/browser/operationsInterfaces/inboundEndpoints.d.ts +74 -0
- package/dist/browser/operationsInterfaces/inboundEndpoints.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/inboundEndpoints.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +11 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +18 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/outboundEndpoints.d.ts +74 -0
- package/dist/browser/operationsInterfaces/outboundEndpoints.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/outboundEndpoints.js.map +1 -0
- package/dist/browser/operationsInterfaces/virtualNetworkLinks.d.ts +76 -0
- package/dist/browser/operationsInterfaces/virtualNetworkLinks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/virtualNetworkLinks.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/dnsResolverManagementClient.d.ts +29 -0
- package/dist/commonjs/dnsResolverManagementClient.d.ts.map +1 -0
- package/dist/commonjs/dnsResolverManagementClient.js +112 -0
- package/dist/commonjs/dnsResolverManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +1351 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +89 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +58 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1418 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +45 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +346 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/dnsForwardingRulesets.d.ts +133 -0
- package/dist/commonjs/operations/dnsForwardingRulesets.d.ts.map +1 -0
- package/dist/commonjs/operations/dnsForwardingRulesets.js +680 -0
- package/dist/commonjs/operations/dnsForwardingRulesets.js.map +1 -0
- package/dist/commonjs/operations/dnsResolverDomainLists.d.ts +123 -0
- package/dist/commonjs/operations/dnsResolverDomainLists.d.ts.map +1 -0
- package/dist/commonjs/operations/dnsResolverDomainLists.js +657 -0
- package/dist/commonjs/operations/dnsResolverDomainLists.js.map +1 -0
- package/dist/commonjs/operations/dnsResolverPolicies.d.ts +131 -0
- package/dist/commonjs/operations/dnsResolverPolicies.d.ts.map +1 -0
- package/dist/commonjs/operations/dnsResolverPolicies.js +676 -0
- package/dist/commonjs/operations/dnsResolverPolicies.js.map +1 -0
- package/dist/commonjs/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts +106 -0
- package/dist/commonjs/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -0
- package/dist/commonjs/operations/dnsResolverPolicyVirtualNetworkLinks.js +486 -0
- package/dist/commonjs/operations/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -0
- package/dist/commonjs/operations/dnsResolvers.d.ts +131 -0
- package/dist/commonjs/operations/dnsResolvers.d.ts.map +1 -0
- package/dist/commonjs/operations/dnsResolvers.js +668 -0
- package/dist/commonjs/operations/dnsResolvers.js.map +1 -0
- package/dist/commonjs/operations/dnsSecurityRules.d.ts +99 -0
- package/dist/commonjs/operations/dnsSecurityRules.d.ts.map +1 -0
- package/dist/commonjs/operations/dnsSecurityRules.js +479 -0
- package/dist/commonjs/operations/dnsSecurityRules.js.map +1 -0
- package/dist/commonjs/operations/forwardingRules.d.ts +72 -0
- package/dist/commonjs/operations/forwardingRules.d.ts.map +1 -0
- package/dist/commonjs/operations/forwardingRules.js +321 -0
- package/dist/commonjs/operations/forwardingRules.js.map +1 -0
- package/dist/commonjs/operations/inboundEndpoints.d.ts +99 -0
- package/dist/commonjs/operations/inboundEndpoints.d.ts.map +1 -0
- package/dist/commonjs/operations/inboundEndpoints.js +466 -0
- package/dist/commonjs/operations/inboundEndpoints.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +11 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +21 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/outboundEndpoints.d.ts +99 -0
- package/dist/commonjs/operations/outboundEndpoints.d.ts.map +1 -0
- package/dist/commonjs/operations/outboundEndpoints.js +466 -0
- package/dist/commonjs/operations/outboundEndpoints.js.map +1 -0
- package/dist/commonjs/operations/virtualNetworkLinks.d.ts +101 -0
- package/dist/commonjs/operations/virtualNetworkLinks.d.ts.map +1 -0
- package/dist/commonjs/operations/virtualNetworkLinks.js +473 -0
- package/dist/commonjs/operations/virtualNetworkLinks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dnsForwardingRulesets.d.ts +80 -0
- package/dist/commonjs/operationsInterfaces/dnsForwardingRulesets.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dnsForwardingRulesets.js +10 -0
- package/dist/commonjs/operationsInterfaces/dnsForwardingRulesets.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dnsResolverDomainLists.d.ts +87 -0
- package/dist/commonjs/operationsInterfaces/dnsResolverDomainLists.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dnsResolverDomainLists.js +10 -0
- package/dist/commonjs/operationsInterfaces/dnsResolverDomainLists.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dnsResolverPolicies.d.ts +78 -0
- package/dist/commonjs/operationsInterfaces/dnsResolverPolicies.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dnsResolverPolicies.js +10 -0
- package/dist/commonjs/operationsInterfaces/dnsResolverPolicies.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts +81 -0
- package/dist/commonjs/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js +10 -0
- package/dist/commonjs/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dnsResolvers.d.ts +78 -0
- package/dist/commonjs/operationsInterfaces/dnsResolvers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dnsResolvers.js +10 -0
- package/dist/commonjs/operationsInterfaces/dnsResolvers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dnsSecurityRules.d.ts +74 -0
- package/dist/commonjs/operationsInterfaces/dnsSecurityRules.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dnsSecurityRules.js +10 -0
- package/dist/commonjs/operationsInterfaces/dnsSecurityRules.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/forwardingRules.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/forwardingRules.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/forwardingRules.js +10 -0
- package/dist/commonjs/operationsInterfaces/forwardingRules.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/inboundEndpoints.d.ts +74 -0
- package/dist/commonjs/operationsInterfaces/inboundEndpoints.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/inboundEndpoints.js +10 -0
- package/dist/commonjs/operationsInterfaces/inboundEndpoints.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +21 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/outboundEndpoints.d.ts +74 -0
- package/dist/commonjs/operationsInterfaces/outboundEndpoints.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/outboundEndpoints.js +10 -0
- package/dist/commonjs/operationsInterfaces/outboundEndpoints.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworkLinks.d.ts +76 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworkLinks.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworkLinks.js +10 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworkLinks.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/dnsResolverManagementClient.d.ts +29 -0
- package/dist/esm/dnsResolverManagementClient.d.ts.map +1 -0
- package/dist/esm/dnsResolverManagementClient.js +107 -0
- package/dist/esm/dnsResolverManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1351 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +86 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +58 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1414 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +45 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +343 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/dnsForwardingRulesets.d.ts +133 -0
- package/dist/esm/operations/dnsForwardingRulesets.d.ts.map +1 -0
- package/dist/esm/operations/dnsForwardingRulesets.js +676 -0
- package/dist/esm/operations/dnsForwardingRulesets.js.map +1 -0
- package/dist/esm/operations/dnsResolverDomainLists.d.ts +123 -0
- package/dist/esm/operations/dnsResolverDomainLists.d.ts.map +1 -0
- package/dist/esm/operations/dnsResolverDomainLists.js +653 -0
- package/dist/esm/operations/dnsResolverDomainLists.js.map +1 -0
- package/dist/esm/operations/dnsResolverPolicies.d.ts +131 -0
- package/dist/esm/operations/dnsResolverPolicies.d.ts.map +1 -0
- package/dist/esm/operations/dnsResolverPolicies.js +672 -0
- package/dist/esm/operations/dnsResolverPolicies.js.map +1 -0
- package/dist/esm/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts +106 -0
- package/dist/esm/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -0
- package/dist/esm/operations/dnsResolverPolicyVirtualNetworkLinks.js +482 -0
- package/dist/esm/operations/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -0
- package/dist/esm/operations/dnsResolvers.d.ts +131 -0
- package/dist/esm/operations/dnsResolvers.d.ts.map +1 -0
- package/dist/esm/operations/dnsResolvers.js +664 -0
- package/dist/esm/operations/dnsResolvers.js.map +1 -0
- package/dist/esm/operations/dnsSecurityRules.d.ts +99 -0
- package/dist/esm/operations/dnsSecurityRules.d.ts.map +1 -0
- package/dist/esm/operations/dnsSecurityRules.js +475 -0
- package/dist/esm/operations/dnsSecurityRules.js.map +1 -0
- package/dist/esm/operations/forwardingRules.d.ts +72 -0
- package/dist/esm/operations/forwardingRules.d.ts.map +1 -0
- package/dist/esm/operations/forwardingRules.js +317 -0
- package/dist/esm/operations/forwardingRules.js.map +1 -0
- package/dist/esm/operations/inboundEndpoints.d.ts +99 -0
- package/dist/esm/operations/inboundEndpoints.d.ts.map +1 -0
- package/dist/esm/operations/inboundEndpoints.js +462 -0
- package/dist/esm/operations/inboundEndpoints.js.map +1 -0
- package/dist/esm/operations/index.d.ts +11 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +18 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/outboundEndpoints.d.ts +99 -0
- package/dist/esm/operations/outboundEndpoints.d.ts.map +1 -0
- package/dist/esm/operations/outboundEndpoints.js +462 -0
- package/dist/esm/operations/outboundEndpoints.js.map +1 -0
- package/dist/esm/operations/virtualNetworkLinks.d.ts +101 -0
- package/dist/esm/operations/virtualNetworkLinks.d.ts.map +1 -0
- package/dist/esm/operations/virtualNetworkLinks.js +469 -0
- package/dist/esm/operations/virtualNetworkLinks.js.map +1 -0
- package/dist/esm/operationsInterfaces/dnsForwardingRulesets.d.ts +80 -0
- package/dist/esm/operationsInterfaces/dnsForwardingRulesets.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dnsForwardingRulesets.js +9 -0
- package/dist/esm/operationsInterfaces/dnsForwardingRulesets.js.map +1 -0
- package/dist/esm/operationsInterfaces/dnsResolverDomainLists.d.ts +87 -0
- package/dist/esm/operationsInterfaces/dnsResolverDomainLists.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dnsResolverDomainLists.js +9 -0
- package/dist/esm/operationsInterfaces/dnsResolverDomainLists.js.map +1 -0
- package/dist/esm/operationsInterfaces/dnsResolverPolicies.d.ts +78 -0
- package/dist/esm/operationsInterfaces/dnsResolverPolicies.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dnsResolverPolicies.js +9 -0
- package/dist/esm/operationsInterfaces/dnsResolverPolicies.js.map +1 -0
- package/dist/esm/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts +81 -0
- package/dist/esm/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js +9 -0
- package/dist/esm/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -0
- package/dist/esm/operationsInterfaces/dnsResolvers.d.ts +78 -0
- package/dist/esm/operationsInterfaces/dnsResolvers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dnsResolvers.js +9 -0
- package/dist/esm/operationsInterfaces/dnsResolvers.js.map +1 -0
- package/dist/esm/operationsInterfaces/dnsSecurityRules.d.ts +74 -0
- package/dist/esm/operationsInterfaces/dnsSecurityRules.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dnsSecurityRules.js +9 -0
- package/dist/esm/operationsInterfaces/dnsSecurityRules.js.map +1 -0
- package/dist/esm/operationsInterfaces/forwardingRules.d.ts +47 -0
- package/dist/esm/operationsInterfaces/forwardingRules.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/forwardingRules.js +9 -0
- package/dist/esm/operationsInterfaces/forwardingRules.js.map +1 -0
- package/dist/esm/operationsInterfaces/inboundEndpoints.d.ts +74 -0
- package/dist/esm/operationsInterfaces/inboundEndpoints.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/inboundEndpoints.js +9 -0
- package/dist/esm/operationsInterfaces/inboundEndpoints.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +11 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +18 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/outboundEndpoints.d.ts +74 -0
- package/dist/esm/operationsInterfaces/outboundEndpoints.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/outboundEndpoints.js +9 -0
- package/dist/esm/operationsInterfaces/outboundEndpoints.js.map +1 -0
- package/dist/esm/operationsInterfaces/virtualNetworkLinks.d.ts +76 -0
- package/dist/esm/operationsInterfaces/virtualNetworkLinks.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/virtualNetworkLinks.js +9 -0
- package/dist/esm/operationsInterfaces/virtualNetworkLinks.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/dnsResolverManagementClient.d.ts +29 -0
- package/dist/react-native/dnsResolverManagementClient.d.ts.map +1 -0
- package/dist/react-native/dnsResolverManagementClient.js +107 -0
- package/dist/react-native/dnsResolverManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1351 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +86 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +58 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1414 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +45 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +343 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/dnsForwardingRulesets.d.ts +133 -0
- package/dist/react-native/operations/dnsForwardingRulesets.d.ts.map +1 -0
- package/dist/react-native/operations/dnsForwardingRulesets.js +676 -0
- package/dist/react-native/operations/dnsForwardingRulesets.js.map +1 -0
- package/dist/react-native/operations/dnsResolverDomainLists.d.ts +123 -0
- package/dist/react-native/operations/dnsResolverDomainLists.d.ts.map +1 -0
- package/dist/react-native/operations/dnsResolverDomainLists.js +653 -0
- package/dist/react-native/operations/dnsResolverDomainLists.js.map +1 -0
- package/dist/react-native/operations/dnsResolverPolicies.d.ts +131 -0
- package/dist/react-native/operations/dnsResolverPolicies.d.ts.map +1 -0
- package/dist/react-native/operations/dnsResolverPolicies.js +672 -0
- package/dist/react-native/operations/dnsResolverPolicies.js.map +1 -0
- package/dist/react-native/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts +106 -0
- package/dist/react-native/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -0
- package/dist/react-native/operations/dnsResolverPolicyVirtualNetworkLinks.js +482 -0
- package/dist/react-native/operations/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -0
- package/dist/react-native/operations/dnsResolvers.d.ts +131 -0
- package/dist/react-native/operations/dnsResolvers.d.ts.map +1 -0
- package/dist/react-native/operations/dnsResolvers.js +664 -0
- package/dist/react-native/operations/dnsResolvers.js.map +1 -0
- package/dist/react-native/operations/dnsSecurityRules.d.ts +99 -0
- package/dist/react-native/operations/dnsSecurityRules.d.ts.map +1 -0
- package/dist/react-native/operations/dnsSecurityRules.js +475 -0
- package/dist/react-native/operations/dnsSecurityRules.js.map +1 -0
- package/dist/react-native/operations/forwardingRules.d.ts +72 -0
- package/dist/react-native/operations/forwardingRules.d.ts.map +1 -0
- package/dist/react-native/operations/forwardingRules.js +317 -0
- package/dist/react-native/operations/forwardingRules.js.map +1 -0
- package/dist/react-native/operations/inboundEndpoints.d.ts +99 -0
- package/dist/react-native/operations/inboundEndpoints.d.ts.map +1 -0
- package/dist/react-native/operations/inboundEndpoints.js +462 -0
- package/dist/react-native/operations/inboundEndpoints.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +11 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +18 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/outboundEndpoints.d.ts +99 -0
- package/dist/react-native/operations/outboundEndpoints.d.ts.map +1 -0
- package/dist/react-native/operations/outboundEndpoints.js +462 -0
- package/dist/react-native/operations/outboundEndpoints.js.map +1 -0
- package/dist/react-native/operations/virtualNetworkLinks.d.ts +101 -0
- package/dist/react-native/operations/virtualNetworkLinks.d.ts.map +1 -0
- package/dist/react-native/operations/virtualNetworkLinks.js +469 -0
- package/dist/react-native/operations/virtualNetworkLinks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dnsForwardingRulesets.d.ts +80 -0
- package/dist/react-native/operationsInterfaces/dnsForwardingRulesets.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dnsForwardingRulesets.js +9 -0
- package/dist/react-native/operationsInterfaces/dnsForwardingRulesets.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dnsResolverDomainLists.d.ts +87 -0
- package/dist/react-native/operationsInterfaces/dnsResolverDomainLists.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dnsResolverDomainLists.js +9 -0
- package/dist/react-native/operationsInterfaces/dnsResolverDomainLists.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dnsResolverPolicies.d.ts +78 -0
- package/dist/react-native/operationsInterfaces/dnsResolverPolicies.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dnsResolverPolicies.js +9 -0
- package/dist/react-native/operationsInterfaces/dnsResolverPolicies.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts +81 -0
- package/dist/react-native/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js +9 -0
- package/dist/react-native/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dnsResolvers.d.ts +78 -0
- package/dist/react-native/operationsInterfaces/dnsResolvers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dnsResolvers.js +9 -0
- package/dist/react-native/operationsInterfaces/dnsResolvers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dnsSecurityRules.d.ts +74 -0
- package/dist/react-native/operationsInterfaces/dnsSecurityRules.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dnsSecurityRules.js +9 -0
- package/dist/react-native/operationsInterfaces/dnsSecurityRules.js.map +1 -0
- package/dist/react-native/operationsInterfaces/forwardingRules.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/forwardingRules.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/forwardingRules.js +9 -0
- package/dist/react-native/operationsInterfaces/forwardingRules.js.map +1 -0
- package/dist/react-native/operationsInterfaces/inboundEndpoints.d.ts +74 -0
- package/dist/react-native/operationsInterfaces/inboundEndpoints.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/inboundEndpoints.js +9 -0
- package/dist/react-native/operationsInterfaces/inboundEndpoints.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +18 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/outboundEndpoints.d.ts +74 -0
- package/dist/react-native/operationsInterfaces/outboundEndpoints.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/outboundEndpoints.js +9 -0
- package/dist/react-native/operationsInterfaces/outboundEndpoints.js.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualNetworkLinks.d.ts +76 -0
- package/dist/react-native/operationsInterfaces/virtualNetworkLinks.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualNetworkLinks.js +9 -0
- package/dist/react-native/operationsInterfaces/virtualNetworkLinks.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +77 -59
- package/review/arm-dnsresolver.api.md +35 -9
- package/dist/index.js +0 -7326
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/dnsForwardingRulesetsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsForwardingRulesetsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsForwardingRulesetsCreateOrUpdateSample.js +0 -51
- package/dist-esm/samples-dev/dnsForwardingRulesetsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsForwardingRulesetsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsForwardingRulesetsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsForwardingRulesetsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/dnsForwardingRulesetsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsForwardingRulesetsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsForwardingRulesetsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsForwardingRulesetsGetSample.js +0 -39
- package/dist-esm/samples-dev/dnsForwardingRulesetsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsForwardingRulesetsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsForwardingRulesetsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsForwardingRulesetsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/dnsForwardingRulesetsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsForwardingRulesetsListByVirtualNetworkSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsForwardingRulesetsListByVirtualNetworkSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsForwardingRulesetsListByVirtualNetworkSample.js +0 -55
- package/dist-esm/samples-dev/dnsForwardingRulesetsListByVirtualNetworkSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsForwardingRulesetsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsForwardingRulesetsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsForwardingRulesetsListSample.js +0 -53
- package/dist-esm/samples-dev/dnsForwardingRulesetsListSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsForwardingRulesetsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsForwardingRulesetsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsForwardingRulesetsUpdateSample.js +0 -40
- package/dist-esm/samples-dev/dnsForwardingRulesetsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsResolverDomainListsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsResolverDomainListsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsResolverDomainListsCreateOrUpdateSample.js +0 -44
- package/dist-esm/samples-dev/dnsResolverDomainListsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsResolverDomainListsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsResolverDomainListsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsResolverDomainListsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/dnsResolverDomainListsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsResolverDomainListsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsResolverDomainListsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsResolverDomainListsGetSample.js +0 -39
- package/dist-esm/samples-dev/dnsResolverDomainListsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsResolverDomainListsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsResolverDomainListsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsResolverDomainListsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/dnsResolverDomainListsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsResolverDomainListsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsResolverDomainListsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsResolverDomainListsListSample.js +0 -53
- package/dist-esm/samples-dev/dnsResolverDomainListsListSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsResolverDomainListsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsResolverDomainListsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsResolverDomainListsUpdateSample.js +0 -43
- package/dist-esm/samples-dev/dnsResolverDomainListsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsResolverPoliciesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsResolverPoliciesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsResolverPoliciesCreateOrUpdateSample.js +0 -43
- package/dist-esm/samples-dev/dnsResolverPoliciesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsResolverPoliciesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsResolverPoliciesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsResolverPoliciesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/dnsResolverPoliciesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsResolverPoliciesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsResolverPoliciesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsResolverPoliciesGetSample.js +0 -39
- package/dist-esm/samples-dev/dnsResolverPoliciesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsResolverPoliciesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsResolverPoliciesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsResolverPoliciesListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/dnsResolverPoliciesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsResolverPoliciesListByVirtualNetworkSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsResolverPoliciesListByVirtualNetworkSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsResolverPoliciesListByVirtualNetworkSample.js +0 -55
- package/dist-esm/samples-dev/dnsResolverPoliciesListByVirtualNetworkSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsResolverPoliciesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsResolverPoliciesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsResolverPoliciesListSample.js +0 -53
- package/dist-esm/samples-dev/dnsResolverPoliciesListSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsResolverPoliciesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsResolverPoliciesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsResolverPoliciesUpdateSample.js +0 -40
- package/dist-esm/samples-dev/dnsResolverPoliciesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksCreateOrUpdateSample.js +0 -47
- package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksDeleteSample.js +0 -40
- package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksGetSample.js +0 -40
- package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksListSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksListSample.js +0 -55
- package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksListSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksUpdateSample.js +0 -43
- package/dist-esm/samples-dev/dnsResolverPolicyVirtualNetworkLinksUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsResolversCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsResolversCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsResolversCreateOrUpdateSample.js +0 -46
- package/dist-esm/samples-dev/dnsResolversCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsResolversDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsResolversDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsResolversDeleteSample.js +0 -39
- package/dist-esm/samples-dev/dnsResolversDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsResolversGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsResolversGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsResolversGetSample.js +0 -39
- package/dist-esm/samples-dev/dnsResolversGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsResolversListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsResolversListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsResolversListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/dnsResolversListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsResolversListByVirtualNetworkSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsResolversListByVirtualNetworkSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsResolversListByVirtualNetworkSample.js +0 -55
- package/dist-esm/samples-dev/dnsResolversListByVirtualNetworkSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsResolversListSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsResolversListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsResolversListSample.js +0 -53
- package/dist-esm/samples-dev/dnsResolversListSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsResolversUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsResolversUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsResolversUpdateSample.js +0 -40
- package/dist-esm/samples-dev/dnsResolversUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsSecurityRulesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsSecurityRulesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsSecurityRulesCreateOrUpdateSample.js +0 -52
- package/dist-esm/samples-dev/dnsSecurityRulesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsSecurityRulesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsSecurityRulesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsSecurityRulesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/dnsSecurityRulesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsSecurityRulesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsSecurityRulesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsSecurityRulesGetSample.js +0 -40
- package/dist-esm/samples-dev/dnsSecurityRulesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsSecurityRulesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsSecurityRulesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsSecurityRulesListSample.js +0 -55
- package/dist-esm/samples-dev/dnsSecurityRulesListSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsSecurityRulesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsSecurityRulesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsSecurityRulesUpdateSample.js +0 -44
- package/dist-esm/samples-dev/dnsSecurityRulesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/forwardingRulesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/forwardingRulesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/forwardingRulesCreateOrUpdateSample.js +0 -49
- package/dist-esm/samples-dev/forwardingRulesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/forwardingRulesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/forwardingRulesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/forwardingRulesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/forwardingRulesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/forwardingRulesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/forwardingRulesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/forwardingRulesGetSample.js +0 -40
- package/dist-esm/samples-dev/forwardingRulesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/forwardingRulesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/forwardingRulesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/forwardingRulesListSample.js +0 -55
- package/dist-esm/samples-dev/forwardingRulesListSample.js.map +0 -1
- package/dist-esm/samples-dev/forwardingRulesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/forwardingRulesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/forwardingRulesUpdateSample.js +0 -44
- package/dist-esm/samples-dev/forwardingRulesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/inboundEndpointsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/inboundEndpointsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/inboundEndpointsCreateOrUpdateSample.js +0 -52
- package/dist-esm/samples-dev/inboundEndpointsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/inboundEndpointsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/inboundEndpointsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/inboundEndpointsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/inboundEndpointsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/inboundEndpointsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/inboundEndpointsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/inboundEndpointsGetSample.js +0 -40
- package/dist-esm/samples-dev/inboundEndpointsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/inboundEndpointsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/inboundEndpointsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/inboundEndpointsListSample.js +0 -55
- package/dist-esm/samples-dev/inboundEndpointsListSample.js.map +0 -1
- package/dist-esm/samples-dev/inboundEndpointsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/inboundEndpointsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/inboundEndpointsUpdateSample.js +0 -41
- package/dist-esm/samples-dev/inboundEndpointsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/outboundEndpointsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/outboundEndpointsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/outboundEndpointsCreateOrUpdateSample.js +0 -47
- package/dist-esm/samples-dev/outboundEndpointsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/outboundEndpointsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/outboundEndpointsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/outboundEndpointsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/outboundEndpointsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/outboundEndpointsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/outboundEndpointsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/outboundEndpointsGetSample.js +0 -40
- package/dist-esm/samples-dev/outboundEndpointsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/outboundEndpointsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/outboundEndpointsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/outboundEndpointsListSample.js +0 -55
- package/dist-esm/samples-dev/outboundEndpointsListSample.js.map +0 -1
- package/dist-esm/samples-dev/outboundEndpointsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/outboundEndpointsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/outboundEndpointsUpdateSample.js +0 -41
- package/dist-esm/samples-dev/outboundEndpointsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkLinksCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworkLinksCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkLinksCreateOrUpdateSample.js +0 -46
- package/dist-esm/samples-dev/virtualNetworkLinksCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkLinksDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworkLinksDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkLinksDeleteSample.js +0 -40
- package/dist-esm/samples-dev/virtualNetworkLinksDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkLinksGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworkLinksGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkLinksGetSample.js +0 -40
- package/dist-esm/samples-dev/virtualNetworkLinksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkLinksListSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworkLinksListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkLinksListSample.js +0 -55
- package/dist-esm/samples-dev/virtualNetworkLinksListSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkLinksUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworkLinksUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkLinksUpdateSample.js +0 -43
- package/dist-esm/samples-dev/virtualNetworkLinksUpdateSample.js.map +0 -1
- package/dist-esm/src/dnsResolverManagementClient.d.ts +0 -29
- package/dist-esm/src/dnsResolverManagementClient.d.ts.map +0 -1
- package/dist-esm/src/dnsResolverManagementClient.js +0 -110
- package/dist-esm/src/dnsResolverManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -1321
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -84
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -56
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -1379
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -44
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -339
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/dnsForwardingRulesets.d.ts +0 -133
- package/dist-esm/src/operations/dnsForwardingRulesets.d.ts.map +0 -1
- package/dist-esm/src/operations/dnsForwardingRulesets.js +0 -688
- package/dist-esm/src/operations/dnsForwardingRulesets.js.map +0 -1
- package/dist-esm/src/operations/dnsResolverDomainLists.d.ts +0 -107
- package/dist-esm/src/operations/dnsResolverDomainLists.d.ts.map +0 -1
- package/dist-esm/src/operations/dnsResolverDomainLists.js +0 -570
- package/dist-esm/src/operations/dnsResolverDomainLists.js.map +0 -1
- package/dist-esm/src/operations/dnsResolverPolicies.d.ts +0 -131
- package/dist-esm/src/operations/dnsResolverPolicies.d.ts.map +0 -1
- package/dist-esm/src/operations/dnsResolverPolicies.js +0 -684
- package/dist-esm/src/operations/dnsResolverPolicies.js.map +0 -1
- package/dist-esm/src/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts +0 -106
- package/dist-esm/src/operations/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +0 -1
- package/dist-esm/src/operations/dnsResolverPolicyVirtualNetworkLinks.js +0 -494
- package/dist-esm/src/operations/dnsResolverPolicyVirtualNetworkLinks.js.map +0 -1
- package/dist-esm/src/operations/dnsResolvers.d.ts +0 -131
- package/dist-esm/src/operations/dnsResolvers.d.ts.map +0 -1
- package/dist-esm/src/operations/dnsResolvers.js +0 -676
- package/dist-esm/src/operations/dnsResolvers.js.map +0 -1
- package/dist-esm/src/operations/dnsSecurityRules.d.ts +0 -99
- package/dist-esm/src/operations/dnsSecurityRules.d.ts.map +0 -1
- package/dist-esm/src/operations/dnsSecurityRules.js +0 -487
- package/dist-esm/src/operations/dnsSecurityRules.js.map +0 -1
- package/dist-esm/src/operations/forwardingRules.d.ts +0 -72
- package/dist-esm/src/operations/forwardingRules.d.ts.map +0 -1
- package/dist-esm/src/operations/forwardingRules.js +0 -317
- package/dist-esm/src/operations/forwardingRules.js.map +0 -1
- package/dist-esm/src/operations/inboundEndpoints.d.ts +0 -99
- package/dist-esm/src/operations/inboundEndpoints.d.ts.map +0 -1
- package/dist-esm/src/operations/inboundEndpoints.js +0 -474
- package/dist-esm/src/operations/inboundEndpoints.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -11
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -18
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/outboundEndpoints.d.ts +0 -99
- package/dist-esm/src/operations/outboundEndpoints.d.ts.map +0 -1
- package/dist-esm/src/operations/outboundEndpoints.js +0 -474
- package/dist-esm/src/operations/outboundEndpoints.js.map +0 -1
- package/dist-esm/src/operations/virtualNetworkLinks.d.ts +0 -101
- package/dist-esm/src/operations/virtualNetworkLinks.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualNetworkLinks.js +0 -481
- package/dist-esm/src/operations/virtualNetworkLinks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dnsForwardingRulesets.d.ts +0 -80
- package/dist-esm/src/operationsInterfaces/dnsForwardingRulesets.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dnsForwardingRulesets.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dnsResolverDomainLists.d.ts +0 -71
- package/dist-esm/src/operationsInterfaces/dnsResolverDomainLists.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dnsResolverDomainLists.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dnsResolverPolicies.d.ts +0 -78
- package/dist-esm/src/operationsInterfaces/dnsResolverPolicies.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dnsResolverPolicies.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts +0 -81
- package/dist-esm/src/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dnsResolvers.d.ts +0 -78
- package/dist-esm/src/operationsInterfaces/dnsResolvers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dnsResolvers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dnsSecurityRules.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/dnsSecurityRules.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dnsSecurityRules.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/forwardingRules.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/forwardingRules.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/forwardingRules.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/inboundEndpoints.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/inboundEndpoints.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/inboundEndpoints.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -18
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/outboundEndpoints.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/outboundEndpoints.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/outboundEndpoints.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualNetworkLinks.d.ts +0 -76
- package/dist-esm/src/operationsInterfaces/virtualNetworkLinks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualNetworkLinks.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/dnsresolver_examples.spec.d.ts +0 -4
- package/dist-esm/test/dnsresolver_examples.spec.d.ts.map +0 -1
- package/dist-esm/test/dnsresolver_examples.spec.js +0 -115
- package/dist-esm/test/dnsresolver_examples.spec.js.map +0 -1
- package/src/dnsResolverManagementClient.ts +0 -182
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1583
- package/src/models/mappers.ts +0 -1508
- package/src/models/parameters.ts +0 -407
- package/src/operations/dnsForwardingRulesets.ts +0 -893
- package/src/operations/dnsResolverDomainLists.ts +0 -741
- package/src/operations/dnsResolverPolicies.ts +0 -898
- package/src/operations/dnsResolverPolicyVirtualNetworkLinks.ts +0 -686
- package/src/operations/dnsResolvers.ts +0 -881
- package/src/operations/dnsSecurityRules.ts +0 -677
- package/src/operations/forwardingRules.ts +0 -414
- package/src/operations/inboundEndpoints.ts +0 -651
- package/src/operations/index.ts +0 -18
- package/src/operations/outboundEndpoints.ts +0 -651
- package/src/operations/virtualNetworkLinks.ts +0 -662
- package/src/operationsInterfaces/dnsForwardingRulesets.ts +0 -154
- package/src/operationsInterfaces/dnsResolverDomainLists.ts +0 -145
- package/src/operationsInterfaces/dnsResolverPolicies.ts +0 -158
- package/src/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.ts +0 -160
- package/src/operationsInterfaces/dnsResolvers.ts +0 -152
- package/src/operationsInterfaces/dnsSecurityRules.ts +0 -153
- package/src/operationsInterfaces/forwardingRules.ts +0 -93
- package/src/operationsInterfaces/inboundEndpoints.ts +0 -147
- package/src/operationsInterfaces/index.ts +0 -18
- package/src/operationsInterfaces/outboundEndpoints.ts +0 -147
- package/src/operationsInterfaces/virtualNetworkLinks.ts +0 -149
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-dnsresolver.d.ts +0 -2277
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dnsForwardingRulesets.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dnsResolverDomainLists.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dnsResolverPolicies.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dnsResolverPolicyVirtualNetworkLinks.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dnsResolvers.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dnsSecurityRules.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/forwardingRules.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/inboundEndpoints.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/outboundEndpoints.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualNetworkLinks.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
|
@@ -1,2277 +0,0 @@
|
|
|
1
|
-
import * as coreAuth from '@azure/core-auth';
|
|
2
|
-
import * as coreClient from '@azure/core-client';
|
|
3
|
-
import { OperationState } from '@azure/core-lro';
|
|
4
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
5
|
-
import { SimplePollerLike } from '@azure/core-lro';
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
* Defines values for ActionType. \
|
|
9
|
-
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
10
|
-
* this enum contains the known values that the service supports.
|
|
11
|
-
* ### Known values supported by the service
|
|
12
|
-
* **Allow** \
|
|
13
|
-
* **Alert** \
|
|
14
|
-
* **Block**
|
|
15
|
-
*/
|
|
16
|
-
export declare type ActionType = string;
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
* Defines values for BlockResponseCode. \
|
|
20
|
-
* {@link KnownBlockResponseCode} can be used interchangeably with BlockResponseCode,
|
|
21
|
-
* this enum contains the known values that the service supports.
|
|
22
|
-
* ### Known values supported by the service
|
|
23
|
-
* **SERVFAIL**
|
|
24
|
-
*/
|
|
25
|
-
export declare type BlockResponseCode = string;
|
|
26
|
-
|
|
27
|
-
/** An error message */
|
|
28
|
-
export declare interface CloudError {
|
|
29
|
-
/** The error message body */
|
|
30
|
-
error?: CloudErrorBody;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
/** The body of an error message */
|
|
34
|
-
export declare interface CloudErrorBody {
|
|
35
|
-
/** The error code */
|
|
36
|
-
code?: string;
|
|
37
|
-
/** A description of what caused the error */
|
|
38
|
-
message?: string;
|
|
39
|
-
/** The target resource of the error message */
|
|
40
|
-
target?: string;
|
|
41
|
-
/** Extra error information */
|
|
42
|
-
details?: CloudErrorBody[];
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
/**
|
|
46
|
-
* Defines values for CreatedByType. \
|
|
47
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
48
|
-
* this enum contains the known values that the service supports.
|
|
49
|
-
* ### Known values supported by the service
|
|
50
|
-
* **User** \
|
|
51
|
-
* **Application** \
|
|
52
|
-
* **ManagedIdentity** \
|
|
53
|
-
* **Key**
|
|
54
|
-
*/
|
|
55
|
-
export declare type CreatedByType = string;
|
|
56
|
-
|
|
57
|
-
/** Describes a DNS forwarding ruleset. */
|
|
58
|
-
export declare interface DnsForwardingRuleset extends TrackedResource {
|
|
59
|
-
/**
|
|
60
|
-
* ETag of the DNS forwarding ruleset.
|
|
61
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
62
|
-
*/
|
|
63
|
-
readonly etag?: string;
|
|
64
|
-
/** 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. */
|
|
65
|
-
dnsResolverOutboundEndpoints: SubResource[];
|
|
66
|
-
/**
|
|
67
|
-
* 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.
|
|
68
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
69
|
-
*/
|
|
70
|
-
readonly provisioningState?: ProvisioningState;
|
|
71
|
-
/**
|
|
72
|
-
* The resourceGuid for the DNS forwarding ruleset.
|
|
73
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
74
|
-
*/
|
|
75
|
-
readonly resourceGuid?: string;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
/** The response to an enumeration operation on DNS forwarding rulesets. */
|
|
79
|
-
export declare interface DnsForwardingRulesetListResult {
|
|
80
|
-
/** Enumeration of the DNS forwarding rulesets. */
|
|
81
|
-
value?: DnsForwardingRuleset[];
|
|
82
|
-
/**
|
|
83
|
-
* The continuation token for the next page of results.
|
|
84
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
85
|
-
*/
|
|
86
|
-
readonly nextLink?: string;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
/** Describes a DNS forwarding ruleset PATCH operation. */
|
|
90
|
-
export declare interface DnsForwardingRulesetPatch {
|
|
91
|
-
/** 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. */
|
|
92
|
-
dnsResolverOutboundEndpoints?: SubResource[];
|
|
93
|
-
/** Tags for DNS Resolver. */
|
|
94
|
-
tags?: {
|
|
95
|
-
[propertyName: string]: string;
|
|
96
|
-
};
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
/** Interface representing a DnsForwardingRulesets. */
|
|
100
|
-
export declare interface DnsForwardingRulesets {
|
|
101
|
-
/**
|
|
102
|
-
* Lists DNS forwarding rulesets within a resource group.
|
|
103
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
104
|
-
* @param options The options parameters.
|
|
105
|
-
*/
|
|
106
|
-
listByResourceGroup(resourceGroupName: string, options?: DnsForwardingRulesetsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DnsForwardingRuleset>;
|
|
107
|
-
/**
|
|
108
|
-
* Lists DNS forwarding rulesets in all resource groups of a subscription.
|
|
109
|
-
* @param options The options parameters.
|
|
110
|
-
*/
|
|
111
|
-
list(options?: DnsForwardingRulesetsListOptionalParams): PagedAsyncIterableIterator<DnsForwardingRuleset>;
|
|
112
|
-
/**
|
|
113
|
-
* Lists DNS forwarding ruleset resource IDs attached to a virtual network.
|
|
114
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
115
|
-
* @param virtualNetworkName The name of the virtual network.
|
|
116
|
-
* @param options The options parameters.
|
|
117
|
-
*/
|
|
118
|
-
listByVirtualNetwork(resourceGroupName: string, virtualNetworkName: string, options?: DnsForwardingRulesetsListByVirtualNetworkOptionalParams): PagedAsyncIterableIterator<VirtualNetworkDnsForwardingRuleset>;
|
|
119
|
-
/**
|
|
120
|
-
* Creates or updates a DNS forwarding ruleset.
|
|
121
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
122
|
-
* @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.
|
|
123
|
-
* @param parameters Parameters supplied to the CreateOrUpdate operation.
|
|
124
|
-
* @param options The options parameters.
|
|
125
|
-
*/
|
|
126
|
-
beginCreateOrUpdate(resourceGroupName: string, dnsForwardingRulesetName: string, parameters: DnsForwardingRuleset, options?: DnsForwardingRulesetsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DnsForwardingRulesetsCreateOrUpdateResponse>, DnsForwardingRulesetsCreateOrUpdateResponse>>;
|
|
127
|
-
/**
|
|
128
|
-
* Creates or updates a DNS forwarding ruleset.
|
|
129
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
130
|
-
* @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.
|
|
131
|
-
* @param parameters Parameters supplied to the CreateOrUpdate operation.
|
|
132
|
-
* @param options The options parameters.
|
|
133
|
-
*/
|
|
134
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, dnsForwardingRulesetName: string, parameters: DnsForwardingRuleset, options?: DnsForwardingRulesetsCreateOrUpdateOptionalParams): Promise<DnsForwardingRulesetsCreateOrUpdateResponse>;
|
|
135
|
-
/**
|
|
136
|
-
* Updates a DNS forwarding ruleset.
|
|
137
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
138
|
-
* @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.
|
|
139
|
-
* @param parameters Parameters supplied to the Update operation.
|
|
140
|
-
* @param options The options parameters.
|
|
141
|
-
*/
|
|
142
|
-
beginUpdate(resourceGroupName: string, dnsForwardingRulesetName: string, parameters: DnsForwardingRulesetPatch, options?: DnsForwardingRulesetsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DnsForwardingRulesetsUpdateResponse>, DnsForwardingRulesetsUpdateResponse>>;
|
|
143
|
-
/**
|
|
144
|
-
* Updates a DNS forwarding ruleset.
|
|
145
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
146
|
-
* @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.
|
|
147
|
-
* @param parameters Parameters supplied to the Update operation.
|
|
148
|
-
* @param options The options parameters.
|
|
149
|
-
*/
|
|
150
|
-
beginUpdateAndWait(resourceGroupName: string, dnsForwardingRulesetName: string, parameters: DnsForwardingRulesetPatch, options?: DnsForwardingRulesetsUpdateOptionalParams): Promise<DnsForwardingRulesetsUpdateResponse>;
|
|
151
|
-
/**
|
|
152
|
-
* Deletes a DNS forwarding ruleset. WARNING: This operation cannot be undone. All forwarding rules
|
|
153
|
-
* within the ruleset will be deleted.
|
|
154
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
155
|
-
* @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.
|
|
156
|
-
* @param options The options parameters.
|
|
157
|
-
*/
|
|
158
|
-
beginDelete(resourceGroupName: string, dnsForwardingRulesetName: string, options?: DnsForwardingRulesetsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
159
|
-
/**
|
|
160
|
-
* Deletes a DNS forwarding ruleset. WARNING: This operation cannot be undone. All forwarding rules
|
|
161
|
-
* within the ruleset will be deleted.
|
|
162
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
163
|
-
* @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.
|
|
164
|
-
* @param options The options parameters.
|
|
165
|
-
*/
|
|
166
|
-
beginDeleteAndWait(resourceGroupName: string, dnsForwardingRulesetName: string, options?: DnsForwardingRulesetsDeleteOptionalParams): Promise<void>;
|
|
167
|
-
/**
|
|
168
|
-
* Gets a DNS forwarding ruleset properties.
|
|
169
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
170
|
-
* @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.
|
|
171
|
-
* @param options The options parameters.
|
|
172
|
-
*/
|
|
173
|
-
get(resourceGroupName: string, dnsForwardingRulesetName: string, options?: DnsForwardingRulesetsGetOptionalParams): Promise<DnsForwardingRulesetsGetResponse>;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
/** Optional parameters. */
|
|
177
|
-
export declare interface DnsForwardingRulesetsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
178
|
-
/** 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. */
|
|
179
|
-
ifMatch?: string;
|
|
180
|
-
/** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
|
|
181
|
-
ifNoneMatch?: string;
|
|
182
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
183
|
-
updateIntervalInMs?: number;
|
|
184
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
185
|
-
resumeFrom?: string;
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
189
|
-
export declare type DnsForwardingRulesetsCreateOrUpdateResponse = DnsForwardingRuleset;
|
|
190
|
-
|
|
191
|
-
/** Optional parameters. */
|
|
192
|
-
export declare interface DnsForwardingRulesetsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
193
|
-
/** 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. */
|
|
194
|
-
ifMatch?: string;
|
|
195
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
196
|
-
updateIntervalInMs?: number;
|
|
197
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
198
|
-
resumeFrom?: string;
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
/** Optional parameters. */
|
|
202
|
-
export declare interface DnsForwardingRulesetsGetOptionalParams extends coreClient.OperationOptions {
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
/** Contains response data for the get operation. */
|
|
206
|
-
export declare type DnsForwardingRulesetsGetResponse = DnsForwardingRuleset;
|
|
207
|
-
|
|
208
|
-
/** Optional parameters. */
|
|
209
|
-
export declare interface DnsForwardingRulesetsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
213
|
-
export declare type DnsForwardingRulesetsListByResourceGroupNextResponse = DnsForwardingRulesetListResult;
|
|
214
|
-
|
|
215
|
-
/** Optional parameters. */
|
|
216
|
-
export declare interface DnsForwardingRulesetsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
217
|
-
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
218
|
-
top?: number;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
222
|
-
export declare type DnsForwardingRulesetsListByResourceGroupResponse = DnsForwardingRulesetListResult;
|
|
223
|
-
|
|
224
|
-
/** Optional parameters. */
|
|
225
|
-
export declare interface DnsForwardingRulesetsListByVirtualNetworkNextOptionalParams extends coreClient.OperationOptions {
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
/** Contains response data for the listByVirtualNetworkNext operation. */
|
|
229
|
-
export declare type DnsForwardingRulesetsListByVirtualNetworkNextResponse = VirtualNetworkDnsForwardingRulesetListResult;
|
|
230
|
-
|
|
231
|
-
/** Optional parameters. */
|
|
232
|
-
export declare interface DnsForwardingRulesetsListByVirtualNetworkOptionalParams extends coreClient.OperationOptions {
|
|
233
|
-
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
234
|
-
top?: number;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
/** Contains response data for the listByVirtualNetwork operation. */
|
|
238
|
-
export declare type DnsForwardingRulesetsListByVirtualNetworkResponse = VirtualNetworkDnsForwardingRulesetListResult;
|
|
239
|
-
|
|
240
|
-
/** Optional parameters. */
|
|
241
|
-
export declare interface DnsForwardingRulesetsListNextOptionalParams extends coreClient.OperationOptions {
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
/** Contains response data for the listNext operation. */
|
|
245
|
-
export declare type DnsForwardingRulesetsListNextResponse = DnsForwardingRulesetListResult;
|
|
246
|
-
|
|
247
|
-
/** Optional parameters. */
|
|
248
|
-
export declare interface DnsForwardingRulesetsListOptionalParams extends coreClient.OperationOptions {
|
|
249
|
-
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
250
|
-
top?: number;
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
/** Contains response data for the list operation. */
|
|
254
|
-
export declare type DnsForwardingRulesetsListResponse = DnsForwardingRulesetListResult;
|
|
255
|
-
|
|
256
|
-
/** Optional parameters. */
|
|
257
|
-
export declare interface DnsForwardingRulesetsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
258
|
-
/** 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. */
|
|
259
|
-
ifMatch?: string;
|
|
260
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
261
|
-
updateIntervalInMs?: number;
|
|
262
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
263
|
-
resumeFrom?: string;
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
/** Contains response data for the update operation. */
|
|
267
|
-
export declare type DnsForwardingRulesetsUpdateResponse = DnsForwardingRuleset;
|
|
268
|
-
|
|
269
|
-
/** Describes a DNS resolver. */
|
|
270
|
-
export declare interface DnsResolver extends TrackedResource {
|
|
271
|
-
/**
|
|
272
|
-
* ETag of the DNS resolver.
|
|
273
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
274
|
-
*/
|
|
275
|
-
readonly etag?: string;
|
|
276
|
-
/** The reference to the virtual network. This cannot be changed after creation. */
|
|
277
|
-
virtualNetwork: SubResource;
|
|
278
|
-
/**
|
|
279
|
-
* The current status of the DNS resolver. This is a read-only property and any attempt to set this value will be ignored.
|
|
280
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
281
|
-
*/
|
|
282
|
-
readonly dnsResolverState?: DnsResolverState;
|
|
283
|
-
/**
|
|
284
|
-
* The current provisioning state of the DNS resolver. This is a read-only property and any attempt to set this value will be ignored.
|
|
285
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
286
|
-
*/
|
|
287
|
-
readonly provisioningState?: ProvisioningState;
|
|
288
|
-
/**
|
|
289
|
-
* The resourceGuid property of the DNS resolver resource.
|
|
290
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
291
|
-
*/
|
|
292
|
-
readonly resourceGuid?: string;
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
/** Describes a DNS resolver domain list. */
|
|
296
|
-
export declare interface DnsResolverDomainList extends TrackedResource {
|
|
297
|
-
/**
|
|
298
|
-
* ETag of the DNS resolver domain list.
|
|
299
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
300
|
-
*/
|
|
301
|
-
readonly etag?: string;
|
|
302
|
-
/** The domains in the domain list. */
|
|
303
|
-
domains: string[];
|
|
304
|
-
/**
|
|
305
|
-
* 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.
|
|
306
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
307
|
-
*/
|
|
308
|
-
readonly provisioningState?: ProvisioningState;
|
|
309
|
-
/**
|
|
310
|
-
* The resourceGuid property of the DNS resolver domain list resource.
|
|
311
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
312
|
-
*/
|
|
313
|
-
readonly resourceGuid?: string;
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
/** Describes a DNS resolver domain list for PATCH operation. */
|
|
317
|
-
export declare interface DnsResolverDomainListPatch {
|
|
318
|
-
/** Tags for DNS resolver domain list. */
|
|
319
|
-
tags?: {
|
|
320
|
-
[propertyName: string]: string;
|
|
321
|
-
};
|
|
322
|
-
/** The domains in the domain list. */
|
|
323
|
-
domains?: string[];
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
/** The response to an enumeration operation on DNS resolver domain lists. */
|
|
327
|
-
export declare interface DnsResolverDomainListResult {
|
|
328
|
-
/** Enumeration of the DNS resolver domain lists. */
|
|
329
|
-
value?: DnsResolverDomainList[];
|
|
330
|
-
/**
|
|
331
|
-
* The continuation token for the next page of results.
|
|
332
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
333
|
-
*/
|
|
334
|
-
readonly nextLink?: string;
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
/** Interface representing a DnsResolverDomainLists. */
|
|
338
|
-
export declare interface DnsResolverDomainLists {
|
|
339
|
-
/**
|
|
340
|
-
* Lists DNS resolver domain lists within a resource group.
|
|
341
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
342
|
-
* @param options The options parameters.
|
|
343
|
-
*/
|
|
344
|
-
listByResourceGroup(resourceGroupName: string, options?: DnsResolverDomainListsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DnsResolverDomainList>;
|
|
345
|
-
/**
|
|
346
|
-
* Lists DNS resolver domain lists in all resource groups of a subscription.
|
|
347
|
-
* @param options The options parameters.
|
|
348
|
-
*/
|
|
349
|
-
list(options?: DnsResolverDomainListsListOptionalParams): PagedAsyncIterableIterator<DnsResolverDomainList>;
|
|
350
|
-
/**
|
|
351
|
-
* Creates or updates a DNS resolver domain list.
|
|
352
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
353
|
-
* @param dnsResolverDomainListName The name of the DNS resolver domain list.
|
|
354
|
-
* @param parameters Parameters supplied to the CreateOrUpdate operation.
|
|
355
|
-
* @param options The options parameters.
|
|
356
|
-
*/
|
|
357
|
-
beginCreateOrUpdate(resourceGroupName: string, dnsResolverDomainListName: string, parameters: DnsResolverDomainList, options?: DnsResolverDomainListsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DnsResolverDomainListsCreateOrUpdateResponse>, DnsResolverDomainListsCreateOrUpdateResponse>>;
|
|
358
|
-
/**
|
|
359
|
-
* Creates or updates a DNS resolver domain list.
|
|
360
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
361
|
-
* @param dnsResolverDomainListName The name of the DNS resolver domain list.
|
|
362
|
-
* @param parameters Parameters supplied to the CreateOrUpdate operation.
|
|
363
|
-
* @param options The options parameters.
|
|
364
|
-
*/
|
|
365
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, dnsResolverDomainListName: string, parameters: DnsResolverDomainList, options?: DnsResolverDomainListsCreateOrUpdateOptionalParams): Promise<DnsResolverDomainListsCreateOrUpdateResponse>;
|
|
366
|
-
/**
|
|
367
|
-
* Updates a DNS resolver domain list.
|
|
368
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
369
|
-
* @param dnsResolverDomainListName The name of the DNS resolver domain list.
|
|
370
|
-
* @param parameters Parameters supplied to the Update operation.
|
|
371
|
-
* @param options The options parameters.
|
|
372
|
-
*/
|
|
373
|
-
beginUpdate(resourceGroupName: string, dnsResolverDomainListName: string, parameters: DnsResolverDomainListPatch, options?: DnsResolverDomainListsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DnsResolverDomainListsUpdateResponse>, DnsResolverDomainListsUpdateResponse>>;
|
|
374
|
-
/**
|
|
375
|
-
* Updates a DNS resolver domain list.
|
|
376
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
377
|
-
* @param dnsResolverDomainListName The name of the DNS resolver domain list.
|
|
378
|
-
* @param parameters Parameters supplied to the Update operation.
|
|
379
|
-
* @param options The options parameters.
|
|
380
|
-
*/
|
|
381
|
-
beginUpdateAndWait(resourceGroupName: string, dnsResolverDomainListName: string, parameters: DnsResolverDomainListPatch, options?: DnsResolverDomainListsUpdateOptionalParams): Promise<DnsResolverDomainListsUpdateResponse>;
|
|
382
|
-
/**
|
|
383
|
-
* Deletes a DNS resolver domain list. WARNING: This operation cannot be undone.
|
|
384
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
385
|
-
* @param dnsResolverDomainListName The name of the DNS resolver domain list.
|
|
386
|
-
* @param options The options parameters.
|
|
387
|
-
*/
|
|
388
|
-
beginDelete(resourceGroupName: string, dnsResolverDomainListName: string, options?: DnsResolverDomainListsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<DnsResolverDomainListsDeleteResponse>, DnsResolverDomainListsDeleteResponse>>;
|
|
389
|
-
/**
|
|
390
|
-
* Deletes a DNS resolver domain list. WARNING: This operation cannot be undone.
|
|
391
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
392
|
-
* @param dnsResolverDomainListName The name of the DNS resolver domain list.
|
|
393
|
-
* @param options The options parameters.
|
|
394
|
-
*/
|
|
395
|
-
beginDeleteAndWait(resourceGroupName: string, dnsResolverDomainListName: string, options?: DnsResolverDomainListsDeleteOptionalParams): Promise<DnsResolverDomainListsDeleteResponse>;
|
|
396
|
-
/**
|
|
397
|
-
* Gets properties of a DNS resolver domain list.
|
|
398
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
399
|
-
* @param dnsResolverDomainListName The name of the DNS resolver domain list.
|
|
400
|
-
* @param options The options parameters.
|
|
401
|
-
*/
|
|
402
|
-
get(resourceGroupName: string, dnsResolverDomainListName: string, options?: DnsResolverDomainListsGetOptionalParams): Promise<DnsResolverDomainListsGetResponse>;
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
/** Optional parameters. */
|
|
406
|
-
export declare interface DnsResolverDomainListsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
407
|
-
/** 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. */
|
|
408
|
-
ifMatch?: string;
|
|
409
|
-
/** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
|
|
410
|
-
ifNoneMatch?: string;
|
|
411
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
412
|
-
updateIntervalInMs?: number;
|
|
413
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
414
|
-
resumeFrom?: string;
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
418
|
-
export declare type DnsResolverDomainListsCreateOrUpdateResponse = DnsResolverDomainList;
|
|
419
|
-
|
|
420
|
-
/** Defines headers for DnsResolverDomainLists_delete operation. */
|
|
421
|
-
export declare interface DnsResolverDomainListsDeleteHeaders {
|
|
422
|
-
location?: string;
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
/** Optional parameters. */
|
|
426
|
-
export declare interface DnsResolverDomainListsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
427
|
-
/** 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. */
|
|
428
|
-
ifMatch?: string;
|
|
429
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
430
|
-
updateIntervalInMs?: number;
|
|
431
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
432
|
-
resumeFrom?: string;
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
/** Contains response data for the delete operation. */
|
|
436
|
-
export declare type DnsResolverDomainListsDeleteResponse = DnsResolverDomainListsDeleteHeaders;
|
|
437
|
-
|
|
438
|
-
/** Optional parameters. */
|
|
439
|
-
export declare interface DnsResolverDomainListsGetOptionalParams extends coreClient.OperationOptions {
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
/** Contains response data for the get operation. */
|
|
443
|
-
export declare type DnsResolverDomainListsGetResponse = DnsResolverDomainList;
|
|
444
|
-
|
|
445
|
-
/** Optional parameters. */
|
|
446
|
-
export declare interface DnsResolverDomainListsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
450
|
-
export declare type DnsResolverDomainListsListByResourceGroupNextResponse = DnsResolverDomainListResult;
|
|
451
|
-
|
|
452
|
-
/** Optional parameters. */
|
|
453
|
-
export declare interface DnsResolverDomainListsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
454
|
-
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
455
|
-
top?: number;
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
459
|
-
export declare type DnsResolverDomainListsListByResourceGroupResponse = DnsResolverDomainListResult;
|
|
460
|
-
|
|
461
|
-
/** Optional parameters. */
|
|
462
|
-
export declare interface DnsResolverDomainListsListNextOptionalParams extends coreClient.OperationOptions {
|
|
463
|
-
}
|
|
464
|
-
|
|
465
|
-
/** Contains response data for the listNext operation. */
|
|
466
|
-
export declare type DnsResolverDomainListsListNextResponse = DnsResolverDomainListResult;
|
|
467
|
-
|
|
468
|
-
/** Optional parameters. */
|
|
469
|
-
export declare interface DnsResolverDomainListsListOptionalParams extends coreClient.OperationOptions {
|
|
470
|
-
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
471
|
-
top?: number;
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
/** Contains response data for the list operation. */
|
|
475
|
-
export declare type DnsResolverDomainListsListResponse = DnsResolverDomainListResult;
|
|
476
|
-
|
|
477
|
-
/** Defines headers for DnsResolverDomainLists_update operation. */
|
|
478
|
-
export declare interface DnsResolverDomainListsUpdateHeaders {
|
|
479
|
-
location?: string;
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
/** Optional parameters. */
|
|
483
|
-
export declare interface DnsResolverDomainListsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
484
|
-
/** 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. */
|
|
485
|
-
ifMatch?: string;
|
|
486
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
487
|
-
updateIntervalInMs?: number;
|
|
488
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
489
|
-
resumeFrom?: string;
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
/** Contains response data for the update operation. */
|
|
493
|
-
export declare type DnsResolverDomainListsUpdateResponse = DnsResolverDomainList;
|
|
494
|
-
|
|
495
|
-
/** The response to an enumeration operation on DNS resolvers. */
|
|
496
|
-
export declare interface DnsResolverListResult {
|
|
497
|
-
/** Enumeration of the DNS resolvers. */
|
|
498
|
-
value?: DnsResolver[];
|
|
499
|
-
/**
|
|
500
|
-
* The continuation token for the next page of results.
|
|
501
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
502
|
-
*/
|
|
503
|
-
readonly nextLink?: string;
|
|
504
|
-
}
|
|
505
|
-
|
|
506
|
-
export declare class DnsResolverManagementClient extends coreClient.ServiceClient {
|
|
507
|
-
$host: string;
|
|
508
|
-
subscriptionId: string;
|
|
509
|
-
apiVersion: string;
|
|
510
|
-
/**
|
|
511
|
-
* Initializes a new instance of the DnsResolverManagementClient class.
|
|
512
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
513
|
-
* @param subscriptionId The ID of the target subscription. The value must be an UUID.
|
|
514
|
-
* @param options The parameter options
|
|
515
|
-
*/
|
|
516
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: DnsResolverManagementClientOptionalParams);
|
|
517
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
518
|
-
private addCustomApiVersionPolicy;
|
|
519
|
-
dnsResolvers: DnsResolvers;
|
|
520
|
-
inboundEndpoints: InboundEndpoints;
|
|
521
|
-
outboundEndpoints: OutboundEndpoints;
|
|
522
|
-
dnsForwardingRulesets: DnsForwardingRulesets;
|
|
523
|
-
forwardingRules: ForwardingRules;
|
|
524
|
-
virtualNetworkLinks: VirtualNetworkLinks;
|
|
525
|
-
dnsResolverPolicies: DnsResolverPolicies;
|
|
526
|
-
dnsSecurityRules: DnsSecurityRules;
|
|
527
|
-
dnsResolverPolicyVirtualNetworkLinks: DnsResolverPolicyVirtualNetworkLinks;
|
|
528
|
-
dnsResolverDomainLists: DnsResolverDomainLists;
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
/** Optional parameters. */
|
|
532
|
-
export declare interface DnsResolverManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
533
|
-
/** server parameter */
|
|
534
|
-
$host?: string;
|
|
535
|
-
/** Api Version */
|
|
536
|
-
apiVersion?: string;
|
|
537
|
-
/** Overrides client endpoint. */
|
|
538
|
-
endpoint?: string;
|
|
539
|
-
}
|
|
540
|
-
|
|
541
|
-
/** Describes a DNS resolver for PATCH operation. */
|
|
542
|
-
export declare interface DnsResolverPatch {
|
|
543
|
-
/** Tags for DNS Resolver. */
|
|
544
|
-
tags?: {
|
|
545
|
-
[propertyName: string]: string;
|
|
546
|
-
};
|
|
547
|
-
}
|
|
548
|
-
|
|
549
|
-
/** Interface representing a DnsResolverPolicies. */
|
|
550
|
-
export declare interface DnsResolverPolicies {
|
|
551
|
-
/**
|
|
552
|
-
* Lists DNS resolver policies within a resource group.
|
|
553
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
554
|
-
* @param options The options parameters.
|
|
555
|
-
*/
|
|
556
|
-
listByResourceGroup(resourceGroupName: string, options?: DnsResolverPoliciesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DnsResolverPolicy>;
|
|
557
|
-
/**
|
|
558
|
-
* Lists DNS resolver policies in all resource groups of a subscription.
|
|
559
|
-
* @param options The options parameters.
|
|
560
|
-
*/
|
|
561
|
-
list(options?: DnsResolverPoliciesListOptionalParams): PagedAsyncIterableIterator<DnsResolverPolicy>;
|
|
562
|
-
/**
|
|
563
|
-
* Lists DNS resolver policy resource IDs linked to a virtual network.
|
|
564
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
565
|
-
* @param virtualNetworkName The name of the virtual network.
|
|
566
|
-
* @param options The options parameters.
|
|
567
|
-
*/
|
|
568
|
-
listByVirtualNetwork(resourceGroupName: string, virtualNetworkName: string, options?: DnsResolverPoliciesListByVirtualNetworkOptionalParams): PagedAsyncIterableIterator<SubResource>;
|
|
569
|
-
/**
|
|
570
|
-
* Creates or updates a DNS resolver policy.
|
|
571
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
572
|
-
* @param dnsResolverPolicyName The name of the DNS resolver policy.
|
|
573
|
-
* @param parameters Parameters supplied to the CreateOrUpdate operation.
|
|
574
|
-
* @param options The options parameters.
|
|
575
|
-
*/
|
|
576
|
-
beginCreateOrUpdate(resourceGroupName: string, dnsResolverPolicyName: string, parameters: DnsResolverPolicy, options?: DnsResolverPoliciesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DnsResolverPoliciesCreateOrUpdateResponse>, DnsResolverPoliciesCreateOrUpdateResponse>>;
|
|
577
|
-
/**
|
|
578
|
-
* Creates or updates a DNS resolver policy.
|
|
579
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
580
|
-
* @param dnsResolverPolicyName The name of the DNS resolver policy.
|
|
581
|
-
* @param parameters Parameters supplied to the CreateOrUpdate operation.
|
|
582
|
-
* @param options The options parameters.
|
|
583
|
-
*/
|
|
584
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, dnsResolverPolicyName: string, parameters: DnsResolverPolicy, options?: DnsResolverPoliciesCreateOrUpdateOptionalParams): Promise<DnsResolverPoliciesCreateOrUpdateResponse>;
|
|
585
|
-
/**
|
|
586
|
-
* Updates a DNS resolver policy.
|
|
587
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
588
|
-
* @param dnsResolverPolicyName The name of the DNS resolver policy.
|
|
589
|
-
* @param parameters Parameters supplied to the Update operation.
|
|
590
|
-
* @param options The options parameters.
|
|
591
|
-
*/
|
|
592
|
-
beginUpdate(resourceGroupName: string, dnsResolverPolicyName: string, parameters: DnsResolverPolicyPatch, options?: DnsResolverPoliciesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DnsResolverPoliciesUpdateResponse>, DnsResolverPoliciesUpdateResponse>>;
|
|
593
|
-
/**
|
|
594
|
-
* Updates a DNS resolver policy.
|
|
595
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
596
|
-
* @param dnsResolverPolicyName The name of the DNS resolver policy.
|
|
597
|
-
* @param parameters Parameters supplied to the Update operation.
|
|
598
|
-
* @param options The options parameters.
|
|
599
|
-
*/
|
|
600
|
-
beginUpdateAndWait(resourceGroupName: string, dnsResolverPolicyName: string, parameters: DnsResolverPolicyPatch, options?: DnsResolverPoliciesUpdateOptionalParams): Promise<DnsResolverPoliciesUpdateResponse>;
|
|
601
|
-
/**
|
|
602
|
-
* Deletes a DNS resolver policy. WARNING: This operation cannot be undone.
|
|
603
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
604
|
-
* @param dnsResolverPolicyName The name of the DNS resolver policy.
|
|
605
|
-
* @param options The options parameters.
|
|
606
|
-
*/
|
|
607
|
-
beginDelete(resourceGroupName: string, dnsResolverPolicyName: string, options?: DnsResolverPoliciesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<DnsResolverPoliciesDeleteResponse>, DnsResolverPoliciesDeleteResponse>>;
|
|
608
|
-
/**
|
|
609
|
-
* Deletes a DNS resolver policy. WARNING: This operation cannot be undone.
|
|
610
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
611
|
-
* @param dnsResolverPolicyName The name of the DNS resolver policy.
|
|
612
|
-
* @param options The options parameters.
|
|
613
|
-
*/
|
|
614
|
-
beginDeleteAndWait(resourceGroupName: string, dnsResolverPolicyName: string, options?: DnsResolverPoliciesDeleteOptionalParams): Promise<DnsResolverPoliciesDeleteResponse>;
|
|
615
|
-
/**
|
|
616
|
-
* Gets properties of a DNS resolver policy.
|
|
617
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
618
|
-
* @param dnsResolverPolicyName The name of the DNS resolver policy.
|
|
619
|
-
* @param options The options parameters.
|
|
620
|
-
*/
|
|
621
|
-
get(resourceGroupName: string, dnsResolverPolicyName: string, options?: DnsResolverPoliciesGetOptionalParams): Promise<DnsResolverPoliciesGetResponse>;
|
|
622
|
-
}
|
|
623
|
-
|
|
624
|
-
/** Optional parameters. */
|
|
625
|
-
export declare interface DnsResolverPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
626
|
-
/** 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. */
|
|
627
|
-
ifMatch?: string;
|
|
628
|
-
/** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
|
|
629
|
-
ifNoneMatch?: string;
|
|
630
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
631
|
-
updateIntervalInMs?: number;
|
|
632
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
633
|
-
resumeFrom?: string;
|
|
634
|
-
}
|
|
635
|
-
|
|
636
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
637
|
-
export declare type DnsResolverPoliciesCreateOrUpdateResponse = DnsResolverPolicy;
|
|
638
|
-
|
|
639
|
-
/** Defines headers for DnsResolverPolicies_delete operation. */
|
|
640
|
-
export declare interface DnsResolverPoliciesDeleteHeaders {
|
|
641
|
-
location?: string;
|
|
642
|
-
}
|
|
643
|
-
|
|
644
|
-
/** Optional parameters. */
|
|
645
|
-
export declare interface DnsResolverPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
646
|
-
/** 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. */
|
|
647
|
-
ifMatch?: string;
|
|
648
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
649
|
-
updateIntervalInMs?: number;
|
|
650
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
651
|
-
resumeFrom?: string;
|
|
652
|
-
}
|
|
653
|
-
|
|
654
|
-
/** Contains response data for the delete operation. */
|
|
655
|
-
export declare type DnsResolverPoliciesDeleteResponse = DnsResolverPoliciesDeleteHeaders;
|
|
656
|
-
|
|
657
|
-
/** Optional parameters. */
|
|
658
|
-
export declare interface DnsResolverPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
659
|
-
}
|
|
660
|
-
|
|
661
|
-
/** Contains response data for the get operation. */
|
|
662
|
-
export declare type DnsResolverPoliciesGetResponse = DnsResolverPolicy;
|
|
663
|
-
|
|
664
|
-
/** Optional parameters. */
|
|
665
|
-
export declare interface DnsResolverPoliciesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
666
|
-
}
|
|
667
|
-
|
|
668
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
669
|
-
export declare type DnsResolverPoliciesListByResourceGroupNextResponse = DnsResolverPolicyListResult;
|
|
670
|
-
|
|
671
|
-
/** Optional parameters. */
|
|
672
|
-
export declare interface DnsResolverPoliciesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
673
|
-
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
674
|
-
top?: number;
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
678
|
-
export declare type DnsResolverPoliciesListByResourceGroupResponse = DnsResolverPolicyListResult;
|
|
679
|
-
|
|
680
|
-
/** Optional parameters. */
|
|
681
|
-
export declare interface DnsResolverPoliciesListByVirtualNetworkNextOptionalParams extends coreClient.OperationOptions {
|
|
682
|
-
}
|
|
683
|
-
|
|
684
|
-
/** Contains response data for the listByVirtualNetworkNext operation. */
|
|
685
|
-
export declare type DnsResolverPoliciesListByVirtualNetworkNextResponse = SubResourceListResult;
|
|
686
|
-
|
|
687
|
-
/** Optional parameters. */
|
|
688
|
-
export declare interface DnsResolverPoliciesListByVirtualNetworkOptionalParams extends coreClient.OperationOptions {
|
|
689
|
-
}
|
|
690
|
-
|
|
691
|
-
/** Contains response data for the listByVirtualNetwork operation. */
|
|
692
|
-
export declare type DnsResolverPoliciesListByVirtualNetworkResponse = SubResourceListResult;
|
|
693
|
-
|
|
694
|
-
/** Optional parameters. */
|
|
695
|
-
export declare interface DnsResolverPoliciesListNextOptionalParams extends coreClient.OperationOptions {
|
|
696
|
-
}
|
|
697
|
-
|
|
698
|
-
/** Contains response data for the listNext operation. */
|
|
699
|
-
export declare type DnsResolverPoliciesListNextResponse = DnsResolverPolicyListResult;
|
|
700
|
-
|
|
701
|
-
/** Optional parameters. */
|
|
702
|
-
export declare interface DnsResolverPoliciesListOptionalParams extends coreClient.OperationOptions {
|
|
703
|
-
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
704
|
-
top?: number;
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
/** Contains response data for the list operation. */
|
|
708
|
-
export declare type DnsResolverPoliciesListResponse = DnsResolverPolicyListResult;
|
|
709
|
-
|
|
710
|
-
/** Defines headers for DnsResolverPolicies_update operation. */
|
|
711
|
-
export declare interface DnsResolverPoliciesUpdateHeaders {
|
|
712
|
-
location?: string;
|
|
713
|
-
}
|
|
714
|
-
|
|
715
|
-
/** Optional parameters. */
|
|
716
|
-
export declare interface DnsResolverPoliciesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
717
|
-
/** 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. */
|
|
718
|
-
ifMatch?: string;
|
|
719
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
720
|
-
updateIntervalInMs?: number;
|
|
721
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
722
|
-
resumeFrom?: string;
|
|
723
|
-
}
|
|
724
|
-
|
|
725
|
-
/** Contains response data for the update operation. */
|
|
726
|
-
export declare type DnsResolverPoliciesUpdateResponse = DnsResolverPolicy;
|
|
727
|
-
|
|
728
|
-
/** Describes a DNS resolver policy. */
|
|
729
|
-
export declare interface DnsResolverPolicy extends TrackedResource {
|
|
730
|
-
/**
|
|
731
|
-
* ETag of the DNS resolver policy.
|
|
732
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
733
|
-
*/
|
|
734
|
-
readonly etag?: string;
|
|
735
|
-
/**
|
|
736
|
-
* 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.
|
|
737
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
738
|
-
*/
|
|
739
|
-
readonly provisioningState?: ProvisioningState;
|
|
740
|
-
/**
|
|
741
|
-
* The resourceGuid property of the DNS resolver policy resource.
|
|
742
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
743
|
-
*/
|
|
744
|
-
readonly resourceGuid?: string;
|
|
745
|
-
}
|
|
746
|
-
|
|
747
|
-
/** The response to an enumeration operation on DNS resolver policies. */
|
|
748
|
-
export declare interface DnsResolverPolicyListResult {
|
|
749
|
-
/** Enumeration of the DNS resolver policies. */
|
|
750
|
-
value?: DnsResolverPolicy[];
|
|
751
|
-
/**
|
|
752
|
-
* The continuation token for the next page of results.
|
|
753
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
754
|
-
*/
|
|
755
|
-
readonly nextLink?: string;
|
|
756
|
-
}
|
|
757
|
-
|
|
758
|
-
/** Describes a DNS resolver policy for PATCH operation. */
|
|
759
|
-
export declare interface DnsResolverPolicyPatch {
|
|
760
|
-
/** Tags for DNS resolver policy. */
|
|
761
|
-
tags?: {
|
|
762
|
-
[propertyName: string]: string;
|
|
763
|
-
};
|
|
764
|
-
}
|
|
765
|
-
|
|
766
|
-
/** Describes a DNS resolver policy virtual network link. */
|
|
767
|
-
export declare interface DnsResolverPolicyVirtualNetworkLink extends TrackedResource {
|
|
768
|
-
/**
|
|
769
|
-
* ETag of the DNS resolver policy virtual network link.
|
|
770
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
771
|
-
*/
|
|
772
|
-
readonly etag?: string;
|
|
773
|
-
/** The reference to the virtual network. This cannot be changed after creation. */
|
|
774
|
-
virtualNetwork: SubResource;
|
|
775
|
-
/**
|
|
776
|
-
* The current provisioning state of the DNS resolver policy virtual network link. This is a read-only property and any attempt to set this value will be ignored.
|
|
777
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
778
|
-
*/
|
|
779
|
-
readonly provisioningState?: ProvisioningState;
|
|
780
|
-
}
|
|
781
|
-
|
|
782
|
-
/** The response to an enumeration operation on DNS resolver policy virtual network links. */
|
|
783
|
-
export declare interface DnsResolverPolicyVirtualNetworkLinkListResult {
|
|
784
|
-
/** Enumeration of the DNS resolver policy virtual network links. */
|
|
785
|
-
value?: DnsResolverPolicyVirtualNetworkLink[];
|
|
786
|
-
/**
|
|
787
|
-
* The continuation token for the next page of results.
|
|
788
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
789
|
-
*/
|
|
790
|
-
readonly nextLink?: string;
|
|
791
|
-
}
|
|
792
|
-
|
|
793
|
-
/** Describes a DNS resolver policy virtual network link for PATCH operation. */
|
|
794
|
-
export declare interface DnsResolverPolicyVirtualNetworkLinkPatch {
|
|
795
|
-
/** Tags for the DNS resolver policy virtual network link. */
|
|
796
|
-
tags?: {
|
|
797
|
-
[propertyName: string]: string;
|
|
798
|
-
};
|
|
799
|
-
}
|
|
800
|
-
|
|
801
|
-
/** Interface representing a DnsResolverPolicyVirtualNetworkLinks. */
|
|
802
|
-
export declare interface DnsResolverPolicyVirtualNetworkLinks {
|
|
803
|
-
/**
|
|
804
|
-
* Lists DNS resolver policy virtual network links.
|
|
805
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
806
|
-
* @param dnsResolverPolicyName The name of the DNS resolver policy.
|
|
807
|
-
* @param options The options parameters.
|
|
808
|
-
*/
|
|
809
|
-
list(resourceGroupName: string, dnsResolverPolicyName: string, options?: DnsResolverPolicyVirtualNetworkLinksListOptionalParams): PagedAsyncIterableIterator<DnsResolverPolicyVirtualNetworkLink>;
|
|
810
|
-
/**
|
|
811
|
-
* Creates or updates a DNS resolver policy virtual network link.
|
|
812
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
813
|
-
* @param dnsResolverPolicyName The name of the DNS resolver policy.
|
|
814
|
-
* @param dnsResolverPolicyVirtualNetworkLinkName The name of the DNS resolver policy virtual network
|
|
815
|
-
* link for the DNS resolver policy.
|
|
816
|
-
* @param parameters Parameters supplied to the CreateOrUpdate operation.
|
|
817
|
-
* @param options The options parameters.
|
|
818
|
-
*/
|
|
819
|
-
beginCreateOrUpdate(resourceGroupName: string, dnsResolverPolicyName: string, dnsResolverPolicyVirtualNetworkLinkName: string, parameters: DnsResolverPolicyVirtualNetworkLink, options?: DnsResolverPolicyVirtualNetworkLinksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DnsResolverPolicyVirtualNetworkLinksCreateOrUpdateResponse>, DnsResolverPolicyVirtualNetworkLinksCreateOrUpdateResponse>>;
|
|
820
|
-
/**
|
|
821
|
-
* Creates or updates a DNS resolver policy virtual network link.
|
|
822
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
823
|
-
* @param dnsResolverPolicyName The name of the DNS resolver policy.
|
|
824
|
-
* @param dnsResolverPolicyVirtualNetworkLinkName The name of the DNS resolver policy virtual network
|
|
825
|
-
* link for the DNS resolver policy.
|
|
826
|
-
* @param parameters Parameters supplied to the CreateOrUpdate operation.
|
|
827
|
-
* @param options The options parameters.
|
|
828
|
-
*/
|
|
829
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, dnsResolverPolicyName: string, dnsResolverPolicyVirtualNetworkLinkName: string, parameters: DnsResolverPolicyVirtualNetworkLink, options?: DnsResolverPolicyVirtualNetworkLinksCreateOrUpdateOptionalParams): Promise<DnsResolverPolicyVirtualNetworkLinksCreateOrUpdateResponse>;
|
|
830
|
-
/**
|
|
831
|
-
* Updates a DNS resolver policy virtual network link.
|
|
832
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
833
|
-
* @param dnsResolverPolicyName The name of the DNS resolver policy.
|
|
834
|
-
* @param dnsResolverPolicyVirtualNetworkLinkName The name of the DNS resolver policy virtual network
|
|
835
|
-
* link for the DNS resolver policy.
|
|
836
|
-
* @param parameters Parameters supplied to the Update operation.
|
|
837
|
-
* @param options The options parameters.
|
|
838
|
-
*/
|
|
839
|
-
beginUpdate(resourceGroupName: string, dnsResolverPolicyName: string, dnsResolverPolicyVirtualNetworkLinkName: string, parameters: DnsResolverPolicyVirtualNetworkLinkPatch, options?: DnsResolverPolicyVirtualNetworkLinksUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DnsResolverPolicyVirtualNetworkLinksUpdateResponse>, DnsResolverPolicyVirtualNetworkLinksUpdateResponse>>;
|
|
840
|
-
/**
|
|
841
|
-
* Updates a DNS resolver policy virtual network link.
|
|
842
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
843
|
-
* @param dnsResolverPolicyName The name of the DNS resolver policy.
|
|
844
|
-
* @param dnsResolverPolicyVirtualNetworkLinkName The name of the DNS resolver policy virtual network
|
|
845
|
-
* link for the DNS resolver policy.
|
|
846
|
-
* @param parameters Parameters supplied to the Update operation.
|
|
847
|
-
* @param options The options parameters.
|
|
848
|
-
*/
|
|
849
|
-
beginUpdateAndWait(resourceGroupName: string, dnsResolverPolicyName: string, dnsResolverPolicyVirtualNetworkLinkName: string, parameters: DnsResolverPolicyVirtualNetworkLinkPatch, options?: DnsResolverPolicyVirtualNetworkLinksUpdateOptionalParams): Promise<DnsResolverPolicyVirtualNetworkLinksUpdateResponse>;
|
|
850
|
-
/**
|
|
851
|
-
* Deletes a DNS resolver policy virtual network link. WARNING: This operation cannot be undone.
|
|
852
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
853
|
-
* @param dnsResolverPolicyName The name of the DNS resolver policy.
|
|
854
|
-
* @param dnsResolverPolicyVirtualNetworkLinkName The name of the DNS resolver policy virtual network
|
|
855
|
-
* link for the DNS resolver policy.
|
|
856
|
-
* @param options The options parameters.
|
|
857
|
-
*/
|
|
858
|
-
beginDelete(resourceGroupName: string, dnsResolverPolicyName: string, dnsResolverPolicyVirtualNetworkLinkName: string, options?: DnsResolverPolicyVirtualNetworkLinksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<DnsResolverPolicyVirtualNetworkLinksDeleteResponse>, DnsResolverPolicyVirtualNetworkLinksDeleteResponse>>;
|
|
859
|
-
/**
|
|
860
|
-
* Deletes a DNS resolver policy virtual network link. WARNING: This operation cannot be undone.
|
|
861
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
862
|
-
* @param dnsResolverPolicyName The name of the DNS resolver policy.
|
|
863
|
-
* @param dnsResolverPolicyVirtualNetworkLinkName The name of the DNS resolver policy virtual network
|
|
864
|
-
* link for the DNS resolver policy.
|
|
865
|
-
* @param options The options parameters.
|
|
866
|
-
*/
|
|
867
|
-
beginDeleteAndWait(resourceGroupName: string, dnsResolverPolicyName: string, dnsResolverPolicyVirtualNetworkLinkName: string, options?: DnsResolverPolicyVirtualNetworkLinksDeleteOptionalParams): Promise<DnsResolverPolicyVirtualNetworkLinksDeleteResponse>;
|
|
868
|
-
/**
|
|
869
|
-
* Gets properties of a DNS resolver policy virtual network link.
|
|
870
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
871
|
-
* @param dnsResolverPolicyName The name of the DNS resolver policy.
|
|
872
|
-
* @param dnsResolverPolicyVirtualNetworkLinkName The name of the DNS resolver policy virtual network
|
|
873
|
-
* link for the DNS resolver policy.
|
|
874
|
-
* @param options The options parameters.
|
|
875
|
-
*/
|
|
876
|
-
get(resourceGroupName: string, dnsResolverPolicyName: string, dnsResolverPolicyVirtualNetworkLinkName: string, options?: DnsResolverPolicyVirtualNetworkLinksGetOptionalParams): Promise<DnsResolverPolicyVirtualNetworkLinksGetResponse>;
|
|
877
|
-
}
|
|
878
|
-
|
|
879
|
-
/** Optional parameters. */
|
|
880
|
-
export declare interface DnsResolverPolicyVirtualNetworkLinksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
881
|
-
/** 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. */
|
|
882
|
-
ifMatch?: string;
|
|
883
|
-
/** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
|
|
884
|
-
ifNoneMatch?: string;
|
|
885
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
886
|
-
updateIntervalInMs?: number;
|
|
887
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
888
|
-
resumeFrom?: string;
|
|
889
|
-
}
|
|
890
|
-
|
|
891
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
892
|
-
export declare type DnsResolverPolicyVirtualNetworkLinksCreateOrUpdateResponse = DnsResolverPolicyVirtualNetworkLink;
|
|
893
|
-
|
|
894
|
-
/** Defines headers for DnsResolverPolicyVirtualNetworkLinks_delete operation. */
|
|
895
|
-
export declare interface DnsResolverPolicyVirtualNetworkLinksDeleteHeaders {
|
|
896
|
-
location?: string;
|
|
897
|
-
}
|
|
898
|
-
|
|
899
|
-
/** Optional parameters. */
|
|
900
|
-
export declare interface DnsResolverPolicyVirtualNetworkLinksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
901
|
-
/** 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
|
-
ifMatch?: string;
|
|
903
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
904
|
-
updateIntervalInMs?: number;
|
|
905
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
906
|
-
resumeFrom?: string;
|
|
907
|
-
}
|
|
908
|
-
|
|
909
|
-
/** Contains response data for the delete operation. */
|
|
910
|
-
export declare type DnsResolverPolicyVirtualNetworkLinksDeleteResponse = DnsResolverPolicyVirtualNetworkLinksDeleteHeaders;
|
|
911
|
-
|
|
912
|
-
/** Optional parameters. */
|
|
913
|
-
export declare interface DnsResolverPolicyVirtualNetworkLinksGetOptionalParams extends coreClient.OperationOptions {
|
|
914
|
-
}
|
|
915
|
-
|
|
916
|
-
/** Contains response data for the get operation. */
|
|
917
|
-
export declare type DnsResolverPolicyVirtualNetworkLinksGetResponse = DnsResolverPolicyVirtualNetworkLink;
|
|
918
|
-
|
|
919
|
-
/** Optional parameters. */
|
|
920
|
-
export declare interface DnsResolverPolicyVirtualNetworkLinksListNextOptionalParams extends coreClient.OperationOptions {
|
|
921
|
-
}
|
|
922
|
-
|
|
923
|
-
/** Contains response data for the listNext operation. */
|
|
924
|
-
export declare type DnsResolverPolicyVirtualNetworkLinksListNextResponse = DnsResolverPolicyVirtualNetworkLinkListResult;
|
|
925
|
-
|
|
926
|
-
/** Optional parameters. */
|
|
927
|
-
export declare interface DnsResolverPolicyVirtualNetworkLinksListOptionalParams extends coreClient.OperationOptions {
|
|
928
|
-
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
929
|
-
top?: number;
|
|
930
|
-
}
|
|
931
|
-
|
|
932
|
-
/** Contains response data for the list operation. */
|
|
933
|
-
export declare type DnsResolverPolicyVirtualNetworkLinksListResponse = DnsResolverPolicyVirtualNetworkLinkListResult;
|
|
934
|
-
|
|
935
|
-
/** Defines headers for DnsResolverPolicyVirtualNetworkLinks_update operation. */
|
|
936
|
-
export declare interface DnsResolverPolicyVirtualNetworkLinksUpdateHeaders {
|
|
937
|
-
location?: string;
|
|
938
|
-
}
|
|
939
|
-
|
|
940
|
-
/** Optional parameters. */
|
|
941
|
-
export declare interface DnsResolverPolicyVirtualNetworkLinksUpdateOptionalParams extends coreClient.OperationOptions {
|
|
942
|
-
/** 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. */
|
|
943
|
-
ifMatch?: string;
|
|
944
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
945
|
-
updateIntervalInMs?: number;
|
|
946
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
947
|
-
resumeFrom?: string;
|
|
948
|
-
}
|
|
949
|
-
|
|
950
|
-
/** Contains response data for the update operation. */
|
|
951
|
-
export declare type DnsResolverPolicyVirtualNetworkLinksUpdateResponse = DnsResolverPolicyVirtualNetworkLink;
|
|
952
|
-
|
|
953
|
-
/** Interface representing a DnsResolvers. */
|
|
954
|
-
export declare interface DnsResolvers {
|
|
955
|
-
/**
|
|
956
|
-
* Lists DNS resolvers within a resource group.
|
|
957
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
958
|
-
* @param options The options parameters.
|
|
959
|
-
*/
|
|
960
|
-
listByResourceGroup(resourceGroupName: string, options?: DnsResolversListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DnsResolver>;
|
|
961
|
-
/**
|
|
962
|
-
* Lists DNS resolvers in all resource groups of a subscription.
|
|
963
|
-
* @param options The options parameters.
|
|
964
|
-
*/
|
|
965
|
-
list(options?: DnsResolversListOptionalParams): PagedAsyncIterableIterator<DnsResolver>;
|
|
966
|
-
/**
|
|
967
|
-
* Lists DNS resolver resource IDs linked to a virtual network.
|
|
968
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
969
|
-
* @param virtualNetworkName The name of the virtual network.
|
|
970
|
-
* @param options The options parameters.
|
|
971
|
-
*/
|
|
972
|
-
listByVirtualNetwork(resourceGroupName: string, virtualNetworkName: string, options?: DnsResolversListByVirtualNetworkOptionalParams): PagedAsyncIterableIterator<SubResource>;
|
|
973
|
-
/**
|
|
974
|
-
* Creates or updates a DNS resolver.
|
|
975
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
976
|
-
* @param dnsResolverName The name of the DNS resolver.
|
|
977
|
-
* @param parameters Parameters supplied to the CreateOrUpdate operation.
|
|
978
|
-
* @param options The options parameters.
|
|
979
|
-
*/
|
|
980
|
-
beginCreateOrUpdate(resourceGroupName: string, dnsResolverName: string, parameters: DnsResolver, options?: DnsResolversCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DnsResolversCreateOrUpdateResponse>, DnsResolversCreateOrUpdateResponse>>;
|
|
981
|
-
/**
|
|
982
|
-
* Creates or updates a DNS resolver.
|
|
983
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
984
|
-
* @param dnsResolverName The name of the DNS resolver.
|
|
985
|
-
* @param parameters Parameters supplied to the CreateOrUpdate operation.
|
|
986
|
-
* @param options The options parameters.
|
|
987
|
-
*/
|
|
988
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, dnsResolverName: string, parameters: DnsResolver, options?: DnsResolversCreateOrUpdateOptionalParams): Promise<DnsResolversCreateOrUpdateResponse>;
|
|
989
|
-
/**
|
|
990
|
-
* Updates a DNS resolver.
|
|
991
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
992
|
-
* @param dnsResolverName The name of the DNS resolver.
|
|
993
|
-
* @param parameters Parameters supplied to the Update operation.
|
|
994
|
-
* @param options The options parameters.
|
|
995
|
-
*/
|
|
996
|
-
beginUpdate(resourceGroupName: string, dnsResolverName: string, parameters: DnsResolverPatch, options?: DnsResolversUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DnsResolversUpdateResponse>, DnsResolversUpdateResponse>>;
|
|
997
|
-
/**
|
|
998
|
-
* Updates a DNS resolver.
|
|
999
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1000
|
-
* @param dnsResolverName The name of the DNS resolver.
|
|
1001
|
-
* @param parameters Parameters supplied to the Update operation.
|
|
1002
|
-
* @param options The options parameters.
|
|
1003
|
-
*/
|
|
1004
|
-
beginUpdateAndWait(resourceGroupName: string, dnsResolverName: string, parameters: DnsResolverPatch, options?: DnsResolversUpdateOptionalParams): Promise<DnsResolversUpdateResponse>;
|
|
1005
|
-
/**
|
|
1006
|
-
* Deletes a DNS resolver. WARNING: This operation cannot be undone.
|
|
1007
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1008
|
-
* @param dnsResolverName The name of the DNS resolver.
|
|
1009
|
-
* @param options The options parameters.
|
|
1010
|
-
*/
|
|
1011
|
-
beginDelete(resourceGroupName: string, dnsResolverName: string, options?: DnsResolversDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1012
|
-
/**
|
|
1013
|
-
* Deletes a DNS resolver. WARNING: This operation cannot be undone.
|
|
1014
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1015
|
-
* @param dnsResolverName The name of the DNS resolver.
|
|
1016
|
-
* @param options The options parameters.
|
|
1017
|
-
*/
|
|
1018
|
-
beginDeleteAndWait(resourceGroupName: string, dnsResolverName: string, options?: DnsResolversDeleteOptionalParams): Promise<void>;
|
|
1019
|
-
/**
|
|
1020
|
-
* Gets properties of a DNS resolver.
|
|
1021
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1022
|
-
* @param dnsResolverName The name of the DNS resolver.
|
|
1023
|
-
* @param options The options parameters.
|
|
1024
|
-
*/
|
|
1025
|
-
get(resourceGroupName: string, dnsResolverName: string, options?: DnsResolversGetOptionalParams): Promise<DnsResolversGetResponse>;
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1028
|
-
/** Optional parameters. */
|
|
1029
|
-
export declare interface DnsResolversCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1030
|
-
/** 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. */
|
|
1031
|
-
ifMatch?: string;
|
|
1032
|
-
/** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
|
|
1033
|
-
ifNoneMatch?: string;
|
|
1034
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1035
|
-
updateIntervalInMs?: number;
|
|
1036
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1037
|
-
resumeFrom?: string;
|
|
1038
|
-
}
|
|
1039
|
-
|
|
1040
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1041
|
-
export declare type DnsResolversCreateOrUpdateResponse = DnsResolver;
|
|
1042
|
-
|
|
1043
|
-
/** Optional parameters. */
|
|
1044
|
-
export declare interface DnsResolversDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1045
|
-
/** 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. */
|
|
1046
|
-
ifMatch?: string;
|
|
1047
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1048
|
-
updateIntervalInMs?: number;
|
|
1049
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1050
|
-
resumeFrom?: string;
|
|
1051
|
-
}
|
|
1052
|
-
|
|
1053
|
-
/** Optional parameters. */
|
|
1054
|
-
export declare interface DnsResolversGetOptionalParams extends coreClient.OperationOptions {
|
|
1055
|
-
}
|
|
1056
|
-
|
|
1057
|
-
/** Contains response data for the get operation. */
|
|
1058
|
-
export declare type DnsResolversGetResponse = DnsResolver;
|
|
1059
|
-
|
|
1060
|
-
/** Optional parameters. */
|
|
1061
|
-
export declare interface DnsResolversListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1062
|
-
}
|
|
1063
|
-
|
|
1064
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1065
|
-
export declare type DnsResolversListByResourceGroupNextResponse = DnsResolverListResult;
|
|
1066
|
-
|
|
1067
|
-
/** Optional parameters. */
|
|
1068
|
-
export declare interface DnsResolversListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1069
|
-
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
1070
|
-
top?: number;
|
|
1071
|
-
}
|
|
1072
|
-
|
|
1073
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
1074
|
-
export declare type DnsResolversListByResourceGroupResponse = DnsResolverListResult;
|
|
1075
|
-
|
|
1076
|
-
/** Optional parameters. */
|
|
1077
|
-
export declare interface DnsResolversListByVirtualNetworkNextOptionalParams extends coreClient.OperationOptions {
|
|
1078
|
-
}
|
|
1079
|
-
|
|
1080
|
-
/** Contains response data for the listByVirtualNetworkNext operation. */
|
|
1081
|
-
export declare type DnsResolversListByVirtualNetworkNextResponse = SubResourceListResult;
|
|
1082
|
-
|
|
1083
|
-
/** Optional parameters. */
|
|
1084
|
-
export declare interface DnsResolversListByVirtualNetworkOptionalParams extends coreClient.OperationOptions {
|
|
1085
|
-
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
1086
|
-
top?: number;
|
|
1087
|
-
}
|
|
1088
|
-
|
|
1089
|
-
/** Contains response data for the listByVirtualNetwork operation. */
|
|
1090
|
-
export declare type DnsResolversListByVirtualNetworkResponse = SubResourceListResult;
|
|
1091
|
-
|
|
1092
|
-
/** Optional parameters. */
|
|
1093
|
-
export declare interface DnsResolversListNextOptionalParams extends coreClient.OperationOptions {
|
|
1094
|
-
}
|
|
1095
|
-
|
|
1096
|
-
/** Contains response data for the listNext operation. */
|
|
1097
|
-
export declare type DnsResolversListNextResponse = DnsResolverListResult;
|
|
1098
|
-
|
|
1099
|
-
/** Optional parameters. */
|
|
1100
|
-
export declare interface DnsResolversListOptionalParams extends coreClient.OperationOptions {
|
|
1101
|
-
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
1102
|
-
top?: number;
|
|
1103
|
-
}
|
|
1104
|
-
|
|
1105
|
-
/** Contains response data for the list operation. */
|
|
1106
|
-
export declare type DnsResolversListResponse = DnsResolverListResult;
|
|
1107
|
-
|
|
1108
|
-
/**
|
|
1109
|
-
* Defines values for DnsResolverState. \
|
|
1110
|
-
* {@link KnownDnsResolverState} can be used interchangeably with DnsResolverState,
|
|
1111
|
-
* this enum contains the known values that the service supports.
|
|
1112
|
-
* ### Known values supported by the service
|
|
1113
|
-
* **Connected** \
|
|
1114
|
-
* **Disconnected**
|
|
1115
|
-
*/
|
|
1116
|
-
export declare type DnsResolverState = string;
|
|
1117
|
-
|
|
1118
|
-
/** Optional parameters. */
|
|
1119
|
-
export declare interface DnsResolversUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1120
|
-
/** 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. */
|
|
1121
|
-
ifMatch?: string;
|
|
1122
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1123
|
-
updateIntervalInMs?: number;
|
|
1124
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1125
|
-
resumeFrom?: string;
|
|
1126
|
-
}
|
|
1127
|
-
|
|
1128
|
-
/** Contains response data for the update operation. */
|
|
1129
|
-
export declare type DnsResolversUpdateResponse = DnsResolver;
|
|
1130
|
-
|
|
1131
|
-
/** Describes a DNS security rule. */
|
|
1132
|
-
export declare interface DnsSecurityRule extends TrackedResource {
|
|
1133
|
-
/**
|
|
1134
|
-
* ETag of the DNS security rule.
|
|
1135
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1136
|
-
*/
|
|
1137
|
-
readonly etag?: string;
|
|
1138
|
-
/** The priority of the DNS security rule. */
|
|
1139
|
-
priority: number;
|
|
1140
|
-
/** The action to take on DNS requests that match the DNS security rule. */
|
|
1141
|
-
action: DnsSecurityRuleAction;
|
|
1142
|
-
/** DNS resolver policy domains lists that the DNS security rule applies to. */
|
|
1143
|
-
dnsResolverDomainLists: SubResource[];
|
|
1144
|
-
/** The state of DNS security rule. */
|
|
1145
|
-
dnsSecurityRuleState?: DnsSecurityRuleState;
|
|
1146
|
-
/**
|
|
1147
|
-
* The current provisioning state of the DNS security rule. This is a read-only property and any attempt to set this value will be ignored.
|
|
1148
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1149
|
-
*/
|
|
1150
|
-
readonly provisioningState?: ProvisioningState;
|
|
1151
|
-
}
|
|
1152
|
-
|
|
1153
|
-
/** The action to take on DNS requests that match the DNS security rule. */
|
|
1154
|
-
export declare interface DnsSecurityRuleAction {
|
|
1155
|
-
/** The type of action to take. */
|
|
1156
|
-
actionType?: ActionType;
|
|
1157
|
-
/** The response code for block actions. */
|
|
1158
|
-
blockResponseCode?: BlockResponseCode;
|
|
1159
|
-
}
|
|
1160
|
-
|
|
1161
|
-
/** The response to an enumeration operation on DNS security rules within a DNS resolver policy. */
|
|
1162
|
-
export declare interface DnsSecurityRuleListResult {
|
|
1163
|
-
/** Enumeration of the DNS security rules. */
|
|
1164
|
-
value?: DnsSecurityRule[];
|
|
1165
|
-
/**
|
|
1166
|
-
* The continuation token for the next page of results.
|
|
1167
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1168
|
-
*/
|
|
1169
|
-
readonly nextLink?: string;
|
|
1170
|
-
}
|
|
1171
|
-
|
|
1172
|
-
/** Describes a DNS security rule for PATCH operation. */
|
|
1173
|
-
export declare interface DnsSecurityRulePatch {
|
|
1174
|
-
/** Tags for DNS security rule. */
|
|
1175
|
-
tags?: {
|
|
1176
|
-
[propertyName: string]: string;
|
|
1177
|
-
};
|
|
1178
|
-
/** The action to take on DNS requests that match the DNS security rule. */
|
|
1179
|
-
action?: DnsSecurityRuleAction;
|
|
1180
|
-
/** DNS resolver policy domains lists that the DNS security rule applies to. */
|
|
1181
|
-
dnsResolverDomainLists?: SubResource[];
|
|
1182
|
-
/** The state of DNS security rule. */
|
|
1183
|
-
dnsSecurityRuleState?: DnsSecurityRuleState;
|
|
1184
|
-
/** The priority of the DNS security rule. */
|
|
1185
|
-
priority?: number;
|
|
1186
|
-
}
|
|
1187
|
-
|
|
1188
|
-
/** Interface representing a DnsSecurityRules. */
|
|
1189
|
-
export declare interface DnsSecurityRules {
|
|
1190
|
-
/**
|
|
1191
|
-
* Lists DNS security rules for a DNS resolver policy.
|
|
1192
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1193
|
-
* @param dnsResolverPolicyName The name of the DNS resolver policy.
|
|
1194
|
-
* @param options The options parameters.
|
|
1195
|
-
*/
|
|
1196
|
-
list(resourceGroupName: string, dnsResolverPolicyName: string, options?: DnsSecurityRulesListOptionalParams): PagedAsyncIterableIterator<DnsSecurityRule>;
|
|
1197
|
-
/**
|
|
1198
|
-
* Creates or updates a DNS security rule for a DNS resolver policy.
|
|
1199
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1200
|
-
* @param dnsResolverPolicyName The name of the DNS resolver policy.
|
|
1201
|
-
* @param dnsSecurityRuleName The name of the DNS security rule.
|
|
1202
|
-
* @param parameters Parameters supplied to the CreateOrUpdate operation.
|
|
1203
|
-
* @param options The options parameters.
|
|
1204
|
-
*/
|
|
1205
|
-
beginCreateOrUpdate(resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, parameters: DnsSecurityRule, options?: DnsSecurityRulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DnsSecurityRulesCreateOrUpdateResponse>, DnsSecurityRulesCreateOrUpdateResponse>>;
|
|
1206
|
-
/**
|
|
1207
|
-
* Creates or updates a DNS security rule for a DNS resolver policy.
|
|
1208
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1209
|
-
* @param dnsResolverPolicyName The name of the DNS resolver policy.
|
|
1210
|
-
* @param dnsSecurityRuleName The name of the DNS security rule.
|
|
1211
|
-
* @param parameters Parameters supplied to the CreateOrUpdate operation.
|
|
1212
|
-
* @param options The options parameters.
|
|
1213
|
-
*/
|
|
1214
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, parameters: DnsSecurityRule, options?: DnsSecurityRulesCreateOrUpdateOptionalParams): Promise<DnsSecurityRulesCreateOrUpdateResponse>;
|
|
1215
|
-
/**
|
|
1216
|
-
* Updates a DNS security rule.
|
|
1217
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1218
|
-
* @param dnsResolverPolicyName The name of the DNS resolver policy.
|
|
1219
|
-
* @param dnsSecurityRuleName The name of the DNS security rule.
|
|
1220
|
-
* @param parameters Parameters supplied to the Update operation.
|
|
1221
|
-
* @param options The options parameters.
|
|
1222
|
-
*/
|
|
1223
|
-
beginUpdate(resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, parameters: DnsSecurityRulePatch, options?: DnsSecurityRulesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DnsSecurityRulesUpdateResponse>, DnsSecurityRulesUpdateResponse>>;
|
|
1224
|
-
/**
|
|
1225
|
-
* Updates a DNS security rule.
|
|
1226
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1227
|
-
* @param dnsResolverPolicyName The name of the DNS resolver policy.
|
|
1228
|
-
* @param dnsSecurityRuleName The name of the DNS security rule.
|
|
1229
|
-
* @param parameters Parameters supplied to the Update operation.
|
|
1230
|
-
* @param options The options parameters.
|
|
1231
|
-
*/
|
|
1232
|
-
beginUpdateAndWait(resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, parameters: DnsSecurityRulePatch, options?: DnsSecurityRulesUpdateOptionalParams): Promise<DnsSecurityRulesUpdateResponse>;
|
|
1233
|
-
/**
|
|
1234
|
-
* Deletes a DNS security rule for a DNS resolver policy. WARNING: This operation cannot be undone.
|
|
1235
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1236
|
-
* @param dnsResolverPolicyName The name of the DNS resolver policy.
|
|
1237
|
-
* @param dnsSecurityRuleName The name of the DNS security rule.
|
|
1238
|
-
* @param options The options parameters.
|
|
1239
|
-
*/
|
|
1240
|
-
beginDelete(resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, options?: DnsSecurityRulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<DnsSecurityRulesDeleteResponse>, DnsSecurityRulesDeleteResponse>>;
|
|
1241
|
-
/**
|
|
1242
|
-
* Deletes a DNS security rule for a DNS resolver policy. WARNING: This operation cannot be undone.
|
|
1243
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1244
|
-
* @param dnsResolverPolicyName The name of the DNS resolver policy.
|
|
1245
|
-
* @param dnsSecurityRuleName The name of the DNS security rule.
|
|
1246
|
-
* @param options The options parameters.
|
|
1247
|
-
*/
|
|
1248
|
-
beginDeleteAndWait(resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, options?: DnsSecurityRulesDeleteOptionalParams): Promise<DnsSecurityRulesDeleteResponse>;
|
|
1249
|
-
/**
|
|
1250
|
-
* Gets properties of a DNS security rule for a DNS resolver policy.
|
|
1251
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1252
|
-
* @param dnsResolverPolicyName The name of the DNS resolver policy.
|
|
1253
|
-
* @param dnsSecurityRuleName The name of the DNS security rule.
|
|
1254
|
-
* @param options The options parameters.
|
|
1255
|
-
*/
|
|
1256
|
-
get(resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, options?: DnsSecurityRulesGetOptionalParams): Promise<DnsSecurityRulesGetResponse>;
|
|
1257
|
-
}
|
|
1258
|
-
|
|
1259
|
-
/** Optional parameters. */
|
|
1260
|
-
export declare interface DnsSecurityRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1261
|
-
/** 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. */
|
|
1262
|
-
ifMatch?: string;
|
|
1263
|
-
/** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
|
|
1264
|
-
ifNoneMatch?: string;
|
|
1265
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1266
|
-
updateIntervalInMs?: number;
|
|
1267
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1268
|
-
resumeFrom?: string;
|
|
1269
|
-
}
|
|
1270
|
-
|
|
1271
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1272
|
-
export declare type DnsSecurityRulesCreateOrUpdateResponse = DnsSecurityRule;
|
|
1273
|
-
|
|
1274
|
-
/** Defines headers for DnsSecurityRules_delete operation. */
|
|
1275
|
-
export declare interface DnsSecurityRulesDeleteHeaders {
|
|
1276
|
-
location?: string;
|
|
1277
|
-
}
|
|
1278
|
-
|
|
1279
|
-
/** Optional parameters. */
|
|
1280
|
-
export declare interface DnsSecurityRulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1281
|
-
/** 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. */
|
|
1282
|
-
ifMatch?: string;
|
|
1283
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1284
|
-
updateIntervalInMs?: number;
|
|
1285
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1286
|
-
resumeFrom?: string;
|
|
1287
|
-
}
|
|
1288
|
-
|
|
1289
|
-
/** Contains response data for the delete operation. */
|
|
1290
|
-
export declare type DnsSecurityRulesDeleteResponse = DnsSecurityRulesDeleteHeaders;
|
|
1291
|
-
|
|
1292
|
-
/** Optional parameters. */
|
|
1293
|
-
export declare interface DnsSecurityRulesGetOptionalParams extends coreClient.OperationOptions {
|
|
1294
|
-
}
|
|
1295
|
-
|
|
1296
|
-
/** Contains response data for the get operation. */
|
|
1297
|
-
export declare type DnsSecurityRulesGetResponse = DnsSecurityRule;
|
|
1298
|
-
|
|
1299
|
-
/** Optional parameters. */
|
|
1300
|
-
export declare interface DnsSecurityRulesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1301
|
-
}
|
|
1302
|
-
|
|
1303
|
-
/** Contains response data for the listNext operation. */
|
|
1304
|
-
export declare type DnsSecurityRulesListNextResponse = DnsSecurityRuleListResult;
|
|
1305
|
-
|
|
1306
|
-
/** Optional parameters. */
|
|
1307
|
-
export declare interface DnsSecurityRulesListOptionalParams extends coreClient.OperationOptions {
|
|
1308
|
-
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
1309
|
-
top?: number;
|
|
1310
|
-
}
|
|
1311
|
-
|
|
1312
|
-
/** Contains response data for the list operation. */
|
|
1313
|
-
export declare type DnsSecurityRulesListResponse = DnsSecurityRuleListResult;
|
|
1314
|
-
|
|
1315
|
-
/**
|
|
1316
|
-
* Defines values for DnsSecurityRuleState. \
|
|
1317
|
-
* {@link KnownDnsSecurityRuleState} can be used interchangeably with DnsSecurityRuleState,
|
|
1318
|
-
* this enum contains the known values that the service supports.
|
|
1319
|
-
* ### Known values supported by the service
|
|
1320
|
-
* **Enabled** \
|
|
1321
|
-
* **Disabled**
|
|
1322
|
-
*/
|
|
1323
|
-
export declare type DnsSecurityRuleState = string;
|
|
1324
|
-
|
|
1325
|
-
/** Defines headers for DnsSecurityRules_update operation. */
|
|
1326
|
-
export declare interface DnsSecurityRulesUpdateHeaders {
|
|
1327
|
-
location?: string;
|
|
1328
|
-
}
|
|
1329
|
-
|
|
1330
|
-
/** Optional parameters. */
|
|
1331
|
-
export declare interface DnsSecurityRulesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1332
|
-
/** 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. */
|
|
1333
|
-
ifMatch?: string;
|
|
1334
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1335
|
-
updateIntervalInMs?: number;
|
|
1336
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1337
|
-
resumeFrom?: string;
|
|
1338
|
-
}
|
|
1339
|
-
|
|
1340
|
-
/** Contains response data for the update operation. */
|
|
1341
|
-
export declare type DnsSecurityRulesUpdateResponse = DnsSecurityRule;
|
|
1342
|
-
|
|
1343
|
-
/** The resource management error additional info. */
|
|
1344
|
-
export declare interface ErrorAdditionalInfo {
|
|
1345
|
-
/**
|
|
1346
|
-
* The additional info type.
|
|
1347
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1348
|
-
*/
|
|
1349
|
-
readonly type?: string;
|
|
1350
|
-
/**
|
|
1351
|
-
* The additional info.
|
|
1352
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1353
|
-
*/
|
|
1354
|
-
readonly info?: Record<string, unknown>;
|
|
1355
|
-
}
|
|
1356
|
-
|
|
1357
|
-
/** The error detail. */
|
|
1358
|
-
export declare interface ErrorDetail {
|
|
1359
|
-
/**
|
|
1360
|
-
* The error code.
|
|
1361
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1362
|
-
*/
|
|
1363
|
-
readonly code?: string;
|
|
1364
|
-
/**
|
|
1365
|
-
* The error message.
|
|
1366
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1367
|
-
*/
|
|
1368
|
-
readonly message?: string;
|
|
1369
|
-
/**
|
|
1370
|
-
* The error target.
|
|
1371
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1372
|
-
*/
|
|
1373
|
-
readonly target?: string;
|
|
1374
|
-
/**
|
|
1375
|
-
* The error details.
|
|
1376
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1377
|
-
*/
|
|
1378
|
-
readonly details?: ErrorDetail[];
|
|
1379
|
-
/**
|
|
1380
|
-
* The error additional info.
|
|
1381
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1382
|
-
*/
|
|
1383
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
1384
|
-
}
|
|
1385
|
-
|
|
1386
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
1387
|
-
export declare interface ErrorResponse {
|
|
1388
|
-
/** The error object. */
|
|
1389
|
-
error?: ErrorDetail;
|
|
1390
|
-
}
|
|
1391
|
-
|
|
1392
|
-
/** Describes a forwarding rule within a DNS forwarding ruleset. */
|
|
1393
|
-
export declare interface ForwardingRule extends ProxyResource {
|
|
1394
|
-
/**
|
|
1395
|
-
* ETag of the forwarding rule.
|
|
1396
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1397
|
-
*/
|
|
1398
|
-
readonly etag?: string;
|
|
1399
|
-
/** The domain name for the forwarding rule. */
|
|
1400
|
-
domainName: string;
|
|
1401
|
-
/** DNS servers to forward the DNS query to. */
|
|
1402
|
-
targetDnsServers: TargetDnsServer[];
|
|
1403
|
-
/** Metadata attached to the forwarding rule. */
|
|
1404
|
-
metadata?: {
|
|
1405
|
-
[propertyName: string]: string;
|
|
1406
|
-
};
|
|
1407
|
-
/** The state of forwarding rule. */
|
|
1408
|
-
forwardingRuleState?: ForwardingRuleState;
|
|
1409
|
-
/**
|
|
1410
|
-
* The current provisioning state of the forwarding rule. This is a read-only property and any attempt to set this value will be ignored.
|
|
1411
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1412
|
-
*/
|
|
1413
|
-
readonly provisioningState?: ProvisioningState;
|
|
1414
|
-
}
|
|
1415
|
-
|
|
1416
|
-
/** The response to an enumeration operation on forwarding rules within a DNS forwarding ruleset. */
|
|
1417
|
-
export declare interface ForwardingRuleListResult {
|
|
1418
|
-
/** Enumeration of the forwarding rules. */
|
|
1419
|
-
value?: ForwardingRule[];
|
|
1420
|
-
/**
|
|
1421
|
-
* The continuation token for the next page of results.
|
|
1422
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1423
|
-
*/
|
|
1424
|
-
readonly nextLink?: string;
|
|
1425
|
-
}
|
|
1426
|
-
|
|
1427
|
-
/** Describes a forwarding rule for PATCH operation. */
|
|
1428
|
-
export declare interface ForwardingRulePatch {
|
|
1429
|
-
/** DNS servers to forward the DNS query to. */
|
|
1430
|
-
targetDnsServers?: TargetDnsServer[];
|
|
1431
|
-
/** Metadata attached to the forwarding rule. */
|
|
1432
|
-
metadata?: {
|
|
1433
|
-
[propertyName: string]: string;
|
|
1434
|
-
};
|
|
1435
|
-
/** The state of forwarding rule. */
|
|
1436
|
-
forwardingRuleState?: ForwardingRuleState;
|
|
1437
|
-
}
|
|
1438
|
-
|
|
1439
|
-
/** Interface representing a ForwardingRules. */
|
|
1440
|
-
export declare interface ForwardingRules {
|
|
1441
|
-
/**
|
|
1442
|
-
* Lists forwarding rules in a DNS forwarding ruleset.
|
|
1443
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1444
|
-
* @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.
|
|
1445
|
-
* @param options The options parameters.
|
|
1446
|
-
*/
|
|
1447
|
-
list(resourceGroupName: string, dnsForwardingRulesetName: string, options?: ForwardingRulesListOptionalParams): PagedAsyncIterableIterator<ForwardingRule>;
|
|
1448
|
-
/**
|
|
1449
|
-
* Creates or updates a forwarding rule in a DNS forwarding ruleset.
|
|
1450
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1451
|
-
* @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.
|
|
1452
|
-
* @param forwardingRuleName The name of the forwarding rule.
|
|
1453
|
-
* @param parameters Parameters supplied to the CreateOrUpdate operation.
|
|
1454
|
-
* @param options The options parameters.
|
|
1455
|
-
*/
|
|
1456
|
-
createOrUpdate(resourceGroupName: string, dnsForwardingRulesetName: string, forwardingRuleName: string, parameters: ForwardingRule, options?: ForwardingRulesCreateOrUpdateOptionalParams): Promise<ForwardingRulesCreateOrUpdateResponse>;
|
|
1457
|
-
/**
|
|
1458
|
-
* Updates a forwarding rule in a DNS forwarding ruleset.
|
|
1459
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1460
|
-
* @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.
|
|
1461
|
-
* @param forwardingRuleName The name of the forwarding rule.
|
|
1462
|
-
* @param parameters Parameters supplied to the Update operation.
|
|
1463
|
-
* @param options The options parameters.
|
|
1464
|
-
*/
|
|
1465
|
-
update(resourceGroupName: string, dnsForwardingRulesetName: string, forwardingRuleName: string, parameters: ForwardingRulePatch, options?: ForwardingRulesUpdateOptionalParams): Promise<ForwardingRulesUpdateResponse>;
|
|
1466
|
-
/**
|
|
1467
|
-
* Deletes a forwarding rule in a DNS forwarding ruleset. WARNING: This operation cannot be undone.
|
|
1468
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1469
|
-
* @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.
|
|
1470
|
-
* @param forwardingRuleName The name of the forwarding rule.
|
|
1471
|
-
* @param options The options parameters.
|
|
1472
|
-
*/
|
|
1473
|
-
delete(resourceGroupName: string, dnsForwardingRulesetName: string, forwardingRuleName: string, options?: ForwardingRulesDeleteOptionalParams): Promise<void>;
|
|
1474
|
-
/**
|
|
1475
|
-
* Gets properties of a forwarding rule in a DNS forwarding ruleset.
|
|
1476
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1477
|
-
* @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.
|
|
1478
|
-
* @param forwardingRuleName The name of the forwarding rule.
|
|
1479
|
-
* @param options The options parameters.
|
|
1480
|
-
*/
|
|
1481
|
-
get(resourceGroupName: string, dnsForwardingRulesetName: string, forwardingRuleName: string, options?: ForwardingRulesGetOptionalParams): Promise<ForwardingRulesGetResponse>;
|
|
1482
|
-
}
|
|
1483
|
-
|
|
1484
|
-
/** Optional parameters. */
|
|
1485
|
-
export declare interface ForwardingRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1486
|
-
/** 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. */
|
|
1487
|
-
ifMatch?: string;
|
|
1488
|
-
/** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
|
|
1489
|
-
ifNoneMatch?: string;
|
|
1490
|
-
}
|
|
1491
|
-
|
|
1492
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1493
|
-
export declare type ForwardingRulesCreateOrUpdateResponse = ForwardingRule;
|
|
1494
|
-
|
|
1495
|
-
/** Optional parameters. */
|
|
1496
|
-
export declare interface ForwardingRulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1497
|
-
/** 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. */
|
|
1498
|
-
ifMatch?: string;
|
|
1499
|
-
}
|
|
1500
|
-
|
|
1501
|
-
/** Optional parameters. */
|
|
1502
|
-
export declare interface ForwardingRulesGetOptionalParams extends coreClient.OperationOptions {
|
|
1503
|
-
}
|
|
1504
|
-
|
|
1505
|
-
/** Contains response data for the get operation. */
|
|
1506
|
-
export declare type ForwardingRulesGetResponse = ForwardingRule;
|
|
1507
|
-
|
|
1508
|
-
/** Optional parameters. */
|
|
1509
|
-
export declare interface ForwardingRulesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1510
|
-
}
|
|
1511
|
-
|
|
1512
|
-
/** Contains response data for the listNext operation. */
|
|
1513
|
-
export declare type ForwardingRulesListNextResponse = ForwardingRuleListResult;
|
|
1514
|
-
|
|
1515
|
-
/** Optional parameters. */
|
|
1516
|
-
export declare interface ForwardingRulesListOptionalParams extends coreClient.OperationOptions {
|
|
1517
|
-
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
1518
|
-
top?: number;
|
|
1519
|
-
}
|
|
1520
|
-
|
|
1521
|
-
/** Contains response data for the list operation. */
|
|
1522
|
-
export declare type ForwardingRulesListResponse = ForwardingRuleListResult;
|
|
1523
|
-
|
|
1524
|
-
/**
|
|
1525
|
-
* Defines values for ForwardingRuleState. \
|
|
1526
|
-
* {@link KnownForwardingRuleState} can be used interchangeably with ForwardingRuleState,
|
|
1527
|
-
* this enum contains the known values that the service supports.
|
|
1528
|
-
* ### Known values supported by the service
|
|
1529
|
-
* **Enabled** \
|
|
1530
|
-
* **Disabled**
|
|
1531
|
-
*/
|
|
1532
|
-
export declare type ForwardingRuleState = string;
|
|
1533
|
-
|
|
1534
|
-
/** Optional parameters. */
|
|
1535
|
-
export declare interface ForwardingRulesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1536
|
-
/** 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. */
|
|
1537
|
-
ifMatch?: string;
|
|
1538
|
-
}
|
|
1539
|
-
|
|
1540
|
-
/** Contains response data for the update operation. */
|
|
1541
|
-
export declare type ForwardingRulesUpdateResponse = ForwardingRule;
|
|
1542
|
-
|
|
1543
|
-
/**
|
|
1544
|
-
* Given the last `.value` produced by the `byPage` iterator,
|
|
1545
|
-
* returns a continuation token that can be used to begin paging from
|
|
1546
|
-
* that point later.
|
|
1547
|
-
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
1548
|
-
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
1549
|
-
*/
|
|
1550
|
-
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
1551
|
-
|
|
1552
|
-
/** Describes an inbound endpoint for a DNS resolver. */
|
|
1553
|
-
export declare interface InboundEndpoint extends TrackedResource {
|
|
1554
|
-
/**
|
|
1555
|
-
* ETag of the inbound endpoint.
|
|
1556
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1557
|
-
*/
|
|
1558
|
-
readonly etag?: string;
|
|
1559
|
-
/** IP configurations for the inbound endpoint. */
|
|
1560
|
-
ipConfigurations: IpConfiguration[];
|
|
1561
|
-
/**
|
|
1562
|
-
* The current provisioning state of the inbound endpoint. This is a read-only property and any attempt to set this value will be ignored.
|
|
1563
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1564
|
-
*/
|
|
1565
|
-
readonly provisioningState?: ProvisioningState;
|
|
1566
|
-
/**
|
|
1567
|
-
* The resourceGuid property of the inbound endpoint resource.
|
|
1568
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1569
|
-
*/
|
|
1570
|
-
readonly resourceGuid?: string;
|
|
1571
|
-
}
|
|
1572
|
-
|
|
1573
|
-
/** The response to an enumeration operation on inbound endpoints for a DNS resolver. */
|
|
1574
|
-
export declare interface InboundEndpointListResult {
|
|
1575
|
-
/** Enumeration of the inbound endpoints for a DNS resolver. */
|
|
1576
|
-
value?: InboundEndpoint[];
|
|
1577
|
-
/**
|
|
1578
|
-
* The continuation token for the next page of results.
|
|
1579
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1580
|
-
*/
|
|
1581
|
-
readonly nextLink?: string;
|
|
1582
|
-
}
|
|
1583
|
-
|
|
1584
|
-
/** Describes an inbound endpoint for a DNS resolver for PATCH operation. */
|
|
1585
|
-
export declare interface InboundEndpointPatch {
|
|
1586
|
-
/** Tags for inbound endpoint. */
|
|
1587
|
-
tags?: {
|
|
1588
|
-
[propertyName: string]: string;
|
|
1589
|
-
};
|
|
1590
|
-
}
|
|
1591
|
-
|
|
1592
|
-
/** Interface representing a InboundEndpoints. */
|
|
1593
|
-
export declare interface InboundEndpoints {
|
|
1594
|
-
/**
|
|
1595
|
-
* Lists inbound endpoints for a DNS resolver.
|
|
1596
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1597
|
-
* @param dnsResolverName The name of the DNS resolver.
|
|
1598
|
-
* @param options The options parameters.
|
|
1599
|
-
*/
|
|
1600
|
-
list(resourceGroupName: string, dnsResolverName: string, options?: InboundEndpointsListOptionalParams): PagedAsyncIterableIterator<InboundEndpoint>;
|
|
1601
|
-
/**
|
|
1602
|
-
* Creates or updates an inbound endpoint for a DNS resolver.
|
|
1603
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1604
|
-
* @param dnsResolverName The name of the DNS resolver.
|
|
1605
|
-
* @param inboundEndpointName The name of the inbound endpoint for the DNS resolver.
|
|
1606
|
-
* @param parameters Parameters supplied to the CreateOrUpdate operation.
|
|
1607
|
-
* @param options The options parameters.
|
|
1608
|
-
*/
|
|
1609
|
-
beginCreateOrUpdate(resourceGroupName: string, dnsResolverName: string, inboundEndpointName: string, parameters: InboundEndpoint, options?: InboundEndpointsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<InboundEndpointsCreateOrUpdateResponse>, InboundEndpointsCreateOrUpdateResponse>>;
|
|
1610
|
-
/**
|
|
1611
|
-
* Creates or updates an inbound endpoint for a DNS resolver.
|
|
1612
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1613
|
-
* @param dnsResolverName The name of the DNS resolver.
|
|
1614
|
-
* @param inboundEndpointName The name of the inbound endpoint for the DNS resolver.
|
|
1615
|
-
* @param parameters Parameters supplied to the CreateOrUpdate operation.
|
|
1616
|
-
* @param options The options parameters.
|
|
1617
|
-
*/
|
|
1618
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, dnsResolverName: string, inboundEndpointName: string, parameters: InboundEndpoint, options?: InboundEndpointsCreateOrUpdateOptionalParams): Promise<InboundEndpointsCreateOrUpdateResponse>;
|
|
1619
|
-
/**
|
|
1620
|
-
* Updates an inbound endpoint for a DNS resolver.
|
|
1621
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1622
|
-
* @param dnsResolverName The name of the DNS resolver.
|
|
1623
|
-
* @param inboundEndpointName The name of the inbound endpoint for the DNS resolver.
|
|
1624
|
-
* @param parameters Parameters supplied to the Update operation.
|
|
1625
|
-
* @param options The options parameters.
|
|
1626
|
-
*/
|
|
1627
|
-
beginUpdate(resourceGroupName: string, dnsResolverName: string, inboundEndpointName: string, parameters: InboundEndpointPatch, options?: InboundEndpointsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<InboundEndpointsUpdateResponse>, InboundEndpointsUpdateResponse>>;
|
|
1628
|
-
/**
|
|
1629
|
-
* Updates an inbound endpoint for a DNS resolver.
|
|
1630
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1631
|
-
* @param dnsResolverName The name of the DNS resolver.
|
|
1632
|
-
* @param inboundEndpointName The name of the inbound endpoint for the DNS resolver.
|
|
1633
|
-
* @param parameters Parameters supplied to the Update operation.
|
|
1634
|
-
* @param options The options parameters.
|
|
1635
|
-
*/
|
|
1636
|
-
beginUpdateAndWait(resourceGroupName: string, dnsResolverName: string, inboundEndpointName: string, parameters: InboundEndpointPatch, options?: InboundEndpointsUpdateOptionalParams): Promise<InboundEndpointsUpdateResponse>;
|
|
1637
|
-
/**
|
|
1638
|
-
* Deletes an inbound endpoint for a DNS resolver. WARNING: This operation cannot be undone.
|
|
1639
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1640
|
-
* @param dnsResolverName The name of the DNS resolver.
|
|
1641
|
-
* @param inboundEndpointName The name of the inbound endpoint for the DNS resolver.
|
|
1642
|
-
* @param options The options parameters.
|
|
1643
|
-
*/
|
|
1644
|
-
beginDelete(resourceGroupName: string, dnsResolverName: string, inboundEndpointName: string, options?: InboundEndpointsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1645
|
-
/**
|
|
1646
|
-
* Deletes an inbound endpoint for a DNS resolver. WARNING: This operation cannot be undone.
|
|
1647
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1648
|
-
* @param dnsResolverName The name of the DNS resolver.
|
|
1649
|
-
* @param inboundEndpointName The name of the inbound endpoint for the DNS resolver.
|
|
1650
|
-
* @param options The options parameters.
|
|
1651
|
-
*/
|
|
1652
|
-
beginDeleteAndWait(resourceGroupName: string, dnsResolverName: string, inboundEndpointName: string, options?: InboundEndpointsDeleteOptionalParams): Promise<void>;
|
|
1653
|
-
/**
|
|
1654
|
-
* Gets properties of an inbound endpoint for a DNS resolver.
|
|
1655
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1656
|
-
* @param dnsResolverName The name of the DNS resolver.
|
|
1657
|
-
* @param inboundEndpointName The name of the inbound endpoint for the DNS resolver.
|
|
1658
|
-
* @param options The options parameters.
|
|
1659
|
-
*/
|
|
1660
|
-
get(resourceGroupName: string, dnsResolverName: string, inboundEndpointName: string, options?: InboundEndpointsGetOptionalParams): Promise<InboundEndpointsGetResponse>;
|
|
1661
|
-
}
|
|
1662
|
-
|
|
1663
|
-
/** Optional parameters. */
|
|
1664
|
-
export declare interface InboundEndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1665
|
-
/** 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. */
|
|
1666
|
-
ifMatch?: string;
|
|
1667
|
-
/** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
|
|
1668
|
-
ifNoneMatch?: string;
|
|
1669
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1670
|
-
updateIntervalInMs?: number;
|
|
1671
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1672
|
-
resumeFrom?: string;
|
|
1673
|
-
}
|
|
1674
|
-
|
|
1675
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1676
|
-
export declare type InboundEndpointsCreateOrUpdateResponse = InboundEndpoint;
|
|
1677
|
-
|
|
1678
|
-
/** Optional parameters. */
|
|
1679
|
-
export declare interface InboundEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1680
|
-
/** 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. */
|
|
1681
|
-
ifMatch?: string;
|
|
1682
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1683
|
-
updateIntervalInMs?: number;
|
|
1684
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1685
|
-
resumeFrom?: string;
|
|
1686
|
-
}
|
|
1687
|
-
|
|
1688
|
-
/** Optional parameters. */
|
|
1689
|
-
export declare interface InboundEndpointsGetOptionalParams extends coreClient.OperationOptions {
|
|
1690
|
-
}
|
|
1691
|
-
|
|
1692
|
-
/** Contains response data for the get operation. */
|
|
1693
|
-
export declare type InboundEndpointsGetResponse = InboundEndpoint;
|
|
1694
|
-
|
|
1695
|
-
/** Optional parameters. */
|
|
1696
|
-
export declare interface InboundEndpointsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1697
|
-
}
|
|
1698
|
-
|
|
1699
|
-
/** Contains response data for the listNext operation. */
|
|
1700
|
-
export declare type InboundEndpointsListNextResponse = InboundEndpointListResult;
|
|
1701
|
-
|
|
1702
|
-
/** Optional parameters. */
|
|
1703
|
-
export declare interface InboundEndpointsListOptionalParams extends coreClient.OperationOptions {
|
|
1704
|
-
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
1705
|
-
top?: number;
|
|
1706
|
-
}
|
|
1707
|
-
|
|
1708
|
-
/** Contains response data for the list operation. */
|
|
1709
|
-
export declare type InboundEndpointsListResponse = InboundEndpointListResult;
|
|
1710
|
-
|
|
1711
|
-
/** Optional parameters. */
|
|
1712
|
-
export declare interface InboundEndpointsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1713
|
-
/** 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. */
|
|
1714
|
-
ifMatch?: string;
|
|
1715
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1716
|
-
updateIntervalInMs?: number;
|
|
1717
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1718
|
-
resumeFrom?: string;
|
|
1719
|
-
}
|
|
1720
|
-
|
|
1721
|
-
/** Contains response data for the update operation. */
|
|
1722
|
-
export declare type InboundEndpointsUpdateResponse = InboundEndpoint;
|
|
1723
|
-
|
|
1724
|
-
/**
|
|
1725
|
-
* Defines values for IpAllocationMethod. \
|
|
1726
|
-
* {@link KnownIpAllocationMethod} can be used interchangeably with IpAllocationMethod,
|
|
1727
|
-
* this enum contains the known values that the service supports.
|
|
1728
|
-
* ### Known values supported by the service
|
|
1729
|
-
* **Static** \
|
|
1730
|
-
* **Dynamic**
|
|
1731
|
-
*/
|
|
1732
|
-
export declare type IpAllocationMethod = string;
|
|
1733
|
-
|
|
1734
|
-
/** IP configuration. */
|
|
1735
|
-
export declare interface IpConfiguration {
|
|
1736
|
-
/** The reference to the subnet bound to the IP configuration. */
|
|
1737
|
-
subnet: SubResource;
|
|
1738
|
-
/** Private IP address of the IP configuration. */
|
|
1739
|
-
privateIpAddress?: string;
|
|
1740
|
-
/** Private IP address allocation method. */
|
|
1741
|
-
privateIpAllocationMethod?: IpAllocationMethod;
|
|
1742
|
-
}
|
|
1743
|
-
|
|
1744
|
-
/** Known values of {@link ActionType} that the service accepts. */
|
|
1745
|
-
export declare enum KnownActionType {
|
|
1746
|
-
/** Allow */
|
|
1747
|
-
Allow = "Allow",
|
|
1748
|
-
/** Alert */
|
|
1749
|
-
Alert = "Alert",
|
|
1750
|
-
/** Block */
|
|
1751
|
-
Block = "Block"
|
|
1752
|
-
}
|
|
1753
|
-
|
|
1754
|
-
/** Known values of {@link BlockResponseCode} that the service accepts. */
|
|
1755
|
-
export declare enum KnownBlockResponseCode {
|
|
1756
|
-
/** Servfail */
|
|
1757
|
-
Servfail = "SERVFAIL"
|
|
1758
|
-
}
|
|
1759
|
-
|
|
1760
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
1761
|
-
export declare enum KnownCreatedByType {
|
|
1762
|
-
/** User */
|
|
1763
|
-
User = "User",
|
|
1764
|
-
/** Application */
|
|
1765
|
-
Application = "Application",
|
|
1766
|
-
/** ManagedIdentity */
|
|
1767
|
-
ManagedIdentity = "ManagedIdentity",
|
|
1768
|
-
/** Key */
|
|
1769
|
-
Key = "Key"
|
|
1770
|
-
}
|
|
1771
|
-
|
|
1772
|
-
/** Known values of {@link DnsResolverState} that the service accepts. */
|
|
1773
|
-
export declare enum KnownDnsResolverState {
|
|
1774
|
-
/** Connected */
|
|
1775
|
-
Connected = "Connected",
|
|
1776
|
-
/** Disconnected */
|
|
1777
|
-
Disconnected = "Disconnected"
|
|
1778
|
-
}
|
|
1779
|
-
|
|
1780
|
-
/** Known values of {@link DnsSecurityRuleState} that the service accepts. */
|
|
1781
|
-
export declare enum KnownDnsSecurityRuleState {
|
|
1782
|
-
/** Enabled */
|
|
1783
|
-
Enabled = "Enabled",
|
|
1784
|
-
/** Disabled */
|
|
1785
|
-
Disabled = "Disabled"
|
|
1786
|
-
}
|
|
1787
|
-
|
|
1788
|
-
/** Known values of {@link ForwardingRuleState} that the service accepts. */
|
|
1789
|
-
export declare enum KnownForwardingRuleState {
|
|
1790
|
-
/** Enabled */
|
|
1791
|
-
Enabled = "Enabled",
|
|
1792
|
-
/** Disabled */
|
|
1793
|
-
Disabled = "Disabled"
|
|
1794
|
-
}
|
|
1795
|
-
|
|
1796
|
-
/** Known values of {@link IpAllocationMethod} that the service accepts. */
|
|
1797
|
-
export declare enum KnownIpAllocationMethod {
|
|
1798
|
-
/** Static */
|
|
1799
|
-
Static = "Static",
|
|
1800
|
-
/** Dynamic */
|
|
1801
|
-
Dynamic = "Dynamic"
|
|
1802
|
-
}
|
|
1803
|
-
|
|
1804
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
1805
|
-
export declare enum KnownProvisioningState {
|
|
1806
|
-
/** Creating */
|
|
1807
|
-
Creating = "Creating",
|
|
1808
|
-
/** Updating */
|
|
1809
|
-
Updating = "Updating",
|
|
1810
|
-
/** Deleting */
|
|
1811
|
-
Deleting = "Deleting",
|
|
1812
|
-
/** Succeeded */
|
|
1813
|
-
Succeeded = "Succeeded",
|
|
1814
|
-
/** Failed */
|
|
1815
|
-
Failed = "Failed",
|
|
1816
|
-
/** Canceled */
|
|
1817
|
-
Canceled = "Canceled"
|
|
1818
|
-
}
|
|
1819
|
-
|
|
1820
|
-
/** Describes an outbound endpoint for a DNS resolver. */
|
|
1821
|
-
export declare interface OutboundEndpoint extends TrackedResource {
|
|
1822
|
-
/**
|
|
1823
|
-
* ETag of the outbound endpoint.
|
|
1824
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1825
|
-
*/
|
|
1826
|
-
readonly etag?: string;
|
|
1827
|
-
/** The reference to the subnet used for the outbound endpoint. */
|
|
1828
|
-
subnet: SubResource;
|
|
1829
|
-
/**
|
|
1830
|
-
* The current provisioning state of the outbound endpoint. This is a read-only property and any attempt to set this value will be ignored.
|
|
1831
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1832
|
-
*/
|
|
1833
|
-
readonly provisioningState?: ProvisioningState;
|
|
1834
|
-
/**
|
|
1835
|
-
* The resourceGuid property of the outbound endpoint resource.
|
|
1836
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1837
|
-
*/
|
|
1838
|
-
readonly resourceGuid?: string;
|
|
1839
|
-
}
|
|
1840
|
-
|
|
1841
|
-
/** The response to an enumeration operation on outbound endpoints for a DNS resolver. */
|
|
1842
|
-
export declare interface OutboundEndpointListResult {
|
|
1843
|
-
/** Enumeration of the outbound endpoints for a DNS resolver. */
|
|
1844
|
-
value?: OutboundEndpoint[];
|
|
1845
|
-
/**
|
|
1846
|
-
* The continuation token for the next page of results.
|
|
1847
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1848
|
-
*/
|
|
1849
|
-
readonly nextLink?: string;
|
|
1850
|
-
}
|
|
1851
|
-
|
|
1852
|
-
/** Describes an outbound endpoint for a DNS resolver for PATCH operation. */
|
|
1853
|
-
export declare interface OutboundEndpointPatch {
|
|
1854
|
-
/** Tags for outbound endpoint. */
|
|
1855
|
-
tags?: {
|
|
1856
|
-
[propertyName: string]: string;
|
|
1857
|
-
};
|
|
1858
|
-
}
|
|
1859
|
-
|
|
1860
|
-
/** Interface representing a OutboundEndpoints. */
|
|
1861
|
-
export declare interface OutboundEndpoints {
|
|
1862
|
-
/**
|
|
1863
|
-
* Lists outbound endpoints for a DNS resolver.
|
|
1864
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1865
|
-
* @param dnsResolverName The name of the DNS resolver.
|
|
1866
|
-
* @param options The options parameters.
|
|
1867
|
-
*/
|
|
1868
|
-
list(resourceGroupName: string, dnsResolverName: string, options?: OutboundEndpointsListOptionalParams): PagedAsyncIterableIterator<OutboundEndpoint>;
|
|
1869
|
-
/**
|
|
1870
|
-
* Creates or updates an outbound endpoint for a DNS resolver.
|
|
1871
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1872
|
-
* @param dnsResolverName The name of the DNS resolver.
|
|
1873
|
-
* @param outboundEndpointName The name of the outbound endpoint for the DNS resolver.
|
|
1874
|
-
* @param parameters Parameters supplied to the CreateOrUpdate operation.
|
|
1875
|
-
* @param options The options parameters.
|
|
1876
|
-
*/
|
|
1877
|
-
beginCreateOrUpdate(resourceGroupName: string, dnsResolverName: string, outboundEndpointName: string, parameters: OutboundEndpoint, options?: OutboundEndpointsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<OutboundEndpointsCreateOrUpdateResponse>, OutboundEndpointsCreateOrUpdateResponse>>;
|
|
1878
|
-
/**
|
|
1879
|
-
* Creates or updates an outbound endpoint for a DNS resolver.
|
|
1880
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1881
|
-
* @param dnsResolverName The name of the DNS resolver.
|
|
1882
|
-
* @param outboundEndpointName The name of the outbound endpoint for the DNS resolver.
|
|
1883
|
-
* @param parameters Parameters supplied to the CreateOrUpdate operation.
|
|
1884
|
-
* @param options The options parameters.
|
|
1885
|
-
*/
|
|
1886
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, dnsResolverName: string, outboundEndpointName: string, parameters: OutboundEndpoint, options?: OutboundEndpointsCreateOrUpdateOptionalParams): Promise<OutboundEndpointsCreateOrUpdateResponse>;
|
|
1887
|
-
/**
|
|
1888
|
-
* Updates an outbound endpoint for a DNS resolver.
|
|
1889
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1890
|
-
* @param dnsResolverName The name of the DNS resolver.
|
|
1891
|
-
* @param outboundEndpointName The name of the outbound endpoint for the DNS resolver.
|
|
1892
|
-
* @param parameters Parameters supplied to the Update operation.
|
|
1893
|
-
* @param options The options parameters.
|
|
1894
|
-
*/
|
|
1895
|
-
beginUpdate(resourceGroupName: string, dnsResolverName: string, outboundEndpointName: string, parameters: OutboundEndpointPatch, options?: OutboundEndpointsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<OutboundEndpointsUpdateResponse>, OutboundEndpointsUpdateResponse>>;
|
|
1896
|
-
/**
|
|
1897
|
-
* Updates an outbound endpoint for a DNS resolver.
|
|
1898
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1899
|
-
* @param dnsResolverName The name of the DNS resolver.
|
|
1900
|
-
* @param outboundEndpointName The name of the outbound endpoint for the DNS resolver.
|
|
1901
|
-
* @param parameters Parameters supplied to the Update operation.
|
|
1902
|
-
* @param options The options parameters.
|
|
1903
|
-
*/
|
|
1904
|
-
beginUpdateAndWait(resourceGroupName: string, dnsResolverName: string, outboundEndpointName: string, parameters: OutboundEndpointPatch, options?: OutboundEndpointsUpdateOptionalParams): Promise<OutboundEndpointsUpdateResponse>;
|
|
1905
|
-
/**
|
|
1906
|
-
* Deletes an outbound endpoint for a DNS resolver. WARNING: This operation cannot be undone.
|
|
1907
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1908
|
-
* @param dnsResolverName The name of the DNS resolver.
|
|
1909
|
-
* @param outboundEndpointName The name of the outbound endpoint for the DNS resolver.
|
|
1910
|
-
* @param options The options parameters.
|
|
1911
|
-
*/
|
|
1912
|
-
beginDelete(resourceGroupName: string, dnsResolverName: string, outboundEndpointName: string, options?: OutboundEndpointsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1913
|
-
/**
|
|
1914
|
-
* Deletes an outbound endpoint for a DNS resolver. WARNING: This operation cannot be undone.
|
|
1915
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1916
|
-
* @param dnsResolverName The name of the DNS resolver.
|
|
1917
|
-
* @param outboundEndpointName The name of the outbound endpoint for the DNS resolver.
|
|
1918
|
-
* @param options The options parameters.
|
|
1919
|
-
*/
|
|
1920
|
-
beginDeleteAndWait(resourceGroupName: string, dnsResolverName: string, outboundEndpointName: string, options?: OutboundEndpointsDeleteOptionalParams): Promise<void>;
|
|
1921
|
-
/**
|
|
1922
|
-
* Gets properties of an outbound endpoint for a DNS resolver.
|
|
1923
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1924
|
-
* @param dnsResolverName The name of the DNS resolver.
|
|
1925
|
-
* @param outboundEndpointName The name of the outbound endpoint for the DNS resolver.
|
|
1926
|
-
* @param options The options parameters.
|
|
1927
|
-
*/
|
|
1928
|
-
get(resourceGroupName: string, dnsResolverName: string, outboundEndpointName: string, options?: OutboundEndpointsGetOptionalParams): Promise<OutboundEndpointsGetResponse>;
|
|
1929
|
-
}
|
|
1930
|
-
|
|
1931
|
-
/** Optional parameters. */
|
|
1932
|
-
export declare interface OutboundEndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1933
|
-
/** 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. */
|
|
1934
|
-
ifMatch?: string;
|
|
1935
|
-
/** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
|
|
1936
|
-
ifNoneMatch?: string;
|
|
1937
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1938
|
-
updateIntervalInMs?: number;
|
|
1939
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1940
|
-
resumeFrom?: string;
|
|
1941
|
-
}
|
|
1942
|
-
|
|
1943
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1944
|
-
export declare type OutboundEndpointsCreateOrUpdateResponse = OutboundEndpoint;
|
|
1945
|
-
|
|
1946
|
-
/** Optional parameters. */
|
|
1947
|
-
export declare interface OutboundEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1948
|
-
/** 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. */
|
|
1949
|
-
ifMatch?: string;
|
|
1950
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1951
|
-
updateIntervalInMs?: number;
|
|
1952
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1953
|
-
resumeFrom?: string;
|
|
1954
|
-
}
|
|
1955
|
-
|
|
1956
|
-
/** Optional parameters. */
|
|
1957
|
-
export declare interface OutboundEndpointsGetOptionalParams extends coreClient.OperationOptions {
|
|
1958
|
-
}
|
|
1959
|
-
|
|
1960
|
-
/** Contains response data for the get operation. */
|
|
1961
|
-
export declare type OutboundEndpointsGetResponse = OutboundEndpoint;
|
|
1962
|
-
|
|
1963
|
-
/** Optional parameters. */
|
|
1964
|
-
export declare interface OutboundEndpointsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1965
|
-
}
|
|
1966
|
-
|
|
1967
|
-
/** Contains response data for the listNext operation. */
|
|
1968
|
-
export declare type OutboundEndpointsListNextResponse = OutboundEndpointListResult;
|
|
1969
|
-
|
|
1970
|
-
/** Optional parameters. */
|
|
1971
|
-
export declare interface OutboundEndpointsListOptionalParams extends coreClient.OperationOptions {
|
|
1972
|
-
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
1973
|
-
top?: number;
|
|
1974
|
-
}
|
|
1975
|
-
|
|
1976
|
-
/** Contains response data for the list operation. */
|
|
1977
|
-
export declare type OutboundEndpointsListResponse = OutboundEndpointListResult;
|
|
1978
|
-
|
|
1979
|
-
/** Optional parameters. */
|
|
1980
|
-
export declare interface OutboundEndpointsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1981
|
-
/** 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. */
|
|
1982
|
-
ifMatch?: string;
|
|
1983
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1984
|
-
updateIntervalInMs?: number;
|
|
1985
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1986
|
-
resumeFrom?: string;
|
|
1987
|
-
}
|
|
1988
|
-
|
|
1989
|
-
/** Contains response data for the update operation. */
|
|
1990
|
-
export declare type OutboundEndpointsUpdateResponse = OutboundEndpoint;
|
|
1991
|
-
|
|
1992
|
-
/**
|
|
1993
|
-
* Defines values for ProvisioningState. \
|
|
1994
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
1995
|
-
* this enum contains the known values that the service supports.
|
|
1996
|
-
* ### Known values supported by the service
|
|
1997
|
-
* **Creating** \
|
|
1998
|
-
* **Updating** \
|
|
1999
|
-
* **Deleting** \
|
|
2000
|
-
* **Succeeded** \
|
|
2001
|
-
* **Failed** \
|
|
2002
|
-
* **Canceled**
|
|
2003
|
-
*/
|
|
2004
|
-
export declare type ProvisioningState = string;
|
|
2005
|
-
|
|
2006
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
2007
|
-
export declare interface ProxyResource extends Resource {
|
|
2008
|
-
}
|
|
2009
|
-
|
|
2010
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
2011
|
-
export declare interface Resource {
|
|
2012
|
-
/**
|
|
2013
|
-
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
2014
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2015
|
-
*/
|
|
2016
|
-
readonly id?: string;
|
|
2017
|
-
/**
|
|
2018
|
-
* The name of the resource
|
|
2019
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2020
|
-
*/
|
|
2021
|
-
readonly name?: string;
|
|
2022
|
-
/**
|
|
2023
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
2024
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2025
|
-
*/
|
|
2026
|
-
readonly type?: string;
|
|
2027
|
-
/**
|
|
2028
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
2029
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2030
|
-
*/
|
|
2031
|
-
readonly systemData?: SystemData;
|
|
2032
|
-
}
|
|
2033
|
-
|
|
2034
|
-
/** Reference to another ARM resource. */
|
|
2035
|
-
export declare interface SubResource {
|
|
2036
|
-
/** Resource ID. */
|
|
2037
|
-
id: string;
|
|
2038
|
-
}
|
|
2039
|
-
|
|
2040
|
-
/** The response to an enumeration operation on sub-resources. */
|
|
2041
|
-
export declare interface SubResourceListResult {
|
|
2042
|
-
/** Enumeration of the sub-resources. */
|
|
2043
|
-
value?: SubResource[];
|
|
2044
|
-
/**
|
|
2045
|
-
* The continuation token for the next page of results.
|
|
2046
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2047
|
-
*/
|
|
2048
|
-
readonly nextLink?: string;
|
|
2049
|
-
}
|
|
2050
|
-
|
|
2051
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
2052
|
-
export declare interface SystemData {
|
|
2053
|
-
/** The identity that created the resource. */
|
|
2054
|
-
createdBy?: string;
|
|
2055
|
-
/** The type of identity that created the resource. */
|
|
2056
|
-
createdByType?: CreatedByType;
|
|
2057
|
-
/** The timestamp of resource creation (UTC). */
|
|
2058
|
-
createdAt?: Date;
|
|
2059
|
-
/** The identity that last modified the resource. */
|
|
2060
|
-
lastModifiedBy?: string;
|
|
2061
|
-
/** The type of identity that last modified the resource. */
|
|
2062
|
-
lastModifiedByType?: CreatedByType;
|
|
2063
|
-
/** The timestamp of resource last modification (UTC) */
|
|
2064
|
-
lastModifiedAt?: Date;
|
|
2065
|
-
}
|
|
2066
|
-
|
|
2067
|
-
/** Describes a server to forward the DNS queries to. */
|
|
2068
|
-
export declare interface TargetDnsServer {
|
|
2069
|
-
/** DNS server IP address. */
|
|
2070
|
-
ipAddress: string;
|
|
2071
|
-
/** DNS server port. */
|
|
2072
|
-
port?: number;
|
|
2073
|
-
}
|
|
2074
|
-
|
|
2075
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
2076
|
-
export declare interface TrackedResource extends Resource {
|
|
2077
|
-
/** Resource tags. */
|
|
2078
|
-
tags?: {
|
|
2079
|
-
[propertyName: string]: string;
|
|
2080
|
-
};
|
|
2081
|
-
/** The geo-location where the resource lives */
|
|
2082
|
-
location: string;
|
|
2083
|
-
}
|
|
2084
|
-
|
|
2085
|
-
/** Reference to DNS forwarding ruleset and associated virtual network link. */
|
|
2086
|
-
export declare interface VirtualNetworkDnsForwardingRuleset {
|
|
2087
|
-
/** DNS Forwarding Ruleset Resource ID. */
|
|
2088
|
-
id?: string;
|
|
2089
|
-
/** The reference to the virtual network link. */
|
|
2090
|
-
virtualNetworkLink?: SubResource;
|
|
2091
|
-
}
|
|
2092
|
-
|
|
2093
|
-
/** The response to an enumeration operation on Virtual Network DNS Forwarding Ruleset. */
|
|
2094
|
-
export declare interface VirtualNetworkDnsForwardingRulesetListResult {
|
|
2095
|
-
/** Enumeration of the Virtual Network DNS Forwarding Ruleset. */
|
|
2096
|
-
value?: VirtualNetworkDnsForwardingRuleset[];
|
|
2097
|
-
/**
|
|
2098
|
-
* The continuation token for the next page of results.
|
|
2099
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2100
|
-
*/
|
|
2101
|
-
readonly nextLink?: string;
|
|
2102
|
-
}
|
|
2103
|
-
|
|
2104
|
-
/** Describes a virtual network link. */
|
|
2105
|
-
export declare interface VirtualNetworkLink extends ProxyResource {
|
|
2106
|
-
/**
|
|
2107
|
-
* ETag of the virtual network link.
|
|
2108
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2109
|
-
*/
|
|
2110
|
-
readonly etag?: string;
|
|
2111
|
-
/** The reference to the virtual network. This cannot be changed after creation. */
|
|
2112
|
-
virtualNetwork: SubResource;
|
|
2113
|
-
/** Metadata attached to the virtual network link. */
|
|
2114
|
-
metadata?: {
|
|
2115
|
-
[propertyName: string]: string;
|
|
2116
|
-
};
|
|
2117
|
-
/**
|
|
2118
|
-
* The current provisioning state of the virtual network link. This is a read-only property and any attempt to set this value will be ignored.
|
|
2119
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2120
|
-
*/
|
|
2121
|
-
readonly provisioningState?: ProvisioningState;
|
|
2122
|
-
}
|
|
2123
|
-
|
|
2124
|
-
/** The response to an enumeration operation on virtual network links. */
|
|
2125
|
-
export declare interface VirtualNetworkLinkListResult {
|
|
2126
|
-
/** Enumeration of the virtual network links. */
|
|
2127
|
-
value?: VirtualNetworkLink[];
|
|
2128
|
-
/**
|
|
2129
|
-
* The continuation token for the next page of results.
|
|
2130
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2131
|
-
*/
|
|
2132
|
-
readonly nextLink?: string;
|
|
2133
|
-
}
|
|
2134
|
-
|
|
2135
|
-
/** Describes a virtual network link for PATCH operation. */
|
|
2136
|
-
export declare interface VirtualNetworkLinkPatch {
|
|
2137
|
-
/** Metadata attached to the virtual network link. */
|
|
2138
|
-
metadata?: {
|
|
2139
|
-
[propertyName: string]: string;
|
|
2140
|
-
};
|
|
2141
|
-
}
|
|
2142
|
-
|
|
2143
|
-
/** Interface representing a VirtualNetworkLinks. */
|
|
2144
|
-
export declare interface VirtualNetworkLinks {
|
|
2145
|
-
/**
|
|
2146
|
-
* Lists virtual network links to a DNS forwarding ruleset.
|
|
2147
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2148
|
-
* @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.
|
|
2149
|
-
* @param options The options parameters.
|
|
2150
|
-
*/
|
|
2151
|
-
list(resourceGroupName: string, dnsForwardingRulesetName: string, options?: VirtualNetworkLinksListOptionalParams): PagedAsyncIterableIterator<VirtualNetworkLink>;
|
|
2152
|
-
/**
|
|
2153
|
-
* Creates or updates a virtual network link to a DNS forwarding ruleset.
|
|
2154
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2155
|
-
* @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.
|
|
2156
|
-
* @param virtualNetworkLinkName The name of the virtual network link.
|
|
2157
|
-
* @param parameters Parameters supplied to the CreateOrUpdate operation.
|
|
2158
|
-
* @param options The options parameters.
|
|
2159
|
-
*/
|
|
2160
|
-
beginCreateOrUpdate(resourceGroupName: string, dnsForwardingRulesetName: string, virtualNetworkLinkName: string, parameters: VirtualNetworkLink, options?: VirtualNetworkLinksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualNetworkLinksCreateOrUpdateResponse>, VirtualNetworkLinksCreateOrUpdateResponse>>;
|
|
2161
|
-
/**
|
|
2162
|
-
* Creates or updates a virtual network link to a DNS forwarding ruleset.
|
|
2163
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2164
|
-
* @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.
|
|
2165
|
-
* @param virtualNetworkLinkName The name of the virtual network link.
|
|
2166
|
-
* @param parameters Parameters supplied to the CreateOrUpdate operation.
|
|
2167
|
-
* @param options The options parameters.
|
|
2168
|
-
*/
|
|
2169
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, dnsForwardingRulesetName: string, virtualNetworkLinkName: string, parameters: VirtualNetworkLink, options?: VirtualNetworkLinksCreateOrUpdateOptionalParams): Promise<VirtualNetworkLinksCreateOrUpdateResponse>;
|
|
2170
|
-
/**
|
|
2171
|
-
* Updates a virtual network link to a DNS forwarding ruleset.
|
|
2172
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2173
|
-
* @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.
|
|
2174
|
-
* @param virtualNetworkLinkName The name of the virtual network link.
|
|
2175
|
-
* @param parameters Parameters supplied to the Update operation.
|
|
2176
|
-
* @param options The options parameters.
|
|
2177
|
-
*/
|
|
2178
|
-
beginUpdate(resourceGroupName: string, dnsForwardingRulesetName: string, virtualNetworkLinkName: string, parameters: VirtualNetworkLinkPatch, options?: VirtualNetworkLinksUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualNetworkLinksUpdateResponse>, VirtualNetworkLinksUpdateResponse>>;
|
|
2179
|
-
/**
|
|
2180
|
-
* Updates a virtual network link to a DNS forwarding ruleset.
|
|
2181
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2182
|
-
* @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.
|
|
2183
|
-
* @param virtualNetworkLinkName The name of the virtual network link.
|
|
2184
|
-
* @param parameters Parameters supplied to the Update operation.
|
|
2185
|
-
* @param options The options parameters.
|
|
2186
|
-
*/
|
|
2187
|
-
beginUpdateAndWait(resourceGroupName: string, dnsForwardingRulesetName: string, virtualNetworkLinkName: string, parameters: VirtualNetworkLinkPatch, options?: VirtualNetworkLinksUpdateOptionalParams): Promise<VirtualNetworkLinksUpdateResponse>;
|
|
2188
|
-
/**
|
|
2189
|
-
* Deletes a virtual network link to a DNS forwarding ruleset. WARNING: This operation cannot be
|
|
2190
|
-
* undone.
|
|
2191
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2192
|
-
* @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.
|
|
2193
|
-
* @param virtualNetworkLinkName The name of the virtual network link.
|
|
2194
|
-
* @param options The options parameters.
|
|
2195
|
-
*/
|
|
2196
|
-
beginDelete(resourceGroupName: string, dnsForwardingRulesetName: string, virtualNetworkLinkName: string, options?: VirtualNetworkLinksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2197
|
-
/**
|
|
2198
|
-
* Deletes a virtual network link to a DNS forwarding ruleset. WARNING: This operation cannot be
|
|
2199
|
-
* undone.
|
|
2200
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2201
|
-
* @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.
|
|
2202
|
-
* @param virtualNetworkLinkName The name of the virtual network link.
|
|
2203
|
-
* @param options The options parameters.
|
|
2204
|
-
*/
|
|
2205
|
-
beginDeleteAndWait(resourceGroupName: string, dnsForwardingRulesetName: string, virtualNetworkLinkName: string, options?: VirtualNetworkLinksDeleteOptionalParams): Promise<void>;
|
|
2206
|
-
/**
|
|
2207
|
-
* Gets properties of a virtual network link to a DNS forwarding ruleset.
|
|
2208
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2209
|
-
* @param dnsForwardingRulesetName The name of the DNS forwarding ruleset.
|
|
2210
|
-
* @param virtualNetworkLinkName The name of the virtual network link.
|
|
2211
|
-
* @param options The options parameters.
|
|
2212
|
-
*/
|
|
2213
|
-
get(resourceGroupName: string, dnsForwardingRulesetName: string, virtualNetworkLinkName: string, options?: VirtualNetworkLinksGetOptionalParams): Promise<VirtualNetworkLinksGetResponse>;
|
|
2214
|
-
}
|
|
2215
|
-
|
|
2216
|
-
/** Optional parameters. */
|
|
2217
|
-
export declare interface VirtualNetworkLinksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2218
|
-
/** 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. */
|
|
2219
|
-
ifMatch?: string;
|
|
2220
|
-
/** Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored. */
|
|
2221
|
-
ifNoneMatch?: string;
|
|
2222
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2223
|
-
updateIntervalInMs?: number;
|
|
2224
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2225
|
-
resumeFrom?: string;
|
|
2226
|
-
}
|
|
2227
|
-
|
|
2228
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2229
|
-
export declare type VirtualNetworkLinksCreateOrUpdateResponse = VirtualNetworkLink;
|
|
2230
|
-
|
|
2231
|
-
/** Optional parameters. */
|
|
2232
|
-
export declare interface VirtualNetworkLinksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2233
|
-
/** 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. */
|
|
2234
|
-
ifMatch?: string;
|
|
2235
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2236
|
-
updateIntervalInMs?: number;
|
|
2237
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2238
|
-
resumeFrom?: string;
|
|
2239
|
-
}
|
|
2240
|
-
|
|
2241
|
-
/** Optional parameters. */
|
|
2242
|
-
export declare interface VirtualNetworkLinksGetOptionalParams extends coreClient.OperationOptions {
|
|
2243
|
-
}
|
|
2244
|
-
|
|
2245
|
-
/** Contains response data for the get operation. */
|
|
2246
|
-
export declare type VirtualNetworkLinksGetResponse = VirtualNetworkLink;
|
|
2247
|
-
|
|
2248
|
-
/** Optional parameters. */
|
|
2249
|
-
export declare interface VirtualNetworkLinksListNextOptionalParams extends coreClient.OperationOptions {
|
|
2250
|
-
}
|
|
2251
|
-
|
|
2252
|
-
/** Contains response data for the listNext operation. */
|
|
2253
|
-
export declare type VirtualNetworkLinksListNextResponse = VirtualNetworkLinkListResult;
|
|
2254
|
-
|
|
2255
|
-
/** Optional parameters. */
|
|
2256
|
-
export declare interface VirtualNetworkLinksListOptionalParams extends coreClient.OperationOptions {
|
|
2257
|
-
/** The maximum number of results to return. If not specified, returns up to 100 results. */
|
|
2258
|
-
top?: number;
|
|
2259
|
-
}
|
|
2260
|
-
|
|
2261
|
-
/** Contains response data for the list operation. */
|
|
2262
|
-
export declare type VirtualNetworkLinksListResponse = VirtualNetworkLinkListResult;
|
|
2263
|
-
|
|
2264
|
-
/** Optional parameters. */
|
|
2265
|
-
export declare interface VirtualNetworkLinksUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2266
|
-
/** 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. */
|
|
2267
|
-
ifMatch?: string;
|
|
2268
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2269
|
-
updateIntervalInMs?: number;
|
|
2270
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2271
|
-
resumeFrom?: string;
|
|
2272
|
-
}
|
|
2273
|
-
|
|
2274
|
-
/** Contains response data for the update operation. */
|
|
2275
|
-
export declare type VirtualNetworkLinksUpdateResponse = VirtualNetworkLink;
|
|
2276
|
-
|
|
2277
|
-
export { }
|