@azure/arm-dns 5.2.0-beta.1 → 5.2.0-beta.2
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 +11 -1
- package/LICENSE +4 -4
- package/README.md +26 -17
- package/{dist-esm/src → dist/browser}/dnsManagementClient.d.ts +2 -2
- package/dist/browser/dnsManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/dnsManagementClient.js +33 -24
- package/dist/browser/dnsManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +18 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +23 -11
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dnsResourceReferenceOperations.d.ts +3 -3
- package/dist/browser/operations/dnsResourceReferenceOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dnsResourceReferenceOperations.js +3 -2
- package/dist/browser/operations/dnsResourceReferenceOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dnssecConfigs.d.ts +3 -3
- package/dist/browser/operations/dnssecConfigs.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dnssecConfigs.js +109 -124
- package/dist/browser/operations/dnssecConfigs.js.map +1 -0
- package/dist/browser/operations/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +4 -4
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/recordSets.d.ts +3 -3
- package/dist/browser/operations/recordSets.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/recordSets.js +70 -121
- package/dist/browser/operations/recordSets.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/zones.d.ts +3 -3
- package/dist/browser/operations/zones.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/zones.js +90 -123
- package/dist/browser/operations/zones.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/dnsResourceReferenceOperations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/dnsResourceReferenceOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dnsResourceReferenceOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/dnssecConfigs.d.ts +1 -1
- package/dist/browser/operationsInterfaces/dnssecConfigs.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dnssecConfigs.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +4 -4
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/recordSets.d.ts +1 -1
- package/dist/browser/operationsInterfaces/recordSets.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/recordSets.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/zones.d.ts +1 -1
- package/dist/browser/operationsInterfaces/zones.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/zones.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/dnsManagementClient.d.ts +23 -0
- package/dist/commonjs/dnsManagementClient.d.ts.map +1 -0
- package/dist/commonjs/dnsManagementClient.js +118 -0
- package/dist/commonjs/dnsManagementClient.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 +21 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-dns.d.ts → dist/commonjs/models/index.d.ts} +639 -932
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +23 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +36 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1180 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +21 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +201 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/dnsResourceReferenceOperations.d.ts +19 -0
- package/dist/commonjs/operations/dnsResourceReferenceOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/dnsResourceReferenceOperations.js +55 -0
- package/dist/commonjs/operations/dnsResourceReferenceOperations.js.map +1 -0
- package/dist/commonjs/operations/dnssecConfigs.d.ts +74 -0
- package/dist/commonjs/operations/dnssecConfigs.d.ts.map +1 -0
- package/dist/commonjs/operations/dnssecConfigs.js +338 -0
- package/dist/commonjs/operations/dnssecConfigs.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +5 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +15 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/recordSets.d.ts +129 -0
- package/dist/commonjs/operations/recordSets.d.ts.map +1 -0
- package/dist/commonjs/operations/recordSets.js +550 -0
- package/dist/commonjs/operations/recordSets.js.map +1 -0
- package/dist/commonjs/operations/zones.d.ts +93 -0
- package/dist/commonjs/operations/zones.d.ts.map +1 -0
- package/dist/commonjs/operations/zones.js +417 -0
- package/dist/commonjs/operations/zones.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dnsResourceReferenceOperations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/dnsResourceReferenceOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dnsResourceReferenceOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/dnsResourceReferenceOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dnssecConfigs.d.ts +49 -0
- package/dist/commonjs/operationsInterfaces/dnssecConfigs.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dnssecConfigs.js +10 -0
- package/dist/commonjs/operationsInterfaces/dnssecConfigs.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +5 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +15 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/recordSets.d.ts +68 -0
- package/dist/commonjs/operationsInterfaces/recordSets.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/recordSets.js +10 -0
- package/dist/commonjs/operationsInterfaces/recordSets.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/zones.d.ts +57 -0
- package/dist/commonjs/operationsInterfaces/zones.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/zones.js +10 -0
- package/dist/commonjs/operationsInterfaces/zones.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 +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/dnsManagementClient.d.ts +23 -0
- package/dist/esm/dnsManagementClient.d.ts.map +1 -0
- package/dist/esm/dnsManagementClient.js +113 -0
- package/dist/esm/dnsManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- 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 +18 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +639 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +20 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +36 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1177 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +21 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +198 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/dnsResourceReferenceOperations.d.ts +19 -0
- package/dist/esm/operations/dnsResourceReferenceOperations.d.ts.map +1 -0
- package/dist/esm/operations/dnsResourceReferenceOperations.js +50 -0
- package/dist/esm/operations/dnsResourceReferenceOperations.js.map +1 -0
- package/dist/esm/operations/dnssecConfigs.d.ts +74 -0
- package/dist/esm/operations/dnssecConfigs.d.ts.map +1 -0
- package/dist/esm/operations/dnssecConfigs.js +333 -0
- package/dist/esm/operations/dnssecConfigs.js.map +1 -0
- package/dist/esm/operations/index.d.ts +5 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +12 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/recordSets.d.ts +129 -0
- package/dist/esm/operations/recordSets.d.ts.map +1 -0
- package/dist/esm/operations/recordSets.js +545 -0
- package/dist/esm/operations/recordSets.js.map +1 -0
- package/dist/esm/operations/zones.d.ts +93 -0
- package/dist/esm/operations/zones.d.ts.map +1 -0
- package/dist/esm/operations/zones.js +412 -0
- package/dist/esm/operations/zones.js.map +1 -0
- package/dist/esm/operationsInterfaces/dnsResourceReferenceOperations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/dnsResourceReferenceOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dnsResourceReferenceOperations.js +9 -0
- package/dist/esm/operationsInterfaces/dnsResourceReferenceOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/dnssecConfigs.d.ts +49 -0
- package/dist/esm/operationsInterfaces/dnssecConfigs.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dnssecConfigs.js +9 -0
- package/dist/esm/operationsInterfaces/dnssecConfigs.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +5 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +12 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/recordSets.d.ts +68 -0
- package/dist/esm/operationsInterfaces/recordSets.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/recordSets.js +9 -0
- package/dist/esm/operationsInterfaces/recordSets.js.map +1 -0
- package/dist/esm/operationsInterfaces/zones.d.ts +57 -0
- package/dist/esm/operationsInterfaces/zones.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/zones.js +9 -0
- package/dist/esm/operationsInterfaces/zones.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 +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/dnsManagementClient.d.ts +23 -0
- package/dist/react-native/dnsManagementClient.d.ts.map +1 -0
- package/dist/react-native/dnsManagementClient.js +113 -0
- package/dist/react-native/dnsManagementClient.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 +18 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +639 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +20 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +36 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1177 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +21 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +198 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/dnsResourceReferenceOperations.d.ts +19 -0
- package/dist/react-native/operations/dnsResourceReferenceOperations.d.ts.map +1 -0
- package/dist/react-native/operations/dnsResourceReferenceOperations.js +50 -0
- package/dist/react-native/operations/dnsResourceReferenceOperations.js.map +1 -0
- package/dist/react-native/operations/dnssecConfigs.d.ts +74 -0
- package/dist/react-native/operations/dnssecConfigs.d.ts.map +1 -0
- package/dist/react-native/operations/dnssecConfigs.js +333 -0
- package/dist/react-native/operations/dnssecConfigs.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +5 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +12 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/recordSets.d.ts +129 -0
- package/dist/react-native/operations/recordSets.d.ts.map +1 -0
- package/dist/react-native/operations/recordSets.js +545 -0
- package/dist/react-native/operations/recordSets.js.map +1 -0
- package/dist/react-native/operations/zones.d.ts +93 -0
- package/dist/react-native/operations/zones.d.ts.map +1 -0
- package/dist/react-native/operations/zones.js +412 -0
- package/dist/react-native/operations/zones.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dnsResourceReferenceOperations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/dnsResourceReferenceOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dnsResourceReferenceOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/dnsResourceReferenceOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dnssecConfigs.d.ts +49 -0
- package/dist/react-native/operationsInterfaces/dnssecConfigs.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dnssecConfigs.js +9 -0
- package/dist/react-native/operationsInterfaces/dnssecConfigs.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +5 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +12 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/recordSets.d.ts +68 -0
- package/dist/react-native/operationsInterfaces/recordSets.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/recordSets.js +9 -0
- package/dist/react-native/operationsInterfaces/recordSets.js.map +1 -0
- package/dist/react-native/operationsInterfaces/zones.d.ts +57 -0
- package/dist/react-native/operationsInterfaces/zones.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/zones.js +9 -0
- package/dist/react-native/operationsInterfaces/zones.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 +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +87 -70
- package/dist/index.js +0 -3020
- 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/dnsResourceReferenceGetByTargetResourcesSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsResourceReferenceGetByTargetResourcesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsResourceReferenceGetByTargetResourcesSample.js +0 -43
- package/dist-esm/samples-dev/dnsResourceReferenceGetByTargetResourcesSample.js.map +0 -1
- package/dist-esm/samples-dev/dnssecConfigsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnssecConfigsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnssecConfigsCreateOrUpdateSample.js +0 -38
- package/dist-esm/samples-dev/dnssecConfigsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dnssecConfigsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnssecConfigsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnssecConfigsDeleteSample.js +0 -38
- package/dist-esm/samples-dev/dnssecConfigsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dnssecConfigsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnssecConfigsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnssecConfigsGetSample.js +0 -38
- package/dist-esm/samples-dev/dnssecConfigsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dnssecConfigsListByDnsZoneSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnssecConfigsListByDnsZoneSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnssecConfigsListByDnsZoneSample.js +0 -54
- package/dist-esm/samples-dev/dnssecConfigsListByDnsZoneSample.js.map +0 -1
- package/dist-esm/samples-dev/recordSetsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/recordSetsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/recordSetsCreateOrUpdateSample.js +0 -432
- package/dist-esm/samples-dev/recordSetsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/recordSetsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/recordSetsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/recordSetsDeleteSample.js +0 -260
- package/dist-esm/samples-dev/recordSetsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/recordSetsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/recordSetsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/recordSetsGetSample.js +0 -280
- package/dist-esm/samples-dev/recordSetsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/recordSetsListAllByDnsZoneSample.d.ts +0 -2
- package/dist-esm/samples-dev/recordSetsListAllByDnsZoneSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/recordSetsListAllByDnsZoneSample.js +0 -54
- package/dist-esm/samples-dev/recordSetsListAllByDnsZoneSample.js.map +0 -1
- package/dist-esm/samples-dev/recordSetsListByDnsZoneSample.d.ts +0 -2
- package/dist-esm/samples-dev/recordSetsListByDnsZoneSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/recordSetsListByDnsZoneSample.js +0 -54
- package/dist-esm/samples-dev/recordSetsListByDnsZoneSample.js.map +0 -1
- package/dist-esm/samples-dev/recordSetsListByTypeSample.d.ts +0 -2
- package/dist-esm/samples-dev/recordSetsListByTypeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/recordSetsListByTypeSample.js +0 -475
- package/dist-esm/samples-dev/recordSetsListByTypeSample.js.map +0 -1
- package/dist-esm/samples-dev/recordSetsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/recordSetsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/recordSetsUpdateSample.js +0 -293
- package/dist-esm/samples-dev/recordSetsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/zonesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/zonesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/zonesCreateOrUpdateSample.js +0 -39
- package/dist-esm/samples-dev/zonesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/zonesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/zonesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/zonesDeleteSample.js +0 -38
- package/dist-esm/samples-dev/zonesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/zonesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/zonesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/zonesGetSample.js +0 -38
- package/dist-esm/samples-dev/zonesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/zonesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/zonesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/zonesListByResourceGroupSample.js +0 -53
- package/dist-esm/samples-dev/zonesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/zonesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/zonesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/zonesListSample.js +0 -52
- package/dist-esm/samples-dev/zonesListSample.js.map +0 -1
- package/dist-esm/samples-dev/zonesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/zonesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/zonesUpdateSample.js +0 -39
- package/dist-esm/samples-dev/zonesUpdateSample.js.map +0 -1
- package/dist-esm/src/dnsManagementClient.d.ts.map +0 -1
- package/dist-esm/src/dnsManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/dnsResourceReferenceOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/dnsResourceReferenceOperations.js.map +0 -1
- package/dist-esm/src/operations/dnssecConfigs.d.ts.map +0 -1
- package/dist-esm/src/operations/dnssecConfigs.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -5
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/recordSets.d.ts.map +0 -1
- package/dist-esm/src/operations/recordSets.js.map +0 -1
- package/dist-esm/src/operations/zones.d.ts.map +0 -1
- package/dist-esm/src/operations/zones.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dnsResourceReferenceOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dnsResourceReferenceOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dnssecConfigs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dnssecConfigs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/recordSets.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/recordSets.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/zones.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/zones.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/dns_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/dns_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/dns_operations_test.spec.js +0 -114
- package/dist-esm/test/dns_operations_test.spec.js.map +0 -1
- package/src/dnsManagementClient.ts +0 -158
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -746
- package/src/models/mappers.ts +0 -1212
- package/src/models/parameters.ts +0 -227
- package/src/operations/dnsResourceReferenceOperations.ts +0 -69
- package/src/operations/dnssecConfigs.ts +0 -468
- package/src/operations/index.ts +0 -12
- package/src/operations/recordSets.ts +0 -787
- package/src/operations/zones.ts +0 -545
- package/src/operationsInterfaces/dnsResourceReferenceOperations.ts +0 -26
- package/src/operationsInterfaces/dnssecConfigs.ts +0 -95
- package/src/operationsInterfaces/index.ts +0 -12
- package/src/operationsInterfaces/recordSets.ts +0 -129
- package/src/operationsInterfaces/zones.ts +0 -103
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dnsResourceReferenceOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dnssecConfigs.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/recordSets.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/zones.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/review/{arm-dns.api.md → arm-dns-node.api.md} +0 -0
|
@@ -0,0 +1,338 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.DnssecConfigsImpl = void 0;
|
|
11
|
+
const tslib_1 = require("tslib");
|
|
12
|
+
const pagingHelper_js_1 = require("../pagingHelper.js");
|
|
13
|
+
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
|
14
|
+
const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
|
15
|
+
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
16
|
+
const core_lro_1 = require("@azure/core-lro");
|
|
17
|
+
const lroImpl_js_1 = require("../lroImpl.js");
|
|
18
|
+
/// <reference lib="esnext.asynciterable" />
|
|
19
|
+
/** Class containing DnssecConfigs operations. */
|
|
20
|
+
class DnssecConfigsImpl {
|
|
21
|
+
client;
|
|
22
|
+
/**
|
|
23
|
+
* Initialize a new instance of the class DnssecConfigs class.
|
|
24
|
+
* @param client Reference to the service client
|
|
25
|
+
*/
|
|
26
|
+
constructor(client) {
|
|
27
|
+
this.client = client;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Lists the DNSSEC configurations in a DNS zone.
|
|
31
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
32
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
33
|
+
* @param options The options parameters.
|
|
34
|
+
*/
|
|
35
|
+
listByDnsZone(resourceGroupName, zoneName, options) {
|
|
36
|
+
const iter = this.listByDnsZonePagingAll(resourceGroupName, zoneName, options);
|
|
37
|
+
return {
|
|
38
|
+
next() {
|
|
39
|
+
return iter.next();
|
|
40
|
+
},
|
|
41
|
+
[Symbol.asyncIterator]() {
|
|
42
|
+
return this;
|
|
43
|
+
},
|
|
44
|
+
byPage: (settings) => {
|
|
45
|
+
if (settings?.maxPageSize) {
|
|
46
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
47
|
+
}
|
|
48
|
+
return this.listByDnsZonePagingPage(resourceGroupName, zoneName, options, settings);
|
|
49
|
+
},
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
async *listByDnsZonePagingPage(resourceGroupName, zoneName, options, settings) {
|
|
53
|
+
let result;
|
|
54
|
+
let continuationToken = settings?.continuationToken;
|
|
55
|
+
if (!continuationToken) {
|
|
56
|
+
result = await this._listByDnsZone(resourceGroupName, zoneName, options);
|
|
57
|
+
let page = result.value || [];
|
|
58
|
+
continuationToken = result.nextLink;
|
|
59
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
60
|
+
yield page;
|
|
61
|
+
}
|
|
62
|
+
while (continuationToken) {
|
|
63
|
+
result = await this._listByDnsZoneNext(resourceGroupName, zoneName, continuationToken, options);
|
|
64
|
+
continuationToken = result.nextLink;
|
|
65
|
+
let page = result.value || [];
|
|
66
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
67
|
+
yield page;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
async *listByDnsZonePagingAll(resourceGroupName, zoneName, options) {
|
|
71
|
+
for await (const page of this.listByDnsZonePagingPage(resourceGroupName, zoneName, options)) {
|
|
72
|
+
yield* page;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* Creates or updates the DNSSEC configuration on a DNS zone.
|
|
77
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
78
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
79
|
+
* @param options The options parameters.
|
|
80
|
+
*/
|
|
81
|
+
async beginCreateOrUpdate(resourceGroupName, zoneName, options) {
|
|
82
|
+
const directSendOperation = async (args, spec) => {
|
|
83
|
+
return this.client.sendOperationRequest(args, spec);
|
|
84
|
+
};
|
|
85
|
+
const sendOperationFn = async (args, spec) => {
|
|
86
|
+
let currentRawResponse = undefined;
|
|
87
|
+
const providedCallback = args.options?.onResponse;
|
|
88
|
+
const callback = (rawResponse, flatResponse) => {
|
|
89
|
+
currentRawResponse = rawResponse;
|
|
90
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
91
|
+
};
|
|
92
|
+
const updatedArgs = {
|
|
93
|
+
...args,
|
|
94
|
+
options: {
|
|
95
|
+
...args.options,
|
|
96
|
+
onResponse: callback,
|
|
97
|
+
},
|
|
98
|
+
};
|
|
99
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
100
|
+
return {
|
|
101
|
+
flatResponse,
|
|
102
|
+
rawResponse: {
|
|
103
|
+
statusCode: currentRawResponse.status,
|
|
104
|
+
body: currentRawResponse.parsedBody,
|
|
105
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
106
|
+
},
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
110
|
+
sendOperationFn,
|
|
111
|
+
args: { resourceGroupName, zoneName, options },
|
|
112
|
+
spec: createOrUpdateOperationSpec,
|
|
113
|
+
});
|
|
114
|
+
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
115
|
+
restoreFrom: options?.resumeFrom,
|
|
116
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
117
|
+
});
|
|
118
|
+
await poller.poll();
|
|
119
|
+
return poller;
|
|
120
|
+
}
|
|
121
|
+
/**
|
|
122
|
+
* Creates or updates the DNSSEC configuration on a DNS zone.
|
|
123
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
124
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
125
|
+
* @param options The options parameters.
|
|
126
|
+
*/
|
|
127
|
+
async beginCreateOrUpdateAndWait(resourceGroupName, zoneName, options) {
|
|
128
|
+
const poller = await this.beginCreateOrUpdate(resourceGroupName, zoneName, options);
|
|
129
|
+
return poller.pollUntilDone();
|
|
130
|
+
}
|
|
131
|
+
/**
|
|
132
|
+
* Deletes the DNSSEC configuration on a DNS zone. This operation cannot be undone.
|
|
133
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
134
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
135
|
+
* @param options The options parameters.
|
|
136
|
+
*/
|
|
137
|
+
async beginDelete(resourceGroupName, zoneName, options) {
|
|
138
|
+
const directSendOperation = async (args, spec) => {
|
|
139
|
+
return this.client.sendOperationRequest(args, spec);
|
|
140
|
+
};
|
|
141
|
+
const sendOperationFn = async (args, spec) => {
|
|
142
|
+
let currentRawResponse = undefined;
|
|
143
|
+
const providedCallback = args.options?.onResponse;
|
|
144
|
+
const callback = (rawResponse, flatResponse) => {
|
|
145
|
+
currentRawResponse = rawResponse;
|
|
146
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
147
|
+
};
|
|
148
|
+
const updatedArgs = {
|
|
149
|
+
...args,
|
|
150
|
+
options: {
|
|
151
|
+
...args.options,
|
|
152
|
+
onResponse: callback,
|
|
153
|
+
},
|
|
154
|
+
};
|
|
155
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
156
|
+
return {
|
|
157
|
+
flatResponse,
|
|
158
|
+
rawResponse: {
|
|
159
|
+
statusCode: currentRawResponse.status,
|
|
160
|
+
body: currentRawResponse.parsedBody,
|
|
161
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
162
|
+
},
|
|
163
|
+
};
|
|
164
|
+
};
|
|
165
|
+
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
166
|
+
sendOperationFn,
|
|
167
|
+
args: { resourceGroupName, zoneName, options },
|
|
168
|
+
spec: deleteOperationSpec,
|
|
169
|
+
});
|
|
170
|
+
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
171
|
+
restoreFrom: options?.resumeFrom,
|
|
172
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
173
|
+
});
|
|
174
|
+
await poller.poll();
|
|
175
|
+
return poller;
|
|
176
|
+
}
|
|
177
|
+
/**
|
|
178
|
+
* Deletes the DNSSEC configuration on a DNS zone. This operation cannot be undone.
|
|
179
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
180
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
181
|
+
* @param options The options parameters.
|
|
182
|
+
*/
|
|
183
|
+
async beginDeleteAndWait(resourceGroupName, zoneName, options) {
|
|
184
|
+
const poller = await this.beginDelete(resourceGroupName, zoneName, options);
|
|
185
|
+
return poller.pollUntilDone();
|
|
186
|
+
}
|
|
187
|
+
/**
|
|
188
|
+
* Gets the DNSSEC configuration.
|
|
189
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
190
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
191
|
+
* @param options The options parameters.
|
|
192
|
+
*/
|
|
193
|
+
get(resourceGroupName, zoneName, options) {
|
|
194
|
+
return this.client.sendOperationRequest({ resourceGroupName, zoneName, options }, getOperationSpec);
|
|
195
|
+
}
|
|
196
|
+
/**
|
|
197
|
+
* Lists the DNSSEC configurations in a DNS zone.
|
|
198
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
199
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
200
|
+
* @param options The options parameters.
|
|
201
|
+
*/
|
|
202
|
+
_listByDnsZone(resourceGroupName, zoneName, options) {
|
|
203
|
+
return this.client.sendOperationRequest({ resourceGroupName, zoneName, options }, listByDnsZoneOperationSpec);
|
|
204
|
+
}
|
|
205
|
+
/**
|
|
206
|
+
* ListByDnsZoneNext
|
|
207
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
208
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
209
|
+
* @param nextLink The nextLink from the previous successful call to the ListByDnsZone method.
|
|
210
|
+
* @param options The options parameters.
|
|
211
|
+
*/
|
|
212
|
+
_listByDnsZoneNext(resourceGroupName, zoneName, nextLink, options) {
|
|
213
|
+
return this.client.sendOperationRequest({ resourceGroupName, zoneName, nextLink, options }, listByDnsZoneNextOperationSpec);
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
exports.DnssecConfigsImpl = DnssecConfigsImpl;
|
|
217
|
+
// Operation Specifications
|
|
218
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
219
|
+
const createOrUpdateOperationSpec = {
|
|
220
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones/{zoneName}/dnssecConfigs/default",
|
|
221
|
+
httpMethod: "PUT",
|
|
222
|
+
responses: {
|
|
223
|
+
200: {
|
|
224
|
+
bodyMapper: Mappers.DnssecConfig,
|
|
225
|
+
},
|
|
226
|
+
201: {
|
|
227
|
+
bodyMapper: Mappers.DnssecConfig,
|
|
228
|
+
},
|
|
229
|
+
202: {
|
|
230
|
+
bodyMapper: Mappers.DnssecConfig,
|
|
231
|
+
},
|
|
232
|
+
204: {
|
|
233
|
+
bodyMapper: Mappers.DnssecConfig,
|
|
234
|
+
},
|
|
235
|
+
default: {
|
|
236
|
+
bodyMapper: Mappers.CloudError,
|
|
237
|
+
},
|
|
238
|
+
},
|
|
239
|
+
queryParameters: [Parameters.apiVersion],
|
|
240
|
+
urlParameters: [
|
|
241
|
+
Parameters.$host,
|
|
242
|
+
Parameters.resourceGroupName,
|
|
243
|
+
Parameters.zoneName,
|
|
244
|
+
Parameters.subscriptionId,
|
|
245
|
+
],
|
|
246
|
+
headerParameters: [
|
|
247
|
+
Parameters.accept,
|
|
248
|
+
Parameters.ifMatch,
|
|
249
|
+
Parameters.ifNoneMatch,
|
|
250
|
+
],
|
|
251
|
+
serializer,
|
|
252
|
+
};
|
|
253
|
+
const deleteOperationSpec = {
|
|
254
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones/{zoneName}/dnssecConfigs/default",
|
|
255
|
+
httpMethod: "DELETE",
|
|
256
|
+
responses: {
|
|
257
|
+
200: {},
|
|
258
|
+
201: {},
|
|
259
|
+
202: {},
|
|
260
|
+
204: {},
|
|
261
|
+
default: {
|
|
262
|
+
bodyMapper: Mappers.CloudError,
|
|
263
|
+
},
|
|
264
|
+
},
|
|
265
|
+
queryParameters: [Parameters.apiVersion],
|
|
266
|
+
urlParameters: [
|
|
267
|
+
Parameters.$host,
|
|
268
|
+
Parameters.resourceGroupName,
|
|
269
|
+
Parameters.zoneName,
|
|
270
|
+
Parameters.subscriptionId,
|
|
271
|
+
],
|
|
272
|
+
headerParameters: [Parameters.accept, Parameters.ifMatch],
|
|
273
|
+
serializer,
|
|
274
|
+
};
|
|
275
|
+
const getOperationSpec = {
|
|
276
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones/{zoneName}/dnssecConfigs/default",
|
|
277
|
+
httpMethod: "GET",
|
|
278
|
+
responses: {
|
|
279
|
+
200: {
|
|
280
|
+
bodyMapper: Mappers.DnssecConfig,
|
|
281
|
+
},
|
|
282
|
+
default: {
|
|
283
|
+
bodyMapper: Mappers.CloudError,
|
|
284
|
+
},
|
|
285
|
+
},
|
|
286
|
+
queryParameters: [Parameters.apiVersion],
|
|
287
|
+
urlParameters: [
|
|
288
|
+
Parameters.$host,
|
|
289
|
+
Parameters.resourceGroupName,
|
|
290
|
+
Parameters.zoneName,
|
|
291
|
+
Parameters.subscriptionId,
|
|
292
|
+
],
|
|
293
|
+
headerParameters: [Parameters.accept],
|
|
294
|
+
serializer,
|
|
295
|
+
};
|
|
296
|
+
const listByDnsZoneOperationSpec = {
|
|
297
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones/{zoneName}/dnssecConfigs",
|
|
298
|
+
httpMethod: "GET",
|
|
299
|
+
responses: {
|
|
300
|
+
200: {
|
|
301
|
+
bodyMapper: Mappers.DnssecConfigListResult,
|
|
302
|
+
},
|
|
303
|
+
default: {
|
|
304
|
+
bodyMapper: Mappers.CloudError,
|
|
305
|
+
},
|
|
306
|
+
},
|
|
307
|
+
queryParameters: [Parameters.apiVersion],
|
|
308
|
+
urlParameters: [
|
|
309
|
+
Parameters.$host,
|
|
310
|
+
Parameters.resourceGroupName,
|
|
311
|
+
Parameters.zoneName,
|
|
312
|
+
Parameters.subscriptionId,
|
|
313
|
+
],
|
|
314
|
+
headerParameters: [Parameters.accept],
|
|
315
|
+
serializer,
|
|
316
|
+
};
|
|
317
|
+
const listByDnsZoneNextOperationSpec = {
|
|
318
|
+
path: "{nextLink}",
|
|
319
|
+
httpMethod: "GET",
|
|
320
|
+
responses: {
|
|
321
|
+
200: {
|
|
322
|
+
bodyMapper: Mappers.DnssecConfigListResult,
|
|
323
|
+
},
|
|
324
|
+
default: {
|
|
325
|
+
bodyMapper: Mappers.CloudError,
|
|
326
|
+
},
|
|
327
|
+
},
|
|
328
|
+
urlParameters: [
|
|
329
|
+
Parameters.$host,
|
|
330
|
+
Parameters.resourceGroupName,
|
|
331
|
+
Parameters.zoneName,
|
|
332
|
+
Parameters.subscriptionId,
|
|
333
|
+
Parameters.nextLink,
|
|
334
|
+
],
|
|
335
|
+
headerParameters: [Parameters.accept],
|
|
336
|
+
serializer,
|
|
337
|
+
};
|
|
338
|
+
//# sourceMappingURL=dnssecConfigs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dnssecConfigs.js","sourceRoot":"","sources":["../../../src/operations/dnssecConfigs.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { DnssecConfigs } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { DnsManagementClient } from \"../dnsManagementClient.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n DnssecConfig,\n DnssecConfigsListByDnsZoneNextOptionalParams,\n DnssecConfigsListByDnsZoneOptionalParams,\n DnssecConfigsListByDnsZoneResponse,\n DnssecConfigsCreateOrUpdateOptionalParams,\n DnssecConfigsCreateOrUpdateResponse,\n DnssecConfigsDeleteOptionalParams,\n DnssecConfigsGetOptionalParams,\n DnssecConfigsGetResponse,\n DnssecConfigsListByDnsZoneNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing DnssecConfigs operations. */\nexport class DnssecConfigsImpl implements DnssecConfigs {\n private readonly client: DnsManagementClient;\n\n /**\n * Initialize a new instance of the class DnssecConfigs class.\n * @param client Reference to the service client\n */\n constructor(client: DnsManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists the DNSSEC configurations in a DNS zone.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param zoneName The name of the DNS zone (without a terminating dot).\n * @param options The options parameters.\n */\n public listByDnsZone(\n resourceGroupName: string,\n zoneName: string,\n options?: DnssecConfigsListByDnsZoneOptionalParams,\n ): PagedAsyncIterableIterator<DnssecConfig> {\n const iter = this.listByDnsZonePagingAll(\n resourceGroupName,\n zoneName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByDnsZonePagingPage(\n resourceGroupName,\n zoneName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listByDnsZonePagingPage(\n resourceGroupName: string,\n zoneName: string,\n options?: DnssecConfigsListByDnsZoneOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<DnssecConfig[]> {\n let result: DnssecConfigsListByDnsZoneResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByDnsZone(resourceGroupName, zoneName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByDnsZoneNext(\n resourceGroupName,\n zoneName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByDnsZonePagingAll(\n resourceGroupName: string,\n zoneName: string,\n options?: DnssecConfigsListByDnsZoneOptionalParams,\n ): AsyncIterableIterator<DnssecConfig> {\n for await (const page of this.listByDnsZonePagingPage(\n resourceGroupName,\n zoneName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Creates or updates the DNSSEC configuration on a DNS zone.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param zoneName The name of the DNS zone (without a terminating dot).\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n zoneName: string,\n options?: DnssecConfigsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DnssecConfigsCreateOrUpdateResponse>,\n DnssecConfigsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<DnssecConfigsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, zoneName, options },\n spec: createOrUpdateOperationSpec,\n });\n const poller = await createHttpPoller<\n DnssecConfigsCreateOrUpdateResponse,\n OperationState<DnssecConfigsCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates or updates the DNSSEC configuration on a DNS zone.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param zoneName The name of the DNS zone (without a terminating dot).\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n zoneName: string,\n options?: DnssecConfigsCreateOrUpdateOptionalParams,\n ): Promise<DnssecConfigsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n zoneName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Deletes the DNSSEC configuration on a DNS zone. This operation cannot be undone.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param zoneName The name of the DNS zone (without a terminating dot).\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n zoneName: string,\n options?: DnssecConfigsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, zoneName, options },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes the DNSSEC configuration on a DNS zone. This operation cannot be undone.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param zoneName The name of the DNS zone (without a terminating dot).\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n zoneName: string,\n options?: DnssecConfigsDeleteOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDelete(resourceGroupName, zoneName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Gets the DNSSEC configuration.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param zoneName The name of the DNS zone (without a terminating dot).\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n zoneName: string,\n options?: DnssecConfigsGetOptionalParams,\n ): Promise<DnssecConfigsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, zoneName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Lists the DNSSEC configurations in a DNS zone.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param zoneName The name of the DNS zone (without a terminating dot).\n * @param options The options parameters.\n */\n private _listByDnsZone(\n resourceGroupName: string,\n zoneName: string,\n options?: DnssecConfigsListByDnsZoneOptionalParams,\n ): Promise<DnssecConfigsListByDnsZoneResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, zoneName, options },\n listByDnsZoneOperationSpec,\n );\n }\n\n /**\n * ListByDnsZoneNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param zoneName The name of the DNS zone (without a terminating dot).\n * @param nextLink The nextLink from the previous successful call to the ListByDnsZone method.\n * @param options The options parameters.\n */\n private _listByDnsZoneNext(\n resourceGroupName: string,\n zoneName: string,\n nextLink: string,\n options?: DnssecConfigsListByDnsZoneNextOptionalParams,\n ): Promise<DnssecConfigsListByDnsZoneNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, zoneName, nextLink, options },\n listByDnsZoneNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones/{zoneName}/dnssecConfigs/default\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.DnssecConfig,\n },\n 201: {\n bodyMapper: Mappers.DnssecConfig,\n },\n 202: {\n bodyMapper: Mappers.DnssecConfig,\n },\n 204: {\n bodyMapper: Mappers.DnssecConfig,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.zoneName,\n Parameters.subscriptionId,\n ],\n headerParameters: [\n Parameters.accept,\n Parameters.ifMatch,\n Parameters.ifNoneMatch,\n ],\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones/{zoneName}/dnssecConfigs/default\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.zoneName,\n Parameters.subscriptionId,\n ],\n headerParameters: [Parameters.accept, Parameters.ifMatch],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones/{zoneName}/dnssecConfigs/default\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DnssecConfig,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.zoneName,\n Parameters.subscriptionId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByDnsZoneOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones/{zoneName}/dnssecConfigs\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DnssecConfigListResult,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.zoneName,\n Parameters.subscriptionId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByDnsZoneNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DnssecConfigListResult,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.zoneName,\n Parameters.subscriptionId,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,qCAAqC,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
const tslib_1 = require("tslib");
|
|
11
|
+
tslib_1.__exportStar(require("./dnssecConfigs.js"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./recordSets.js"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./zones.js"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./dnsResourceReferenceOperations.js"), exports);
|
|
15
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAEH,6DAAmC;AACnC,0DAAgC;AAChC,qDAA2B;AAC3B,8EAAoD","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./dnssecConfigs.js\";\nexport * from \"./recordSets.js\";\nexport * from \"./zones.js\";\nexport * from \"./dnsResourceReferenceOperations.js\";\n"]}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { RecordSets } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { DnsManagementClient } from "../dnsManagementClient.js";
|
|
4
|
+
import { RecordSet, RecordType, RecordSetsListByTypeOptionalParams, RecordSetsListByDnsZoneOptionalParams, RecordSetsListAllByDnsZoneOptionalParams, RecordSetsUpdateOptionalParams, RecordSetsUpdateResponse, RecordSetsCreateOrUpdateOptionalParams, RecordSetsCreateOrUpdateResponse, RecordSetsDeleteOptionalParams, RecordSetsGetOptionalParams, RecordSetsGetResponse } from "../models/index.js";
|
|
5
|
+
/** Class containing RecordSets operations. */
|
|
6
|
+
export declare class RecordSetsImpl implements RecordSets {
|
|
7
|
+
private readonly client;
|
|
8
|
+
/**
|
|
9
|
+
* Initialize a new instance of the class RecordSets class.
|
|
10
|
+
* @param client Reference to the service client
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: DnsManagementClient);
|
|
13
|
+
/**
|
|
14
|
+
* Lists the record sets of a specified type in a DNS zone.
|
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
17
|
+
* @param recordType The type of DNS record in this record set.
|
|
18
|
+
* @param options The options parameters.
|
|
19
|
+
*/
|
|
20
|
+
listByType(resourceGroupName: string, zoneName: string, recordType: RecordType, options?: RecordSetsListByTypeOptionalParams): PagedAsyncIterableIterator<RecordSet>;
|
|
21
|
+
private listByTypePagingPage;
|
|
22
|
+
private listByTypePagingAll;
|
|
23
|
+
/**
|
|
24
|
+
* Lists all record sets in a DNS zone.
|
|
25
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
26
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
listByDnsZone(resourceGroupName: string, zoneName: string, options?: RecordSetsListByDnsZoneOptionalParams): PagedAsyncIterableIterator<RecordSet>;
|
|
30
|
+
private listByDnsZonePagingPage;
|
|
31
|
+
private listByDnsZonePagingAll;
|
|
32
|
+
/**
|
|
33
|
+
* Lists all record sets in a DNS zone.
|
|
34
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
35
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
36
|
+
* @param options The options parameters.
|
|
37
|
+
*/
|
|
38
|
+
listAllByDnsZone(resourceGroupName: string, zoneName: string, options?: RecordSetsListAllByDnsZoneOptionalParams): PagedAsyncIterableIterator<RecordSet>;
|
|
39
|
+
private listAllByDnsZonePagingPage;
|
|
40
|
+
private listAllByDnsZonePagingAll;
|
|
41
|
+
/**
|
|
42
|
+
* Updates a record set within a DNS zone.
|
|
43
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
44
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
45
|
+
* @param relativeRecordSetName The name of the record set, relative to the name of the zone.
|
|
46
|
+
* @param recordType The type of DNS record in this record set.
|
|
47
|
+
* @param parameters Parameters supplied to the Update operation.
|
|
48
|
+
* @param options The options parameters.
|
|
49
|
+
*/
|
|
50
|
+
update(resourceGroupName: string, zoneName: string, relativeRecordSetName: string, recordType: RecordType, parameters: RecordSet, options?: RecordSetsUpdateOptionalParams): Promise<RecordSetsUpdateResponse>;
|
|
51
|
+
/**
|
|
52
|
+
* Creates or updates a record set within a DNS zone. Record sets of type SOA can be updated but not
|
|
53
|
+
* created (they are created when the DNS zone is created).
|
|
54
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
55
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
56
|
+
* @param relativeRecordSetName The name of the record set, relative to the name of the zone.
|
|
57
|
+
* @param recordType The type of DNS record in this record set.
|
|
58
|
+
* @param parameters Parameters supplied to the CreateOrUpdate operation.
|
|
59
|
+
* @param options The options parameters.
|
|
60
|
+
*/
|
|
61
|
+
createOrUpdate(resourceGroupName: string, zoneName: string, relativeRecordSetName: string, recordType: RecordType, parameters: RecordSet, options?: RecordSetsCreateOrUpdateOptionalParams): Promise<RecordSetsCreateOrUpdateResponse>;
|
|
62
|
+
/**
|
|
63
|
+
* Deletes a record set from a DNS zone. This operation cannot be undone. Record sets of type SOA
|
|
64
|
+
* cannot be deleted (they are deleted when the DNS zone is deleted).
|
|
65
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
66
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
67
|
+
* @param relativeRecordSetName The name of the record set, relative to the name of the zone.
|
|
68
|
+
* @param recordType The type of DNS record in this record set.
|
|
69
|
+
* @param options The options parameters.
|
|
70
|
+
*/
|
|
71
|
+
delete(resourceGroupName: string, zoneName: string, relativeRecordSetName: string, recordType: RecordType, options?: RecordSetsDeleteOptionalParams): Promise<void>;
|
|
72
|
+
/**
|
|
73
|
+
* Gets a record set.
|
|
74
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
75
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
76
|
+
* @param relativeRecordSetName The name of the record set, relative to the name of the zone.
|
|
77
|
+
* @param recordType The type of DNS record in this record set.
|
|
78
|
+
* @param options The options parameters.
|
|
79
|
+
*/
|
|
80
|
+
get(resourceGroupName: string, zoneName: string, relativeRecordSetName: string, recordType: RecordType, options?: RecordSetsGetOptionalParams): Promise<RecordSetsGetResponse>;
|
|
81
|
+
/**
|
|
82
|
+
* Lists the record sets of a specified type in a DNS zone.
|
|
83
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
84
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
85
|
+
* @param recordType The type of DNS record in this record set.
|
|
86
|
+
* @param options The options parameters.
|
|
87
|
+
*/
|
|
88
|
+
private _listByType;
|
|
89
|
+
/**
|
|
90
|
+
* Lists all record sets in a DNS zone.
|
|
91
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
92
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
93
|
+
* @param options The options parameters.
|
|
94
|
+
*/
|
|
95
|
+
private _listByDnsZone;
|
|
96
|
+
/**
|
|
97
|
+
* Lists all record sets in a DNS zone.
|
|
98
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
99
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
100
|
+
* @param options The options parameters.
|
|
101
|
+
*/
|
|
102
|
+
private _listAllByDnsZone;
|
|
103
|
+
/**
|
|
104
|
+
* ListByTypeNext
|
|
105
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
106
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
107
|
+
* @param recordType The type of DNS record in this record set.
|
|
108
|
+
* @param nextLink The nextLink from the previous successful call to the ListByType method.
|
|
109
|
+
* @param options The options parameters.
|
|
110
|
+
*/
|
|
111
|
+
private _listByTypeNext;
|
|
112
|
+
/**
|
|
113
|
+
* ListByDnsZoneNext
|
|
114
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
115
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
116
|
+
* @param nextLink The nextLink from the previous successful call to the ListByDnsZone method.
|
|
117
|
+
* @param options The options parameters.
|
|
118
|
+
*/
|
|
119
|
+
private _listByDnsZoneNext;
|
|
120
|
+
/**
|
|
121
|
+
* ListAllByDnsZoneNext
|
|
122
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
123
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
124
|
+
* @param nextLink The nextLink from the previous successful call to the ListAllByDnsZone method.
|
|
125
|
+
* @param options The options parameters.
|
|
126
|
+
*/
|
|
127
|
+
private _listAllByDnsZoneNext;
|
|
128
|
+
}
|
|
129
|
+
//# sourceMappingURL=recordSets.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"recordSets.d.ts","sourceRoot":"","sources":["../../../src/operations/recordSets.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAChE,OAAO,EACL,SAAS,EACT,UAAU,EAEV,kCAAkC,EAGlC,qCAAqC,EAGrC,wCAAwC,EAExC,8BAA8B,EAC9B,wBAAwB,EACxB,sCAAsC,EACtC,gCAAgC,EAChC,8BAA8B,EAC9B,2BAA2B,EAC3B,qBAAqB,EAItB,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAsB;IAE7C;;;OAGG;gBACS,MAAM,EAAE,mBAAmB;IAIvC;;;;;;OAMG;IACI,UAAU,CACf,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,UAAU,EACtB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,0BAA0B,CAAC,SAAS,CAAC;YA6BzB,oBAAoB;YAoCpB,mBAAmB;IAgBlC;;;;;OAKG;IACI,aAAa,CAClB,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,0BAA0B,CAAC,SAAS,CAAC;YA2BzB,uBAAuB;YA6BvB,sBAAsB;IAcrC;;;;;OAKG;IACI,gBAAgB,CACrB,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,SAAS,CAAC;YA2BzB,0BAA0B;YAiC1B,yBAAyB;IAcxC;;;;;;;;OAQG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,qBAAqB,EAAE,MAAM,EAC7B,UAAU,EAAE,UAAU,EACtB,UAAU,EAAE,SAAS,EACrB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC;IAcpC;;;;;;;;;OASG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,qBAAqB,EAAE,MAAM,EAC7B,UAAU,EAAE,UAAU,EACtB,UAAU,EAAE,SAAS,EACrB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC;IAc5C;;;;;;;;OAQG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,qBAAqB,EAAE,MAAM,EAC7B,UAAU,EAAE,UAAU,EACtB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,IAAI,CAAC;IAahB;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,qBAAqB,EAAE,MAAM,EAC7B,UAAU,EAAE,UAAU,EACtB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC;IAajC;;;;;;OAMG;IACH,OAAO,CAAC,WAAW;IAYnB;;;;;OAKG;IACH,OAAO,CAAC,cAAc;IAWtB;;;;;OAKG;IACH,OAAO,CAAC,iBAAiB;IAWzB;;;;;;;OAOG;IACH,OAAO,CAAC,eAAe;IAavB;;;;;;OAMG;IACH,OAAO,CAAC,kBAAkB;IAY1B;;;;;;OAMG;IACH,OAAO,CAAC,qBAAqB;CAW9B"}
|