@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 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.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 * as coreClient from \"@azure/core-client\";\n\nexport const DnssecConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DnssecConfig\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n signingKeys: {\n serializedName: \"properties.signingKeys\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SigningKey\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SigningKey: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SigningKey\",\n modelProperties: {\n delegationSignerInfo: {\n serializedName: \"delegationSignerInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DelegationSignerInfo\",\n },\n },\n },\n },\n flags: {\n serializedName: \"flags\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n keyTag: {\n serializedName: \"keyTag\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n protocol: {\n serializedName: \"protocol\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n publicKey: {\n serializedName: \"publicKey\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n securityAlgorithmType: {\n serializedName: \"securityAlgorithmType\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const DelegationSignerInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DelegationSignerInfo\",\n modelProperties: {\n digestAlgorithmType: {\n serializedName: \"digestAlgorithmType\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n digestValue: {\n serializedName: \"digestValue\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n record: {\n serializedName: \"record\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const CloudError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudError\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\",\n },\n },\n },\n },\n};\n\nexport const CloudErrorBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DnssecConfigListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DnssecConfigListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DnssecConfig\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RecordSet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecordSet\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n ttl: {\n serializedName: \"properties.TTL\",\n type: {\n name: \"Number\",\n },\n },\n fqdn: {\n serializedName: \"properties.fqdn\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetResource: {\n serializedName: \"properties.targetResource\",\n type: {\n name: \"Composite\",\n className: \"SubResource\",\n },\n },\n trafficManagementProfile: {\n serializedName: \"properties.trafficManagementProfile\",\n type: {\n name: \"Composite\",\n className: \"SubResource\",\n },\n },\n aRecords: {\n serializedName: \"properties.ARecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ARecord\",\n },\n },\n },\n },\n aaaaRecords: {\n serializedName: \"properties.AAAARecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AaaaRecord\",\n },\n },\n },\n },\n mxRecords: {\n serializedName: \"properties.MXRecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MxRecord\",\n },\n },\n },\n },\n nsRecords: {\n serializedName: \"properties.NSRecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NsRecord\",\n },\n },\n },\n },\n ptrRecords: {\n serializedName: \"properties.PTRRecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PtrRecord\",\n },\n },\n },\n },\n srvRecords: {\n serializedName: \"properties.SRVRecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SrvRecord\",\n },\n },\n },\n },\n txtRecords: {\n serializedName: \"properties.TXTRecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TxtRecord\",\n },\n },\n },\n },\n cnameRecord: {\n serializedName: \"properties.CNAMERecord\",\n type: {\n name: \"Composite\",\n className: \"CnameRecord\",\n },\n },\n soaRecord: {\n serializedName: \"properties.SOARecord\",\n type: {\n name: \"Composite\",\n className: \"SoaRecord\",\n },\n },\n caaRecords: {\n serializedName: \"properties.caaRecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CaaRecord\",\n },\n },\n },\n },\n dsRecords: {\n serializedName: \"properties.DSRecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DsRecord\",\n },\n },\n },\n },\n tlsaRecords: {\n serializedName: \"properties.TLSARecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TlsaRecord\",\n },\n },\n },\n },\n naptrRecords: {\n serializedName: \"properties.NAPTRRecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NaptrRecord\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SubResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ARecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ARecord\",\n modelProperties: {\n ipv4Address: {\n serializedName: \"ipv4Address\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AaaaRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AaaaRecord\",\n modelProperties: {\n ipv6Address: {\n serializedName: \"ipv6Address\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MxRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MxRecord\",\n modelProperties: {\n preference: {\n serializedName: \"preference\",\n type: {\n name: \"Number\",\n },\n },\n exchange: {\n serializedName: \"exchange\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NsRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NsRecord\",\n modelProperties: {\n nsdname: {\n serializedName: \"nsdname\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PtrRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PtrRecord\",\n modelProperties: {\n ptrdname: {\n serializedName: \"ptrdname\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SrvRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SrvRecord\",\n modelProperties: {\n priority: {\n serializedName: \"priority\",\n type: {\n name: \"Number\",\n },\n },\n weight: {\n serializedName: \"weight\",\n type: {\n name: \"Number\",\n },\n },\n port: {\n serializedName: \"port\",\n type: {\n name: \"Number\",\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TxtRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TxtRecord\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const CnameRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CnameRecord\",\n modelProperties: {\n cname: {\n serializedName: \"cname\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SoaRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SoaRecord\",\n modelProperties: {\n host: {\n serializedName: \"host\",\n type: {\n name: \"String\",\n },\n },\n email: {\n serializedName: \"email\",\n type: {\n name: \"String\",\n },\n },\n serialNumber: {\n serializedName: \"serialNumber\",\n type: {\n name: \"Number\",\n },\n },\n refreshTime: {\n serializedName: \"refreshTime\",\n type: {\n name: \"Number\",\n },\n },\n retryTime: {\n serializedName: \"retryTime\",\n type: {\n name: \"Number\",\n },\n },\n expireTime: {\n serializedName: \"expireTime\",\n type: {\n name: \"Number\",\n },\n },\n minimumTtl: {\n serializedName: \"minimumTTL\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const CaaRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CaaRecord\",\n modelProperties: {\n flags: {\n serializedName: \"flags\",\n type: {\n name: \"Number\",\n },\n },\n tag: {\n serializedName: \"tag\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DsRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DsRecord\",\n modelProperties: {\n keyTag: {\n serializedName: \"keyTag\",\n type: {\n name: \"Number\",\n },\n },\n algorithm: {\n serializedName: \"algorithm\",\n type: {\n name: \"Number\",\n },\n },\n digest: {\n serializedName: \"digest\",\n type: {\n name: \"Composite\",\n className: \"Digest\",\n },\n },\n },\n },\n};\n\nexport const Digest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Digest\",\n modelProperties: {\n algorithmType: {\n serializedName: \"algorithmType\",\n type: {\n name: \"Number\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TlsaRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TlsaRecord\",\n modelProperties: {\n usage: {\n serializedName: \"usage\",\n type: {\n name: \"Number\",\n },\n },\n selector: {\n serializedName: \"selector\",\n type: {\n name: \"Number\",\n },\n },\n matchingType: {\n serializedName: \"matchingType\",\n type: {\n name: \"Number\",\n },\n },\n certAssociationData: {\n serializedName: \"certAssociationData\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NaptrRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NaptrRecord\",\n modelProperties: {\n order: {\n serializedName: \"order\",\n type: {\n name: \"Number\",\n },\n },\n preference: {\n serializedName: \"preference\",\n type: {\n name: \"Number\",\n },\n },\n flags: {\n serializedName: \"flags\",\n type: {\n name: \"String\",\n },\n },\n services: {\n serializedName: \"services\",\n type: {\n name: \"String\",\n },\n },\n regexp: {\n serializedName: \"regexp\",\n type: {\n name: \"String\",\n },\n },\n replacement: {\n serializedName: \"replacement\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RecordSetListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecordSetListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RecordSet\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ZoneUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ZoneUpdate\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ZoneListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ZoneListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Zone\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DnsResourceReferenceRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DnsResourceReferenceRequest\",\n modelProperties: {\n targetResources: {\n serializedName: \"properties.targetResources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SubResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DnsResourceReferenceResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DnsResourceReferenceResult\",\n modelProperties: {\n dnsResourceReferences: {\n serializedName: \"properties.dnsResourceReferences\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DnsResourceReference\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DnsResourceReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DnsResourceReference\",\n modelProperties: {\n dnsResources: {\n serializedName: \"dnsResources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SubResource\",\n },\n },\n },\n },\n targetResource: {\n serializedName: \"targetResource\",\n type: {\n name: \"Composite\",\n className: \"SubResource\",\n },\n },\n },\n },\n};\n\nexport const RecordSetUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecordSetUpdateParameters\",\n modelProperties: {\n recordSet: {\n serializedName: \"RecordSet\",\n type: {\n name: \"Composite\",\n className: \"RecordSet\",\n },\n },\n },\n },\n};\n\nexport const Zone: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Zone\",\n modelProperties: {\n ...Resource.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n maxNumberOfRecordSets: {\n serializedName: \"properties.maxNumberOfRecordSets\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n maxNumberOfRecordsPerRecordSet: {\n serializedName: \"properties.maxNumberOfRecordsPerRecordSet\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n numberOfRecordSets: {\n serializedName: \"properties.numberOfRecordSets\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n nameServers: {\n serializedName: \"properties.nameServers\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n zoneType: {\n defaultValue: \"Public\",\n serializedName: \"properties.zoneType\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Public\", \"Private\"],\n },\n },\n registrationVirtualNetworks: {\n serializedName: \"properties.registrationVirtualNetworks\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SubResource\",\n },\n },\n },\n },\n resolutionVirtualNetworks: {\n serializedName: \"properties.resolutionVirtualNetworks\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SubResource\",\n },\n },\n },\n },\n signingKeys: {\n serializedName: \"properties.signingKeys\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SigningKey\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DnssecConfigsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DnssecConfigsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ZonesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ZonesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n"]}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
|
|
2
|
+
export declare const accept: OperationParameter;
|
|
3
|
+
export declare const $host: OperationURLParameter;
|
|
4
|
+
export declare const resourceGroupName: OperationURLParameter;
|
|
5
|
+
export declare const zoneName: OperationURLParameter;
|
|
6
|
+
export declare const ifMatch: OperationParameter;
|
|
7
|
+
export declare const ifNoneMatch: OperationParameter;
|
|
8
|
+
export declare const apiVersion: OperationQueryParameter;
|
|
9
|
+
export declare const subscriptionId: OperationURLParameter;
|
|
10
|
+
export declare const nextLink: OperationURLParameter;
|
|
11
|
+
export declare const contentType: OperationParameter;
|
|
12
|
+
export declare const parameters: OperationParameter;
|
|
13
|
+
export declare const relativeRecordSetName: OperationURLParameter;
|
|
14
|
+
export declare const recordType: OperationURLParameter;
|
|
15
|
+
export declare const top: OperationQueryParameter;
|
|
16
|
+
export declare const recordsetnamesuffix: OperationQueryParameter;
|
|
17
|
+
export declare const recordSetNameSuffix: OperationQueryParameter;
|
|
18
|
+
export declare const parameters1: OperationParameter;
|
|
19
|
+
export declare const parameters2: OperationParameter;
|
|
20
|
+
export declare const parameters3: OperationParameter;
|
|
21
|
+
//# sourceMappingURL=parameters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAQ5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAa/B,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAStB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,kBAQrB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAQzB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAY5B,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,qBAUnC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,qBAwBxB,CAAC;AAEF,eAAO,MAAM,GAAG,EAAE,uBAQjB,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,uBAQjC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,uBAQjC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC"}
|
|
@@ -0,0 +1,201 @@
|
|
|
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.parameters3 = exports.parameters2 = exports.parameters1 = exports.recordSetNameSuffix = exports.recordsetnamesuffix = exports.top = exports.recordType = exports.relativeRecordSetName = exports.parameters = exports.contentType = exports.nextLink = exports.subscriptionId = exports.apiVersion = exports.ifNoneMatch = exports.ifMatch = exports.zoneName = exports.resourceGroupName = exports.$host = exports.accept = void 0;
|
|
11
|
+
const mappers_js_1 = require("../models/mappers.js");
|
|
12
|
+
exports.accept = {
|
|
13
|
+
parameterPath: "accept",
|
|
14
|
+
mapper: {
|
|
15
|
+
defaultValue: "application/json",
|
|
16
|
+
isConstant: true,
|
|
17
|
+
serializedName: "Accept",
|
|
18
|
+
type: {
|
|
19
|
+
name: "String",
|
|
20
|
+
},
|
|
21
|
+
},
|
|
22
|
+
};
|
|
23
|
+
exports.$host = {
|
|
24
|
+
parameterPath: "$host",
|
|
25
|
+
mapper: {
|
|
26
|
+
serializedName: "$host",
|
|
27
|
+
required: true,
|
|
28
|
+
type: {
|
|
29
|
+
name: "String",
|
|
30
|
+
},
|
|
31
|
+
},
|
|
32
|
+
skipEncoding: true,
|
|
33
|
+
};
|
|
34
|
+
exports.resourceGroupName = {
|
|
35
|
+
parameterPath: "resourceGroupName",
|
|
36
|
+
mapper: {
|
|
37
|
+
constraints: {
|
|
38
|
+
MaxLength: 90,
|
|
39
|
+
MinLength: 1,
|
|
40
|
+
},
|
|
41
|
+
serializedName: "resourceGroupName",
|
|
42
|
+
required: true,
|
|
43
|
+
type: {
|
|
44
|
+
name: "String",
|
|
45
|
+
},
|
|
46
|
+
},
|
|
47
|
+
};
|
|
48
|
+
exports.zoneName = {
|
|
49
|
+
parameterPath: "zoneName",
|
|
50
|
+
mapper: {
|
|
51
|
+
serializedName: "zoneName",
|
|
52
|
+
required: true,
|
|
53
|
+
type: {
|
|
54
|
+
name: "String",
|
|
55
|
+
},
|
|
56
|
+
},
|
|
57
|
+
};
|
|
58
|
+
exports.ifMatch = {
|
|
59
|
+
parameterPath: ["options", "ifMatch"],
|
|
60
|
+
mapper: {
|
|
61
|
+
serializedName: "If-Match",
|
|
62
|
+
type: {
|
|
63
|
+
name: "String",
|
|
64
|
+
},
|
|
65
|
+
},
|
|
66
|
+
};
|
|
67
|
+
exports.ifNoneMatch = {
|
|
68
|
+
parameterPath: ["options", "ifNoneMatch"],
|
|
69
|
+
mapper: {
|
|
70
|
+
serializedName: "If-None-Match",
|
|
71
|
+
type: {
|
|
72
|
+
name: "String",
|
|
73
|
+
},
|
|
74
|
+
},
|
|
75
|
+
};
|
|
76
|
+
exports.apiVersion = {
|
|
77
|
+
parameterPath: "apiVersion",
|
|
78
|
+
mapper: {
|
|
79
|
+
defaultValue: "2023-07-01-preview",
|
|
80
|
+
isConstant: true,
|
|
81
|
+
serializedName: "api-version",
|
|
82
|
+
type: {
|
|
83
|
+
name: "String",
|
|
84
|
+
},
|
|
85
|
+
},
|
|
86
|
+
};
|
|
87
|
+
exports.subscriptionId = {
|
|
88
|
+
parameterPath: "subscriptionId",
|
|
89
|
+
mapper: {
|
|
90
|
+
constraints: {
|
|
91
|
+
MinLength: 1,
|
|
92
|
+
},
|
|
93
|
+
serializedName: "subscriptionId",
|
|
94
|
+
required: true,
|
|
95
|
+
type: {
|
|
96
|
+
name: "String",
|
|
97
|
+
},
|
|
98
|
+
},
|
|
99
|
+
};
|
|
100
|
+
exports.nextLink = {
|
|
101
|
+
parameterPath: "nextLink",
|
|
102
|
+
mapper: {
|
|
103
|
+
serializedName: "nextLink",
|
|
104
|
+
required: true,
|
|
105
|
+
type: {
|
|
106
|
+
name: "String",
|
|
107
|
+
},
|
|
108
|
+
},
|
|
109
|
+
skipEncoding: true,
|
|
110
|
+
};
|
|
111
|
+
exports.contentType = {
|
|
112
|
+
parameterPath: ["options", "contentType"],
|
|
113
|
+
mapper: {
|
|
114
|
+
defaultValue: "application/json",
|
|
115
|
+
isConstant: true,
|
|
116
|
+
serializedName: "Content-Type",
|
|
117
|
+
type: {
|
|
118
|
+
name: "String",
|
|
119
|
+
},
|
|
120
|
+
},
|
|
121
|
+
};
|
|
122
|
+
exports.parameters = {
|
|
123
|
+
parameterPath: "parameters",
|
|
124
|
+
mapper: mappers_js_1.RecordSet,
|
|
125
|
+
};
|
|
126
|
+
exports.relativeRecordSetName = {
|
|
127
|
+
parameterPath: "relativeRecordSetName",
|
|
128
|
+
mapper: {
|
|
129
|
+
serializedName: "relativeRecordSetName",
|
|
130
|
+
required: true,
|
|
131
|
+
type: {
|
|
132
|
+
name: "String",
|
|
133
|
+
},
|
|
134
|
+
},
|
|
135
|
+
skipEncoding: true,
|
|
136
|
+
};
|
|
137
|
+
exports.recordType = {
|
|
138
|
+
parameterPath: "recordType",
|
|
139
|
+
mapper: {
|
|
140
|
+
serializedName: "recordType",
|
|
141
|
+
required: true,
|
|
142
|
+
type: {
|
|
143
|
+
name: "Enum",
|
|
144
|
+
allowedValues: [
|
|
145
|
+
"A",
|
|
146
|
+
"AAAA",
|
|
147
|
+
"CAA",
|
|
148
|
+
"CNAME",
|
|
149
|
+
"MX",
|
|
150
|
+
"NS",
|
|
151
|
+
"PTR",
|
|
152
|
+
"SOA",
|
|
153
|
+
"SRV",
|
|
154
|
+
"TXT",
|
|
155
|
+
"TLSA",
|
|
156
|
+
"DS",
|
|
157
|
+
"NAPTR",
|
|
158
|
+
],
|
|
159
|
+
},
|
|
160
|
+
},
|
|
161
|
+
};
|
|
162
|
+
exports.top = {
|
|
163
|
+
parameterPath: ["options", "top"],
|
|
164
|
+
mapper: {
|
|
165
|
+
serializedName: "$top",
|
|
166
|
+
type: {
|
|
167
|
+
name: "Number",
|
|
168
|
+
},
|
|
169
|
+
},
|
|
170
|
+
};
|
|
171
|
+
exports.recordsetnamesuffix = {
|
|
172
|
+
parameterPath: ["options", "recordsetnamesuffix"],
|
|
173
|
+
mapper: {
|
|
174
|
+
serializedName: "$recordsetnamesuffix",
|
|
175
|
+
type: {
|
|
176
|
+
name: "String",
|
|
177
|
+
},
|
|
178
|
+
},
|
|
179
|
+
};
|
|
180
|
+
exports.recordSetNameSuffix = {
|
|
181
|
+
parameterPath: ["options", "recordSetNameSuffix"],
|
|
182
|
+
mapper: {
|
|
183
|
+
serializedName: "$recordsetnamesuffix",
|
|
184
|
+
type: {
|
|
185
|
+
name: "String",
|
|
186
|
+
},
|
|
187
|
+
},
|
|
188
|
+
};
|
|
189
|
+
exports.parameters1 = {
|
|
190
|
+
parameterPath: "parameters",
|
|
191
|
+
mapper: mappers_js_1.Zone,
|
|
192
|
+
};
|
|
193
|
+
exports.parameters2 = {
|
|
194
|
+
parameterPath: "parameters",
|
|
195
|
+
mapper: mappers_js_1.ZoneUpdate,
|
|
196
|
+
};
|
|
197
|
+
exports.parameters3 = {
|
|
198
|
+
parameterPath: "parameters",
|
|
199
|
+
mapper: mappers_js_1.DnsResourceReferenceRequest,
|
|
200
|
+
};
|
|
201
|
+
//# sourceMappingURL=parameters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.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 {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport {\n RecordSet as RecordSetMapper,\n Zone as ZoneMapper,\n ZoneUpdate as ZoneUpdateMapper,\n DnsResourceReferenceRequest as DnsResourceReferenceRequestMapper,\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const zoneName: OperationURLParameter = {\n parameterPath: \"zoneName\",\n mapper: {\n serializedName: \"zoneName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const ifMatch: OperationParameter = {\n parameterPath: [\"options\", \"ifMatch\"],\n mapper: {\n serializedName: \"If-Match\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const ifNoneMatch: OperationParameter = {\n parameterPath: [\"options\", \"ifNoneMatch\"],\n mapper: {\n serializedName: \"If-None-Match\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2023-07-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n constraints: {\n MinLength: 1,\n },\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: RecordSetMapper,\n};\n\nexport const relativeRecordSetName: OperationURLParameter = {\n parameterPath: \"relativeRecordSetName\",\n mapper: {\n serializedName: \"relativeRecordSetName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const recordType: OperationURLParameter = {\n parameterPath: \"recordType\",\n mapper: {\n serializedName: \"recordType\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\n \"A\",\n \"AAAA\",\n \"CAA\",\n \"CNAME\",\n \"MX\",\n \"NS\",\n \"PTR\",\n \"SOA\",\n \"SRV\",\n \"TXT\",\n \"TLSA\",\n \"DS\",\n \"NAPTR\",\n ],\n },\n },\n};\n\nexport const top: OperationQueryParameter = {\n parameterPath: [\"options\", \"top\"],\n mapper: {\n serializedName: \"$top\",\n type: {\n name: \"Number\",\n },\n },\n};\n\nexport const recordsetnamesuffix: OperationQueryParameter = {\n parameterPath: [\"options\", \"recordsetnamesuffix\"],\n mapper: {\n serializedName: \"$recordsetnamesuffix\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const recordSetNameSuffix: OperationQueryParameter = {\n parameterPath: [\"options\", \"recordSetNameSuffix\"],\n mapper: {\n serializedName: \"$recordsetnamesuffix\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters1: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ZoneMapper,\n};\n\nexport const parameters2: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ZoneUpdateMapper,\n};\n\nexport const parameters3: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: DnsResourceReferenceRequestMapper,\n};\n"]}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { DnsResourceReferenceOperations } from "../operationsInterfaces/index.js";
|
|
2
|
+
import { DnsManagementClient } from "../dnsManagementClient.js";
|
|
3
|
+
import { DnsResourceReferenceRequest, DnsResourceReferenceGetByTargetResourcesOptionalParams, DnsResourceReferenceGetByTargetResourcesResponse } from "../models/index.js";
|
|
4
|
+
/** Class containing DnsResourceReferenceOperations operations. */
|
|
5
|
+
export declare class DnsResourceReferenceOperationsImpl implements DnsResourceReferenceOperations {
|
|
6
|
+
private readonly client;
|
|
7
|
+
/**
|
|
8
|
+
* Initialize a new instance of the class DnsResourceReferenceOperations class.
|
|
9
|
+
* @param client Reference to the service client
|
|
10
|
+
*/
|
|
11
|
+
constructor(client: DnsManagementClient);
|
|
12
|
+
/**
|
|
13
|
+
* Returns the DNS records specified by the referencing targetResourceIds.
|
|
14
|
+
* @param parameters Properties for dns resource reference request.
|
|
15
|
+
* @param options The options parameters.
|
|
16
|
+
*/
|
|
17
|
+
getByTargetResources(parameters: DnsResourceReferenceRequest, options?: DnsResourceReferenceGetByTargetResourcesOptionalParams): Promise<DnsResourceReferenceGetByTargetResourcesResponse>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=dnsResourceReferenceOperations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dnsResourceReferenceOperations.d.ts","sourceRoot":"","sources":["../../../src/operations/dnsResourceReferenceOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAIlF,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAChE,OAAO,EACL,2BAA2B,EAC3B,sDAAsD,EACtD,gDAAgD,EACjD,MAAM,oBAAoB,CAAC;AAE5B,kEAAkE;AAClE,qBAAa,kCACX,YAAW,8BAA8B;IAEzC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAsB;IAE7C;;;OAGG;gBACS,MAAM,EAAE,mBAAmB;IAIvC;;;;OAIG;IACH,oBAAoB,CAClB,UAAU,EAAE,2BAA2B,EACvC,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC;CAM7D"}
|
|
@@ -0,0 +1,55 @@
|
|
|
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.DnsResourceReferenceOperationsImpl = void 0;
|
|
11
|
+
const tslib_1 = require("tslib");
|
|
12
|
+
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
|
13
|
+
const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
|
14
|
+
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
15
|
+
/** Class containing DnsResourceReferenceOperations operations. */
|
|
16
|
+
class DnsResourceReferenceOperationsImpl {
|
|
17
|
+
client;
|
|
18
|
+
/**
|
|
19
|
+
* Initialize a new instance of the class DnsResourceReferenceOperations class.
|
|
20
|
+
* @param client Reference to the service client
|
|
21
|
+
*/
|
|
22
|
+
constructor(client) {
|
|
23
|
+
this.client = client;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Returns the DNS records specified by the referencing targetResourceIds.
|
|
27
|
+
* @param parameters Properties for dns resource reference request.
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
getByTargetResources(parameters, options) {
|
|
31
|
+
return this.client.sendOperationRequest({ parameters, options }, getByTargetResourcesOperationSpec);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
exports.DnsResourceReferenceOperationsImpl = DnsResourceReferenceOperationsImpl;
|
|
35
|
+
// Operation Specifications
|
|
36
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
37
|
+
const getByTargetResourcesOperationSpec = {
|
|
38
|
+
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Network/getDnsResourceReference",
|
|
39
|
+
httpMethod: "POST",
|
|
40
|
+
responses: {
|
|
41
|
+
200: {
|
|
42
|
+
bodyMapper: Mappers.DnsResourceReferenceResult,
|
|
43
|
+
},
|
|
44
|
+
default: {
|
|
45
|
+
bodyMapper: Mappers.CloudError,
|
|
46
|
+
},
|
|
47
|
+
},
|
|
48
|
+
requestBody: Parameters.parameters3,
|
|
49
|
+
queryParameters: [Parameters.apiVersion],
|
|
50
|
+
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
51
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
52
|
+
mediaType: "json",
|
|
53
|
+
serializer,
|
|
54
|
+
};
|
|
55
|
+
//# sourceMappingURL=dnsResourceReferenceOperations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dnsResourceReferenceOperations.js","sourceRoot":"","sources":["../../../src/operations/dnsResourceReferenceOperations.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAGH,uEAAiD;AACjD,sEAAgD;AAChD,4EAAsD;AAQtD,kEAAkE;AAClE,MAAa,kCAAkC;IAG5B,MAAM,CAAsB;IAE7C;;;OAGG;IACH,YAAY,MAA2B;QACrC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;OAIG;IACH,oBAAoB,CAClB,UAAuC,EACvC,OAAgE;QAEhE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,OAAO,EAAE,EACvB,iCAAiC,CAClC,CAAC;IACJ,CAAC;CACF;AA3BD,gFA2BC;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iCAAiC,GAA6B;IAClE,IAAI,EAAE,qFAAqF;IAC3F,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,0BAA0B;SAC/C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,WAAW,EAAE,UAAU,CAAC,WAAW;IACnC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,cAAc,CAAC;IAC5D,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC","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 { DnsResourceReferenceOperations } 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 DnsResourceReferenceRequest,\n DnsResourceReferenceGetByTargetResourcesOptionalParams,\n DnsResourceReferenceGetByTargetResourcesResponse,\n} from \"../models/index.js\";\n\n/** Class containing DnsResourceReferenceOperations operations. */\nexport class DnsResourceReferenceOperationsImpl\n implements DnsResourceReferenceOperations\n{\n private readonly client: DnsManagementClient;\n\n /**\n * Initialize a new instance of the class DnsResourceReferenceOperations class.\n * @param client Reference to the service client\n */\n constructor(client: DnsManagementClient) {\n this.client = client;\n }\n\n /**\n * Returns the DNS records specified by the referencing targetResourceIds.\n * @param parameters Properties for dns resource reference request.\n * @param options The options parameters.\n */\n getByTargetResources(\n parameters: DnsResourceReferenceRequest,\n options?: DnsResourceReferenceGetByTargetResourcesOptionalParams,\n ): Promise<DnsResourceReferenceGetByTargetResourcesResponse> {\n return this.client.sendOperationRequest(\n { parameters, options },\n getByTargetResourcesOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getByTargetResourcesOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Network/getDnsResourceReference\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.DnsResourceReferenceResult,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.parameters3,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\n"]}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { DnssecConfigs } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { DnsManagementClient } from "../dnsManagementClient.js";
|
|
4
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
+
import { DnssecConfig, DnssecConfigsListByDnsZoneOptionalParams, DnssecConfigsCreateOrUpdateOptionalParams, DnssecConfigsCreateOrUpdateResponse, DnssecConfigsDeleteOptionalParams, DnssecConfigsGetOptionalParams, DnssecConfigsGetResponse } from "../models/index.js";
|
|
6
|
+
/** Class containing DnssecConfigs operations. */
|
|
7
|
+
export declare class DnssecConfigsImpl implements DnssecConfigs {
|
|
8
|
+
private readonly client;
|
|
9
|
+
/**
|
|
10
|
+
* Initialize a new instance of the class DnssecConfigs class.
|
|
11
|
+
* @param client Reference to the service client
|
|
12
|
+
*/
|
|
13
|
+
constructor(client: DnsManagementClient);
|
|
14
|
+
/**
|
|
15
|
+
* Lists the DNSSEC configurations in a DNS zone.
|
|
16
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
17
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
18
|
+
* @param options The options parameters.
|
|
19
|
+
*/
|
|
20
|
+
listByDnsZone(resourceGroupName: string, zoneName: string, options?: DnssecConfigsListByDnsZoneOptionalParams): PagedAsyncIterableIterator<DnssecConfig>;
|
|
21
|
+
private listByDnsZonePagingPage;
|
|
22
|
+
private listByDnsZonePagingAll;
|
|
23
|
+
/**
|
|
24
|
+
* Creates or updates the DNSSEC configuration on 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
|
+
beginCreateOrUpdate(resourceGroupName: string, zoneName: string, options?: DnssecConfigsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DnssecConfigsCreateOrUpdateResponse>, DnssecConfigsCreateOrUpdateResponse>>;
|
|
30
|
+
/**
|
|
31
|
+
* Creates or updates the DNSSEC configuration on a DNS zone.
|
|
32
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
33
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
34
|
+
* @param options The options parameters.
|
|
35
|
+
*/
|
|
36
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, zoneName: string, options?: DnssecConfigsCreateOrUpdateOptionalParams): Promise<DnssecConfigsCreateOrUpdateResponse>;
|
|
37
|
+
/**
|
|
38
|
+
* Deletes the DNSSEC configuration on a DNS zone. This operation cannot be undone.
|
|
39
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
40
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
41
|
+
* @param options The options parameters.
|
|
42
|
+
*/
|
|
43
|
+
beginDelete(resourceGroupName: string, zoneName: string, options?: DnssecConfigsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
44
|
+
/**
|
|
45
|
+
* Deletes the DNSSEC configuration on a DNS zone. This operation cannot be undone.
|
|
46
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
47
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
48
|
+
* @param options The options parameters.
|
|
49
|
+
*/
|
|
50
|
+
beginDeleteAndWait(resourceGroupName: string, zoneName: string, options?: DnssecConfigsDeleteOptionalParams): Promise<void>;
|
|
51
|
+
/**
|
|
52
|
+
* Gets the DNSSEC configuration.
|
|
53
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
54
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
55
|
+
* @param options The options parameters.
|
|
56
|
+
*/
|
|
57
|
+
get(resourceGroupName: string, zoneName: string, options?: DnssecConfigsGetOptionalParams): Promise<DnssecConfigsGetResponse>;
|
|
58
|
+
/**
|
|
59
|
+
* Lists the DNSSEC configurations in a DNS zone.
|
|
60
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
61
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
62
|
+
* @param options The options parameters.
|
|
63
|
+
*/
|
|
64
|
+
private _listByDnsZone;
|
|
65
|
+
/**
|
|
66
|
+
* ListByDnsZoneNext
|
|
67
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
68
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
69
|
+
* @param nextLink The nextLink from the previous successful call to the ListByDnsZone method.
|
|
70
|
+
* @param options The options parameters.
|
|
71
|
+
*/
|
|
72
|
+
private _listByDnsZoneNext;
|
|
73
|
+
}
|
|
74
|
+
//# sourceMappingURL=dnssecConfigs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dnssecConfigs.d.ts","sourceRoot":"","sources":["../../../src/operations/dnssecConfigs.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AAIjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAChE,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,YAAY,EAEZ,wCAAwC,EAExC,yCAAyC,EACzC,mCAAmC,EACnC,iCAAiC,EACjC,8BAA8B,EAC9B,wBAAwB,EAEzB,MAAM,oBAAoB,CAAC;AAG5B,iDAAiD;AACjD,qBAAa,iBAAkB,YAAW,aAAa;IACrD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAsB;IAE7C;;;OAGG;gBACS,MAAM,EAAE,mBAAmB;IAIvC;;;;;OAKG;IACI,aAAa,CAClB,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,YAAY,CAAC;YA2B5B,uBAAuB;YA6BvB,sBAAsB;IAcrC;;;;;OAKG;IACG,mBAAmB,CACvB,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,mCAAmC,CAAC,EACnD,mCAAmC,CACpC,CACF;IAuDD;;;;;OAKG;IACG,0BAA0B,CAC9B,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,mCAAmC,CAAC;IAS/C;;;;;OAKG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAoDxD;;;;;OAKG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,IAAI,CAAC;IAKhB;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC;IAOpC;;;;;OAKG;IACH,OAAO,CAAC,cAAc;IAWtB;;;;;;OAMG;IACH,OAAO,CAAC,kBAAkB;CAW3B"}
|