@azure/arm-privatedns 3.3.1-alpha.20250218.1 → 3.3.1-alpha.20250220.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -12
- 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/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- 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/browser/operations/index.d.ts +4 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operations/index.js +3 -3
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateZones.d.ts +3 -3
- package/dist/browser/operations/privateZones.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateZones.js +113 -125
- package/dist/browser/operations/privateZones.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 +3 -3
- package/dist/browser/operations/recordSets.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/virtualNetworkLinks.d.ts +3 -3
- package/dist/browser/operations/virtualNetworkLinks.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/virtualNetworkLinks.js +127 -139
- package/dist/browser/operations/virtualNetworkLinks.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +4 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +3 -3
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/privateZones.d.ts +1 -1
- package/dist/browser/operationsInterfaces/privateZones.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateZones.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/virtualNetworkLinks.d.ts +1 -1
- package/dist/browser/operationsInterfaces/virtualNetworkLinks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/virtualNetworkLinks.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/privateDnsManagementClient.d.ts +2 -2
- package/dist/browser/privateDnsManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/privateDnsManagementClient.js +15 -18
- package/dist/browser/privateDnsManagementClient.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 +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +483 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +43 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +22 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +603 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +20 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +177 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +4 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +14 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/privateZones.d.ts +114 -0
- package/dist/commonjs/operations/privateZones.d.ts.map +1 -0
- package/dist/commonjs/operations/privateZones.js +551 -0
- package/dist/commonjs/operations/privateZones.js.map +1 -0
- package/dist/commonjs/operations/recordSets.d.ts +105 -0
- package/dist/commonjs/operations/recordSets.d.ts.map +1 -0
- package/dist/commonjs/operations/recordSets.js +472 -0
- package/dist/commonjs/operations/recordSets.js.map +1 -0
- package/dist/commonjs/operations/virtualNetworkLinks.d.ts +103 -0
- package/dist/commonjs/operations/virtualNetworkLinks.d.ts.map +1 -0
- package/dist/commonjs/operations/virtualNetworkLinks.js +470 -0
- package/dist/commonjs/operations/virtualNetworkLinks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +14 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateZones.d.ts +78 -0
- package/dist/commonjs/operationsInterfaces/privateZones.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateZones.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateZones.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/recordSets.d.ts +61 -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/virtualNetworkLinks.d.ts +78 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworkLinks.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworkLinks.js +10 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworkLinks.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/privateDnsManagementClient.d.ts +23 -0
- package/dist/commonjs/privateDnsManagementClient.d.ts.map +1 -0
- package/dist/commonjs/privateDnsManagementClient.js +105 -0
- package/dist/commonjs/privateDnsManagementClient.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
- 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 +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +483 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +40 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +22 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +600 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +20 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +174 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/index.d.ts +4 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +11 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/privateZones.d.ts +114 -0
- package/dist/esm/operations/privateZones.d.ts.map +1 -0
- package/dist/esm/operations/privateZones.js +547 -0
- package/dist/esm/operations/privateZones.js.map +1 -0
- package/dist/esm/operations/recordSets.d.ts +105 -0
- package/dist/esm/operations/recordSets.d.ts.map +1 -0
- package/dist/esm/operations/recordSets.js +468 -0
- package/dist/esm/operations/recordSets.js.map +1 -0
- package/dist/esm/operations/virtualNetworkLinks.d.ts +103 -0
- package/dist/esm/operations/virtualNetworkLinks.d.ts.map +1 -0
- package/dist/esm/operations/virtualNetworkLinks.js +466 -0
- package/dist/esm/operations/virtualNetworkLinks.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +4 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +11 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateZones.d.ts +78 -0
- package/dist/esm/operationsInterfaces/privateZones.d.ts.map +1 -0
- package/{src/operations/index.ts → dist/esm/operationsInterfaces/privateZones.js} +2 -4
- package/dist/esm/operationsInterfaces/privateZones.js.map +1 -0
- package/dist/esm/operationsInterfaces/recordSets.d.ts +61 -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/virtualNetworkLinks.d.ts +78 -0
- package/dist/esm/operationsInterfaces/virtualNetworkLinks.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/virtualNetworkLinks.js +9 -0
- package/dist/esm/operationsInterfaces/virtualNetworkLinks.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/privateDnsManagementClient.d.ts +23 -0
- package/dist/esm/privateDnsManagementClient.d.ts.map +1 -0
- package/dist/esm/privateDnsManagementClient.js +100 -0
- package/dist/esm/privateDnsManagementClient.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 +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +483 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +40 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +22 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +600 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +20 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +174 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +4 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +11 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/privateZones.d.ts +114 -0
- package/dist/react-native/operations/privateZones.d.ts.map +1 -0
- package/dist/react-native/operations/privateZones.js +547 -0
- package/dist/react-native/operations/privateZones.js.map +1 -0
- package/dist/react-native/operations/recordSets.d.ts +105 -0
- package/dist/react-native/operations/recordSets.d.ts.map +1 -0
- package/dist/react-native/operations/recordSets.js +468 -0
- package/dist/react-native/operations/recordSets.js.map +1 -0
- package/dist/react-native/operations/virtualNetworkLinks.d.ts +103 -0
- package/dist/react-native/operations/virtualNetworkLinks.d.ts.map +1 -0
- package/dist/react-native/operations/virtualNetworkLinks.js +466 -0
- package/dist/react-native/operations/virtualNetworkLinks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +11 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateZones.d.ts +78 -0
- package/dist/react-native/operationsInterfaces/privateZones.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateZones.js +9 -0
- package/dist/react-native/operationsInterfaces/privateZones.js.map +1 -0
- package/dist/react-native/operationsInterfaces/recordSets.d.ts +61 -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/virtualNetworkLinks.d.ts +78 -0
- package/dist/react-native/operationsInterfaces/virtualNetworkLinks.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualNetworkLinks.js +9 -0
- package/dist/react-native/operationsInterfaces/virtualNetworkLinks.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/privateDnsManagementClient.d.ts +23 -0
- package/dist/react-native/privateDnsManagementClient.d.ts.map +1 -0
- package/dist/react-native/privateDnsManagementClient.js +100 -0
- package/dist/react-native/privateDnsManagementClient.js.map +1 -0
- package/package.json +66 -36
- package/dist/index.js +0 -2499
- 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/privateZonesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateZonesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateZonesCreateOrUpdateSample.js +0 -33
- package/dist-esm/samples-dev/privateZonesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateZonesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateZonesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateZonesDeleteSample.js +0 -36
- package/dist-esm/samples-dev/privateZonesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateZonesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateZonesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateZonesGetSample.js +0 -36
- package/dist-esm/samples-dev/privateZonesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateZonesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateZonesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateZonesListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/privateZonesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/privateZonesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateZonesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateZonesListSample.js +0 -50
- package/dist-esm/samples-dev/privateZonesListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateZonesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateZonesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateZonesUpdateSample.js +0 -30
- package/dist-esm/samples-dev/privateZonesUpdateSample.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 -219
- 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 -158
- 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 -178
- package/dist-esm/samples-dev/recordSetsGetSample.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 -298
- package/dist-esm/samples-dev/recordSetsListByTypeSample.js.map +0 -1
- package/dist-esm/samples-dev/recordSetsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/recordSetsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/recordSetsListSample.js +0 -52
- package/dist-esm/samples-dev/recordSetsListSample.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 -179
- package/dist-esm/samples-dev/recordSetsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkLinksCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworkLinksCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkLinksCreateOrUpdateSample.js +0 -38
- package/dist-esm/samples-dev/virtualNetworkLinksCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkLinksDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworkLinksDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkLinksDeleteSample.js +0 -37
- package/dist-esm/samples-dev/virtualNetworkLinksDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkLinksGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworkLinksGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkLinksGetSample.js +0 -37
- package/dist-esm/samples-dev/virtualNetworkLinksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkLinksListSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworkLinksListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkLinksListSample.js +0 -52
- package/dist-esm/samples-dev/virtualNetworkLinksListSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkLinksUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworkLinksUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkLinksUpdateSample.js +0 -35
- package/dist-esm/samples-dev/virtualNetworkLinksUpdateSample.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.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/index.d.ts +0 -4
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/privateZones.d.ts.map +0 -1
- package/dist-esm/src/operations/privateZones.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/virtualNetworkLinks.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualNetworkLinks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateZones.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateZones.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/virtualNetworkLinks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualNetworkLinks.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/privateDnsManagementClient.d.ts.map +0 -1
- package/dist-esm/src/privateDnsManagementClient.js.map +0 -1
- package/dist-esm/test/privatedns_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/privatedns_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/privatedns_operations_test.spec.js +0 -112
- package/dist-esm/test/privatedns_operations_test.spec.js.map +0 -1
- package/src/lroImpl.ts +0 -38
- package/src/models/index.ts +0 -576
- package/src/models/mappers.ts +0 -663
- package/src/models/parameters.ts +0 -201
- package/src/operations/privateZones.ts +0 -720
- package/src/operations/recordSets.ts +0 -617
- package/src/operations/virtualNetworkLinks.ts +0 -654
- package/src/operationsInterfaces/index.ts +0 -11
- package/src/operationsInterfaces/privateZones.ts +0 -145
- package/src/operationsInterfaces/recordSets.ts +0 -117
- package/src/operationsInterfaces/virtualNetworkLinks.ts +0 -150
- package/src/pagingHelper.ts +0 -39
- package/src/privateDnsManagementClient.ts +0 -154
- package/tsconfig.json +0 -33
- package/types/arm-privatedns.d.ts +0 -794
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +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/mappers.js +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/privateZones.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/recordSets.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualNetworkLinks.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
|
@@ -1,617 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator, PageSettings } from "@azure/core-paging";
|
|
10
|
-
import { setContinuationToken } from "../pagingHelper";
|
|
11
|
-
import { RecordSets } from "../operationsInterfaces";
|
|
12
|
-
import * as coreClient from "@azure/core-client";
|
|
13
|
-
import * as Mappers from "../models/mappers";
|
|
14
|
-
import * as Parameters from "../models/parameters";
|
|
15
|
-
import { PrivateDnsManagementClient } from "../privateDnsManagementClient";
|
|
16
|
-
import {
|
|
17
|
-
RecordSet,
|
|
18
|
-
RecordType,
|
|
19
|
-
RecordSetsListByTypeNextOptionalParams,
|
|
20
|
-
RecordSetsListByTypeOptionalParams,
|
|
21
|
-
RecordSetsListByTypeResponse,
|
|
22
|
-
RecordSetsListNextOptionalParams,
|
|
23
|
-
RecordSetsListOptionalParams,
|
|
24
|
-
RecordSetsListResponse,
|
|
25
|
-
RecordSetsCreateOrUpdateOptionalParams,
|
|
26
|
-
RecordSetsCreateOrUpdateResponse,
|
|
27
|
-
RecordSetsUpdateOptionalParams,
|
|
28
|
-
RecordSetsUpdateResponse,
|
|
29
|
-
RecordSetsDeleteOptionalParams,
|
|
30
|
-
RecordSetsGetOptionalParams,
|
|
31
|
-
RecordSetsGetResponse,
|
|
32
|
-
RecordSetsListByTypeNextResponse,
|
|
33
|
-
RecordSetsListNextResponse,
|
|
34
|
-
} from "../models";
|
|
35
|
-
|
|
36
|
-
/// <reference lib="esnext.asynciterable" />
|
|
37
|
-
/** Class containing RecordSets operations. */
|
|
38
|
-
export class RecordSetsImpl implements RecordSets {
|
|
39
|
-
private readonly client: PrivateDnsManagementClient;
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* Initialize a new instance of the class RecordSets class.
|
|
43
|
-
* @param client Reference to the service client
|
|
44
|
-
*/
|
|
45
|
-
constructor(client: PrivateDnsManagementClient) {
|
|
46
|
-
this.client = client;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
/**
|
|
50
|
-
* Lists the record sets of a specified type in a Private DNS zone.
|
|
51
|
-
* @param resourceGroupName The name of the resource group.
|
|
52
|
-
* @param privateZoneName The name of the Private DNS zone (without a terminating dot).
|
|
53
|
-
* @param recordType The type of record sets to enumerate.
|
|
54
|
-
* @param options The options parameters.
|
|
55
|
-
*/
|
|
56
|
-
public listByType(
|
|
57
|
-
resourceGroupName: string,
|
|
58
|
-
privateZoneName: string,
|
|
59
|
-
recordType: RecordType,
|
|
60
|
-
options?: RecordSetsListByTypeOptionalParams,
|
|
61
|
-
): PagedAsyncIterableIterator<RecordSet> {
|
|
62
|
-
const iter = this.listByTypePagingAll(
|
|
63
|
-
resourceGroupName,
|
|
64
|
-
privateZoneName,
|
|
65
|
-
recordType,
|
|
66
|
-
options,
|
|
67
|
-
);
|
|
68
|
-
return {
|
|
69
|
-
next() {
|
|
70
|
-
return iter.next();
|
|
71
|
-
},
|
|
72
|
-
[Symbol.asyncIterator]() {
|
|
73
|
-
return this;
|
|
74
|
-
},
|
|
75
|
-
byPage: (settings?: PageSettings) => {
|
|
76
|
-
if (settings?.maxPageSize) {
|
|
77
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
78
|
-
}
|
|
79
|
-
return this.listByTypePagingPage(
|
|
80
|
-
resourceGroupName,
|
|
81
|
-
privateZoneName,
|
|
82
|
-
recordType,
|
|
83
|
-
options,
|
|
84
|
-
settings,
|
|
85
|
-
);
|
|
86
|
-
},
|
|
87
|
-
};
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
private async *listByTypePagingPage(
|
|
91
|
-
resourceGroupName: string,
|
|
92
|
-
privateZoneName: string,
|
|
93
|
-
recordType: RecordType,
|
|
94
|
-
options?: RecordSetsListByTypeOptionalParams,
|
|
95
|
-
settings?: PageSettings,
|
|
96
|
-
): AsyncIterableIterator<RecordSet[]> {
|
|
97
|
-
let result: RecordSetsListByTypeResponse;
|
|
98
|
-
let continuationToken = settings?.continuationToken;
|
|
99
|
-
if (!continuationToken) {
|
|
100
|
-
result = await this._listByType(
|
|
101
|
-
resourceGroupName,
|
|
102
|
-
privateZoneName,
|
|
103
|
-
recordType,
|
|
104
|
-
options,
|
|
105
|
-
);
|
|
106
|
-
let page = result.value || [];
|
|
107
|
-
continuationToken = result.nextLink;
|
|
108
|
-
setContinuationToken(page, continuationToken);
|
|
109
|
-
yield page;
|
|
110
|
-
}
|
|
111
|
-
while (continuationToken) {
|
|
112
|
-
result = await this._listByTypeNext(
|
|
113
|
-
resourceGroupName,
|
|
114
|
-
privateZoneName,
|
|
115
|
-
recordType,
|
|
116
|
-
continuationToken,
|
|
117
|
-
options,
|
|
118
|
-
);
|
|
119
|
-
continuationToken = result.nextLink;
|
|
120
|
-
let page = result.value || [];
|
|
121
|
-
setContinuationToken(page, continuationToken);
|
|
122
|
-
yield page;
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
private async *listByTypePagingAll(
|
|
127
|
-
resourceGroupName: string,
|
|
128
|
-
privateZoneName: string,
|
|
129
|
-
recordType: RecordType,
|
|
130
|
-
options?: RecordSetsListByTypeOptionalParams,
|
|
131
|
-
): AsyncIterableIterator<RecordSet> {
|
|
132
|
-
for await (const page of this.listByTypePagingPage(
|
|
133
|
-
resourceGroupName,
|
|
134
|
-
privateZoneName,
|
|
135
|
-
recordType,
|
|
136
|
-
options,
|
|
137
|
-
)) {
|
|
138
|
-
yield* page;
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
/**
|
|
143
|
-
* Lists all record sets in a Private DNS zone.
|
|
144
|
-
* @param resourceGroupName The name of the resource group.
|
|
145
|
-
* @param privateZoneName The name of the Private DNS zone (without a terminating dot).
|
|
146
|
-
* @param options The options parameters.
|
|
147
|
-
*/
|
|
148
|
-
public list(
|
|
149
|
-
resourceGroupName: string,
|
|
150
|
-
privateZoneName: string,
|
|
151
|
-
options?: RecordSetsListOptionalParams,
|
|
152
|
-
): PagedAsyncIterableIterator<RecordSet> {
|
|
153
|
-
const iter = this.listPagingAll(
|
|
154
|
-
resourceGroupName,
|
|
155
|
-
privateZoneName,
|
|
156
|
-
options,
|
|
157
|
-
);
|
|
158
|
-
return {
|
|
159
|
-
next() {
|
|
160
|
-
return iter.next();
|
|
161
|
-
},
|
|
162
|
-
[Symbol.asyncIterator]() {
|
|
163
|
-
return this;
|
|
164
|
-
},
|
|
165
|
-
byPage: (settings?: PageSettings) => {
|
|
166
|
-
if (settings?.maxPageSize) {
|
|
167
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
168
|
-
}
|
|
169
|
-
return this.listPagingPage(
|
|
170
|
-
resourceGroupName,
|
|
171
|
-
privateZoneName,
|
|
172
|
-
options,
|
|
173
|
-
settings,
|
|
174
|
-
);
|
|
175
|
-
},
|
|
176
|
-
};
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
private async *listPagingPage(
|
|
180
|
-
resourceGroupName: string,
|
|
181
|
-
privateZoneName: string,
|
|
182
|
-
options?: RecordSetsListOptionalParams,
|
|
183
|
-
settings?: PageSettings,
|
|
184
|
-
): AsyncIterableIterator<RecordSet[]> {
|
|
185
|
-
let result: RecordSetsListResponse;
|
|
186
|
-
let continuationToken = settings?.continuationToken;
|
|
187
|
-
if (!continuationToken) {
|
|
188
|
-
result = await this._list(resourceGroupName, privateZoneName, options);
|
|
189
|
-
let page = result.value || [];
|
|
190
|
-
continuationToken = result.nextLink;
|
|
191
|
-
setContinuationToken(page, continuationToken);
|
|
192
|
-
yield page;
|
|
193
|
-
}
|
|
194
|
-
while (continuationToken) {
|
|
195
|
-
result = await this._listNext(
|
|
196
|
-
resourceGroupName,
|
|
197
|
-
privateZoneName,
|
|
198
|
-
continuationToken,
|
|
199
|
-
options,
|
|
200
|
-
);
|
|
201
|
-
continuationToken = result.nextLink;
|
|
202
|
-
let page = result.value || [];
|
|
203
|
-
setContinuationToken(page, continuationToken);
|
|
204
|
-
yield page;
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
private async *listPagingAll(
|
|
209
|
-
resourceGroupName: string,
|
|
210
|
-
privateZoneName: string,
|
|
211
|
-
options?: RecordSetsListOptionalParams,
|
|
212
|
-
): AsyncIterableIterator<RecordSet> {
|
|
213
|
-
for await (const page of this.listPagingPage(
|
|
214
|
-
resourceGroupName,
|
|
215
|
-
privateZoneName,
|
|
216
|
-
options,
|
|
217
|
-
)) {
|
|
218
|
-
yield* page;
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
/**
|
|
223
|
-
* Creates or updates a record set within a Private DNS zone.
|
|
224
|
-
* @param resourceGroupName The name of the resource group.
|
|
225
|
-
* @param privateZoneName The name of the Private DNS zone (without a terminating dot).
|
|
226
|
-
* @param recordType The type of DNS record in this record set. Record sets of type SOA can be updated
|
|
227
|
-
* but not created (they are created when the Private DNS zone is created).
|
|
228
|
-
* @param relativeRecordSetName The name of the record set, relative to the name of the zone.
|
|
229
|
-
* @param parameters Parameters supplied to the CreateOrUpdate operation.
|
|
230
|
-
* @param options The options parameters.
|
|
231
|
-
*/
|
|
232
|
-
createOrUpdate(
|
|
233
|
-
resourceGroupName: string,
|
|
234
|
-
privateZoneName: string,
|
|
235
|
-
recordType: RecordType,
|
|
236
|
-
relativeRecordSetName: string,
|
|
237
|
-
parameters: RecordSet,
|
|
238
|
-
options?: RecordSetsCreateOrUpdateOptionalParams,
|
|
239
|
-
): Promise<RecordSetsCreateOrUpdateResponse> {
|
|
240
|
-
return this.client.sendOperationRequest(
|
|
241
|
-
{
|
|
242
|
-
resourceGroupName,
|
|
243
|
-
privateZoneName,
|
|
244
|
-
recordType,
|
|
245
|
-
relativeRecordSetName,
|
|
246
|
-
parameters,
|
|
247
|
-
options,
|
|
248
|
-
},
|
|
249
|
-
createOrUpdateOperationSpec,
|
|
250
|
-
);
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
/**
|
|
254
|
-
* Updates a record set within a Private DNS zone.
|
|
255
|
-
* @param resourceGroupName The name of the resource group.
|
|
256
|
-
* @param privateZoneName The name of the Private DNS zone (without a terminating dot).
|
|
257
|
-
* @param recordType The type of DNS record in this record set.
|
|
258
|
-
* @param relativeRecordSetName The name of the record set, relative to the name of the zone.
|
|
259
|
-
* @param parameters Parameters supplied to the Update operation.
|
|
260
|
-
* @param options The options parameters.
|
|
261
|
-
*/
|
|
262
|
-
update(
|
|
263
|
-
resourceGroupName: string,
|
|
264
|
-
privateZoneName: string,
|
|
265
|
-
recordType: RecordType,
|
|
266
|
-
relativeRecordSetName: string,
|
|
267
|
-
parameters: RecordSet,
|
|
268
|
-
options?: RecordSetsUpdateOptionalParams,
|
|
269
|
-
): Promise<RecordSetsUpdateResponse> {
|
|
270
|
-
return this.client.sendOperationRequest(
|
|
271
|
-
{
|
|
272
|
-
resourceGroupName,
|
|
273
|
-
privateZoneName,
|
|
274
|
-
recordType,
|
|
275
|
-
relativeRecordSetName,
|
|
276
|
-
parameters,
|
|
277
|
-
options,
|
|
278
|
-
},
|
|
279
|
-
updateOperationSpec,
|
|
280
|
-
);
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
/**
|
|
284
|
-
* Deletes a record set from a Private DNS zone. This operation cannot be undone.
|
|
285
|
-
* @param resourceGroupName The name of the resource group.
|
|
286
|
-
* @param privateZoneName The name of the Private DNS zone (without a terminating dot).
|
|
287
|
-
* @param recordType The type of DNS record in this record set. Record sets of type SOA cannot be
|
|
288
|
-
* deleted (they are deleted when the Private DNS zone is deleted).
|
|
289
|
-
* @param relativeRecordSetName The name of the record set, relative to the name of the zone.
|
|
290
|
-
* @param options The options parameters.
|
|
291
|
-
*/
|
|
292
|
-
delete(
|
|
293
|
-
resourceGroupName: string,
|
|
294
|
-
privateZoneName: string,
|
|
295
|
-
recordType: RecordType,
|
|
296
|
-
relativeRecordSetName: string,
|
|
297
|
-
options?: RecordSetsDeleteOptionalParams,
|
|
298
|
-
): Promise<void> {
|
|
299
|
-
return this.client.sendOperationRequest(
|
|
300
|
-
{
|
|
301
|
-
resourceGroupName,
|
|
302
|
-
privateZoneName,
|
|
303
|
-
recordType,
|
|
304
|
-
relativeRecordSetName,
|
|
305
|
-
options,
|
|
306
|
-
},
|
|
307
|
-
deleteOperationSpec,
|
|
308
|
-
);
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
/**
|
|
312
|
-
* Gets a record set.
|
|
313
|
-
* @param resourceGroupName The name of the resource group.
|
|
314
|
-
* @param privateZoneName The name of the Private DNS zone (without a terminating dot).
|
|
315
|
-
* @param recordType The type of DNS record in this record set.
|
|
316
|
-
* @param relativeRecordSetName The name of the record set, relative to the name of the zone.
|
|
317
|
-
* @param options The options parameters.
|
|
318
|
-
*/
|
|
319
|
-
get(
|
|
320
|
-
resourceGroupName: string,
|
|
321
|
-
privateZoneName: string,
|
|
322
|
-
recordType: RecordType,
|
|
323
|
-
relativeRecordSetName: string,
|
|
324
|
-
options?: RecordSetsGetOptionalParams,
|
|
325
|
-
): Promise<RecordSetsGetResponse> {
|
|
326
|
-
return this.client.sendOperationRequest(
|
|
327
|
-
{
|
|
328
|
-
resourceGroupName,
|
|
329
|
-
privateZoneName,
|
|
330
|
-
recordType,
|
|
331
|
-
relativeRecordSetName,
|
|
332
|
-
options,
|
|
333
|
-
},
|
|
334
|
-
getOperationSpec,
|
|
335
|
-
);
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
/**
|
|
339
|
-
* Lists the record sets of a specified type in a Private DNS zone.
|
|
340
|
-
* @param resourceGroupName The name of the resource group.
|
|
341
|
-
* @param privateZoneName The name of the Private DNS zone (without a terminating dot).
|
|
342
|
-
* @param recordType The type of record sets to enumerate.
|
|
343
|
-
* @param options The options parameters.
|
|
344
|
-
*/
|
|
345
|
-
private _listByType(
|
|
346
|
-
resourceGroupName: string,
|
|
347
|
-
privateZoneName: string,
|
|
348
|
-
recordType: RecordType,
|
|
349
|
-
options?: RecordSetsListByTypeOptionalParams,
|
|
350
|
-
): Promise<RecordSetsListByTypeResponse> {
|
|
351
|
-
return this.client.sendOperationRequest(
|
|
352
|
-
{ resourceGroupName, privateZoneName, recordType, options },
|
|
353
|
-
listByTypeOperationSpec,
|
|
354
|
-
);
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
/**
|
|
358
|
-
* Lists all record sets in a Private DNS zone.
|
|
359
|
-
* @param resourceGroupName The name of the resource group.
|
|
360
|
-
* @param privateZoneName The name of the Private DNS zone (without a terminating dot).
|
|
361
|
-
* @param options The options parameters.
|
|
362
|
-
*/
|
|
363
|
-
private _list(
|
|
364
|
-
resourceGroupName: string,
|
|
365
|
-
privateZoneName: string,
|
|
366
|
-
options?: RecordSetsListOptionalParams,
|
|
367
|
-
): Promise<RecordSetsListResponse> {
|
|
368
|
-
return this.client.sendOperationRequest(
|
|
369
|
-
{ resourceGroupName, privateZoneName, options },
|
|
370
|
-
listOperationSpec,
|
|
371
|
-
);
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
/**
|
|
375
|
-
* ListByTypeNext
|
|
376
|
-
* @param resourceGroupName The name of the resource group.
|
|
377
|
-
* @param privateZoneName The name of the Private DNS zone (without a terminating dot).
|
|
378
|
-
* @param recordType The type of record sets to enumerate.
|
|
379
|
-
* @param nextLink The nextLink from the previous successful call to the ListByType method.
|
|
380
|
-
* @param options The options parameters.
|
|
381
|
-
*/
|
|
382
|
-
private _listByTypeNext(
|
|
383
|
-
resourceGroupName: string,
|
|
384
|
-
privateZoneName: string,
|
|
385
|
-
recordType: RecordType,
|
|
386
|
-
nextLink: string,
|
|
387
|
-
options?: RecordSetsListByTypeNextOptionalParams,
|
|
388
|
-
): Promise<RecordSetsListByTypeNextResponse> {
|
|
389
|
-
return this.client.sendOperationRequest(
|
|
390
|
-
{ resourceGroupName, privateZoneName, recordType, nextLink, options },
|
|
391
|
-
listByTypeNextOperationSpec,
|
|
392
|
-
);
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
/**
|
|
396
|
-
* ListNext
|
|
397
|
-
* @param resourceGroupName The name of the resource group.
|
|
398
|
-
* @param privateZoneName The name of the Private DNS zone (without a terminating dot).
|
|
399
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
400
|
-
* @param options The options parameters.
|
|
401
|
-
*/
|
|
402
|
-
private _listNext(
|
|
403
|
-
resourceGroupName: string,
|
|
404
|
-
privateZoneName: string,
|
|
405
|
-
nextLink: string,
|
|
406
|
-
options?: RecordSetsListNextOptionalParams,
|
|
407
|
-
): Promise<RecordSetsListNextResponse> {
|
|
408
|
-
return this.client.sendOperationRequest(
|
|
409
|
-
{ resourceGroupName, privateZoneName, nextLink, options },
|
|
410
|
-
listNextOperationSpec,
|
|
411
|
-
);
|
|
412
|
-
}
|
|
413
|
-
}
|
|
414
|
-
// Operation Specifications
|
|
415
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
416
|
-
|
|
417
|
-
const createOrUpdateOperationSpec: coreClient.OperationSpec = {
|
|
418
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/{recordType}/{relativeRecordSetName}",
|
|
419
|
-
httpMethod: "PUT",
|
|
420
|
-
responses: {
|
|
421
|
-
200: {
|
|
422
|
-
bodyMapper: Mappers.RecordSet,
|
|
423
|
-
},
|
|
424
|
-
201: {
|
|
425
|
-
bodyMapper: Mappers.RecordSet,
|
|
426
|
-
},
|
|
427
|
-
default: {
|
|
428
|
-
bodyMapper: Mappers.CloudError,
|
|
429
|
-
},
|
|
430
|
-
},
|
|
431
|
-
requestBody: Parameters.parameters2,
|
|
432
|
-
queryParameters: [Parameters.apiVersion],
|
|
433
|
-
urlParameters: [
|
|
434
|
-
Parameters.$host,
|
|
435
|
-
Parameters.resourceGroupName,
|
|
436
|
-
Parameters.privateZoneName,
|
|
437
|
-
Parameters.subscriptionId,
|
|
438
|
-
Parameters.recordType,
|
|
439
|
-
Parameters.relativeRecordSetName,
|
|
440
|
-
],
|
|
441
|
-
headerParameters: [
|
|
442
|
-
Parameters.contentType,
|
|
443
|
-
Parameters.accept,
|
|
444
|
-
Parameters.ifMatch,
|
|
445
|
-
Parameters.ifNoneMatch,
|
|
446
|
-
],
|
|
447
|
-
mediaType: "json",
|
|
448
|
-
serializer,
|
|
449
|
-
};
|
|
450
|
-
const updateOperationSpec: coreClient.OperationSpec = {
|
|
451
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/{recordType}/{relativeRecordSetName}",
|
|
452
|
-
httpMethod: "PATCH",
|
|
453
|
-
responses: {
|
|
454
|
-
200: {
|
|
455
|
-
bodyMapper: Mappers.RecordSet,
|
|
456
|
-
},
|
|
457
|
-
default: {
|
|
458
|
-
bodyMapper: Mappers.CloudError,
|
|
459
|
-
},
|
|
460
|
-
},
|
|
461
|
-
requestBody: Parameters.parameters2,
|
|
462
|
-
queryParameters: [Parameters.apiVersion],
|
|
463
|
-
urlParameters: [
|
|
464
|
-
Parameters.$host,
|
|
465
|
-
Parameters.resourceGroupName,
|
|
466
|
-
Parameters.privateZoneName,
|
|
467
|
-
Parameters.subscriptionId,
|
|
468
|
-
Parameters.recordType,
|
|
469
|
-
Parameters.relativeRecordSetName,
|
|
470
|
-
],
|
|
471
|
-
headerParameters: [
|
|
472
|
-
Parameters.contentType,
|
|
473
|
-
Parameters.accept,
|
|
474
|
-
Parameters.ifMatch,
|
|
475
|
-
],
|
|
476
|
-
mediaType: "json",
|
|
477
|
-
serializer,
|
|
478
|
-
};
|
|
479
|
-
const deleteOperationSpec: coreClient.OperationSpec = {
|
|
480
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/{recordType}/{relativeRecordSetName}",
|
|
481
|
-
httpMethod: "DELETE",
|
|
482
|
-
responses: {
|
|
483
|
-
200: {},
|
|
484
|
-
204: {},
|
|
485
|
-
default: {
|
|
486
|
-
bodyMapper: Mappers.CloudError,
|
|
487
|
-
},
|
|
488
|
-
},
|
|
489
|
-
queryParameters: [Parameters.apiVersion],
|
|
490
|
-
urlParameters: [
|
|
491
|
-
Parameters.$host,
|
|
492
|
-
Parameters.resourceGroupName,
|
|
493
|
-
Parameters.privateZoneName,
|
|
494
|
-
Parameters.subscriptionId,
|
|
495
|
-
Parameters.recordType,
|
|
496
|
-
Parameters.relativeRecordSetName,
|
|
497
|
-
],
|
|
498
|
-
headerParameters: [Parameters.accept, Parameters.ifMatch],
|
|
499
|
-
serializer,
|
|
500
|
-
};
|
|
501
|
-
const getOperationSpec: coreClient.OperationSpec = {
|
|
502
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/{recordType}/{relativeRecordSetName}",
|
|
503
|
-
httpMethod: "GET",
|
|
504
|
-
responses: {
|
|
505
|
-
200: {
|
|
506
|
-
bodyMapper: Mappers.RecordSet,
|
|
507
|
-
},
|
|
508
|
-
default: {
|
|
509
|
-
bodyMapper: Mappers.CloudError,
|
|
510
|
-
},
|
|
511
|
-
},
|
|
512
|
-
queryParameters: [Parameters.apiVersion],
|
|
513
|
-
urlParameters: [
|
|
514
|
-
Parameters.$host,
|
|
515
|
-
Parameters.resourceGroupName,
|
|
516
|
-
Parameters.privateZoneName,
|
|
517
|
-
Parameters.subscriptionId,
|
|
518
|
-
Parameters.recordType,
|
|
519
|
-
Parameters.relativeRecordSetName,
|
|
520
|
-
],
|
|
521
|
-
headerParameters: [Parameters.accept],
|
|
522
|
-
serializer,
|
|
523
|
-
};
|
|
524
|
-
const listByTypeOperationSpec: coreClient.OperationSpec = {
|
|
525
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/{recordType}",
|
|
526
|
-
httpMethod: "GET",
|
|
527
|
-
responses: {
|
|
528
|
-
200: {
|
|
529
|
-
bodyMapper: Mappers.RecordSetListResult,
|
|
530
|
-
},
|
|
531
|
-
default: {
|
|
532
|
-
bodyMapper: Mappers.CloudError,
|
|
533
|
-
},
|
|
534
|
-
},
|
|
535
|
-
queryParameters: [
|
|
536
|
-
Parameters.apiVersion,
|
|
537
|
-
Parameters.top,
|
|
538
|
-
Parameters.recordsetnamesuffix,
|
|
539
|
-
],
|
|
540
|
-
urlParameters: [
|
|
541
|
-
Parameters.$host,
|
|
542
|
-
Parameters.resourceGroupName,
|
|
543
|
-
Parameters.privateZoneName,
|
|
544
|
-
Parameters.subscriptionId,
|
|
545
|
-
Parameters.recordType,
|
|
546
|
-
],
|
|
547
|
-
headerParameters: [Parameters.accept],
|
|
548
|
-
serializer,
|
|
549
|
-
};
|
|
550
|
-
const listOperationSpec: coreClient.OperationSpec = {
|
|
551
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/ALL",
|
|
552
|
-
httpMethod: "GET",
|
|
553
|
-
responses: {
|
|
554
|
-
200: {
|
|
555
|
-
bodyMapper: Mappers.RecordSetListResult,
|
|
556
|
-
},
|
|
557
|
-
default: {
|
|
558
|
-
bodyMapper: Mappers.CloudError,
|
|
559
|
-
},
|
|
560
|
-
},
|
|
561
|
-
queryParameters: [
|
|
562
|
-
Parameters.apiVersion,
|
|
563
|
-
Parameters.top,
|
|
564
|
-
Parameters.recordsetnamesuffix,
|
|
565
|
-
],
|
|
566
|
-
urlParameters: [
|
|
567
|
-
Parameters.$host,
|
|
568
|
-
Parameters.resourceGroupName,
|
|
569
|
-
Parameters.privateZoneName,
|
|
570
|
-
Parameters.subscriptionId,
|
|
571
|
-
],
|
|
572
|
-
headerParameters: [Parameters.accept],
|
|
573
|
-
serializer,
|
|
574
|
-
};
|
|
575
|
-
const listByTypeNextOperationSpec: coreClient.OperationSpec = {
|
|
576
|
-
path: "{nextLink}",
|
|
577
|
-
httpMethod: "GET",
|
|
578
|
-
responses: {
|
|
579
|
-
200: {
|
|
580
|
-
bodyMapper: Mappers.RecordSetListResult,
|
|
581
|
-
},
|
|
582
|
-
default: {
|
|
583
|
-
bodyMapper: Mappers.CloudError,
|
|
584
|
-
},
|
|
585
|
-
},
|
|
586
|
-
urlParameters: [
|
|
587
|
-
Parameters.$host,
|
|
588
|
-
Parameters.resourceGroupName,
|
|
589
|
-
Parameters.privateZoneName,
|
|
590
|
-
Parameters.subscriptionId,
|
|
591
|
-
Parameters.nextLink,
|
|
592
|
-
Parameters.recordType,
|
|
593
|
-
],
|
|
594
|
-
headerParameters: [Parameters.accept],
|
|
595
|
-
serializer,
|
|
596
|
-
};
|
|
597
|
-
const listNextOperationSpec: coreClient.OperationSpec = {
|
|
598
|
-
path: "{nextLink}",
|
|
599
|
-
httpMethod: "GET",
|
|
600
|
-
responses: {
|
|
601
|
-
200: {
|
|
602
|
-
bodyMapper: Mappers.RecordSetListResult,
|
|
603
|
-
},
|
|
604
|
-
default: {
|
|
605
|
-
bodyMapper: Mappers.CloudError,
|
|
606
|
-
},
|
|
607
|
-
},
|
|
608
|
-
urlParameters: [
|
|
609
|
-
Parameters.$host,
|
|
610
|
-
Parameters.resourceGroupName,
|
|
611
|
-
Parameters.privateZoneName,
|
|
612
|
-
Parameters.subscriptionId,
|
|
613
|
-
Parameters.nextLink,
|
|
614
|
-
],
|
|
615
|
-
headerParameters: [Parameters.accept],
|
|
616
|
-
serializer,
|
|
617
|
-
};
|