@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
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { LongRunningOperation, LroResponse } from "@azure/core-lro";
|
|
2
|
+
export declare function createLroSpec<T>(inputs: {
|
|
3
|
+
sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;
|
|
4
|
+
args: Record<string, unknown>;
|
|
5
|
+
spec: {
|
|
6
|
+
readonly requestBody?: unknown;
|
|
7
|
+
readonly path?: string;
|
|
8
|
+
readonly httpMethod: string;
|
|
9
|
+
} & Record<string, any>;
|
|
10
|
+
}): LongRunningOperation<T>;
|
|
11
|
+
//# sourceMappingURL=lroImpl.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lroImpl.d.ts","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEpE,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE;IACvC,eAAe,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,IAAI,EAAE;QACJ,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;QAC/B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;KAC7B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAmB1B"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { __rest } from "tslib";
|
|
2
|
+
export function createLroSpec(inputs) {
|
|
3
|
+
const { args, spec, sendOperationFn } = inputs;
|
|
4
|
+
return {
|
|
5
|
+
requestMethod: spec.httpMethod,
|
|
6
|
+
requestPath: spec.path,
|
|
7
|
+
sendInitialRequest: () => sendOperationFn(args, spec),
|
|
8
|
+
sendPollRequest: (path, options) => {
|
|
9
|
+
const { requestBody } = spec, restSpec = __rest(spec, ["requestBody"]);
|
|
10
|
+
return sendOperationFn(args, Object.assign(Object.assign({}, restSpec), { httpMethod: "GET", path, abortSignal: options === null || options === void 0 ? void 0 : options.abortSignal }));
|
|
11
|
+
},
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=lroImpl.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":";AAUA,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,KAAkB,IAAI,EAAjB,QAAQ,UAAK,IAAI,EAAnC,eAA4B,CAAO,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,kCACtB,QAAQ,KACX,UAAU,EAAE,KAAK,EACjB,IAAI,EACJ,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,WAAW,IACjC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,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 */\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike },\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal,\n });\n },\n };\n}\n"]}
|
|
@@ -0,0 +1,483 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
/** The core properties of ARM resources */
|
|
3
|
+
export interface Resource {
|
|
4
|
+
/**
|
|
5
|
+
* Fully qualified resource Id for the resource. Example - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateDnsZoneName}'.
|
|
6
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7
|
+
*/
|
|
8
|
+
readonly id?: string;
|
|
9
|
+
/**
|
|
10
|
+
* The name of the resource
|
|
11
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
12
|
+
*/
|
|
13
|
+
readonly name?: string;
|
|
14
|
+
/**
|
|
15
|
+
* The type of the resource. Example - 'Microsoft.Network/privateDnsZones'.
|
|
16
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
17
|
+
*/
|
|
18
|
+
readonly type?: string;
|
|
19
|
+
}
|
|
20
|
+
/** An error response from the service. */
|
|
21
|
+
export interface CloudError {
|
|
22
|
+
/** Cloud error body. */
|
|
23
|
+
error?: CloudErrorBody;
|
|
24
|
+
}
|
|
25
|
+
/** An error response from the service. */
|
|
26
|
+
export interface CloudErrorBody {
|
|
27
|
+
/** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
|
|
28
|
+
code?: string;
|
|
29
|
+
/** A message describing the error, intended to be suitable for display in a user interface. */
|
|
30
|
+
message?: string;
|
|
31
|
+
/** The target of the particular error. For example, the name of the property in error. */
|
|
32
|
+
target?: string;
|
|
33
|
+
/** A list of additional details about the error. */
|
|
34
|
+
details?: CloudErrorBody[];
|
|
35
|
+
}
|
|
36
|
+
/** The response to a Private DNS zone list operation. */
|
|
37
|
+
export interface PrivateZoneListResult {
|
|
38
|
+
/** Information about the Private DNS zones. */
|
|
39
|
+
value?: PrivateZone[];
|
|
40
|
+
/**
|
|
41
|
+
* The continuation token for the next page of results.
|
|
42
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
43
|
+
*/
|
|
44
|
+
readonly nextLink?: string;
|
|
45
|
+
}
|
|
46
|
+
/** Reference to another subresource. */
|
|
47
|
+
export interface SubResource {
|
|
48
|
+
/** Resource ID. */
|
|
49
|
+
id?: string;
|
|
50
|
+
}
|
|
51
|
+
/** The response to a list virtual network link to Private DNS zone operation. */
|
|
52
|
+
export interface VirtualNetworkLinkListResult {
|
|
53
|
+
/** Information about the virtual network links to the Private DNS zones. */
|
|
54
|
+
value?: VirtualNetworkLink[];
|
|
55
|
+
/**
|
|
56
|
+
* The continuation token for the next page of results.
|
|
57
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
58
|
+
*/
|
|
59
|
+
readonly nextLink?: string;
|
|
60
|
+
}
|
|
61
|
+
/** An A record. */
|
|
62
|
+
export interface ARecord {
|
|
63
|
+
/** The IPv4 address of this A record. */
|
|
64
|
+
ipv4Address?: string;
|
|
65
|
+
}
|
|
66
|
+
/** An AAAA record. */
|
|
67
|
+
export interface AaaaRecord {
|
|
68
|
+
/** The IPv6 address of this AAAA record. */
|
|
69
|
+
ipv6Address?: string;
|
|
70
|
+
}
|
|
71
|
+
/** A CNAME record. */
|
|
72
|
+
export interface CnameRecord {
|
|
73
|
+
/** The canonical name for this CNAME record. */
|
|
74
|
+
cname?: string;
|
|
75
|
+
}
|
|
76
|
+
/** An MX record. */
|
|
77
|
+
export interface MxRecord {
|
|
78
|
+
/** The preference value for this MX record. */
|
|
79
|
+
preference?: number;
|
|
80
|
+
/** The domain name of the mail host for this MX record. */
|
|
81
|
+
exchange?: string;
|
|
82
|
+
}
|
|
83
|
+
/** A PTR record. */
|
|
84
|
+
export interface PtrRecord {
|
|
85
|
+
/** The PTR target domain name for this PTR record. */
|
|
86
|
+
ptrdname?: string;
|
|
87
|
+
}
|
|
88
|
+
/** An SOA record. */
|
|
89
|
+
export interface SoaRecord {
|
|
90
|
+
/** The domain name of the authoritative name server for this SOA record. */
|
|
91
|
+
host?: string;
|
|
92
|
+
/** The email contact for this SOA record. */
|
|
93
|
+
email?: string;
|
|
94
|
+
/** The serial number for this SOA record. */
|
|
95
|
+
serialNumber?: number;
|
|
96
|
+
/** The refresh value for this SOA record. */
|
|
97
|
+
refreshTime?: number;
|
|
98
|
+
/** The retry time for this SOA record. */
|
|
99
|
+
retryTime?: number;
|
|
100
|
+
/** The expire time for this SOA record. */
|
|
101
|
+
expireTime?: number;
|
|
102
|
+
/** The minimum value for this SOA record. By convention this is used to determine the negative caching duration. */
|
|
103
|
+
minimumTtl?: number;
|
|
104
|
+
}
|
|
105
|
+
/** An SRV record. */
|
|
106
|
+
export interface SrvRecord {
|
|
107
|
+
/** The priority value for this SRV record. */
|
|
108
|
+
priority?: number;
|
|
109
|
+
/** The weight value for this SRV record. */
|
|
110
|
+
weight?: number;
|
|
111
|
+
/** The port value for this SRV record. */
|
|
112
|
+
port?: number;
|
|
113
|
+
/** The target domain name for this SRV record. */
|
|
114
|
+
target?: string;
|
|
115
|
+
}
|
|
116
|
+
/** A TXT record. */
|
|
117
|
+
export interface TxtRecord {
|
|
118
|
+
/** The text value of this TXT record. */
|
|
119
|
+
value?: string[];
|
|
120
|
+
}
|
|
121
|
+
/** The response to a record set list operation. */
|
|
122
|
+
export interface RecordSetListResult {
|
|
123
|
+
/** Information about the record sets in the response. */
|
|
124
|
+
value?: RecordSet[];
|
|
125
|
+
/**
|
|
126
|
+
* The continuation token for the next page of results.
|
|
127
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
128
|
+
*/
|
|
129
|
+
readonly nextLink?: string;
|
|
130
|
+
}
|
|
131
|
+
/** The resource model definition for a ARM tracked top level resource */
|
|
132
|
+
export interface TrackedResource extends Resource {
|
|
133
|
+
/** Resource tags. */
|
|
134
|
+
tags?: {
|
|
135
|
+
[propertyName: string]: string;
|
|
136
|
+
};
|
|
137
|
+
/** The Azure Region where the resource lives */
|
|
138
|
+
location?: string;
|
|
139
|
+
}
|
|
140
|
+
/** The resource model definition for an ARM proxy resource. */
|
|
141
|
+
export interface ProxyResource extends Resource {
|
|
142
|
+
}
|
|
143
|
+
/** Describes a Private DNS zone. */
|
|
144
|
+
export interface PrivateZone extends TrackedResource {
|
|
145
|
+
/** The ETag of the zone. */
|
|
146
|
+
etag?: string;
|
|
147
|
+
/**
|
|
148
|
+
* The maximum number of record sets that can be created in this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.
|
|
149
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
150
|
+
*/
|
|
151
|
+
readonly maxNumberOfRecordSets?: number;
|
|
152
|
+
/**
|
|
153
|
+
* The current number of record sets in this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.
|
|
154
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
155
|
+
*/
|
|
156
|
+
readonly numberOfRecordSets?: number;
|
|
157
|
+
/**
|
|
158
|
+
* The maximum number of virtual networks that can be linked to this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.
|
|
159
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
160
|
+
*/
|
|
161
|
+
readonly maxNumberOfVirtualNetworkLinks?: number;
|
|
162
|
+
/**
|
|
163
|
+
* The current number of virtual networks that are linked to this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.
|
|
164
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
165
|
+
*/
|
|
166
|
+
readonly numberOfVirtualNetworkLinks?: number;
|
|
167
|
+
/**
|
|
168
|
+
* The maximum number of virtual networks that can be linked to this Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored.
|
|
169
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
170
|
+
*/
|
|
171
|
+
readonly maxNumberOfVirtualNetworkLinksWithRegistration?: number;
|
|
172
|
+
/**
|
|
173
|
+
* The current number of virtual networks that are linked to this Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored.
|
|
174
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
175
|
+
*/
|
|
176
|
+
readonly numberOfVirtualNetworkLinksWithRegistration?: number;
|
|
177
|
+
/**
|
|
178
|
+
* The provisioning state of the resource. This is a read-only property and any attempt to set this value will be ignored.
|
|
179
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
180
|
+
*/
|
|
181
|
+
readonly provisioningState?: ProvisioningState;
|
|
182
|
+
/**
|
|
183
|
+
* Private zone internal Id
|
|
184
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
185
|
+
*/
|
|
186
|
+
readonly internalId?: string;
|
|
187
|
+
}
|
|
188
|
+
/** Describes a link to virtual network for a Private DNS zone. */
|
|
189
|
+
export interface VirtualNetworkLink extends TrackedResource {
|
|
190
|
+
/** The ETag of the virtual network link. */
|
|
191
|
+
etag?: string;
|
|
192
|
+
/** The reference of the virtual network. */
|
|
193
|
+
virtualNetwork?: SubResource;
|
|
194
|
+
/** Is auto-registration of virtual machine records in the virtual network in the Private DNS zone enabled? */
|
|
195
|
+
registrationEnabled?: boolean;
|
|
196
|
+
/** The resolution policy on the virtual network link. Only applicable for virtual network links to privatelink zones, and for A,AAAA,CNAME queries. When set to 'NxDomainRedirect', Azure DNS resolver falls back to public resolution if private dns query resolution results in non-existent domain response. */
|
|
197
|
+
resolutionPolicy?: ResolutionPolicy;
|
|
198
|
+
/**
|
|
199
|
+
* The status of the virtual network link to the Private DNS zone. Possible values are 'InProgress' and 'Done'. This is a read-only property and any attempt to set this value will be ignored.
|
|
200
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
201
|
+
*/
|
|
202
|
+
readonly virtualNetworkLinkState?: VirtualNetworkLinkState;
|
|
203
|
+
/**
|
|
204
|
+
* The provisioning state of the resource. This is a read-only property and any attempt to set this value will be ignored.
|
|
205
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
206
|
+
*/
|
|
207
|
+
readonly provisioningState?: ProvisioningState;
|
|
208
|
+
}
|
|
209
|
+
/** Describes a DNS record set (a collection of DNS records with the same name and type) in a Private DNS zone. */
|
|
210
|
+
export interface RecordSet extends ProxyResource {
|
|
211
|
+
/** The ETag of the record set. */
|
|
212
|
+
etag?: string;
|
|
213
|
+
/** The metadata attached to the record set. */
|
|
214
|
+
metadata?: {
|
|
215
|
+
[propertyName: string]: string;
|
|
216
|
+
};
|
|
217
|
+
/** The TTL (time-to-live) of the records in the record set. */
|
|
218
|
+
ttl?: number;
|
|
219
|
+
/**
|
|
220
|
+
* Fully qualified domain name of the record set.
|
|
221
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
222
|
+
*/
|
|
223
|
+
readonly fqdn?: string;
|
|
224
|
+
/**
|
|
225
|
+
* Is the record set auto-registered in the Private DNS zone through a virtual network link?
|
|
226
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
227
|
+
*/
|
|
228
|
+
readonly isAutoRegistered?: boolean;
|
|
229
|
+
/** The list of A records in the record set. */
|
|
230
|
+
aRecords?: ARecord[];
|
|
231
|
+
/** The list of AAAA records in the record set. */
|
|
232
|
+
aaaaRecords?: AaaaRecord[];
|
|
233
|
+
/** The CNAME record in the record set. */
|
|
234
|
+
cnameRecord?: CnameRecord;
|
|
235
|
+
/** The list of MX records in the record set. */
|
|
236
|
+
mxRecords?: MxRecord[];
|
|
237
|
+
/** The list of PTR records in the record set. */
|
|
238
|
+
ptrRecords?: PtrRecord[];
|
|
239
|
+
/** The SOA record in the record set. */
|
|
240
|
+
soaRecord?: SoaRecord;
|
|
241
|
+
/** The list of SRV records in the record set. */
|
|
242
|
+
srvRecords?: SrvRecord[];
|
|
243
|
+
/** The list of TXT records in the record set. */
|
|
244
|
+
txtRecords?: TxtRecord[];
|
|
245
|
+
}
|
|
246
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
247
|
+
export declare enum KnownProvisioningState {
|
|
248
|
+
/** Creating */
|
|
249
|
+
Creating = "Creating",
|
|
250
|
+
/** Updating */
|
|
251
|
+
Updating = "Updating",
|
|
252
|
+
/** Deleting */
|
|
253
|
+
Deleting = "Deleting",
|
|
254
|
+
/** Succeeded */
|
|
255
|
+
Succeeded = "Succeeded",
|
|
256
|
+
/** Failed */
|
|
257
|
+
Failed = "Failed",
|
|
258
|
+
/** Canceled */
|
|
259
|
+
Canceled = "Canceled"
|
|
260
|
+
}
|
|
261
|
+
/**
|
|
262
|
+
* Defines values for ProvisioningState. \
|
|
263
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
264
|
+
* this enum contains the known values that the service supports.
|
|
265
|
+
* ### Known values supported by the service
|
|
266
|
+
* **Creating** \
|
|
267
|
+
* **Updating** \
|
|
268
|
+
* **Deleting** \
|
|
269
|
+
* **Succeeded** \
|
|
270
|
+
* **Failed** \
|
|
271
|
+
* **Canceled**
|
|
272
|
+
*/
|
|
273
|
+
export type ProvisioningState = string;
|
|
274
|
+
/** Known values of {@link ResolutionPolicy} that the service accepts. */
|
|
275
|
+
export declare enum KnownResolutionPolicy {
|
|
276
|
+
/** Default */
|
|
277
|
+
Default = "Default",
|
|
278
|
+
/** NxDomainRedirect */
|
|
279
|
+
NxDomainRedirect = "NxDomainRedirect"
|
|
280
|
+
}
|
|
281
|
+
/**
|
|
282
|
+
* Defines values for ResolutionPolicy. \
|
|
283
|
+
* {@link KnownResolutionPolicy} can be used interchangeably with ResolutionPolicy,
|
|
284
|
+
* this enum contains the known values that the service supports.
|
|
285
|
+
* ### Known values supported by the service
|
|
286
|
+
* **Default** \
|
|
287
|
+
* **NxDomainRedirect**
|
|
288
|
+
*/
|
|
289
|
+
export type ResolutionPolicy = string;
|
|
290
|
+
/** Known values of {@link VirtualNetworkLinkState} that the service accepts. */
|
|
291
|
+
export declare enum KnownVirtualNetworkLinkState {
|
|
292
|
+
/** InProgress */
|
|
293
|
+
InProgress = "InProgress",
|
|
294
|
+
/** Completed */
|
|
295
|
+
Completed = "Completed"
|
|
296
|
+
}
|
|
297
|
+
/**
|
|
298
|
+
* Defines values for VirtualNetworkLinkState. \
|
|
299
|
+
* {@link KnownVirtualNetworkLinkState} can be used interchangeably with VirtualNetworkLinkState,
|
|
300
|
+
* this enum contains the known values that the service supports.
|
|
301
|
+
* ### Known values supported by the service
|
|
302
|
+
* **InProgress** \
|
|
303
|
+
* **Completed**
|
|
304
|
+
*/
|
|
305
|
+
export type VirtualNetworkLinkState = string;
|
|
306
|
+
/** Defines values for RecordType. */
|
|
307
|
+
export type RecordType = "A" | "AAAA" | "CNAME" | "MX" | "PTR" | "SOA" | "SRV" | "TXT";
|
|
308
|
+
/** Optional parameters. */
|
|
309
|
+
export interface PrivateZonesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
310
|
+
/** The ETag of the Private DNS zone. Omit this value to always overwrite the current zone. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */
|
|
311
|
+
ifMatch?: string;
|
|
312
|
+
/** Set to '*' to allow a new Private DNS zone to be created, but to prevent updating an existing zone. Other values will be ignored. */
|
|
313
|
+
ifNoneMatch?: string;
|
|
314
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
315
|
+
updateIntervalInMs?: number;
|
|
316
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
317
|
+
resumeFrom?: string;
|
|
318
|
+
}
|
|
319
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
320
|
+
export type PrivateZonesCreateOrUpdateResponse = PrivateZone;
|
|
321
|
+
/** Optional parameters. */
|
|
322
|
+
export interface PrivateZonesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
323
|
+
/** The ETag of the Private DNS zone. Omit this value to always overwrite the current zone. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */
|
|
324
|
+
ifMatch?: string;
|
|
325
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
326
|
+
updateIntervalInMs?: number;
|
|
327
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
328
|
+
resumeFrom?: string;
|
|
329
|
+
}
|
|
330
|
+
/** Contains response data for the update operation. */
|
|
331
|
+
export type PrivateZonesUpdateResponse = PrivateZone;
|
|
332
|
+
/** Optional parameters. */
|
|
333
|
+
export interface PrivateZonesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
334
|
+
/** The ETag of the Private DNS zone. Omit this value to always delete the current zone. Specify the last-seen ETag value to prevent accidentally deleting any concurrent changes. */
|
|
335
|
+
ifMatch?: string;
|
|
336
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
337
|
+
updateIntervalInMs?: number;
|
|
338
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
339
|
+
resumeFrom?: string;
|
|
340
|
+
}
|
|
341
|
+
/** Optional parameters. */
|
|
342
|
+
export interface PrivateZonesGetOptionalParams extends coreClient.OperationOptions {
|
|
343
|
+
}
|
|
344
|
+
/** Contains response data for the get operation. */
|
|
345
|
+
export type PrivateZonesGetResponse = PrivateZone;
|
|
346
|
+
/** Optional parameters. */
|
|
347
|
+
export interface PrivateZonesListOptionalParams extends coreClient.OperationOptions {
|
|
348
|
+
/** The maximum number of Private DNS zones to return. If not specified, returns up to 100 zones. */
|
|
349
|
+
top?: number;
|
|
350
|
+
}
|
|
351
|
+
/** Contains response data for the list operation. */
|
|
352
|
+
export type PrivateZonesListResponse = PrivateZoneListResult;
|
|
353
|
+
/** Optional parameters. */
|
|
354
|
+
export interface PrivateZonesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
355
|
+
/** The maximum number of record sets to return. If not specified, returns up to 100 record sets. */
|
|
356
|
+
top?: number;
|
|
357
|
+
}
|
|
358
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
359
|
+
export type PrivateZonesListByResourceGroupResponse = PrivateZoneListResult;
|
|
360
|
+
/** Optional parameters. */
|
|
361
|
+
export interface PrivateZonesListNextOptionalParams extends coreClient.OperationOptions {
|
|
362
|
+
}
|
|
363
|
+
/** Contains response data for the listNext operation. */
|
|
364
|
+
export type PrivateZonesListNextResponse = PrivateZoneListResult;
|
|
365
|
+
/** Optional parameters. */
|
|
366
|
+
export interface PrivateZonesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
367
|
+
}
|
|
368
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
369
|
+
export type PrivateZonesListByResourceGroupNextResponse = PrivateZoneListResult;
|
|
370
|
+
/** Optional parameters. */
|
|
371
|
+
export interface VirtualNetworkLinksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
372
|
+
/** The ETag of the virtual network link to the Private DNS zone. Omit this value to always overwrite the current virtual network link. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */
|
|
373
|
+
ifMatch?: string;
|
|
374
|
+
/** Set to '*' to allow a new virtual network link to the Private DNS zone to be created, but to prevent updating an existing link. Other values will be ignored. */
|
|
375
|
+
ifNoneMatch?: string;
|
|
376
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
377
|
+
updateIntervalInMs?: number;
|
|
378
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
379
|
+
resumeFrom?: string;
|
|
380
|
+
}
|
|
381
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
382
|
+
export type VirtualNetworkLinksCreateOrUpdateResponse = VirtualNetworkLink;
|
|
383
|
+
/** Optional parameters. */
|
|
384
|
+
export interface VirtualNetworkLinksUpdateOptionalParams extends coreClient.OperationOptions {
|
|
385
|
+
/** The ETag of the virtual network link to the Private DNS zone. Omit this value to always overwrite the current virtual network link. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */
|
|
386
|
+
ifMatch?: string;
|
|
387
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
388
|
+
updateIntervalInMs?: number;
|
|
389
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
390
|
+
resumeFrom?: string;
|
|
391
|
+
}
|
|
392
|
+
/** Contains response data for the update operation. */
|
|
393
|
+
export type VirtualNetworkLinksUpdateResponse = VirtualNetworkLink;
|
|
394
|
+
/** Optional parameters. */
|
|
395
|
+
export interface VirtualNetworkLinksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
396
|
+
/** The ETag of the virtual network link to the Private DNS zone. Omit this value to always delete the current zone. Specify the last-seen ETag value to prevent accidentally deleting any concurrent changes. */
|
|
397
|
+
ifMatch?: string;
|
|
398
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
399
|
+
updateIntervalInMs?: number;
|
|
400
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
401
|
+
resumeFrom?: string;
|
|
402
|
+
}
|
|
403
|
+
/** Optional parameters. */
|
|
404
|
+
export interface VirtualNetworkLinksGetOptionalParams extends coreClient.OperationOptions {
|
|
405
|
+
}
|
|
406
|
+
/** Contains response data for the get operation. */
|
|
407
|
+
export type VirtualNetworkLinksGetResponse = VirtualNetworkLink;
|
|
408
|
+
/** Optional parameters. */
|
|
409
|
+
export interface VirtualNetworkLinksListOptionalParams extends coreClient.OperationOptions {
|
|
410
|
+
/** The maximum number of virtual network links to return. If not specified, returns up to 100 virtual network links. */
|
|
411
|
+
top?: number;
|
|
412
|
+
}
|
|
413
|
+
/** Contains response data for the list operation. */
|
|
414
|
+
export type VirtualNetworkLinksListResponse = VirtualNetworkLinkListResult;
|
|
415
|
+
/** Optional parameters. */
|
|
416
|
+
export interface VirtualNetworkLinksListNextOptionalParams extends coreClient.OperationOptions {
|
|
417
|
+
}
|
|
418
|
+
/** Contains response data for the listNext operation. */
|
|
419
|
+
export type VirtualNetworkLinksListNextResponse = VirtualNetworkLinkListResult;
|
|
420
|
+
/** Optional parameters. */
|
|
421
|
+
export interface RecordSetsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
422
|
+
/** The ETag of the record set. Omit this value to always overwrite the current record set. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */
|
|
423
|
+
ifMatch?: string;
|
|
424
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing record set. Other values will be ignored. */
|
|
425
|
+
ifNoneMatch?: string;
|
|
426
|
+
}
|
|
427
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
428
|
+
export type RecordSetsCreateOrUpdateResponse = RecordSet;
|
|
429
|
+
/** Optional parameters. */
|
|
430
|
+
export interface RecordSetsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
431
|
+
/** The ETag of the record set. Omit this value to always overwrite the current record set. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
432
|
+
ifMatch?: string;
|
|
433
|
+
}
|
|
434
|
+
/** Contains response data for the update operation. */
|
|
435
|
+
export type RecordSetsUpdateResponse = RecordSet;
|
|
436
|
+
/** Optional parameters. */
|
|
437
|
+
export interface RecordSetsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
438
|
+
/** The ETag of the record set. Omit this value to always delete the current record set. Specify the last-seen ETag value to prevent accidentally deleting any concurrent changes. */
|
|
439
|
+
ifMatch?: string;
|
|
440
|
+
}
|
|
441
|
+
/** Optional parameters. */
|
|
442
|
+
export interface RecordSetsGetOptionalParams extends coreClient.OperationOptions {
|
|
443
|
+
}
|
|
444
|
+
/** Contains response data for the get operation. */
|
|
445
|
+
export type RecordSetsGetResponse = RecordSet;
|
|
446
|
+
/** Optional parameters. */
|
|
447
|
+
export interface RecordSetsListByTypeOptionalParams extends coreClient.OperationOptions {
|
|
448
|
+
/** The maximum number of record sets to return. If not specified, returns up to 100 record sets. */
|
|
449
|
+
top?: number;
|
|
450
|
+
/** The suffix label of the record set name to be used to filter the record set enumeration. If this parameter is specified, the returned enumeration will only contain records that end with ".<recordsetnamesuffix>". */
|
|
451
|
+
recordsetnamesuffix?: string;
|
|
452
|
+
}
|
|
453
|
+
/** Contains response data for the listByType operation. */
|
|
454
|
+
export type RecordSetsListByTypeResponse = RecordSetListResult;
|
|
455
|
+
/** Optional parameters. */
|
|
456
|
+
export interface RecordSetsListOptionalParams extends coreClient.OperationOptions {
|
|
457
|
+
/** The maximum number of record sets to return. If not specified, returns up to 100 record sets. */
|
|
458
|
+
top?: number;
|
|
459
|
+
/** The suffix label of the record set name to be used to filter the record set enumeration. If this parameter is specified, the returned enumeration will only contain records that end with ".<recordsetnamesuffix>". */
|
|
460
|
+
recordsetnamesuffix?: string;
|
|
461
|
+
}
|
|
462
|
+
/** Contains response data for the list operation. */
|
|
463
|
+
export type RecordSetsListResponse = RecordSetListResult;
|
|
464
|
+
/** Optional parameters. */
|
|
465
|
+
export interface RecordSetsListByTypeNextOptionalParams extends coreClient.OperationOptions {
|
|
466
|
+
}
|
|
467
|
+
/** Contains response data for the listByTypeNext operation. */
|
|
468
|
+
export type RecordSetsListByTypeNextResponse = RecordSetListResult;
|
|
469
|
+
/** Optional parameters. */
|
|
470
|
+
export interface RecordSetsListNextOptionalParams extends coreClient.OperationOptions {
|
|
471
|
+
}
|
|
472
|
+
/** Contains response data for the listNext operation. */
|
|
473
|
+
export type RecordSetsListNextResponse = RecordSetListResult;
|
|
474
|
+
/** Optional parameters. */
|
|
475
|
+
export interface PrivateDnsManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
476
|
+
/** server parameter */
|
|
477
|
+
$host?: string;
|
|
478
|
+
/** Api Version */
|
|
479
|
+
apiVersion?: string;
|
|
480
|
+
/** Overrides client endpoint. */
|
|
481
|
+
endpoint?: string;
|
|
482
|
+
}
|
|
483
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
9
|
+
export var KnownProvisioningState;
|
|
10
|
+
(function (KnownProvisioningState) {
|
|
11
|
+
/** Creating */
|
|
12
|
+
KnownProvisioningState["Creating"] = "Creating";
|
|
13
|
+
/** Updating */
|
|
14
|
+
KnownProvisioningState["Updating"] = "Updating";
|
|
15
|
+
/** Deleting */
|
|
16
|
+
KnownProvisioningState["Deleting"] = "Deleting";
|
|
17
|
+
/** Succeeded */
|
|
18
|
+
KnownProvisioningState["Succeeded"] = "Succeeded";
|
|
19
|
+
/** Failed */
|
|
20
|
+
KnownProvisioningState["Failed"] = "Failed";
|
|
21
|
+
/** Canceled */
|
|
22
|
+
KnownProvisioningState["Canceled"] = "Canceled";
|
|
23
|
+
})(KnownProvisioningState || (KnownProvisioningState = {}));
|
|
24
|
+
/** Known values of {@link ResolutionPolicy} that the service accepts. */
|
|
25
|
+
export var KnownResolutionPolicy;
|
|
26
|
+
(function (KnownResolutionPolicy) {
|
|
27
|
+
/** Default */
|
|
28
|
+
KnownResolutionPolicy["Default"] = "Default";
|
|
29
|
+
/** NxDomainRedirect */
|
|
30
|
+
KnownResolutionPolicy["NxDomainRedirect"] = "NxDomainRedirect";
|
|
31
|
+
})(KnownResolutionPolicy || (KnownResolutionPolicy = {}));
|
|
32
|
+
/** Known values of {@link VirtualNetworkLinkState} that the service accepts. */
|
|
33
|
+
export var KnownVirtualNetworkLinkState;
|
|
34
|
+
(function (KnownVirtualNetworkLinkState) {
|
|
35
|
+
/** InProgress */
|
|
36
|
+
KnownVirtualNetworkLinkState["InProgress"] = "InProgress";
|
|
37
|
+
/** Completed */
|
|
38
|
+
KnownVirtualNetworkLinkState["Completed"] = "Completed";
|
|
39
|
+
})(KnownVirtualNetworkLinkState || (KnownVirtualNetworkLinkState = {}));
|
|
40
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAuQH,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAaX;AAbD,WAAY,sBAAsB;IAChC,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,aAAa;IACb,2CAAiB,CAAA;IACjB,eAAe;IACf,+CAAqB,CAAA;AACvB,CAAC,EAbW,sBAAsB,KAAtB,sBAAsB,QAajC;AAgBD,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,cAAc;IACd,4CAAmB,CAAA;IACnB,uBAAuB;IACvB,8DAAqC,CAAA;AACvC,CAAC,EALW,qBAAqB,KAArB,qBAAqB,QAKhC;AAYD,gFAAgF;AAChF,MAAM,CAAN,IAAY,4BAKX;AALD,WAAY,4BAA4B;IACtC,iBAAiB;IACjB,yDAAyB,CAAA;IACzB,gBAAgB;IAChB,uDAAuB,CAAA;AACzB,CAAC,EALW,4BAA4B,KAA5B,4BAA4B,QAKvC","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\n/** The core properties of ARM resources */\nexport interface Resource {\n /**\n * Fully qualified resource Id for the resource. Example - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateDnsZoneName}'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. Example - 'Microsoft.Network/privateDnsZones'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** An error response from the service. */\nexport interface CloudError {\n /** Cloud error body. */\n error?: CloudErrorBody;\n}\n\n/** An error response from the service. */\nexport interface CloudErrorBody {\n /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */\n code?: string;\n /** A message describing the error, intended to be suitable for display in a user interface. */\n message?: string;\n /** The target of the particular error. For example, the name of the property in error. */\n target?: string;\n /** A list of additional details about the error. */\n details?: CloudErrorBody[];\n}\n\n/** The response to a Private DNS zone list operation. */\nexport interface PrivateZoneListResult {\n /** Information about the Private DNS zones. */\n value?: PrivateZone[];\n /**\n * The continuation token for the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Reference to another subresource. */\nexport interface SubResource {\n /** Resource ID. */\n id?: string;\n}\n\n/** The response to a list virtual network link to Private DNS zone operation. */\nexport interface VirtualNetworkLinkListResult {\n /** Information about the virtual network links to the Private DNS zones. */\n value?: VirtualNetworkLink[];\n /**\n * The continuation token for the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** An A record. */\nexport interface ARecord {\n /** The IPv4 address of this A record. */\n ipv4Address?: string;\n}\n\n/** An AAAA record. */\nexport interface AaaaRecord {\n /** The IPv6 address of this AAAA record. */\n ipv6Address?: string;\n}\n\n/** A CNAME record. */\nexport interface CnameRecord {\n /** The canonical name for this CNAME record. */\n cname?: string;\n}\n\n/** An MX record. */\nexport interface MxRecord {\n /** The preference value for this MX record. */\n preference?: number;\n /** The domain name of the mail host for this MX record. */\n exchange?: string;\n}\n\n/** A PTR record. */\nexport interface PtrRecord {\n /** The PTR target domain name for this PTR record. */\n ptrdname?: string;\n}\n\n/** An SOA record. */\nexport interface SoaRecord {\n /** The domain name of the authoritative name server for this SOA record. */\n host?: string;\n /** The email contact for this SOA record. */\n email?: string;\n /** The serial number for this SOA record. */\n serialNumber?: number;\n /** The refresh value for this SOA record. */\n refreshTime?: number;\n /** The retry time for this SOA record. */\n retryTime?: number;\n /** The expire time for this SOA record. */\n expireTime?: number;\n /** The minimum value for this SOA record. By convention this is used to determine the negative caching duration. */\n minimumTtl?: number;\n}\n\n/** An SRV record. */\nexport interface SrvRecord {\n /** The priority value for this SRV record. */\n priority?: number;\n /** The weight value for this SRV record. */\n weight?: number;\n /** The port value for this SRV record. */\n port?: number;\n /** The target domain name for this SRV record. */\n target?: string;\n}\n\n/** A TXT record. */\nexport interface TxtRecord {\n /** The text value of this TXT record. */\n value?: string[];\n}\n\n/** The response to a record set list operation. */\nexport interface RecordSetListResult {\n /** Information about the record sets in the response. */\n value?: RecordSet[];\n /**\n * The continuation token for the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The resource model definition for a ARM tracked top level resource */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The Azure Region where the resource lives */\n location?: string;\n}\n\n/** The resource model definition for an ARM proxy resource. */\nexport interface ProxyResource extends Resource {}\n\n/** Describes a Private DNS zone. */\nexport interface PrivateZone extends TrackedResource {\n /** The ETag of the zone. */\n etag?: string;\n /**\n * The maximum number of record sets that can be created in this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxNumberOfRecordSets?: number;\n /**\n * The current number of record sets in this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfRecordSets?: number;\n /**\n * The maximum number of virtual networks that can be linked to this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxNumberOfVirtualNetworkLinks?: number;\n /**\n * The current number of virtual networks that are linked to this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfVirtualNetworkLinks?: number;\n /**\n * The maximum number of virtual networks that can be linked to this Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxNumberOfVirtualNetworkLinksWithRegistration?: number;\n /**\n * The current number of virtual networks that are linked to this Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfVirtualNetworkLinksWithRegistration?: number;\n /**\n * The provisioning state of the resource. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Private zone internal Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly internalId?: string;\n}\n\n/** Describes a link to virtual network for a Private DNS zone. */\nexport interface VirtualNetworkLink extends TrackedResource {\n /** The ETag of the virtual network link. */\n etag?: string;\n /** The reference of the virtual network. */\n virtualNetwork?: SubResource;\n /** Is auto-registration of virtual machine records in the virtual network in the Private DNS zone enabled? */\n registrationEnabled?: boolean;\n /** The resolution policy on the virtual network link. Only applicable for virtual network links to privatelink zones, and for A,AAAA,CNAME queries. When set to 'NxDomainRedirect', Azure DNS resolver falls back to public resolution if private dns query resolution results in non-existent domain response. */\n resolutionPolicy?: ResolutionPolicy;\n /**\n * The status of the virtual network link to the Private DNS zone. Possible values are 'InProgress' and 'Done'. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly virtualNetworkLinkState?: VirtualNetworkLinkState;\n /**\n * The provisioning state of the resource. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Describes a DNS record set (a collection of DNS records with the same name and type) in a Private DNS zone. */\nexport interface RecordSet extends ProxyResource {\n /** The ETag of the record set. */\n etag?: string;\n /** The metadata attached to the record set. */\n metadata?: { [propertyName: string]: string };\n /** The TTL (time-to-live) of the records in the record set. */\n ttl?: number;\n /**\n * Fully qualified domain name of the record set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fqdn?: string;\n /**\n * Is the record set auto-registered in the Private DNS zone through a virtual network link?\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isAutoRegistered?: boolean;\n /** The list of A records in the record set. */\n aRecords?: ARecord[];\n /** The list of AAAA records in the record set. */\n aaaaRecords?: AaaaRecord[];\n /** The CNAME record in the record set. */\n cnameRecord?: CnameRecord;\n /** The list of MX records in the record set. */\n mxRecords?: MxRecord[];\n /** The list of PTR records in the record set. */\n ptrRecords?: PtrRecord[];\n /** The SOA record in the record set. */\n soaRecord?: SoaRecord;\n /** The list of SRV records in the record set. */\n srvRecords?: SrvRecord[];\n /** The list of TXT records in the record set. */\n txtRecords?: TxtRecord[];\n}\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link ResolutionPolicy} that the service accepts. */\nexport enum KnownResolutionPolicy {\n /** Default */\n Default = \"Default\",\n /** NxDomainRedirect */\n NxDomainRedirect = \"NxDomainRedirect\",\n}\n\n/**\n * Defines values for ResolutionPolicy. \\\n * {@link KnownResolutionPolicy} can be used interchangeably with ResolutionPolicy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default** \\\n * **NxDomainRedirect**\n */\nexport type ResolutionPolicy = string;\n\n/** Known values of {@link VirtualNetworkLinkState} that the service accepts. */\nexport enum KnownVirtualNetworkLinkState {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Completed */\n Completed = \"Completed\",\n}\n\n/**\n * Defines values for VirtualNetworkLinkState. \\\n * {@link KnownVirtualNetworkLinkState} can be used interchangeably with VirtualNetworkLinkState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Completed**\n */\nexport type VirtualNetworkLinkState = string;\n/** Defines values for RecordType. */\nexport type RecordType =\n | \"A\"\n | \"AAAA\"\n | \"CNAME\"\n | \"MX\"\n | \"PTR\"\n | \"SOA\"\n | \"SRV\"\n | \"TXT\";\n\n/** Optional parameters. */\nexport interface PrivateZonesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the Private DNS zone. Omit this value to always overwrite the current zone. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new Private DNS zone to be created, but to prevent updating an existing zone. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PrivateZonesCreateOrUpdateResponse = PrivateZone;\n\n/** Optional parameters. */\nexport interface PrivateZonesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the Private DNS zone. Omit this value to always overwrite the current zone. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type PrivateZonesUpdateResponse = PrivateZone;\n\n/** Optional parameters. */\nexport interface PrivateZonesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the Private DNS zone. Omit this value to always delete the current zone. Specify the last-seen ETag value to prevent accidentally deleting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PrivateZonesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateZonesGetResponse = PrivateZone;\n\n/** Optional parameters. */\nexport interface PrivateZonesListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of Private DNS zones to return. If not specified, returns up to 100 zones. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type PrivateZonesListResponse = PrivateZoneListResult;\n\n/** Optional parameters. */\nexport interface PrivateZonesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of record sets to return. If not specified, returns up to 100 record sets. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type PrivateZonesListByResourceGroupResponse = PrivateZoneListResult;\n\n/** Optional parameters. */\nexport interface PrivateZonesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type PrivateZonesListNextResponse = PrivateZoneListResult;\n\n/** Optional parameters. */\nexport interface PrivateZonesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type PrivateZonesListByResourceGroupNextResponse = PrivateZoneListResult;\n\n/** Optional parameters. */\nexport interface VirtualNetworkLinksCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the virtual network link to the Private DNS zone. Omit this value to always overwrite the current virtual network link. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new virtual network link to the Private DNS zone to be created, but to prevent updating an existing link. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type VirtualNetworkLinksCreateOrUpdateResponse = VirtualNetworkLink;\n\n/** Optional parameters. */\nexport interface VirtualNetworkLinksUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the virtual network link to the Private DNS zone. Omit this value to always overwrite the current virtual network link. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type VirtualNetworkLinksUpdateResponse = VirtualNetworkLink;\n\n/** Optional parameters. */\nexport interface VirtualNetworkLinksDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the virtual network link to the Private DNS zone. Omit this value to always delete the current zone. Specify the last-seen ETag value to prevent accidentally deleting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VirtualNetworkLinksGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VirtualNetworkLinksGetResponse = VirtualNetworkLink;\n\n/** Optional parameters. */\nexport interface VirtualNetworkLinksListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of virtual network links to return. If not specified, returns up to 100 virtual network links. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type VirtualNetworkLinksListResponse = VirtualNetworkLinkListResult;\n\n/** Optional parameters. */\nexport interface VirtualNetworkLinksListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type VirtualNetworkLinksListNextResponse = VirtualNetworkLinkListResult;\n\n/** Optional parameters. */\nexport interface RecordSetsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the record set. Omit this value to always overwrite the current record set. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new record set to be created, but to prevent updating an existing record set. Other values will be ignored. */\n ifNoneMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type RecordSetsCreateOrUpdateResponse = RecordSet;\n\n/** Optional parameters. */\nexport interface RecordSetsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the record set. Omit this value to always overwrite the current record set. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */\n ifMatch?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type RecordSetsUpdateResponse = RecordSet;\n\n/** Optional parameters. */\nexport interface RecordSetsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the record set. Omit this value to always delete the current record set. Specify the last-seen ETag value to prevent accidentally deleting any concurrent changes. */\n ifMatch?: string;\n}\n\n/** Optional parameters. */\nexport interface RecordSetsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type RecordSetsGetResponse = RecordSet;\n\n/** Optional parameters. */\nexport interface RecordSetsListByTypeOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of record sets to return. If not specified, returns up to 100 record sets. */\n top?: number;\n /** The suffix label of the record set name to be used to filter the record set enumeration. If this parameter is specified, the returned enumeration will only contain records that end with \".<recordsetnamesuffix>\". */\n recordsetnamesuffix?: string;\n}\n\n/** Contains response data for the listByType operation. */\nexport type RecordSetsListByTypeResponse = RecordSetListResult;\n\n/** Optional parameters. */\nexport interface RecordSetsListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of record sets to return. If not specified, returns up to 100 record sets. */\n top?: number;\n /** The suffix label of the record set name to be used to filter the record set enumeration. If this parameter is specified, the returned enumeration will only contain records that end with \".<recordsetnamesuffix>\". */\n recordsetnamesuffix?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type RecordSetsListResponse = RecordSetListResult;\n\n/** Optional parameters. */\nexport interface RecordSetsListByTypeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByTypeNext operation. */\nexport type RecordSetsListByTypeNextResponse = RecordSetListResult;\n\n/** Optional parameters. */\nexport interface RecordSetsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type RecordSetsListNextResponse = RecordSetListResult;\n\n/** Optional parameters. */\nexport interface PrivateDnsManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|