@azure/arm-avs 6.0.1-alpha.20241230.1 → 6.0.1-alpha.20250108.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/dist/browser/azureVMwareSolutionAPI.d.ts +36 -0
- package/dist/browser/azureVMwareSolutionAPI.d.ts.map +1 -0
- package/dist/browser/azureVMwareSolutionAPI.js +113 -0
- package/dist/browser/azureVMwareSolutionAPI.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +480 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/addons.d.ts +81 -0
- package/dist/browser/operations/addons.d.ts.map +1 -0
- package/dist/browser/operations/addons.js +350 -0
- package/dist/browser/operations/addons.js.map +1 -0
- package/dist/browser/operations/authorizations.d.ts +81 -0
- package/dist/browser/operations/authorizations.d.ts.map +1 -0
- package/dist/browser/operations/authorizations.js +356 -0
- package/dist/browser/operations/authorizations.js.map +1 -0
- package/dist/browser/operations/cloudLinks.d.ts +81 -0
- package/dist/browser/operations/cloudLinks.d.ts.map +1 -0
- package/dist/browser/operations/cloudLinks.js +356 -0
- package/dist/browser/operations/cloudLinks.js.map +1 -0
- package/dist/browser/operations/clusters.d.ts +107 -0
- package/dist/browser/operations/clusters.d.ts.map +1 -0
- package/dist/browser/operations/clusters.js +483 -0
- package/dist/browser/operations/clusters.js.map +1 -0
- package/dist/browser/operations/datastores.d.ts +89 -0
- package/dist/browser/operations/datastores.d.ts.map +1 -0
- package/dist/browser/operations/datastores.js +382 -0
- package/dist/browser/operations/datastores.js.map +1 -0
- package/dist/browser/operations/globalReachConnections.d.ts +81 -0
- package/dist/browser/operations/globalReachConnections.d.ts.map +1 -0
- package/dist/browser/operations/globalReachConnections.js +366 -0
- package/dist/browser/operations/globalReachConnections.js.map +1 -0
- package/dist/browser/operations/hcxEnterpriseSites.d.ts +63 -0
- package/dist/browser/operations/hcxEnterpriseSites.d.ts.map +1 -0
- package/dist/browser/operations/hcxEnterpriseSites.js +257 -0
- package/dist/browser/operations/hcxEnterpriseSites.js.map +1 -0
- package/dist/browser/operations/index.d.ts +18 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +25 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/iscsiPaths.d.ts +76 -0
- package/dist/browser/operations/iscsiPaths.d.ts.map +1 -0
- package/dist/browser/operations/iscsiPaths.js +342 -0
- package/dist/browser/operations/iscsiPaths.js.map +1 -0
- package/dist/browser/operations/locations.d.ts +25 -0
- package/dist/browser/operations/locations.d.ts.map +1 -0
- package/dist/browser/operations/locations.js +81 -0
- package/dist/browser/operations/locations.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +133 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/placementPolicies.d.ts +109 -0
- package/dist/browser/operations/placementPolicies.d.ts.map +1 -0
- package/dist/browser/operations/placementPolicies.js +481 -0
- package/dist/browser/operations/placementPolicies.js.map +1 -0
- package/dist/browser/operations/privateClouds.d.ts +142 -0
- package/dist/browser/operations/privateClouds.d.ts.map +1 -0
- package/dist/browser/operations/privateClouds.js +733 -0
- package/dist/browser/operations/privateClouds.js.map +1 -0
- package/dist/browser/operations/scriptCmdlets.d.ts +50 -0
- package/dist/browser/operations/scriptCmdlets.d.ts.map +1 -0
- package/dist/browser/operations/scriptCmdlets.js +201 -0
- package/dist/browser/operations/scriptCmdlets.js.map +1 -0
- package/dist/browser/operations/scriptExecutions.d.ts +89 -0
- package/dist/browser/operations/scriptExecutions.d.ts.map +1 -0
- package/dist/browser/operations/scriptExecutions.js +395 -0
- package/dist/browser/operations/scriptExecutions.js.map +1 -0
- package/dist/browser/operations/scriptPackages.d.ts +46 -0
- package/dist/browser/operations/scriptPackages.d.ts.map +1 -0
- package/dist/browser/operations/scriptPackages.js +182 -0
- package/dist/browser/operations/scriptPackages.js.map +1 -0
- package/dist/browser/operations/virtualMachines.d.ts +71 -0
- package/dist/browser/operations/virtualMachines.d.ts.map +1 -0
- package/dist/browser/operations/virtualMachines.js +296 -0
- package/dist/browser/operations/virtualMachines.js.map +1 -0
- package/dist/browser/operations/workloadNetworks.d.ts +680 -0
- package/dist/browser/operations/workloadNetworks.d.ts.map +1 -0
- package/dist/browser/operations/workloadNetworks.js +3360 -0
- package/dist/browser/operations/workloadNetworks.js.map +1 -0
- package/dist/browser/operationsInterfaces/addons.d.ts +56 -0
- package/dist/browser/operationsInterfaces/addons.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/addons.js.map +1 -0
- package/dist/browser/operationsInterfaces/authorizations.d.ts +56 -0
- package/dist/browser/operationsInterfaces/authorizations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/authorizations.js.map +1 -0
- package/dist/browser/operationsInterfaces/cloudLinks.d.ts +56 -0
- package/dist/browser/operationsInterfaces/cloudLinks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/cloudLinks.js.map +1 -0
- package/dist/browser/operationsInterfaces/clusters.d.ts +82 -0
- package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/clusters.js.map +1 -0
- package/dist/browser/operationsInterfaces/datastores.d.ts +62 -0
- package/dist/browser/operationsInterfaces/datastores.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/datastores.js.map +1 -0
- package/dist/browser/operationsInterfaces/globalReachConnections.d.ts +56 -0
- package/dist/browser/operationsInterfaces/globalReachConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/globalReachConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/hcxEnterpriseSites.d.ts +38 -0
- package/dist/browser/operationsInterfaces/hcxEnterpriseSites.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/hcxEnterpriseSites.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +18 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +25 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/iscsiPaths.d.ts +51 -0
- package/dist/browser/operationsInterfaces/iscsiPaths.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/iscsiPaths.js.map +1 -0
- package/dist/browser/operationsInterfaces/locations.d.ts +17 -0
- package/dist/browser/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/locations.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/placementPolicies.d.ts +82 -0
- package/dist/browser/operationsInterfaces/placementPolicies.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/placementPolicies.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateClouds.d.ts +106 -0
- package/dist/browser/operationsInterfaces/privateClouds.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateClouds.js.map +1 -0
- package/dist/browser/operationsInterfaces/scriptCmdlets.d.ts +23 -0
- package/dist/browser/operationsInterfaces/scriptCmdlets.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/scriptCmdlets.js.map +1 -0
- package/dist/browser/operationsInterfaces/scriptExecutions.d.ts +64 -0
- package/dist/browser/operationsInterfaces/scriptExecutions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/scriptExecutions.js.map +1 -0
- package/dist/browser/operationsInterfaces/scriptPackages.d.ts +21 -0
- package/dist/browser/operationsInterfaces/scriptPackages.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/scriptPackages.js.map +1 -0
- package/dist/browser/operationsInterfaces/virtualMachines.d.ts +44 -0
- package/dist/browser/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist/browser/operationsInterfaces/workloadNetworks.d.ts +502 -0
- package/dist/browser/operationsInterfaces/workloadNetworks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workloadNetworks.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/azureVMwareSolutionAPI.d.ts +36 -0
- package/dist/commonjs/azureVMwareSolutionAPI.d.ts.map +1 -0
- package/dist/commonjs/azureVMwareSolutionAPI.js +118 -0
- package/dist/commonjs/azureVMwareSolutionAPI.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +3814 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +718 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +162 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +3983 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +55 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +484 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/addons.d.ts +81 -0
- package/dist/commonjs/operations/addons.d.ts.map +1 -0
- package/dist/commonjs/operations/addons.js +354 -0
- package/dist/commonjs/operations/addons.js.map +1 -0
- package/dist/commonjs/operations/authorizations.d.ts +81 -0
- package/dist/commonjs/operations/authorizations.d.ts.map +1 -0
- package/dist/commonjs/operations/authorizations.js +360 -0
- package/dist/commonjs/operations/authorizations.js.map +1 -0
- package/dist/commonjs/operations/cloudLinks.d.ts +81 -0
- package/dist/commonjs/operations/cloudLinks.d.ts.map +1 -0
- package/dist/commonjs/operations/cloudLinks.js +360 -0
- package/dist/commonjs/operations/cloudLinks.js.map +1 -0
- package/dist/commonjs/operations/clusters.d.ts +107 -0
- package/dist/commonjs/operations/clusters.d.ts.map +1 -0
- package/dist/commonjs/operations/clusters.js +487 -0
- package/dist/commonjs/operations/clusters.js.map +1 -0
- package/dist/commonjs/operations/datastores.d.ts +89 -0
- package/dist/commonjs/operations/datastores.d.ts.map +1 -0
- package/dist/commonjs/operations/datastores.js +386 -0
- package/dist/commonjs/operations/datastores.js.map +1 -0
- package/dist/commonjs/operations/globalReachConnections.d.ts +81 -0
- package/dist/commonjs/operations/globalReachConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/globalReachConnections.js +370 -0
- package/dist/commonjs/operations/globalReachConnections.js.map +1 -0
- package/dist/commonjs/operations/hcxEnterpriseSites.d.ts +63 -0
- package/dist/commonjs/operations/hcxEnterpriseSites.d.ts.map +1 -0
- package/dist/commonjs/operations/hcxEnterpriseSites.js +261 -0
- package/dist/commonjs/operations/hcxEnterpriseSites.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +18 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +28 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/iscsiPaths.d.ts +76 -0
- package/dist/commonjs/operations/iscsiPaths.d.ts.map +1 -0
- package/dist/commonjs/operations/iscsiPaths.js +346 -0
- package/dist/commonjs/operations/iscsiPaths.js.map +1 -0
- package/dist/commonjs/operations/locations.d.ts +25 -0
- package/dist/commonjs/operations/locations.d.ts.map +1 -0
- package/dist/commonjs/operations/locations.js +86 -0
- package/dist/commonjs/operations/locations.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/placementPolicies.d.ts +109 -0
- package/dist/commonjs/operations/placementPolicies.d.ts.map +1 -0
- package/dist/commonjs/operations/placementPolicies.js +485 -0
- package/dist/commonjs/operations/placementPolicies.js.map +1 -0
- package/dist/commonjs/operations/privateClouds.d.ts +142 -0
- package/dist/commonjs/operations/privateClouds.d.ts.map +1 -0
- package/dist/commonjs/operations/privateClouds.js +737 -0
- package/dist/commonjs/operations/privateClouds.js.map +1 -0
- package/dist/commonjs/operations/scriptCmdlets.d.ts +50 -0
- package/dist/commonjs/operations/scriptCmdlets.d.ts.map +1 -0
- package/dist/commonjs/operations/scriptCmdlets.js +205 -0
- package/dist/commonjs/operations/scriptCmdlets.js.map +1 -0
- package/dist/commonjs/operations/scriptExecutions.d.ts +89 -0
- package/dist/commonjs/operations/scriptExecutions.d.ts.map +1 -0
- package/dist/commonjs/operations/scriptExecutions.js +399 -0
- package/dist/commonjs/operations/scriptExecutions.js.map +1 -0
- package/dist/commonjs/operations/scriptPackages.d.ts +46 -0
- package/dist/commonjs/operations/scriptPackages.d.ts.map +1 -0
- package/dist/commonjs/operations/scriptPackages.js +186 -0
- package/dist/commonjs/operations/scriptPackages.js.map +1 -0
- package/dist/commonjs/operations/virtualMachines.d.ts +71 -0
- package/dist/commonjs/operations/virtualMachines.d.ts.map +1 -0
- package/dist/commonjs/operations/virtualMachines.js +300 -0
- package/dist/commonjs/operations/virtualMachines.js.map +1 -0
- package/dist/commonjs/operations/workloadNetworks.d.ts +680 -0
- package/dist/commonjs/operations/workloadNetworks.d.ts.map +1 -0
- package/dist/commonjs/operations/workloadNetworks.js +3364 -0
- package/dist/commonjs/operations/workloadNetworks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/addons.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/addons.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/addons.js +10 -0
- package/dist/commonjs/operationsInterfaces/addons.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/authorizations.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/authorizations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/authorizations.js +10 -0
- package/dist/commonjs/operationsInterfaces/authorizations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/cloudLinks.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/cloudLinks.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/cloudLinks.js +10 -0
- package/dist/commonjs/operationsInterfaces/cloudLinks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusters.d.ts +82 -0
- package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusters.js +10 -0
- package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/datastores.d.ts +62 -0
- package/dist/commonjs/operationsInterfaces/datastores.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/datastores.js +10 -0
- package/dist/commonjs/operationsInterfaces/datastores.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/globalReachConnections.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/globalReachConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/globalReachConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/globalReachConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/hcxEnterpriseSites.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/hcxEnterpriseSites.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/hcxEnterpriseSites.js +10 -0
- package/dist/commonjs/operationsInterfaces/hcxEnterpriseSites.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +18 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +28 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/iscsiPaths.d.ts +51 -0
- package/dist/commonjs/operationsInterfaces/iscsiPaths.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/iscsiPaths.js +10 -0
- package/dist/commonjs/operationsInterfaces/iscsiPaths.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/locations.d.ts +17 -0
- package/dist/commonjs/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/locations.js +10 -0
- package/dist/commonjs/operationsInterfaces/locations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/placementPolicies.d.ts +82 -0
- package/dist/commonjs/operationsInterfaces/placementPolicies.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/placementPolicies.js +10 -0
- package/dist/commonjs/operationsInterfaces/placementPolicies.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateClouds.d.ts +106 -0
- package/dist/commonjs/operationsInterfaces/privateClouds.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateClouds.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateClouds.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/scriptCmdlets.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/scriptCmdlets.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/scriptCmdlets.js +10 -0
- package/dist/commonjs/operationsInterfaces/scriptCmdlets.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/scriptExecutions.d.ts +64 -0
- package/dist/commonjs/operationsInterfaces/scriptExecutions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/scriptExecutions.js +10 -0
- package/dist/commonjs/operationsInterfaces/scriptExecutions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/scriptPackages.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/scriptPackages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/scriptPackages.js +10 -0
- package/dist/commonjs/operationsInterfaces/scriptPackages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts +44 -0
- package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualMachines.js +10 -0
- package/dist/commonjs/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workloadNetworks.d.ts +502 -0
- package/dist/commonjs/operationsInterfaces/workloadNetworks.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workloadNetworks.js +10 -0
- package/dist/commonjs/operationsInterfaces/workloadNetworks.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/esm/azureVMwareSolutionAPI.d.ts +36 -0
- package/dist/esm/azureVMwareSolutionAPI.d.ts.map +1 -0
- package/dist/esm/azureVMwareSolutionAPI.js +113 -0
- package/dist/esm/azureVMwareSolutionAPI.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +3814 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +714 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +162 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +3978 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +55 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +480 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/addons.d.ts +81 -0
- package/dist/esm/operations/addons.d.ts.map +1 -0
- package/dist/esm/operations/addons.js +350 -0
- package/dist/esm/operations/addons.js.map +1 -0
- package/dist/esm/operations/authorizations.d.ts +81 -0
- package/dist/esm/operations/authorizations.d.ts.map +1 -0
- package/dist/esm/operations/authorizations.js +356 -0
- package/dist/esm/operations/authorizations.js.map +1 -0
- package/dist/esm/operations/cloudLinks.d.ts +81 -0
- package/dist/esm/operations/cloudLinks.d.ts.map +1 -0
- package/dist/esm/operations/cloudLinks.js +356 -0
- package/dist/esm/operations/cloudLinks.js.map +1 -0
- package/dist/esm/operations/clusters.d.ts +107 -0
- package/dist/esm/operations/clusters.d.ts.map +1 -0
- package/dist/esm/operations/clusters.js +483 -0
- package/dist/esm/operations/clusters.js.map +1 -0
- package/dist/esm/operations/datastores.d.ts +89 -0
- package/dist/esm/operations/datastores.d.ts.map +1 -0
- package/dist/esm/operations/datastores.js +382 -0
- package/dist/esm/operations/datastores.js.map +1 -0
- package/dist/esm/operations/globalReachConnections.d.ts +81 -0
- package/dist/esm/operations/globalReachConnections.d.ts.map +1 -0
- package/dist/esm/operations/globalReachConnections.js +366 -0
- package/dist/esm/operations/globalReachConnections.js.map +1 -0
- package/dist/esm/operations/hcxEnterpriseSites.d.ts +63 -0
- package/dist/esm/operations/hcxEnterpriseSites.d.ts.map +1 -0
- package/dist/esm/operations/hcxEnterpriseSites.js +257 -0
- package/dist/esm/operations/hcxEnterpriseSites.js.map +1 -0
- package/dist/esm/operations/index.d.ts +18 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +25 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/iscsiPaths.d.ts +76 -0
- package/dist/esm/operations/iscsiPaths.d.ts.map +1 -0
- package/dist/esm/operations/iscsiPaths.js +342 -0
- package/dist/esm/operations/iscsiPaths.js.map +1 -0
- package/dist/esm/operations/locations.d.ts +25 -0
- package/dist/esm/operations/locations.d.ts.map +1 -0
- package/dist/esm/operations/locations.js +81 -0
- package/dist/esm/operations/locations.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/placementPolicies.d.ts +109 -0
- package/dist/esm/operations/placementPolicies.d.ts.map +1 -0
- package/dist/esm/operations/placementPolicies.js +481 -0
- package/dist/esm/operations/placementPolicies.js.map +1 -0
- package/dist/esm/operations/privateClouds.d.ts +142 -0
- package/dist/esm/operations/privateClouds.d.ts.map +1 -0
- package/dist/esm/operations/privateClouds.js +733 -0
- package/dist/esm/operations/privateClouds.js.map +1 -0
- package/dist/esm/operations/scriptCmdlets.d.ts +50 -0
- package/dist/esm/operations/scriptCmdlets.d.ts.map +1 -0
- package/dist/esm/operations/scriptCmdlets.js +201 -0
- package/dist/esm/operations/scriptCmdlets.js.map +1 -0
- package/dist/esm/operations/scriptExecutions.d.ts +89 -0
- package/dist/esm/operations/scriptExecutions.d.ts.map +1 -0
- package/dist/esm/operations/scriptExecutions.js +395 -0
- package/dist/esm/operations/scriptExecutions.js.map +1 -0
- package/dist/esm/operations/scriptPackages.d.ts +46 -0
- package/dist/esm/operations/scriptPackages.d.ts.map +1 -0
- package/dist/esm/operations/scriptPackages.js +182 -0
- package/dist/esm/operations/scriptPackages.js.map +1 -0
- package/dist/esm/operations/virtualMachines.d.ts +71 -0
- package/dist/esm/operations/virtualMachines.d.ts.map +1 -0
- package/dist/esm/operations/virtualMachines.js +296 -0
- package/dist/esm/operations/virtualMachines.js.map +1 -0
- package/dist/esm/operations/workloadNetworks.d.ts +680 -0
- package/dist/esm/operations/workloadNetworks.d.ts.map +1 -0
- package/dist/esm/operations/workloadNetworks.js +3360 -0
- package/dist/esm/operations/workloadNetworks.js.map +1 -0
- package/dist/esm/operationsInterfaces/addons.d.ts +56 -0
- package/dist/esm/operationsInterfaces/addons.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/addons.js +9 -0
- package/dist/esm/operationsInterfaces/addons.js.map +1 -0
- package/dist/esm/operationsInterfaces/authorizations.d.ts +56 -0
- package/dist/esm/operationsInterfaces/authorizations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/authorizations.js +9 -0
- package/dist/esm/operationsInterfaces/authorizations.js.map +1 -0
- package/dist/esm/operationsInterfaces/cloudLinks.d.ts +56 -0
- package/dist/esm/operationsInterfaces/cloudLinks.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/cloudLinks.js +9 -0
- package/dist/esm/operationsInterfaces/cloudLinks.js.map +1 -0
- package/dist/esm/operationsInterfaces/clusters.d.ts +82 -0
- package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/clusters.js +9 -0
- package/dist/esm/operationsInterfaces/clusters.js.map +1 -0
- package/dist/esm/operationsInterfaces/datastores.d.ts +62 -0
- package/dist/esm/operationsInterfaces/datastores.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/datastores.js +9 -0
- package/dist/esm/operationsInterfaces/datastores.js.map +1 -0
- package/dist/esm/operationsInterfaces/globalReachConnections.d.ts +56 -0
- package/dist/esm/operationsInterfaces/globalReachConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/globalReachConnections.js +9 -0
- package/dist/esm/operationsInterfaces/globalReachConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/hcxEnterpriseSites.d.ts +38 -0
- package/dist/esm/operationsInterfaces/hcxEnterpriseSites.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/hcxEnterpriseSites.js +9 -0
- package/dist/esm/operationsInterfaces/hcxEnterpriseSites.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +18 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +25 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/iscsiPaths.d.ts +51 -0
- package/dist/esm/operationsInterfaces/iscsiPaths.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/iscsiPaths.js +9 -0
- package/dist/esm/operationsInterfaces/iscsiPaths.js.map +1 -0
- package/dist/esm/operationsInterfaces/locations.d.ts +17 -0
- package/dist/esm/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/locations.js +9 -0
- package/dist/esm/operationsInterfaces/locations.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/placementPolicies.d.ts +82 -0
- package/dist/esm/operationsInterfaces/placementPolicies.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/placementPolicies.js +9 -0
- package/dist/esm/operationsInterfaces/placementPolicies.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateClouds.d.ts +106 -0
- package/dist/esm/operationsInterfaces/privateClouds.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateClouds.js +9 -0
- package/dist/esm/operationsInterfaces/privateClouds.js.map +1 -0
- package/dist/esm/operationsInterfaces/scriptCmdlets.d.ts +23 -0
- package/dist/esm/operationsInterfaces/scriptCmdlets.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/scriptCmdlets.js +9 -0
- package/dist/esm/operationsInterfaces/scriptCmdlets.js.map +1 -0
- package/dist/esm/operationsInterfaces/scriptExecutions.d.ts +64 -0
- package/dist/esm/operationsInterfaces/scriptExecutions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/scriptExecutions.js +9 -0
- package/dist/esm/operationsInterfaces/scriptExecutions.js.map +1 -0
- package/dist/esm/operationsInterfaces/scriptPackages.d.ts +21 -0
- package/dist/esm/operationsInterfaces/scriptPackages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/scriptPackages.js +9 -0
- package/dist/esm/operationsInterfaces/scriptPackages.js.map +1 -0
- package/dist/esm/operationsInterfaces/virtualMachines.d.ts +44 -0
- package/dist/esm/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/virtualMachines.js +9 -0
- package/dist/esm/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist/esm/operationsInterfaces/workloadNetworks.d.ts +502 -0
- package/dist/esm/operationsInterfaces/workloadNetworks.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workloadNetworks.js +9 -0
- package/dist/esm/operationsInterfaces/workloadNetworks.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/azureVMwareSolutionAPI.d.ts +36 -0
- package/dist/react-native/azureVMwareSolutionAPI.d.ts.map +1 -0
- package/dist/react-native/azureVMwareSolutionAPI.js +113 -0
- package/dist/react-native/azureVMwareSolutionAPI.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +3814 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +714 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +162 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +3978 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +55 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +480 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/addons.d.ts +81 -0
- package/dist/react-native/operations/addons.d.ts.map +1 -0
- package/dist/react-native/operations/addons.js +350 -0
- package/dist/react-native/operations/addons.js.map +1 -0
- package/dist/react-native/operations/authorizations.d.ts +81 -0
- package/dist/react-native/operations/authorizations.d.ts.map +1 -0
- package/dist/react-native/operations/authorizations.js +356 -0
- package/dist/react-native/operations/authorizations.js.map +1 -0
- package/dist/react-native/operations/cloudLinks.d.ts +81 -0
- package/dist/react-native/operations/cloudLinks.d.ts.map +1 -0
- package/dist/react-native/operations/cloudLinks.js +356 -0
- package/dist/react-native/operations/cloudLinks.js.map +1 -0
- package/dist/react-native/operations/clusters.d.ts +107 -0
- package/dist/react-native/operations/clusters.d.ts.map +1 -0
- package/dist/react-native/operations/clusters.js +483 -0
- package/dist/react-native/operations/clusters.js.map +1 -0
- package/dist/react-native/operations/datastores.d.ts +89 -0
- package/dist/react-native/operations/datastores.d.ts.map +1 -0
- package/dist/react-native/operations/datastores.js +382 -0
- package/dist/react-native/operations/datastores.js.map +1 -0
- package/dist/react-native/operations/globalReachConnections.d.ts +81 -0
- package/dist/react-native/operations/globalReachConnections.d.ts.map +1 -0
- package/dist/react-native/operations/globalReachConnections.js +366 -0
- package/dist/react-native/operations/globalReachConnections.js.map +1 -0
- package/dist/react-native/operations/hcxEnterpriseSites.d.ts +63 -0
- package/dist/react-native/operations/hcxEnterpriseSites.d.ts.map +1 -0
- package/dist/react-native/operations/hcxEnterpriseSites.js +257 -0
- package/dist/react-native/operations/hcxEnterpriseSites.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +18 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +25 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/iscsiPaths.d.ts +76 -0
- package/dist/react-native/operations/iscsiPaths.d.ts.map +1 -0
- package/dist/react-native/operations/iscsiPaths.js +342 -0
- package/dist/react-native/operations/iscsiPaths.js.map +1 -0
- package/dist/react-native/operations/locations.d.ts +25 -0
- package/dist/react-native/operations/locations.d.ts.map +1 -0
- package/dist/react-native/operations/locations.js +81 -0
- package/dist/react-native/operations/locations.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/placementPolicies.d.ts +109 -0
- package/dist/react-native/operations/placementPolicies.d.ts.map +1 -0
- package/dist/react-native/operations/placementPolicies.js +481 -0
- package/dist/react-native/operations/placementPolicies.js.map +1 -0
- package/dist/react-native/operations/privateClouds.d.ts +142 -0
- package/dist/react-native/operations/privateClouds.d.ts.map +1 -0
- package/dist/react-native/operations/privateClouds.js +733 -0
- package/dist/react-native/operations/privateClouds.js.map +1 -0
- package/dist/react-native/operations/scriptCmdlets.d.ts +50 -0
- package/dist/react-native/operations/scriptCmdlets.d.ts.map +1 -0
- package/dist/react-native/operations/scriptCmdlets.js +201 -0
- package/dist/react-native/operations/scriptCmdlets.js.map +1 -0
- package/dist/react-native/operations/scriptExecutions.d.ts +89 -0
- package/dist/react-native/operations/scriptExecutions.d.ts.map +1 -0
- package/dist/react-native/operations/scriptExecutions.js +395 -0
- package/dist/react-native/operations/scriptExecutions.js.map +1 -0
- package/dist/react-native/operations/scriptPackages.d.ts +46 -0
- package/dist/react-native/operations/scriptPackages.d.ts.map +1 -0
- package/dist/react-native/operations/scriptPackages.js +182 -0
- package/dist/react-native/operations/scriptPackages.js.map +1 -0
- package/dist/react-native/operations/virtualMachines.d.ts +71 -0
- package/dist/react-native/operations/virtualMachines.d.ts.map +1 -0
- package/dist/react-native/operations/virtualMachines.js +296 -0
- package/dist/react-native/operations/virtualMachines.js.map +1 -0
- package/dist/react-native/operations/workloadNetworks.d.ts +680 -0
- package/dist/react-native/operations/workloadNetworks.d.ts.map +1 -0
- package/dist/react-native/operations/workloadNetworks.js +3360 -0
- package/dist/react-native/operations/workloadNetworks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/addons.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/addons.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/addons.js +9 -0
- package/dist/react-native/operationsInterfaces/addons.js.map +1 -0
- package/dist/react-native/operationsInterfaces/authorizations.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/authorizations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/authorizations.js +9 -0
- package/dist/react-native/operationsInterfaces/authorizations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/cloudLinks.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/cloudLinks.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/cloudLinks.js +9 -0
- package/dist/react-native/operationsInterfaces/cloudLinks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/clusters.d.ts +82 -0
- package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/clusters.js +9 -0
- package/dist/react-native/operationsInterfaces/clusters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/datastores.d.ts +62 -0
- package/dist/react-native/operationsInterfaces/datastores.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/datastores.js +9 -0
- package/dist/react-native/operationsInterfaces/datastores.js.map +1 -0
- package/dist/react-native/operationsInterfaces/globalReachConnections.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/globalReachConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/globalReachConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/globalReachConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/hcxEnterpriseSites.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/hcxEnterpriseSites.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/hcxEnterpriseSites.js +9 -0
- package/dist/react-native/operationsInterfaces/hcxEnterpriseSites.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +18 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +25 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/iscsiPaths.d.ts +51 -0
- package/dist/react-native/operationsInterfaces/iscsiPaths.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/iscsiPaths.js +9 -0
- package/dist/react-native/operationsInterfaces/iscsiPaths.js.map +1 -0
- package/dist/react-native/operationsInterfaces/locations.d.ts +17 -0
- package/dist/react-native/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/locations.js +9 -0
- package/dist/react-native/operationsInterfaces/locations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/placementPolicies.d.ts +82 -0
- package/dist/react-native/operationsInterfaces/placementPolicies.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/placementPolicies.js +9 -0
- package/dist/react-native/operationsInterfaces/placementPolicies.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateClouds.d.ts +106 -0
- package/dist/react-native/operationsInterfaces/privateClouds.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateClouds.js +9 -0
- package/dist/react-native/operationsInterfaces/privateClouds.js.map +1 -0
- package/dist/react-native/operationsInterfaces/scriptCmdlets.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/scriptCmdlets.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/scriptCmdlets.js +9 -0
- package/dist/react-native/operationsInterfaces/scriptCmdlets.js.map +1 -0
- package/dist/react-native/operationsInterfaces/scriptExecutions.d.ts +64 -0
- package/dist/react-native/operationsInterfaces/scriptExecutions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/scriptExecutions.js +9 -0
- package/dist/react-native/operationsInterfaces/scriptExecutions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/scriptPackages.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/scriptPackages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/scriptPackages.js +9 -0
- package/dist/react-native/operationsInterfaces/scriptPackages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualMachines.d.ts +44 -0
- package/dist/react-native/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualMachines.js +9 -0
- package/dist/react-native/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workloadNetworks.d.ts +502 -0
- package/dist/react-native/operationsInterfaces/workloadNetworks.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workloadNetworks.js +9 -0
- package/dist/react-native/operationsInterfaces/workloadNetworks.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +58 -28
- package/dist/index.js +0 -14346
- 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/addonsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/addonsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/addonsCreateOrUpdateSample.js +0 -119
- package/dist-esm/samples-dev/addonsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/addonsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/addonsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/addonsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/addonsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/addonsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/addonsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/addonsGetSample.js +0 -100
- package/dist-esm/samples-dev/addonsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/addonsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/addonsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/addonsListSample.js +0 -55
- package/dist-esm/samples-dev/addonsListSample.js.map +0 -1
- package/dist-esm/samples-dev/authorizationsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/authorizationsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/authorizationsCreateOrUpdateSample.js +0 -41
- package/dist-esm/samples-dev/authorizationsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/authorizationsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/authorizationsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/authorizationsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/authorizationsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/authorizationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/authorizationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/authorizationsGetSample.js +0 -40
- package/dist-esm/samples-dev/authorizationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/authorizationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/authorizationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/authorizationsListSample.js +0 -55
- package/dist-esm/samples-dev/authorizationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudLinksCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudLinksCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudLinksCreateOrUpdateSample.js +0 -43
- package/dist-esm/samples-dev/cloudLinksCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudLinksDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudLinksDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudLinksDeleteSample.js +0 -40
- package/dist-esm/samples-dev/cloudLinksDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudLinksGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudLinksGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudLinksGetSample.js +0 -40
- package/dist-esm/samples-dev/cloudLinksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudLinksListSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudLinksListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudLinksListSample.js +0 -55
- package/dist-esm/samples-dev/cloudLinksListSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js +0 -41
- package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersDeleteSample.js +0 -40
- package/dist-esm/samples-dev/clustersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersGetSample.js +0 -40
- package/dist-esm/samples-dev/clustersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersListSample.js +0 -55
- package/dist-esm/samples-dev/clustersListSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersListZonesSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersListZonesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersListZonesSample.js +0 -60
- package/dist-esm/samples-dev/clustersListZonesSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateSample.js +0 -41
- package/dist-esm/samples-dev/clustersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/datastoresCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/datastoresCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/datastoresCreateOrUpdateSample.js +0 -46
- package/dist-esm/samples-dev/datastoresCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/datastoresDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/datastoresDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/datastoresDeleteSample.js +0 -41
- package/dist-esm/samples-dev/datastoresDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/datastoresGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/datastoresGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/datastoresGetSample.js +0 -41
- package/dist-esm/samples-dev/datastoresGetSample.js.map +0 -1
- package/dist-esm/samples-dev/datastoresListSample.d.ts +0 -2
- package/dist-esm/samples-dev/datastoresListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/datastoresListSample.js +0 -56
- package/dist-esm/samples-dev/datastoresListSample.js.map +0 -1
- package/dist-esm/samples-dev/globalReachConnectionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalReachConnectionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalReachConnectionsCreateOrUpdateSample.js +0 -44
- package/dist-esm/samples-dev/globalReachConnectionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/globalReachConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalReachConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalReachConnectionsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/globalReachConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/globalReachConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalReachConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalReachConnectionsGetSample.js +0 -40
- package/dist-esm/samples-dev/globalReachConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/globalReachConnectionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalReachConnectionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalReachConnectionsListSample.js +0 -55
- package/dist-esm/samples-dev/globalReachConnectionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/hcxEnterpriseSitesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/hcxEnterpriseSitesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hcxEnterpriseSitesCreateOrUpdateSample.js +0 -41
- package/dist-esm/samples-dev/hcxEnterpriseSitesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/hcxEnterpriseSitesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/hcxEnterpriseSitesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hcxEnterpriseSitesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/hcxEnterpriseSitesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/hcxEnterpriseSitesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/hcxEnterpriseSitesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hcxEnterpriseSitesGetSample.js +0 -40
- package/dist-esm/samples-dev/hcxEnterpriseSitesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/hcxEnterpriseSitesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/hcxEnterpriseSitesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hcxEnterpriseSitesListSample.js +0 -55
- package/dist-esm/samples-dev/hcxEnterpriseSitesListSample.js.map +0 -1
- package/dist-esm/samples-dev/iscsiPathsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/iscsiPathsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iscsiPathsCreateOrUpdateSample.js +0 -40
- package/dist-esm/samples-dev/iscsiPathsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/iscsiPathsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/iscsiPathsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iscsiPathsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/iscsiPathsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/iscsiPathsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/iscsiPathsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iscsiPathsGetSample.js +0 -39
- package/dist-esm/samples-dev/iscsiPathsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/iscsiPathsListByPrivateCloudSample.d.ts +0 -2
- package/dist-esm/samples-dev/iscsiPathsListByPrivateCloudSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iscsiPathsListByPrivateCloudSample.js +0 -55
- package/dist-esm/samples-dev/iscsiPathsListByPrivateCloudSample.js.map +0 -1
- package/dist-esm/samples-dev/locationsCheckQuotaAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/locationsCheckQuotaAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/locationsCheckQuotaAvailabilitySample.js +0 -38
- package/dist-esm/samples-dev/locationsCheckQuotaAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/locationsCheckTrialAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/locationsCheckTrialAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/locationsCheckTrialAvailabilitySample.js +0 -58
- package/dist-esm/samples-dev/locationsCheckTrialAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/placementPoliciesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/placementPoliciesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/placementPoliciesCreateOrUpdateSample.js +0 -58
- package/dist-esm/samples-dev/placementPoliciesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/placementPoliciesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/placementPoliciesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/placementPoliciesDeleteSample.js +0 -41
- package/dist-esm/samples-dev/placementPoliciesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/placementPoliciesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/placementPoliciesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/placementPoliciesGetSample.js +0 -41
- package/dist-esm/samples-dev/placementPoliciesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/placementPoliciesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/placementPoliciesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/placementPoliciesListSample.js +0 -56
- package/dist-esm/samples-dev/placementPoliciesListSample.js.map +0 -1
- package/dist-esm/samples-dev/placementPoliciesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/placementPoliciesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/placementPoliciesUpdateSample.js +0 -55
- package/dist-esm/samples-dev/placementPoliciesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateCloudsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateCloudsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateCloudsCreateOrUpdateSample.js +0 -74
- package/dist-esm/samples-dev/privateCloudsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateCloudsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateCloudsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateCloudsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/privateCloudsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateCloudsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateCloudsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateCloudsGetSample.js +0 -58
- package/dist-esm/samples-dev/privateCloudsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateCloudsListAdminCredentialsSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateCloudsListAdminCredentialsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateCloudsListAdminCredentialsSample.js +0 -39
- package/dist-esm/samples-dev/privateCloudsListAdminCredentialsSample.js.map +0 -1
- package/dist-esm/samples-dev/privateCloudsListInSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateCloudsListInSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateCloudsListInSubscriptionSample.js +0 -86
- package/dist-esm/samples-dev/privateCloudsListInSubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/privateCloudsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateCloudsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateCloudsListSample.js +0 -88
- package/dist-esm/samples-dev/privateCloudsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateCloudsRotateNsxtPasswordSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateCloudsRotateNsxtPasswordSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateCloudsRotateNsxtPasswordSample.js +0 -39
- package/dist-esm/samples-dev/privateCloudsRotateNsxtPasswordSample.js.map +0 -1
- package/dist-esm/samples-dev/privateCloudsRotateVcenterPasswordSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateCloudsRotateVcenterPasswordSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateCloudsRotateVcenterPasswordSample.js +0 -39
- package/dist-esm/samples-dev/privateCloudsRotateVcenterPasswordSample.js.map +0 -1
- package/dist-esm/samples-dev/privateCloudsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateCloudsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateCloudsUpdateSample.js +0 -73
- package/dist-esm/samples-dev/privateCloudsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/scriptCmdletsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/scriptCmdletsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scriptCmdletsGetSample.js +0 -41
- package/dist-esm/samples-dev/scriptCmdletsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/scriptCmdletsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/scriptCmdletsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scriptCmdletsListSample.js +0 -56
- package/dist-esm/samples-dev/scriptCmdletsListSample.js.map +0 -1
- package/dist-esm/samples-dev/scriptExecutionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/scriptExecutionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scriptExecutionsCreateOrUpdateSample.js +0 -60
- package/dist-esm/samples-dev/scriptExecutionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/scriptExecutionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/scriptExecutionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scriptExecutionsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/scriptExecutionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/scriptExecutionsGetExecutionLogsSample.d.ts +0 -2
- package/dist-esm/samples-dev/scriptExecutionsGetExecutionLogsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scriptExecutionsGetExecutionLogsSample.js +0 -49
- package/dist-esm/samples-dev/scriptExecutionsGetExecutionLogsSample.js.map +0 -1
- package/dist-esm/samples-dev/scriptExecutionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/scriptExecutionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scriptExecutionsGetSample.js +0 -40
- package/dist-esm/samples-dev/scriptExecutionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/scriptExecutionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/scriptExecutionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scriptExecutionsListSample.js +0 -55
- package/dist-esm/samples-dev/scriptExecutionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/scriptPackagesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/scriptPackagesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scriptPackagesGetSample.js +0 -40
- package/dist-esm/samples-dev/scriptPackagesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/scriptPackagesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/scriptPackagesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scriptPackagesListSample.js +0 -55
- package/dist-esm/samples-dev/scriptPackagesListSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesGetSample.js +0 -41
- package/dist-esm/samples-dev/virtualMachinesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesListSample.js +0 -56
- package/dist-esm/samples-dev/virtualMachinesListSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesRestrictMovementSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesRestrictMovementSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesRestrictMovementSample.js +0 -44
- package/dist-esm/samples-dev/virtualMachinesRestrictMovementSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksCreateDhcpSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksCreateDhcpSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksCreateDhcpSample.js +0 -49
- package/dist-esm/samples-dev/workloadNetworksCreateDhcpSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksCreateDnsServiceSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksCreateDnsServiceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksCreateDnsServiceSample.js +0 -48
- package/dist-esm/samples-dev/workloadNetworksCreateDnsServiceSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksCreateDnsZoneSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksCreateDnsZoneSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksCreateDnsZoneSample.js +0 -47
- package/dist-esm/samples-dev/workloadNetworksCreateDnsZoneSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksCreatePortMirroringSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksCreatePortMirroringSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksCreatePortMirroringSample.js +0 -47
- package/dist-esm/samples-dev/workloadNetworksCreatePortMirroringSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksCreatePublicIPSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksCreatePublicIPSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksCreatePublicIPSample.js +0 -44
- package/dist-esm/samples-dev/workloadNetworksCreatePublicIPSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksCreateSegmentsSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksCreateSegmentsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksCreateSegmentsSample.js +0 -49
- package/dist-esm/samples-dev/workloadNetworksCreateSegmentsSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksCreateVMGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksCreateVMGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksCreateVMGroupSample.js +0 -45
- package/dist-esm/samples-dev/workloadNetworksCreateVMGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksDeleteDhcpSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksDeleteDhcpSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksDeleteDhcpSample.js +0 -40
- package/dist-esm/samples-dev/workloadNetworksDeleteDhcpSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksDeleteDnsServiceSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksDeleteDnsServiceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksDeleteDnsServiceSample.js +0 -40
- package/dist-esm/samples-dev/workloadNetworksDeleteDnsServiceSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksDeleteDnsZoneSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksDeleteDnsZoneSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksDeleteDnsZoneSample.js +0 -40
- package/dist-esm/samples-dev/workloadNetworksDeleteDnsZoneSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksDeletePortMirroringSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksDeletePortMirroringSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksDeletePortMirroringSample.js +0 -40
- package/dist-esm/samples-dev/workloadNetworksDeletePortMirroringSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksDeletePublicIPSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksDeletePublicIPSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksDeletePublicIPSample.js +0 -40
- package/dist-esm/samples-dev/workloadNetworksDeletePublicIPSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksDeleteSegmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksDeleteSegmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksDeleteSegmentSample.js +0 -40
- package/dist-esm/samples-dev/workloadNetworksDeleteSegmentSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksDeleteVMGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksDeleteVMGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksDeleteVMGroupSample.js +0 -40
- package/dist-esm/samples-dev/workloadNetworksDeleteVMGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksGetDhcpSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksGetDhcpSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksGetDhcpSample.js +0 -40
- package/dist-esm/samples-dev/workloadNetworksGetDhcpSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksGetDnsServiceSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksGetDnsServiceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksGetDnsServiceSample.js +0 -40
- package/dist-esm/samples-dev/workloadNetworksGetDnsServiceSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksGetDnsZoneSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksGetDnsZoneSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksGetDnsZoneSample.js +0 -40
- package/dist-esm/samples-dev/workloadNetworksGetDnsZoneSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksGetGatewaySample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksGetGatewaySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksGetGatewaySample.js +0 -40
- package/dist-esm/samples-dev/workloadNetworksGetGatewaySample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksGetPortMirroringSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksGetPortMirroringSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksGetPortMirroringSample.js +0 -40
- package/dist-esm/samples-dev/workloadNetworksGetPortMirroringSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksGetPublicIPSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksGetPublicIPSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksGetPublicIPSample.js +0 -40
- package/dist-esm/samples-dev/workloadNetworksGetPublicIPSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksGetSample.js +0 -39
- package/dist-esm/samples-dev/workloadNetworksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksGetSegmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksGetSegmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksGetSegmentSample.js +0 -40
- package/dist-esm/samples-dev/workloadNetworksGetSegmentSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksGetVMGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksGetVMGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksGetVMGroupSample.js +0 -40
- package/dist-esm/samples-dev/workloadNetworksGetVMGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksGetVirtualMachineSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksGetVirtualMachineSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksGetVirtualMachineSample.js +0 -40
- package/dist-esm/samples-dev/workloadNetworksGetVirtualMachineSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksListDhcpSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksListDhcpSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksListDhcpSample.js +0 -55
- package/dist-esm/samples-dev/workloadNetworksListDhcpSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksListDnsServicesSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksListDnsServicesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksListDnsServicesSample.js +0 -55
- package/dist-esm/samples-dev/workloadNetworksListDnsServicesSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksListDnsZonesSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksListDnsZonesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksListDnsZonesSample.js +0 -55
- package/dist-esm/samples-dev/workloadNetworksListDnsZonesSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksListGatewaysSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksListGatewaysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksListGatewaysSample.js +0 -55
- package/dist-esm/samples-dev/workloadNetworksListGatewaysSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksListPortMirroringSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksListPortMirroringSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksListPortMirroringSample.js +0 -55
- package/dist-esm/samples-dev/workloadNetworksListPortMirroringSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksListPublicIPsSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksListPublicIPsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksListPublicIPsSample.js +0 -55
- package/dist-esm/samples-dev/workloadNetworksListPublicIPsSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksListSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksListSample.js +0 -55
- package/dist-esm/samples-dev/workloadNetworksListSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksListSegmentsSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksListSegmentsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksListSegmentsSample.js +0 -55
- package/dist-esm/samples-dev/workloadNetworksListSegmentsSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksListVMGroupsSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksListVMGroupsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksListVMGroupsSample.js +0 -55
- package/dist-esm/samples-dev/workloadNetworksListVMGroupsSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksListVirtualMachinesSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksListVirtualMachinesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksListVirtualMachinesSample.js +0 -55
- package/dist-esm/samples-dev/workloadNetworksListVirtualMachinesSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateDhcpSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksUpdateDhcpSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateDhcpSample.js +0 -48
- package/dist-esm/samples-dev/workloadNetworksUpdateDhcpSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateDnsServiceSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksUpdateDnsServiceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateDnsServiceSample.js +0 -48
- package/dist-esm/samples-dev/workloadNetworksUpdateDnsServiceSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateDnsZoneSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksUpdateDnsZoneSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateDnsZoneSample.js +0 -47
- package/dist-esm/samples-dev/workloadNetworksUpdateDnsZoneSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksUpdatePortMirroringSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksUpdatePortMirroringSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksUpdatePortMirroringSample.js +0 -46
- package/dist-esm/samples-dev/workloadNetworksUpdatePortMirroringSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateSegmentsSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksUpdateSegmentsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateSegmentsSample.js +0 -48
- package/dist-esm/samples-dev/workloadNetworksUpdateSegmentsSample.js.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateVMGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/workloadNetworksUpdateVMGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateVMGroupSample.js +0 -44
- package/dist-esm/samples-dev/workloadNetworksUpdateVMGroupSample.js.map +0 -1
- package/dist-esm/src/azureVMwareSolutionAPI.d.ts +0 -36
- package/dist-esm/src/azureVMwareSolutionAPI.d.ts.map +0 -1
- package/dist-esm/src/azureVMwareSolutionAPI.js +0 -116
- package/dist-esm/src/azureVMwareSolutionAPI.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.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 +0 -480
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/addons.d.ts +0 -81
- package/dist-esm/src/operations/addons.d.ts.map +0 -1
- package/dist-esm/src/operations/addons.js +0 -358
- package/dist-esm/src/operations/addons.js.map +0 -1
- package/dist-esm/src/operations/authorizations.d.ts +0 -81
- package/dist-esm/src/operations/authorizations.d.ts.map +0 -1
- package/dist-esm/src/operations/authorizations.js +0 -364
- package/dist-esm/src/operations/authorizations.js.map +0 -1
- package/dist-esm/src/operations/cloudLinks.d.ts +0 -81
- package/dist-esm/src/operations/cloudLinks.d.ts.map +0 -1
- package/dist-esm/src/operations/cloudLinks.js +0 -364
- package/dist-esm/src/operations/cloudLinks.js.map +0 -1
- package/dist-esm/src/operations/clusters.d.ts +0 -107
- package/dist-esm/src/operations/clusters.d.ts.map +0 -1
- package/dist-esm/src/operations/clusters.js +0 -495
- package/dist-esm/src/operations/clusters.js.map +0 -1
- package/dist-esm/src/operations/datastores.d.ts +0 -89
- package/dist-esm/src/operations/datastores.d.ts.map +0 -1
- package/dist-esm/src/operations/datastores.js +0 -390
- package/dist-esm/src/operations/datastores.js.map +0 -1
- package/dist-esm/src/operations/globalReachConnections.d.ts +0 -81
- package/dist-esm/src/operations/globalReachConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/globalReachConnections.js +0 -374
- package/dist-esm/src/operations/globalReachConnections.js.map +0 -1
- package/dist-esm/src/operations/hcxEnterpriseSites.d.ts +0 -63
- package/dist-esm/src/operations/hcxEnterpriseSites.d.ts.map +0 -1
- package/dist-esm/src/operations/hcxEnterpriseSites.js +0 -257
- package/dist-esm/src/operations/hcxEnterpriseSites.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -18
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -25
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/iscsiPaths.d.ts +0 -76
- package/dist-esm/src/operations/iscsiPaths.d.ts.map +0 -1
- package/dist-esm/src/operations/iscsiPaths.js +0 -350
- package/dist-esm/src/operations/iscsiPaths.js.map +0 -1
- package/dist-esm/src/operations/locations.d.ts +0 -25
- package/dist-esm/src/operations/locations.d.ts.map +0 -1
- package/dist-esm/src/operations/locations.js +0 -81
- package/dist-esm/src/operations/locations.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/placementPolicies.d.ts +0 -109
- package/dist-esm/src/operations/placementPolicies.d.ts.map +0 -1
- package/dist-esm/src/operations/placementPolicies.js +0 -493
- package/dist-esm/src/operations/placementPolicies.js.map +0 -1
- package/dist-esm/src/operations/privateClouds.d.ts +0 -142
- package/dist-esm/src/operations/privateClouds.d.ts.map +0 -1
- package/dist-esm/src/operations/privateClouds.js +0 -753
- package/dist-esm/src/operations/privateClouds.js.map +0 -1
- package/dist-esm/src/operations/scriptCmdlets.d.ts +0 -50
- package/dist-esm/src/operations/scriptCmdlets.d.ts.map +0 -1
- package/dist-esm/src/operations/scriptCmdlets.js +0 -201
- package/dist-esm/src/operations/scriptCmdlets.js.map +0 -1
- package/dist-esm/src/operations/scriptExecutions.d.ts +0 -89
- package/dist-esm/src/operations/scriptExecutions.d.ts.map +0 -1
- package/dist-esm/src/operations/scriptExecutions.js +0 -403
- package/dist-esm/src/operations/scriptExecutions.js.map +0 -1
- package/dist-esm/src/operations/scriptPackages.d.ts +0 -46
- package/dist-esm/src/operations/scriptPackages.d.ts.map +0 -1
- package/dist-esm/src/operations/scriptPackages.js +0 -182
- package/dist-esm/src/operations/scriptPackages.js.map +0 -1
- package/dist-esm/src/operations/virtualMachines.d.ts +0 -71
- package/dist-esm/src/operations/virtualMachines.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualMachines.js +0 -300
- package/dist-esm/src/operations/virtualMachines.js.map +0 -1
- package/dist-esm/src/operations/workloadNetworks.d.ts +0 -680
- package/dist-esm/src/operations/workloadNetworks.d.ts.map +0 -1
- package/dist-esm/src/operations/workloadNetworks.js +0 -3440
- package/dist-esm/src/operations/workloadNetworks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/addons.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/addons.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/addons.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/authorizations.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/authorizations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/authorizations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudLinks.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/cloudLinks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudLinks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.d.ts +0 -82
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/datastores.d.ts +0 -62
- package/dist-esm/src/operationsInterfaces/datastores.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/datastores.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/globalReachConnections.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/globalReachConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/globalReachConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/hcxEnterpriseSites.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/hcxEnterpriseSites.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/hcxEnterpriseSites.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -18
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -25
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/iscsiPaths.d.ts +0 -51
- package/dist-esm/src/operationsInterfaces/iscsiPaths.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/iscsiPaths.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/locations.d.ts +0 -17
- package/dist-esm/src/operationsInterfaces/locations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/locations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/placementPolicies.d.ts +0 -82
- package/dist-esm/src/operationsInterfaces/placementPolicies.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/placementPolicies.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateClouds.d.ts +0 -106
- package/dist-esm/src/operationsInterfaces/privateClouds.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateClouds.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/scriptCmdlets.d.ts +0 -23
- package/dist-esm/src/operationsInterfaces/scriptCmdlets.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/scriptCmdlets.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/scriptExecutions.d.ts +0 -64
- package/dist-esm/src/operationsInterfaces/scriptExecutions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/scriptExecutions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/scriptPackages.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/scriptPackages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/scriptPackages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +0 -44
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workloadNetworks.d.ts +0 -502
- package/dist-esm/src/operationsInterfaces/workloadNetworks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workloadNetworks.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/avs_examples.spec.d.ts +0 -4
- package/dist-esm/test/avs_examples.spec.d.ts.map +0 -1
- package/dist-esm/test/avs_examples.spec.js +0 -147
- package/dist-esm/test/avs_examples.spec.js.map +0 -1
- package/src/azureVMwareSolutionAPI.ts +0 -209
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -4409
- package/src/models/mappers.ts +0 -4379
- package/src/models/parameters.ts +0 -562
- package/src/operations/addons.ts +0 -492
- package/src/operations/authorizations.ts +0 -498
- package/src/operations/cloudLinks.ts +0 -498
- package/src/operations/clusters.ts +0 -683
- package/src/operations/datastores.ts +0 -545
- package/src/operations/globalReachConnections.ts +0 -508
- package/src/operations/hcxEnterpriseSites.ts +0 -337
- package/src/operations/index.ts +0 -25
- package/src/operations/iscsiPaths.ts +0 -481
- package/src/operations/locations.ts +0 -107
- package/src/operations/operations.ts +0 -149
- package/src/operations/placementPolicies.ts +0 -694
- package/src/operations/privateClouds.ts +0 -993
- package/src/operations/scriptCmdlets.ts +0 -274
- package/src/operations/scriptExecutions.ts +0 -548
- package/src/operations/scriptPackages.ts +0 -240
- package/src/operations/virtualMachines.ts +0 -423
- package/src/operations/workloadNetworks.ts +0 -4743
- package/src/operationsInterfaces/addons.ts +0 -109
- package/src/operationsInterfaces/authorizations.ts +0 -109
- package/src/operationsInterfaces/cloudLinks.ts +0 -109
- package/src/operationsInterfaces/clusters.ts +0 -162
- package/src/operationsInterfaces/datastores.ts +0 -121
- package/src/operationsInterfaces/globalReachConnections.ts +0 -109
- package/src/operationsInterfaces/hcxEnterpriseSites.ts +0 -75
- package/src/operationsInterfaces/index.ts +0 -25
- package/src/operationsInterfaces/iscsiPaths.ts +0 -99
- package/src/operationsInterfaces/locations.ts +0 -36
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/placementPolicies.ts +0 -163
- package/src/operationsInterfaces/privateClouds.ts +0 -210
- package/src/operationsInterfaces/scriptCmdlets.ts +0 -48
- package/src/operationsInterfaces/scriptExecutions.ts +0 -124
- package/src/operationsInterfaces/scriptPackages.ts +0 -44
- package/src/operationsInterfaces/virtualMachines.ts +0 -91
- package/src/operationsInterfaces/workloadNetworks.ts +0 -965
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-avs.d.ts +0 -5655
- /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/addons.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/authorizations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/cloudLinks.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/datastores.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/globalReachConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/hcxEnterpriseSites.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/iscsiPaths.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/locations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/placementPolicies.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateClouds.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/scriptCmdlets.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/scriptExecutions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/scriptPackages.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualMachines.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workloadNetworks.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
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport type AddonPropertiesUnion =\n | AddonProperties\n | AddonArcProperties\n | AddonHcxProperties\n | AddonSrmProperties\n | AddonVrProperties;\nexport type PlacementPolicyPropertiesUnion =\n | PlacementPolicyProperties\n | VmHostPlacementPolicyProperties\n | VmPlacementPolicyProperties;\nexport type ScriptExecutionParameterUnion =\n | ScriptExecutionParameter\n | PSCredentialExecutionParameter\n | ScriptSecureStringExecutionParameter\n | ScriptStringExecutionParameter;\nexport type WorkloadNetworkDhcpEntityUnion =\n | WorkloadNetworkDhcpEntity\n | WorkloadNetworkDhcpRelay\n | WorkloadNetworkDhcpServer;\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of operations supported by the resource provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** Subscription quotas */\nexport interface Quota {\n /**\n * Remaining hosts quota by sku type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostsRemaining?: { [propertyName: string]: number };\n /**\n * Host quota is active for current subscription\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly quotaEnabled?: QuotaEnabled;\n}\n\n/** The resource model definition representing SKU */\nexport interface Sku {\n /** The name of the SKU. E.g. P3. It is typically a letter+number code */\n name: string;\n /** This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. */\n tier?: SkuTier;\n /** The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. */\n size?: string;\n /** If the service has different generations of hardware, for the same SKU, then that can be captured here. */\n family?: string;\n /** If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. */\n capacity?: number;\n}\n\n/** Subscription trial availability */\nexport interface Trial {\n /**\n * Trial status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: TrialStatus;\n /**\n * Number of trial hosts available\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly availableHosts?: number;\n}\n\n/** The response of a PrivateCloud list operation. */\nexport interface PrivateCloudList {\n /** The PrivateCloud items on this page */\n value: PrivateCloud[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The properties of a management cluster */\nexport interface ManagementCluster {\n /** The cluster size */\n clusterSize?: number;\n /**\n * The state of the cluster provisioning\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ClusterProvisioningState;\n /**\n * The identity\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clusterId?: number;\n /** The hosts */\n hosts?: string[];\n /** Name of the vsan datastore associated with the cluster */\n vsanDatastoreName?: string;\n}\n\n/** vCenter Single Sign On Identity Source */\nexport interface IdentitySource {\n /** The name of the identity source */\n name?: string;\n /** The domain's NetBIOS name */\n alias?: string;\n /** The domain's dns name */\n domain?: string;\n /** The base distinguished name for users */\n baseUserDN?: string;\n /** The base distinguished name for groups */\n baseGroupDN?: string;\n /** Primary server URL */\n primaryServer?: string;\n /** Secondary server URL */\n secondaryServer?: string;\n /** Protect LDAP communication using SSL certificate (LDAPS) */\n ssl?: SslEnum;\n /**\n * The ID of an Active Directory user with a minimum of read-only access to Base\n * DN for users and group\n */\n username?: string;\n /**\n * The password of the Active Directory user with a minimum of read-only access to\n * Base DN for users and groups.\n * This value contains a credential. Consider obscuring before showing to users\n */\n password?: string;\n}\n\n/** The properties describing private cloud availability zone distribution */\nexport interface AvailabilityProperties {\n /** The availability strategy for the private cloud */\n strategy?: AvailabilityStrategy;\n /** The primary availability zone for the private cloud */\n zone?: number;\n /** The secondary availability zone for the private cloud */\n secondaryZone?: number;\n}\n\n/** The properties of customer managed encryption key */\nexport interface Encryption {\n /** Status of customer managed encryption key */\n status?: EncryptionState;\n /** The key vault where the encryption key is stored */\n keyVaultProperties?: EncryptionKeyVaultProperties;\n}\n\n/** An Encryption Key */\nexport interface EncryptionKeyVaultProperties {\n /** The name of the key. */\n keyName?: string;\n /** The version of the key. */\n keyVersion?: string;\n /**\n * The auto-detected version of the key if versionType is auto-detected.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly autoDetectedKeyVersion?: string;\n /** The URL of the vault. */\n keyVaultUrl?: string;\n /**\n * The state of key provided\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyState?: EncryptionKeyStatus;\n /**\n * Property of the key if user provided or auto detected\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly versionType?: EncryptionVersionType;\n}\n\n/** An ExpressRoute Circuit */\nexport interface Circuit {\n /**\n * CIDR of primary subnet\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly primarySubnet?: string;\n /**\n * CIDR of secondary subnet\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly secondarySubnet?: string;\n /**\n * Identifier of the ExpressRoute Circuit (Microsoft Colo only)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expressRouteID?: string;\n /**\n * ExpressRoute Circuit private peering identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expressRoutePrivatePeeringID?: string;\n}\n\n/** Endpoint addresses */\nexport interface Endpoints {\n /**\n * Endpoint FQDN for the NSX-T Data Center manager\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nsxtManager?: string;\n /**\n * Endpoint FQDN for Virtual Center Server Appliance\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vcsa?: string;\n /**\n * Endpoint FQDN for the HCX Cloud Manager\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hcxCloudManager?: string;\n /**\n * Endpoint IP for the NSX-T Data Center manager\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nsxtManagerIp?: string;\n /**\n * Endpoint IP for Virtual Center Server Appliance\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vcenterIp?: string;\n /**\n * Endpoint IP for the HCX Cloud Manager\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hcxCloudManagerIp?: string;\n}\n\n/** Managed service identity (either system assigned, or none) */\nexport interface PrivateCloudIdentity {\n /**\n * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Type of managed service identity (either system assigned, or none). */\n type: ResourceIdentityType;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\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. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** An update to a private cloud resource */\nexport interface PrivateCloudUpdate {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The SKU (Stock Keeping Unit) assigned to this resource. */\n sku?: Sku;\n /** The managed service identities assigned to this resource. */\n identity?: PrivateCloudIdentity;\n /** The default cluster used for management */\n managementCluster?: ManagementCluster;\n /** Connectivity to internet is enabled or disabled */\n internet?: InternetEnum;\n /** vCenter Single Sign On Identity Sources */\n identitySources?: IdentitySource[];\n /** Properties describing how the cloud is distributed across availability zones */\n availability?: AvailabilityProperties;\n /** Customer managed key encryption, can be enabled or disabled */\n encryption?: Encryption;\n /**\n * Array of additional networks noncontiguous with networkBlock. Networks must be\n * unique and non-overlapping across VNet in your subscription, on-premise, and\n * this privateCloud networkBlock attribute. Make sure the CIDR format conforms to\n * (A.B.C.D/X).\n */\n extendedNetworkBlocks?: string[];\n /** The type of DNS zone to use. */\n dnsZoneType?: DnsZoneType;\n}\n\n/** The response of a Addon list operation. */\nexport interface AddonList {\n /** The Addon items on this page */\n value: Addon[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The properties of an addon */\nexport interface AddonProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n addonType: \"Arc\" | \"HCX\" | \"SRM\" | \"VR\";\n /**\n * The state of the addon provisioning\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: AddonProvisioningState;\n}\n\n/** The response of a ExpressRouteAuthorization list operation. */\nexport interface ExpressRouteAuthorizationList {\n /** The ExpressRouteAuthorization items on this page */\n value: ExpressRouteAuthorization[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The response of a CloudLink list operation. */\nexport interface CloudLinkList {\n /** The CloudLink items on this page */\n value: CloudLink[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The response of a Cluster list operation. */\nexport interface ClusterList {\n /** The Cluster items on this page */\n value: Cluster[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** An update of a cluster resource */\nexport interface ClusterUpdate {\n /** The SKU (Stock Keeping Unit) assigned to this resource. */\n sku?: Sku;\n /** The cluster size */\n clusterSize?: number;\n /** The hosts */\n hosts?: string[];\n}\n\n/** The response of a Datastore list operation. */\nexport interface DatastoreList {\n /** The Datastore items on this page */\n value: Datastore[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** An Azure NetApp Files volume from Microsoft.NetApp provider */\nexport interface NetAppVolume {\n /** Azure resource ID of the NetApp volume */\n id: string;\n}\n\n/** An iSCSI volume from Microsoft.StoragePool provider */\nexport interface DiskPoolVolume {\n /** Azure resource ID of the iSCSI target */\n targetId: string;\n /** Name of the LUN to be used for datastore */\n lunName: string;\n /**\n * Mode that describes whether the LUN has to be mounted as a datastore or\n * attached as a LUN\n */\n mountOption?: MountOptionEnum;\n /**\n * Device path\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly path?: string;\n}\n\n/** An Elastic SAN volume from Microsoft.ElasticSan provider */\nexport interface ElasticSanVolume {\n /** Azure resource ID of the Elastic SAN Volume */\n targetId: string;\n}\n\n/** List of all zones and associated hosts for a cluster */\nexport interface ClusterZoneList {\n /** Zone and associated hosts info */\n zones?: ClusterZone[];\n}\n\n/** Zone and associated hosts info */\nexport interface ClusterZone {\n /**\n * List of hosts belonging to the availability zone in a cluster\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hosts?: string[];\n /**\n * Availability zone identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly zone?: string;\n}\n\n/** The response of a PlacementPolicy list operation. */\nexport interface PlacementPoliciesList {\n /** The PlacementPolicy items on this page */\n value: PlacementPolicy[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Abstract placement policy properties */\nexport interface PlacementPolicyProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"VmHost\" | \"VmVm\";\n /** Whether the placement policy is enabled or disabled */\n state?: PlacementPolicyState;\n /** Display name of the placement policy */\n displayName?: string;\n /**\n * The provisioning state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PlacementPolicyProvisioningState;\n}\n\n/** An update of a DRS placement policy resource */\nexport interface PlacementPolicyUpdate {\n /** Whether the placement policy is enabled or disabled */\n state?: PlacementPolicyState;\n /** Virtual machine members list */\n vmMembers?: string[];\n /** Host members list */\n hostMembers?: string[];\n /** vm-host placement policy affinity strength (should/must) */\n affinityStrength?: AffinityStrength;\n /** placement policy azure hybrid benefit opt-in type */\n azureHybridBenefitType?: AzureHybridBenefitType;\n}\n\n/** The response of a VirtualMachine list operation. */\nexport interface VirtualMachinesList {\n /** The VirtualMachine items on this page */\n value: VirtualMachine[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Set VM DRS-driven movement to restricted (enabled) or not (disabled) */\nexport interface VirtualMachineRestrictMovement {\n /** Whether VM DRS-driven movement is restricted (enabled) or not (disabled) */\n restrictMovement?: VirtualMachineRestrictMovementState;\n}\n\n/** The response of a GlobalReachConnection list operation. */\nexport interface GlobalReachConnectionList {\n /** The GlobalReachConnection items on this page */\n value: GlobalReachConnection[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The response of a HcxEnterpriseSite list operation. */\nexport interface HcxEnterpriseSiteList {\n /** The HcxEnterpriseSite items on this page */\n value: HcxEnterpriseSite[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The response of a IscsiPath list operation. */\nexport interface IscsiPathListResult {\n /** The IscsiPath items on this page */\n value: IscsiPath[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Administrative credentials for accessing vCenter and NSX-T */\nexport interface AdminCredentials {\n /**\n * NSX-T Manager username\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nsxtUsername?: string;\n /**\n * NSX-T Manager password\n * This value contains a credential. Consider obscuring before showing to users\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nsxtPassword?: string;\n /**\n * vCenter admin username\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vcenterUsername?: string;\n /**\n * vCenter admin password\n * This value contains a credential. Consider obscuring before showing to users\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vcenterPassword?: string;\n}\n\n/** The response of a ScriptExecution list operation. */\nexport interface ScriptExecutionsList {\n /** The ScriptExecution items on this page */\n value: ScriptExecution[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The arguments passed in to the execution */\nexport interface ScriptExecutionParameter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Credential\" | \"SecureValue\" | \"Value\";\n /** The parameter name */\n name: string;\n}\n\n/** The response of a ScriptPackage list operation. */\nexport interface ScriptPackagesList {\n /** The ScriptPackage items on this page */\n value: ScriptPackage[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The response of a ScriptCmdlet list operation. */\nexport interface ScriptCmdletsList {\n /** The ScriptCmdlet items on this page */\n value: ScriptCmdlet[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** An parameter that the script will accept */\nexport interface ScriptParameter {\n /**\n * The type of parameter the script is expecting. psCredential is a\n * PSCredentialObject\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: ScriptParameterTypes;\n /** The parameter name that the script will expect a parameter value for */\n name?: string;\n /**\n * User friendly description of the parameter\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Should this parameter be visible to arm and passed in the parameters argument\n * when executing\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly visibility?: VisibilityParameterEnum;\n /**\n * Is this parameter required or optional\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly optional?: OptionalParamEnum;\n}\n\n/** The response of a WorkloadNetwork list operation. */\nexport interface WorkloadNetworkList {\n /** The WorkloadNetwork items on this page */\n value: WorkloadNetwork[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The response of a WorkloadNetworkDhcp list operation. */\nexport interface WorkloadNetworkDhcpList {\n /** The WorkloadNetworkDhcp items on this page */\n value: WorkloadNetworkDhcp[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/**\n * Base class for WorkloadNetworkDhcpServer and WorkloadNetworkDhcpRelay to\n * inherit from\n */\nexport interface WorkloadNetworkDhcpEntity {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n dhcpType: \"RELAY\" | \"SERVER\";\n /** Display name of the DHCP entity. */\n displayName?: string;\n /**\n * NSX Segments consuming DHCP.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly segments?: string[];\n /**\n * The provisioning state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: WorkloadNetworkDhcpProvisioningState;\n /** NSX revision number. */\n revision?: number;\n}\n\n/** The response of a WorkloadNetworkDnsService list operation. */\nexport interface WorkloadNetworkDnsServicesList {\n /** The WorkloadNetworkDnsService items on this page */\n value: WorkloadNetworkDnsService[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The response of a WorkloadNetworkDnsZone list operation. */\nexport interface WorkloadNetworkDnsZonesList {\n /** The WorkloadNetworkDnsZone items on this page */\n value: WorkloadNetworkDnsZone[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The response of a WorkloadNetworkGateway list operation. */\nexport interface WorkloadNetworkGatewayList {\n /** The WorkloadNetworkGateway items on this page */\n value: WorkloadNetworkGateway[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The response of a WorkloadNetworkPortMirroring list operation. */\nexport interface WorkloadNetworkPortMirroringList {\n /** The WorkloadNetworkPortMirroring items on this page */\n value: WorkloadNetworkPortMirroring[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The response of a WorkloadNetworkPublicIP list operation. */\nexport interface WorkloadNetworkPublicIPsList {\n /** The WorkloadNetworkPublicIP items on this page */\n value: WorkloadNetworkPublicIP[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The response of a WorkloadNetworkSegment list operation. */\nexport interface WorkloadNetworkSegmentsList {\n /** The WorkloadNetworkSegment items on this page */\n value: WorkloadNetworkSegment[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Subnet configuration for segment */\nexport interface WorkloadNetworkSegmentSubnet {\n /** DHCP Range assigned for subnet. */\n dhcpRanges?: string[];\n /** Gateway address. */\n gatewayAddress?: string;\n}\n\n/** Ports and any VIF attached to segment. */\nexport interface WorkloadNetworkSegmentPortVif {\n /** Name of port or VIF attached to segment. */\n portName?: string;\n}\n\n/** The response of a WorkloadNetworkVirtualMachine list operation. */\nexport interface WorkloadNetworkVirtualMachinesList {\n /** The WorkloadNetworkVirtualMachine items on this page */\n value: WorkloadNetworkVirtualMachine[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The response of a WorkloadNetworkVMGroup list operation. */\nexport interface WorkloadNetworkVMGroupsList {\n /** The WorkloadNetworkVMGroup items on this page */\n value: WorkloadNetworkVMGroup[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The properties of an Arc addon */\nexport interface AddonArcProperties extends AddonProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n addonType: \"Arc\";\n /** The VMware vCenter resource ID */\n vCenter?: string;\n}\n\n/** The properties of an HCX addon */\nexport interface AddonHcxProperties extends AddonProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n addonType: \"HCX\";\n /** The HCX offer, example VMware MaaS Cloud Provider (Enterprise) */\n offer: string;\n}\n\n/** The properties of a Site Recovery Manager (SRM) addon */\nexport interface AddonSrmProperties extends AddonProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n addonType: \"SRM\";\n /** The Site Recovery Manager (SRM) license */\n licenseKey?: string;\n}\n\n/** The properties of a vSphere Replication (VR) addon */\nexport interface AddonVrProperties extends AddonProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n addonType: \"VR\";\n /** The vSphere Replication Server (VRS) count */\n vrsCount: number;\n}\n\n/** VM-Host placement policy properties */\nexport interface VmHostPlacementPolicyProperties\n extends PlacementPolicyProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"VmHost\";\n /** Virtual machine members list */\n vmMembers: string[];\n /** Host members list */\n hostMembers: string[];\n /** placement policy affinity type */\n affinityType: AffinityType;\n /** vm-host placement policy affinity strength (should/must) */\n affinityStrength?: AffinityStrength;\n /** placement policy azure hybrid benefit opt-in type */\n azureHybridBenefitType?: AzureHybridBenefitType;\n}\n\n/** VM-VM placement policy properties */\nexport interface VmPlacementPolicyProperties extends PlacementPolicyProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"VmVm\";\n /** Virtual machine members list */\n vmMembers: string[];\n /** placement policy affinity type */\n affinityType: AffinityType;\n}\n\n/** a powershell credential object */\nexport interface PSCredentialExecutionParameter\n extends ScriptExecutionParameter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Credential\";\n /** username for login */\n username?: string;\n /**\n * password for login\n * This value contains a credential. Consider obscuring before showing to users\n */\n password?: string;\n}\n\n/** a plain text value execution parameter */\nexport interface ScriptSecureStringExecutionParameter\n extends ScriptExecutionParameter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"SecureValue\";\n /**\n * A secure value for the passed parameter, not to be stored in logs\n * This value contains a credential. Consider obscuring before showing to users\n */\n secureValue?: string;\n}\n\n/** a plain text value execution parameter */\nexport interface ScriptStringExecutionParameter\n extends ScriptExecutionParameter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Value\";\n /** The value for the passed parameter */\n value?: string;\n}\n\n/** NSX DHCP Relay */\nexport interface WorkloadNetworkDhcpRelay extends WorkloadNetworkDhcpEntity {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n dhcpType: \"RELAY\";\n /** DHCP Relay Addresses. Max 3. */\n serverAddresses?: string[];\n}\n\n/** NSX DHCP Server */\nexport interface WorkloadNetworkDhcpServer extends WorkloadNetworkDhcpEntity {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n dhcpType: \"SERVER\";\n /** DHCP Server Address. */\n serverAddress?: string;\n /** DHCP Server Lease Time. */\n leaseTime?: number;\n}\n\n/** A private cloud resource */\nexport interface PrivateCloud extends TrackedResource {\n /** The SKU (Stock Keeping Unit) assigned to this resource. */\n sku: Sku;\n /** The managed service identities assigned to this resource. */\n identity?: PrivateCloudIdentity;\n /** The default cluster used for management */\n managementCluster?: ManagementCluster;\n /** Connectivity to internet is enabled or disabled */\n internet?: InternetEnum;\n /** vCenter Single Sign On Identity Sources */\n identitySources?: IdentitySource[];\n /** Properties describing how the cloud is distributed across availability zones */\n availability?: AvailabilityProperties;\n /** Customer managed key encryption, can be enabled or disabled */\n encryption?: Encryption;\n /**\n * Array of additional networks noncontiguous with networkBlock. Networks must be\n * unique and non-overlapping across VNet in your subscription, on-premise, and\n * this privateCloud networkBlock attribute. Make sure the CIDR format conforms to\n * (A.B.C.D/X).\n */\n extendedNetworkBlocks?: string[];\n /**\n * The provisioning state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PrivateCloudProvisioningState;\n /** An ExpressRoute Circuit */\n circuit?: Circuit;\n /**\n * The endpoints\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endpoints?: Endpoints;\n /**\n * The block of addresses should be unique across VNet in your subscription as\n * well as on-premise. Make sure the CIDR format is conformed to (A.B.C.D/X) where\n * A,B,C,D are between 0 and 255, and X is between 0 and 22\n */\n networkBlock?: string;\n /**\n * Network used to access vCenter Server and NSX-T Manager\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly managementNetwork?: string;\n /**\n * Used for virtual machine cold migration, cloning, and snapshot migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningNetwork?: string;\n /**\n * Used for live migration of virtual machines\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmotionNetwork?: string;\n /**\n * Optionally, set the vCenter admin password when the private cloud is created\n * This value contains a credential. Consider obscuring before showing to users\n */\n vcenterPassword?: string;\n /**\n * Optionally, set the NSX-T Manager password when the private cloud is created\n * This value contains a credential. Consider obscuring before showing to users\n */\n nsxtPassword?: string;\n /**\n * Thumbprint of the vCenter Server SSL certificate\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vcenterCertificateThumbprint?: string;\n /**\n * Thumbprint of the NSX-T Manager SSL certificate\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nsxtCertificateThumbprint?: string;\n /**\n * Array of cloud link IDs from other clouds that connect to this one\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly externalCloudLinks?: string[];\n /**\n * A secondary expressRoute circuit from a separate AZ. Only present in a\n * stretched private cloud\n */\n secondaryCircuit?: Circuit;\n /**\n * Flag to indicate whether the private cloud has the quota for provisioned NSX\n * Public IP count raised from 64 to 1024\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nsxPublicIpQuotaRaised?: NsxPublicIpQuotaRaisedEnum;\n /** Azure resource ID of the virtual network */\n virtualNetworkId?: string;\n /** The type of DNS zone to use. */\n dnsZoneType?: DnsZoneType;\n}\n\n/** An addon resource */\nexport interface Addon extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: AddonPropertiesUnion;\n}\n\n/** ExpressRoute Circuit Authorization */\nexport interface ExpressRouteAuthorization extends ProxyResource {\n /**\n * The state of the ExpressRoute Circuit Authorization provisioning\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ExpressRouteAuthorizationProvisioningState;\n /**\n * The ID of the ExpressRoute Circuit Authorization\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expressRouteAuthorizationId?: string;\n /**\n * The key of the ExpressRoute Circuit Authorization\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expressRouteAuthorizationKey?: string;\n /** The ID of the ExpressRoute Circuit */\n expressRouteId?: string;\n}\n\n/** A cloud link resource */\nexport interface CloudLink extends ProxyResource {\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: CloudLinkProvisioningState;\n /**\n * The state of the cloud link.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: CloudLinkStatus;\n /** Identifier of the other private cloud participating in the link. */\n linkedCloud?: string;\n}\n\n/** A cluster resource */\nexport interface Cluster extends ProxyResource {\n /** The SKU (Stock Keeping Unit) assigned to this resource. */\n sku: Sku;\n /** The cluster size */\n clusterSize?: number;\n /**\n * The state of the cluster provisioning\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ClusterProvisioningState;\n /**\n * The identity\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clusterId?: number;\n /** The hosts */\n hosts?: string[];\n /** Name of the vsan datastore associated with the cluster */\n vsanDatastoreName?: string;\n}\n\n/** A datastore resource */\nexport interface Datastore extends ProxyResource {\n /**\n * The state of the datastore provisioning\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: DatastoreProvisioningState;\n /** An Azure NetApp Files volume */\n netAppVolume?: NetAppVolume;\n /** An iSCSI volume */\n diskPoolVolume?: DiskPoolVolume;\n /** An Elastic SAN volume */\n elasticSanVolume?: ElasticSanVolume;\n /**\n * The operational status of the datastore\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: DatastoreStatus;\n}\n\n/** A vSphere Distributed Resource Scheduler (DRS) placement policy */\nexport interface PlacementPolicy extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: PlacementPolicyPropertiesUnion;\n}\n\n/** Virtual Machine */\nexport interface VirtualMachine extends ProxyResource {\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: VirtualMachineProvisioningState;\n /**\n * Display name of the VM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * Virtual machine managed object reference id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly moRefId?: string;\n /**\n * Path to virtual machine's folder starting from datacenter virtual machine folder\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly folderPath?: string;\n /**\n * Whether VM DRS-driven movement is restricted (enabled) or not (disabled)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly restrictMovement?: VirtualMachineRestrictMovementState;\n}\n\n/** A global reach connection resource */\nexport interface GlobalReachConnection extends ProxyResource {\n /**\n * The state of the ExpressRoute Circuit Authorization provisioning\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: GlobalReachConnectionProvisioningState;\n /**\n * The network used for global reach carved out from the original network block\n * provided for the private cloud\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly addressPrefix?: string;\n /**\n * Authorization key from the peer express route used for the global reach\n * connection\n */\n authorizationKey?: string;\n /**\n * The connection status of the global reach connection\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly circuitConnectionStatus?: GlobalReachConnectionStatus;\n /**\n * Identifier of the ExpressRoute Circuit to peer with in the global reach\n * connection\n */\n peerExpressRouteCircuit?: string;\n /**\n * The ID of the Private Cloud's ExpressRoute Circuit that is participating in the\n * global reach connection\n */\n expressRouteId?: string;\n}\n\n/** An HCX Enterprise Site resource */\nexport interface HcxEnterpriseSite extends ProxyResource {\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: HcxEnterpriseSiteProvisioningState;\n /**\n * The activation key\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly activationKey?: string;\n /**\n * The status of the HCX Enterprise Site\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: HcxEnterpriseSiteStatus;\n}\n\n/** An iSCSI path resource */\nexport interface IscsiPath extends ProxyResource {\n /**\n * The state of the iSCSI path provisioning\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: IscsiPathProvisioningState;\n /** CIDR Block for iSCSI path. */\n networkBlock?: string;\n}\n\n/** An instance of a script executed by a user - custom or AVS */\nexport interface ScriptExecution extends ProxyResource {\n /** A reference to the script cmdlet resource if user is running a AVS script */\n scriptCmdletId?: string;\n /** Parameters the script will accept */\n parameters?: ScriptExecutionParameterUnion[];\n /**\n * Parameters that will be hidden/not visible to ARM, such as passwords and\n * credentials\n */\n hiddenParameters?: ScriptExecutionParameterUnion[];\n /**\n * Error message if the script was able to run, but if the script itself had\n * errors or powershell threw an exception\n */\n failureReason?: string;\n /** Time limit for execution */\n timeout?: string;\n /** Time to live for the resource. If not provided, will be available for 60 days */\n retention?: string;\n /**\n * Time the script execution was submitted\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly submittedAt?: Date;\n /**\n * Time the script execution was started\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedAt?: Date;\n /**\n * Time the script execution was finished\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly finishedAt?: Date;\n /**\n * The state of the script execution resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ScriptExecutionProvisioningState;\n /** Standard output stream from the powershell execution */\n output?: string[];\n /** User-defined dictionary. */\n namedOutputs?: { [propertyName: string]: Record<string, unknown> };\n /**\n * Standard information out stream from the powershell execution\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly information?: string[];\n /**\n * Standard warning out stream from the powershell execution\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly warnings?: string[];\n /**\n * Standard error output stream from the powershell execution\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errors?: string[];\n}\n\n/** Script Package resources available for execution */\nexport interface ScriptPackage extends ProxyResource {\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ScriptPackageProvisioningState;\n /**\n * User friendly description of the package\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Module version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n /**\n * Company that created and supports the package\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly company?: string;\n /**\n * Link to support by the package vendor\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uri?: string;\n}\n\n/** A cmdlet available for script execution */\nexport interface ScriptCmdlet extends ProxyResource {\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ScriptCmdletProvisioningState;\n /**\n * Description of the scripts functionality\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Recommended time limit for execution\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeout?: string;\n /**\n * Specifies whether a script cmdlet is intended to be invoked only through automation or visible to customers\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly audience?: ScriptCmdletAudience;\n /**\n * Parameters the script will accept\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly parameters?: ScriptParameter[];\n}\n\n/** Workload Network */\nexport interface WorkloadNetwork extends ProxyResource {\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: WorkloadNetworkProvisioningState;\n}\n\n/** NSX DHCP */\nexport interface WorkloadNetworkDhcp extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: WorkloadNetworkDhcpEntityUnion;\n}\n\n/** NSX DNS Service */\nexport interface WorkloadNetworkDnsService extends ProxyResource {\n /** Display name of the DNS Service. */\n displayName?: string;\n /** DNS service IP of the DNS Service. */\n dnsServiceIp?: string;\n /** Default DNS zone of the DNS Service. */\n defaultDnsZone?: string;\n /** FQDN zones of the DNS Service. */\n fqdnZones?: string[];\n /** DNS Service log level. */\n logLevel?: DnsServiceLogLevelEnum;\n /**\n * DNS Service status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: DnsServiceStatusEnum;\n /**\n * The provisioning state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: WorkloadNetworkDnsServiceProvisioningState;\n /** NSX revision number. */\n revision?: number;\n}\n\n/** NSX DNS Zone */\nexport interface WorkloadNetworkDnsZone extends ProxyResource {\n /** Display name of the DNS Zone. */\n displayName?: string;\n /** Domain names of the DNS Zone. */\n domain?: string[];\n /** DNS Server IP array of the DNS Zone. */\n dnsServerIps?: string[];\n /** Source IP of the DNS Zone. */\n sourceIp?: string;\n /** Number of DNS Services using the DNS zone. */\n dnsServices?: number;\n /**\n * The provisioning state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: WorkloadNetworkDnsZoneProvisioningState;\n /** NSX revision number. */\n revision?: number;\n}\n\n/** NSX Gateway. */\nexport interface WorkloadNetworkGateway extends ProxyResource {\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: WorkloadNetworkProvisioningState;\n /** Display name of the DHCP entity. */\n displayName?: string;\n /**\n * NSX Gateway Path.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly path?: string;\n}\n\n/** NSX Port Mirroring */\nexport interface WorkloadNetworkPortMirroring extends ProxyResource {\n /** Display name of the port mirroring profile. */\n displayName?: string;\n /** Direction of port mirroring profile. */\n direction?: PortMirroringDirectionEnum;\n /** Source VM Group. */\n source?: string;\n /** Destination VM Group. */\n destination?: string;\n /**\n * Port Mirroring Status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: PortMirroringStatusEnum;\n /**\n * The provisioning state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: WorkloadNetworkPortMirroringProvisioningState;\n /** NSX revision number. */\n revision?: number;\n}\n\n/** NSX Public IP Block */\nexport interface WorkloadNetworkPublicIP extends ProxyResource {\n /** Display name of the Public IP Block. */\n displayName?: string;\n /** Number of Public IPs requested. */\n numberOfPublicIPs?: number;\n /**\n * CIDR Block of the Public IP Block.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publicIPBlock?: string;\n /**\n * The provisioning state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: WorkloadNetworkPublicIPProvisioningState;\n}\n\n/** NSX Segment */\nexport interface WorkloadNetworkSegment extends ProxyResource {\n /** Display name of the segment. */\n displayName?: string;\n /** Gateway which to connect segment to. */\n connectedGateway?: string;\n /** Subnet which to connect segment to. */\n subnet?: WorkloadNetworkSegmentSubnet;\n /**\n * Port Vif which segment is associated with.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly portVif?: WorkloadNetworkSegmentPortVif[];\n /**\n * Segment status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: SegmentStatusEnum;\n /**\n * The provisioning state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: WorkloadNetworkSegmentProvisioningState;\n /** NSX revision number. */\n revision?: number;\n}\n\n/** NSX Virtual Machine */\nexport interface WorkloadNetworkVirtualMachine extends ProxyResource {\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: WorkloadNetworkProvisioningState;\n /** Display name of the VM. */\n displayName?: string;\n /**\n * Virtual machine type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmType?: VMTypeEnum;\n}\n\n/** NSX VM Group */\nexport interface WorkloadNetworkVMGroup extends ProxyResource {\n /** Display name of the VM group. */\n displayName?: string;\n /** Virtual machine members of this group. */\n members?: string[];\n /**\n * VM Group status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: VMGroupStatusEnum;\n /**\n * The provisioning state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: WorkloadNetworkVMGroupProvisioningState;\n /** NSX revision number. */\n revision?: number;\n}\n\n/** Defines headers for PrivateClouds_createOrUpdate operation. */\nexport interface PrivateCloudsCreateOrUpdateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for PrivateClouds_update operation. */\nexport interface PrivateCloudsUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for PrivateClouds_delete operation. */\nexport interface PrivateCloudsDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for PrivateClouds_rotateNsxtPassword operation. */\nexport interface PrivateCloudsRotateNsxtPasswordHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for PrivateClouds_rotateVcenterPassword operation. */\nexport interface PrivateCloudsRotateVcenterPasswordHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for Addons_createOrUpdate operation. */\nexport interface AddonsCreateOrUpdateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for Addons_delete operation. */\nexport interface AddonsDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for Authorizations_createOrUpdate operation. */\nexport interface AuthorizationsCreateOrUpdateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for Authorizations_delete operation. */\nexport interface AuthorizationsDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for CloudLinks_createOrUpdate operation. */\nexport interface CloudLinksCreateOrUpdateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for CloudLinks_delete operation. */\nexport interface CloudLinksDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for Clusters_createOrUpdate operation. */\nexport interface ClustersCreateOrUpdateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for Clusters_update operation. */\nexport interface ClustersUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for Clusters_delete operation. */\nexport interface ClustersDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for Datastores_createOrUpdate operation. */\nexport interface DatastoresCreateOrUpdateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for Datastores_delete operation. */\nexport interface DatastoresDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for PlacementPolicies_createOrUpdate operation. */\nexport interface PlacementPoliciesCreateOrUpdateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for PlacementPolicies_update operation. */\nexport interface PlacementPoliciesUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for PlacementPolicies_delete operation. */\nexport interface PlacementPoliciesDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for VirtualMachines_restrictMovement operation. */\nexport interface VirtualMachinesRestrictMovementHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for GlobalReachConnections_createOrUpdate operation. */\nexport interface GlobalReachConnectionsCreateOrUpdateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for GlobalReachConnections_delete operation. */\nexport interface GlobalReachConnectionsDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for IscsiPaths_createOrUpdate operation. */\nexport interface IscsiPathsCreateOrUpdateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for IscsiPaths_delete operation. */\nexport interface IscsiPathsDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for ScriptExecutions_createOrUpdate operation. */\nexport interface ScriptExecutionsCreateOrUpdateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for ScriptExecutions_delete operation. */\nexport interface ScriptExecutionsDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for WorkloadNetworks_createDhcp operation. */\nexport interface WorkloadNetworksCreateDhcpHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for WorkloadNetworks_updateDhcp operation. */\nexport interface WorkloadNetworksUpdateDhcpHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for WorkloadNetworks_deleteDhcp operation. */\nexport interface WorkloadNetworksDeleteDhcpHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for WorkloadNetworks_createDnsService operation. */\nexport interface WorkloadNetworksCreateDnsServiceHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for WorkloadNetworks_updateDnsService operation. */\nexport interface WorkloadNetworksUpdateDnsServiceHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for WorkloadNetworks_deleteDnsService operation. */\nexport interface WorkloadNetworksDeleteDnsServiceHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for WorkloadNetworks_createDnsZone operation. */\nexport interface WorkloadNetworksCreateDnsZoneHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for WorkloadNetworks_updateDnsZone operation. */\nexport interface WorkloadNetworksUpdateDnsZoneHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for WorkloadNetworks_deleteDnsZone operation. */\nexport interface WorkloadNetworksDeleteDnsZoneHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for WorkloadNetworks_createPortMirroring operation. */\nexport interface WorkloadNetworksCreatePortMirroringHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for WorkloadNetworks_updatePortMirroring operation. */\nexport interface WorkloadNetworksUpdatePortMirroringHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for WorkloadNetworks_deletePortMirroring operation. */\nexport interface WorkloadNetworksDeletePortMirroringHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for WorkloadNetworks_createPublicIP operation. */\nexport interface WorkloadNetworksCreatePublicIPHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for WorkloadNetworks_deletePublicIP operation. */\nexport interface WorkloadNetworksDeletePublicIPHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for WorkloadNetworks_createSegments operation. */\nexport interface WorkloadNetworksCreateSegmentsHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for WorkloadNetworks_updateSegments operation. */\nexport interface WorkloadNetworksUpdateSegmentsHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for WorkloadNetworks_deleteSegment operation. */\nexport interface WorkloadNetworksDeleteSegmentHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for WorkloadNetworks_createVMGroup operation. */\nexport interface WorkloadNetworksCreateVMGroupHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for WorkloadNetworks_updateVMGroup operation. */\nexport interface WorkloadNetworksUpdateVMGroupHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for WorkloadNetworks_deleteVMGroup operation. */\nexport interface WorkloadNetworksDeleteVMGroupHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\",\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\",\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**\n */\nexport type ActionType = string;\n\n/** Known values of {@link QuotaEnabled} that the service accepts. */\nexport enum KnownQuotaEnabled {\n /** is enabled */\n Enabled = \"Enabled\",\n /** is disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for QuotaEnabled. \\\n * {@link KnownQuotaEnabled} can be used interchangeably with QuotaEnabled,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: is enabled \\\n * **Disabled**: is disabled\n */\nexport type QuotaEnabled = string;\n\n/** Known values of {@link TrialStatus} that the service accepts. */\nexport enum KnownTrialStatus {\n /** is available */\n TrialAvailable = \"TrialAvailable\",\n /** is used */\n TrialUsed = \"TrialUsed\",\n /** is disabled */\n TrialDisabled = \"TrialDisabled\",\n}\n\n/**\n * Defines values for TrialStatus. \\\n * {@link KnownTrialStatus} can be used interchangeably with TrialStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **TrialAvailable**: is available \\\n * **TrialUsed**: is used \\\n * **TrialDisabled**: is disabled\n */\nexport type TrialStatus = string;\n\n/** Known values of {@link ClusterProvisioningState} that the service accepts. */\nexport enum KnownClusterProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is cancelled */\n Cancelled = \"Cancelled\",\n /** is deleting */\n Deleting = \"Deleting\",\n /** is updating */\n Updating = \"Updating\",\n}\n\n/**\n * Defines values for ClusterProvisioningState. \\\n * {@link KnownClusterProvisioningState} can be used interchangeably with ClusterProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Cancelled**: is cancelled \\\n * **Deleting**: is deleting \\\n * **Updating**: is updating\n */\nexport type ClusterProvisioningState = string;\n\n/** Known values of {@link InternetEnum} that the service accepts. */\nexport enum KnownInternetEnum {\n /** is enabled */\n Enabled = \"Enabled\",\n /** is disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for InternetEnum. \\\n * {@link KnownInternetEnum} can be used interchangeably with InternetEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: is enabled \\\n * **Disabled**: is disabled\n */\nexport type InternetEnum = string;\n\n/** Known values of {@link SslEnum} that the service accepts. */\nexport enum KnownSslEnum {\n /** is enabled */\n Enabled = \"Enabled\",\n /** is disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for SslEnum. \\\n * {@link KnownSslEnum} can be used interchangeably with SslEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: is enabled \\\n * **Disabled**: is disabled\n */\nexport type SslEnum = string;\n\n/** Known values of {@link AvailabilityStrategy} that the service accepts. */\nexport enum KnownAvailabilityStrategy {\n /** in single zone */\n SingleZone = \"SingleZone\",\n /** in two zones */\n DualZone = \"DualZone\",\n}\n\n/**\n * Defines values for AvailabilityStrategy. \\\n * {@link KnownAvailabilityStrategy} can be used interchangeably with AvailabilityStrategy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SingleZone**: in single zone \\\n * **DualZone**: in two zones\n */\nexport type AvailabilityStrategy = string;\n\n/** Known values of {@link EncryptionState} that the service accepts. */\nexport enum KnownEncryptionState {\n /** is enabled */\n Enabled = \"Enabled\",\n /** is disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for EncryptionState. \\\n * {@link KnownEncryptionState} can be used interchangeably with EncryptionState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: is enabled \\\n * **Disabled**: is disabled\n */\nexport type EncryptionState = string;\n\n/** Known values of {@link EncryptionKeyStatus} that the service accepts. */\nexport enum KnownEncryptionKeyStatus {\n /** is connected */\n Connected = \"Connected\",\n /** is access denied */\n AccessDenied = \"AccessDenied\",\n}\n\n/**\n * Defines values for EncryptionKeyStatus. \\\n * {@link KnownEncryptionKeyStatus} can be used interchangeably with EncryptionKeyStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Connected**: is connected \\\n * **AccessDenied**: is access denied\n */\nexport type EncryptionKeyStatus = string;\n\n/** Known values of {@link EncryptionVersionType} that the service accepts. */\nexport enum KnownEncryptionVersionType {\n /** is fixed */\n Fixed = \"Fixed\",\n /** is auto-detected */\n AutoDetected = \"AutoDetected\",\n}\n\n/**\n * Defines values for EncryptionVersionType. \\\n * {@link KnownEncryptionVersionType} can be used interchangeably with EncryptionVersionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Fixed**: is fixed \\\n * **AutoDetected**: is auto-detected\n */\nexport type EncryptionVersionType = string;\n\n/** Known values of {@link PrivateCloudProvisioningState} that the service accepts. */\nexport enum KnownPrivateCloudProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is cancelled */\n Cancelled = \"Cancelled\",\n /** is pending */\n Pending = \"Pending\",\n /** is building */\n Building = \"Building\",\n /** is deleting */\n Deleting = \"Deleting\",\n /** is updating */\n Updating = \"Updating\",\n}\n\n/**\n * Defines values for PrivateCloudProvisioningState. \\\n * {@link KnownPrivateCloudProvisioningState} can be used interchangeably with PrivateCloudProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Cancelled**: is cancelled \\\n * **Pending**: is pending \\\n * **Building**: is building \\\n * **Deleting**: is deleting \\\n * **Updating**: is updating\n */\nexport type PrivateCloudProvisioningState = string;\n\n/** Known values of {@link NsxPublicIpQuotaRaisedEnum} that the service accepts. */\nexport enum KnownNsxPublicIpQuotaRaisedEnum {\n /** is enabled */\n Enabled = \"Enabled\",\n /** is disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for NsxPublicIpQuotaRaisedEnum. \\\n * {@link KnownNsxPublicIpQuotaRaisedEnum} can be used interchangeably with NsxPublicIpQuotaRaisedEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: is enabled \\\n * **Disabled**: is disabled\n */\nexport type NsxPublicIpQuotaRaisedEnum = string;\n\n/** Known values of {@link DnsZoneType} that the service accepts. */\nexport enum KnownDnsZoneType {\n /** Primary DNS zone. */\n Public = \"Public\",\n /** Private DNS zone. */\n Private = \"Private\",\n}\n\n/**\n * Defines values for DnsZoneType. \\\n * {@link KnownDnsZoneType} can be used interchangeably with DnsZoneType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Public**: Primary DNS zone. \\\n * **Private**: Private DNS zone.\n */\nexport type DnsZoneType = string;\n\n/** Known values of {@link ResourceIdentityType} that the service accepts. */\nexport enum KnownResourceIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n}\n\n/**\n * Defines values for ResourceIdentityType. \\\n * {@link KnownResourceIdentityType} can be used interchangeably with ResourceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned**\n */\nexport type ResourceIdentityType = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link AddonType} that the service accepts. */\nexport enum KnownAddonType {\n /** SRM */\n SRM = \"SRM\",\n /** VR */\n VR = \"VR\",\n /** HCX */\n HCX = \"HCX\",\n /** Arc */\n Arc = \"Arc\",\n}\n\n/**\n * Defines values for AddonType. \\\n * {@link KnownAddonType} can be used interchangeably with AddonType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SRM** \\\n * **VR** \\\n * **HCX** \\\n * **Arc**\n */\nexport type AddonType = string;\n\n/** Known values of {@link AddonProvisioningState} that the service accepts. */\nexport enum KnownAddonProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is cancelled */\n Cancelled = \"Cancelled\",\n /** is building */\n Building = \"Building\",\n /** is deleting */\n Deleting = \"Deleting\",\n /** is updating */\n Updating = \"Updating\",\n}\n\n/**\n * Defines values for AddonProvisioningState. \\\n * {@link KnownAddonProvisioningState} can be used interchangeably with AddonProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Cancelled**: is cancelled \\\n * **Building**: is building \\\n * **Deleting**: is deleting \\\n * **Updating**: is updating\n */\nexport type AddonProvisioningState = string;\n\n/** Known values of {@link ExpressRouteAuthorizationProvisioningState} that the service accepts. */\nexport enum KnownExpressRouteAuthorizationProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is updating */\n Updating = \"Updating\",\n}\n\n/**\n * Defines values for ExpressRouteAuthorizationProvisioningState. \\\n * {@link KnownExpressRouteAuthorizationProvisioningState} can be used interchangeably with ExpressRouteAuthorizationProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Updating**: is updating\n */\nexport type ExpressRouteAuthorizationProvisioningState = string;\n\n/** Known values of {@link CloudLinkProvisioningState} that the service accepts. */\nexport enum KnownCloudLinkProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for CloudLinkProvisioningState. \\\n * {@link KnownCloudLinkProvisioningState} can be used interchangeably with CloudLinkProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled.\n */\nexport type CloudLinkProvisioningState = string;\n\n/** Known values of {@link CloudLinkStatus} that the service accepts. */\nexport enum KnownCloudLinkStatus {\n /** is active */\n Active = \"Active\",\n /** is building */\n Building = \"Building\",\n /** is deleting */\n Deleting = \"Deleting\",\n /** is failed */\n Failed = \"Failed\",\n /** is disconnected */\n Disconnected = \"Disconnected\",\n}\n\n/**\n * Defines values for CloudLinkStatus. \\\n * {@link KnownCloudLinkStatus} can be used interchangeably with CloudLinkStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Active**: is active \\\n * **Building**: is building \\\n * **Deleting**: is deleting \\\n * **Failed**: is failed \\\n * **Disconnected**: is disconnected\n */\nexport type CloudLinkStatus = string;\n\n/** Known values of {@link DatastoreProvisioningState} that the service accepts. */\nexport enum KnownDatastoreProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is cancelled */\n Cancelled = \"Cancelled\",\n /** is pending */\n Pending = \"Pending\",\n /** is creating */\n Creating = \"Creating\",\n /** is updating */\n Updating = \"Updating\",\n /** is deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for DatastoreProvisioningState. \\\n * {@link KnownDatastoreProvisioningState} can be used interchangeably with DatastoreProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Cancelled**: is cancelled \\\n * **Pending**: is pending \\\n * **Creating**: is creating \\\n * **Updating**: is updating \\\n * **Deleting**: is deleting\n */\nexport type DatastoreProvisioningState = string;\n\n/** Known values of {@link MountOptionEnum} that the service accepts. */\nexport enum KnownMountOptionEnum {\n /** is mount */\n Mount = \"MOUNT\",\n /** is attach */\n Attach = \"ATTACH\",\n}\n\n/**\n * Defines values for MountOptionEnum. \\\n * {@link KnownMountOptionEnum} can be used interchangeably with MountOptionEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **MOUNT**: is mount \\\n * **ATTACH**: is attach\n */\nexport type MountOptionEnum = string;\n\n/** Known values of {@link DatastoreStatus} that the service accepts. */\nexport enum KnownDatastoreStatus {\n /** is unknown */\n Unknown = \"Unknown\",\n /** is accessible */\n Accessible = \"Accessible\",\n /** is inaccessible */\n Inaccessible = \"Inaccessible\",\n /** is attached */\n Attached = \"Attached\",\n /** is detached */\n Detached = \"Detached\",\n /** is lost communication */\n LostCommunication = \"LostCommunication\",\n /** is dead or error */\n DeadOrError = \"DeadOrError\",\n}\n\n/**\n * Defines values for DatastoreStatus. \\\n * {@link KnownDatastoreStatus} can be used interchangeably with DatastoreStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: is unknown \\\n * **Accessible**: is accessible \\\n * **Inaccessible**: is inaccessible \\\n * **Attached**: is attached \\\n * **Detached**: is detached \\\n * **LostCommunication**: is lost communication \\\n * **DeadOrError**: is dead or error\n */\nexport type DatastoreStatus = string;\n\n/** Known values of {@link PlacementPolicyType} that the service accepts. */\nexport enum KnownPlacementPolicyType {\n /** VmVm */\n VmVm = \"VmVm\",\n /** VmHost */\n VmHost = \"VmHost\",\n}\n\n/**\n * Defines values for PlacementPolicyType. \\\n * {@link KnownPlacementPolicyType} can be used interchangeably with PlacementPolicyType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **VmVm** \\\n * **VmHost**\n */\nexport type PlacementPolicyType = string;\n\n/** Known values of {@link PlacementPolicyState} that the service accepts. */\nexport enum KnownPlacementPolicyState {\n /** is enabled */\n Enabled = \"Enabled\",\n /** is disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for PlacementPolicyState. \\\n * {@link KnownPlacementPolicyState} can be used interchangeably with PlacementPolicyState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: is enabled \\\n * **Disabled**: is disabled\n */\nexport type PlacementPolicyState = string;\n\n/** Known values of {@link PlacementPolicyProvisioningState} that the service accepts. */\nexport enum KnownPlacementPolicyProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is building */\n Building = \"Building\",\n /** is deleting */\n Deleting = \"Deleting\",\n /** is updating */\n Updating = \"Updating\",\n}\n\n/**\n * Defines values for PlacementPolicyProvisioningState. \\\n * {@link KnownPlacementPolicyProvisioningState} can be used interchangeably with PlacementPolicyProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Building**: is building \\\n * **Deleting**: is deleting \\\n * **Updating**: is updating\n */\nexport type PlacementPolicyProvisioningState = string;\n\n/** Known values of {@link AffinityStrength} that the service accepts. */\nexport enum KnownAffinityStrength {\n /** is should */\n Should = \"Should\",\n /** is must */\n Must = \"Must\",\n}\n\n/**\n * Defines values for AffinityStrength. \\\n * {@link KnownAffinityStrength} can be used interchangeably with AffinityStrength,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Should**: is should \\\n * **Must**: is must\n */\nexport type AffinityStrength = string;\n\n/** Known values of {@link AzureHybridBenefitType} that the service accepts. */\nexport enum KnownAzureHybridBenefitType {\n /** is SqlHost */\n SqlHost = \"SqlHost\",\n /** is None */\n None = \"None\",\n}\n\n/**\n * Defines values for AzureHybridBenefitType. \\\n * {@link KnownAzureHybridBenefitType} can be used interchangeably with AzureHybridBenefitType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SqlHost**: is SqlHost \\\n * **None**: is None\n */\nexport type AzureHybridBenefitType = string;\n\n/** Known values of {@link VirtualMachineProvisioningState} that the service accepts. */\nexport enum KnownVirtualMachineProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for VirtualMachineProvisioningState. \\\n * {@link KnownVirtualMachineProvisioningState} can be used interchangeably with VirtualMachineProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled.\n */\nexport type VirtualMachineProvisioningState = string;\n\n/** Known values of {@link VirtualMachineRestrictMovementState} that the service accepts. */\nexport enum KnownVirtualMachineRestrictMovementState {\n /** is enabled */\n Enabled = \"Enabled\",\n /** is disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for VirtualMachineRestrictMovementState. \\\n * {@link KnownVirtualMachineRestrictMovementState} can be used interchangeably with VirtualMachineRestrictMovementState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: is enabled \\\n * **Disabled**: is disabled\n */\nexport type VirtualMachineRestrictMovementState = string;\n\n/** Known values of {@link GlobalReachConnectionProvisioningState} that the service accepts. */\nexport enum KnownGlobalReachConnectionProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is updating */\n Updating = \"Updating\",\n}\n\n/**\n * Defines values for GlobalReachConnectionProvisioningState. \\\n * {@link KnownGlobalReachConnectionProvisioningState} can be used interchangeably with GlobalReachConnectionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Updating**: is updating\n */\nexport type GlobalReachConnectionProvisioningState = string;\n\n/** Known values of {@link GlobalReachConnectionStatus} that the service accepts. */\nexport enum KnownGlobalReachConnectionStatus {\n /** is connected */\n Connected = \"Connected\",\n /** is connecting */\n Connecting = \"Connecting\",\n /** is disconnected */\n Disconnected = \"Disconnected\",\n}\n\n/**\n * Defines values for GlobalReachConnectionStatus. \\\n * {@link KnownGlobalReachConnectionStatus} can be used interchangeably with GlobalReachConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Connected**: is connected \\\n * **Connecting**: is connecting \\\n * **Disconnected**: is disconnected\n */\nexport type GlobalReachConnectionStatus = string;\n\n/** Known values of {@link HcxEnterpriseSiteProvisioningState} that the service accepts. */\nexport enum KnownHcxEnterpriseSiteProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for HcxEnterpriseSiteProvisioningState. \\\n * {@link KnownHcxEnterpriseSiteProvisioningState} can be used interchangeably with HcxEnterpriseSiteProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled.\n */\nexport type HcxEnterpriseSiteProvisioningState = string;\n\n/** Known values of {@link HcxEnterpriseSiteStatus} that the service accepts. */\nexport enum KnownHcxEnterpriseSiteStatus {\n /** is available */\n Available = \"Available\",\n /** is consumed */\n Consumed = \"Consumed\",\n /** is deactivated */\n Deactivated = \"Deactivated\",\n /** is deleted */\n Deleted = \"Deleted\",\n}\n\n/**\n * Defines values for HcxEnterpriseSiteStatus. \\\n * {@link KnownHcxEnterpriseSiteStatus} can be used interchangeably with HcxEnterpriseSiteStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Available**: is available \\\n * **Consumed**: is consumed \\\n * **Deactivated**: is deactivated \\\n * **Deleted**: is deleted\n */\nexport type HcxEnterpriseSiteStatus = string;\n\n/** Known values of {@link IscsiPathProvisioningState} that the service accepts. */\nexport enum KnownIscsiPathProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is pending */\n Pending = \"Pending\",\n /** is building */\n Building = \"Building\",\n /** is deleting */\n Deleting = \"Deleting\",\n /** is updating */\n Updating = \"Updating\",\n}\n\n/**\n * Defines values for IscsiPathProvisioningState. \\\n * {@link KnownIscsiPathProvisioningState} can be used interchangeably with IscsiPathProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Pending**: is pending \\\n * **Building**: is building \\\n * **Deleting**: is deleting \\\n * **Updating**: is updating\n */\nexport type IscsiPathProvisioningState = string;\n\n/** Known values of {@link ScriptExecutionParameterType} that the service accepts. */\nexport enum KnownScriptExecutionParameterType {\n /** Value */\n Value = \"Value\",\n /** SecureValue */\n SecureValue = \"SecureValue\",\n /** Credential */\n Credential = \"Credential\",\n}\n\n/**\n * Defines values for ScriptExecutionParameterType. \\\n * {@link KnownScriptExecutionParameterType} can be used interchangeably with ScriptExecutionParameterType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Value** \\\n * **SecureValue** \\\n * **Credential**\n */\nexport type ScriptExecutionParameterType = string;\n\n/** Known values of {@link ScriptExecutionProvisioningState} that the service accepts. */\nexport enum KnownScriptExecutionProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is pending */\n Pending = \"Pending\",\n /** is running */\n Running = \"Running\",\n /** is cancelling */\n Cancelling = \"Cancelling\",\n /** is cancelled */\n Cancelled = \"Cancelled\",\n /** is deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for ScriptExecutionProvisioningState. \\\n * {@link KnownScriptExecutionProvisioningState} can be used interchangeably with ScriptExecutionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Pending**: is pending \\\n * **Running**: is running \\\n * **Cancelling**: is cancelling \\\n * **Cancelled**: is cancelled \\\n * **Deleting**: is deleting\n */\nexport type ScriptExecutionProvisioningState = string;\n\n/** Known values of {@link ScriptOutputStreamType} that the service accepts. */\nexport enum KnownScriptOutputStreamType {\n /** is information */\n Information = \"Information\",\n /** is warning */\n Warning = \"Warning\",\n /** is output */\n Output = \"Output\",\n /** is error */\n Error = \"Error\",\n}\n\n/**\n * Defines values for ScriptOutputStreamType. \\\n * {@link KnownScriptOutputStreamType} can be used interchangeably with ScriptOutputStreamType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Information**: is information \\\n * **Warning**: is warning \\\n * **Output**: is output \\\n * **Error**: is error\n */\nexport type ScriptOutputStreamType = string;\n\n/** Known values of {@link ScriptPackageProvisioningState} that the service accepts. */\nexport enum KnownScriptPackageProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for ScriptPackageProvisioningState. \\\n * {@link KnownScriptPackageProvisioningState} can be used interchangeably with ScriptPackageProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled.\n */\nexport type ScriptPackageProvisioningState = string;\n\n/** Known values of {@link ScriptCmdletProvisioningState} that the service accepts. */\nexport enum KnownScriptCmdletProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for ScriptCmdletProvisioningState. \\\n * {@link KnownScriptCmdletProvisioningState} can be used interchangeably with ScriptCmdletProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled.\n */\nexport type ScriptCmdletProvisioningState = string;\n\n/** Known values of {@link ScriptCmdletAudience} that the service accepts. */\nexport enum KnownScriptCmdletAudience {\n /** is automation */\n Automation = \"Automation\",\n /** is any */\n Any = \"Any\",\n}\n\n/**\n * Defines values for ScriptCmdletAudience. \\\n * {@link KnownScriptCmdletAudience} can be used interchangeably with ScriptCmdletAudience,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Automation**: is automation \\\n * **Any**: is any\n */\nexport type ScriptCmdletAudience = string;\n\n/** Known values of {@link ScriptParameterTypes} that the service accepts. */\nexport enum KnownScriptParameterTypes {\n /** is string */\n String = \"String\",\n /** is secure string */\n SecureString = \"SecureString\",\n /** is credential */\n Credential = \"Credential\",\n /** is int */\n Int = \"Int\",\n /** is bool */\n Bool = \"Bool\",\n /** is float */\n Float = \"Float\",\n}\n\n/**\n * Defines values for ScriptParameterTypes. \\\n * {@link KnownScriptParameterTypes} can be used interchangeably with ScriptParameterTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **String**: is string \\\n * **SecureString**: is secure string \\\n * **Credential**: is credential \\\n * **Int**: is int \\\n * **Bool**: is bool \\\n * **Float**: is float\n */\nexport type ScriptParameterTypes = string;\n\n/** Known values of {@link VisibilityParameterEnum} that the service accepts. */\nexport enum KnownVisibilityParameterEnum {\n /** is visible */\n Visible = \"Visible\",\n /** is hidden */\n Hidden = \"Hidden\",\n}\n\n/**\n * Defines values for VisibilityParameterEnum. \\\n * {@link KnownVisibilityParameterEnum} can be used interchangeably with VisibilityParameterEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Visible**: is visible \\\n * **Hidden**: is hidden\n */\nexport type VisibilityParameterEnum = string;\n\n/** Known values of {@link OptionalParamEnum} that the service accepts. */\nexport enum KnownOptionalParamEnum {\n /** is optional */\n Optional = \"Optional\",\n /** is required */\n Required = \"Required\",\n}\n\n/**\n * Defines values for OptionalParamEnum. \\\n * {@link KnownOptionalParamEnum} can be used interchangeably with OptionalParamEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Optional**: is optional \\\n * **Required**: is required\n */\nexport type OptionalParamEnum = string;\n\n/** Known values of {@link WorkloadNetworkProvisioningState} that the service accepts. */\nexport enum KnownWorkloadNetworkProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is building */\n Building = \"Building\",\n /** is deleting */\n Deleting = \"Deleting\",\n /** is updating */\n Updating = \"Updating\",\n}\n\n/**\n * Defines values for WorkloadNetworkProvisioningState. \\\n * {@link KnownWorkloadNetworkProvisioningState} can be used interchangeably with WorkloadNetworkProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Building**: is building \\\n * **Deleting**: is deleting \\\n * **Updating**: is updating\n */\nexport type WorkloadNetworkProvisioningState = string;\n\n/** Known values of {@link DhcpTypeEnum} that the service accepts. */\nexport enum KnownDhcpTypeEnum {\n /** Server */\n Server = \"SERVER\",\n /** Relay */\n Relay = \"RELAY\",\n}\n\n/**\n * Defines values for DhcpTypeEnum. \\\n * {@link KnownDhcpTypeEnum} can be used interchangeably with DhcpTypeEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SERVER** \\\n * **RELAY**\n */\nexport type DhcpTypeEnum = string;\n\n/** Known values of {@link WorkloadNetworkDhcpProvisioningState} that the service accepts. */\nexport enum KnownWorkloadNetworkDhcpProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is building */\n Building = \"Building\",\n /** is deleting */\n Deleting = \"Deleting\",\n /** is updating */\n Updating = \"Updating\",\n}\n\n/**\n * Defines values for WorkloadNetworkDhcpProvisioningState. \\\n * {@link KnownWorkloadNetworkDhcpProvisioningState} can be used interchangeably with WorkloadNetworkDhcpProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Building**: is building \\\n * **Deleting**: is deleting \\\n * **Updating**: is updating\n */\nexport type WorkloadNetworkDhcpProvisioningState = string;\n\n/** Known values of {@link DnsServiceLogLevelEnum} that the service accepts. */\nexport enum KnownDnsServiceLogLevelEnum {\n /** is debug */\n Debug = \"DEBUG\",\n /** is info */\n Info = \"INFO\",\n /** is warning */\n Warning = \"WARNING\",\n /** is error */\n Error = \"ERROR\",\n /** is fatal */\n Fatal = \"FATAL\",\n}\n\n/**\n * Defines values for DnsServiceLogLevelEnum. \\\n * {@link KnownDnsServiceLogLevelEnum} can be used interchangeably with DnsServiceLogLevelEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **DEBUG**: is debug \\\n * **INFO**: is info \\\n * **WARNING**: is warning \\\n * **ERROR**: is error \\\n * **FATAL**: is fatal\n */\nexport type DnsServiceLogLevelEnum = string;\n\n/** Known values of {@link DnsServiceStatusEnum} that the service accepts. */\nexport enum KnownDnsServiceStatusEnum {\n /** is success */\n Success = \"SUCCESS\",\n /** is failure */\n Failure = \"FAILURE\",\n}\n\n/**\n * Defines values for DnsServiceStatusEnum. \\\n * {@link KnownDnsServiceStatusEnum} can be used interchangeably with DnsServiceStatusEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SUCCESS**: is success \\\n * **FAILURE**: is failure\n */\nexport type DnsServiceStatusEnum = string;\n\n/** Known values of {@link WorkloadNetworkDnsServiceProvisioningState} that the service accepts. */\nexport enum KnownWorkloadNetworkDnsServiceProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is building */\n Building = \"Building\",\n /** is deleting */\n Deleting = \"Deleting\",\n /** is updating */\n Updating = \"Updating\",\n}\n\n/**\n * Defines values for WorkloadNetworkDnsServiceProvisioningState. \\\n * {@link KnownWorkloadNetworkDnsServiceProvisioningState} can be used interchangeably with WorkloadNetworkDnsServiceProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Building**: is building \\\n * **Deleting**: is deleting \\\n * **Updating**: is updating\n */\nexport type WorkloadNetworkDnsServiceProvisioningState = string;\n\n/** Known values of {@link WorkloadNetworkDnsZoneProvisioningState} that the service accepts. */\nexport enum KnownWorkloadNetworkDnsZoneProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is building */\n Building = \"Building\",\n /** is deleting */\n Deleting = \"Deleting\",\n /** is updating */\n Updating = \"Updating\",\n}\n\n/**\n * Defines values for WorkloadNetworkDnsZoneProvisioningState. \\\n * {@link KnownWorkloadNetworkDnsZoneProvisioningState} can be used interchangeably with WorkloadNetworkDnsZoneProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Building**: is building \\\n * **Deleting**: is deleting \\\n * **Updating**: is updating\n */\nexport type WorkloadNetworkDnsZoneProvisioningState = string;\n\n/** Known values of {@link PortMirroringDirectionEnum} that the service accepts. */\nexport enum KnownPortMirroringDirectionEnum {\n /** is ingress */\n Ingress = \"INGRESS\",\n /** is egress */\n Egress = \"EGRESS\",\n /** is bidirectional */\n Bidirectional = \"BIDIRECTIONAL\",\n}\n\n/**\n * Defines values for PortMirroringDirectionEnum. \\\n * {@link KnownPortMirroringDirectionEnum} can be used interchangeably with PortMirroringDirectionEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **INGRESS**: is ingress \\\n * **EGRESS**: is egress \\\n * **BIDIRECTIONAL**: is bidirectional\n */\nexport type PortMirroringDirectionEnum = string;\n\n/** Known values of {@link PortMirroringStatusEnum} that the service accepts. */\nexport enum KnownPortMirroringStatusEnum {\n /** is success */\n Success = \"SUCCESS\",\n /** is failure */\n Failure = \"FAILURE\",\n}\n\n/**\n * Defines values for PortMirroringStatusEnum. \\\n * {@link KnownPortMirroringStatusEnum} can be used interchangeably with PortMirroringStatusEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SUCCESS**: is success \\\n * **FAILURE**: is failure\n */\nexport type PortMirroringStatusEnum = string;\n\n/** Known values of {@link WorkloadNetworkPortMirroringProvisioningState} that the service accepts. */\nexport enum KnownWorkloadNetworkPortMirroringProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is building */\n Building = \"Building\",\n /** is deleting */\n Deleting = \"Deleting\",\n /** is updating */\n Updating = \"Updating\",\n}\n\n/**\n * Defines values for WorkloadNetworkPortMirroringProvisioningState. \\\n * {@link KnownWorkloadNetworkPortMirroringProvisioningState} can be used interchangeably with WorkloadNetworkPortMirroringProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Building**: is building \\\n * **Deleting**: is deleting \\\n * **Updating**: is updating\n */\nexport type WorkloadNetworkPortMirroringProvisioningState = string;\n\n/** Known values of {@link WorkloadNetworkPublicIPProvisioningState} that the service accepts. */\nexport enum KnownWorkloadNetworkPublicIPProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is building */\n Building = \"Building\",\n /** is deleting */\n Deleting = \"Deleting\",\n /** is updating */\n Updating = \"Updating\",\n}\n\n/**\n * Defines values for WorkloadNetworkPublicIPProvisioningState. \\\n * {@link KnownWorkloadNetworkPublicIPProvisioningState} can be used interchangeably with WorkloadNetworkPublicIPProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Building**: is building \\\n * **Deleting**: is deleting \\\n * **Updating**: is updating\n */\nexport type WorkloadNetworkPublicIPProvisioningState = string;\n\n/** Known values of {@link SegmentStatusEnum} that the service accepts. */\nexport enum KnownSegmentStatusEnum {\n /** is success */\n Success = \"SUCCESS\",\n /** is failure */\n Failure = \"FAILURE\",\n}\n\n/**\n * Defines values for SegmentStatusEnum. \\\n * {@link KnownSegmentStatusEnum} can be used interchangeably with SegmentStatusEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SUCCESS**: is success \\\n * **FAILURE**: is failure\n */\nexport type SegmentStatusEnum = string;\n\n/** Known values of {@link WorkloadNetworkSegmentProvisioningState} that the service accepts. */\nexport enum KnownWorkloadNetworkSegmentProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is building */\n Building = \"Building\",\n /** is deleting */\n Deleting = \"Deleting\",\n /** is updating */\n Updating = \"Updating\",\n}\n\n/**\n * Defines values for WorkloadNetworkSegmentProvisioningState. \\\n * {@link KnownWorkloadNetworkSegmentProvisioningState} can be used interchangeably with WorkloadNetworkSegmentProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Building**: is building \\\n * **Deleting**: is deleting \\\n * **Updating**: is updating\n */\nexport type WorkloadNetworkSegmentProvisioningState = string;\n\n/** Known values of {@link VMTypeEnum} that the service accepts. */\nexport enum KnownVMTypeEnum {\n /** is regular */\n Regular = \"REGULAR\",\n /** is edge */\n Edge = \"EDGE\",\n /** is service */\n Service = \"SERVICE\",\n}\n\n/**\n * Defines values for VMTypeEnum. \\\n * {@link KnownVMTypeEnum} can be used interchangeably with VMTypeEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **REGULAR**: is regular \\\n * **EDGE**: is edge \\\n * **SERVICE**: is service\n */\nexport type VMTypeEnum = string;\n\n/** Known values of {@link VMGroupStatusEnum} that the service accepts. */\nexport enum KnownVMGroupStatusEnum {\n /** is success */\n Success = \"SUCCESS\",\n /** is failure */\n Failure = \"FAILURE\",\n}\n\n/**\n * Defines values for VMGroupStatusEnum. \\\n * {@link KnownVMGroupStatusEnum} can be used interchangeably with VMGroupStatusEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SUCCESS**: is success \\\n * **FAILURE**: is failure\n */\nexport type VMGroupStatusEnum = string;\n\n/** Known values of {@link WorkloadNetworkVMGroupProvisioningState} that the service accepts. */\nexport enum KnownWorkloadNetworkVMGroupProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is building */\n Building = \"Building\",\n /** is deleting */\n Deleting = \"Deleting\",\n /** is updating */\n Updating = \"Updating\",\n}\n\n/**\n * Defines values for WorkloadNetworkVMGroupProvisioningState. \\\n * {@link KnownWorkloadNetworkVMGroupProvisioningState} can be used interchangeably with WorkloadNetworkVMGroupProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Building**: is building \\\n * **Deleting**: is deleting \\\n * **Updating**: is updating\n */\nexport type WorkloadNetworkVMGroupProvisioningState = string;\n\n/** Known values of {@link AffinityType} that the service accepts. */\nexport enum KnownAffinityType {\n /** is affinity */\n Affinity = \"Affinity\",\n /** is anti-affinity */\n AntiAffinity = \"AntiAffinity\",\n}\n\n/**\n * Defines values for AffinityType. \\\n * {@link KnownAffinityType} can be used interchangeably with AffinityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Affinity**: is affinity \\\n * **AntiAffinity**: is anti-affinity\n */\nexport type AffinityType = string;\n/** Defines values for SkuTier. */\nexport type SkuTier = \"Free\" | \"Basic\" | \"Standard\" | \"Premium\";\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface LocationsCheckQuotaAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkQuotaAvailability operation. */\nexport type LocationsCheckQuotaAvailabilityResponse = Quota;\n\n/** Optional parameters. */\nexport interface LocationsCheckTrialAvailabilityOptionalParams\n extends coreClient.OperationOptions {\n /** Optionally, check for a specific SKU */\n sku?: Sku;\n}\n\n/** Contains response data for the checkTrialAvailability operation. */\nexport type LocationsCheckTrialAvailabilityResponse = Trial;\n\n/** Optional parameters. */\nexport interface PrivateCloudsListInSubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInSubscription operation. */\nexport type PrivateCloudsListInSubscriptionResponse = PrivateCloudList;\n\n/** Optional parameters. */\nexport interface PrivateCloudsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type PrivateCloudsListResponse = PrivateCloudList;\n\n/** Optional parameters. */\nexport interface PrivateCloudsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateCloudsGetResponse = PrivateCloud;\n\n/** Optional parameters. */\nexport interface PrivateCloudsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\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 PrivateCloudsCreateOrUpdateResponse = PrivateCloud;\n\n/** Optional parameters. */\nexport interface PrivateCloudsUpdateOptionalParams\n extends coreClient.OperationOptions {\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 PrivateCloudsUpdateResponse = PrivateCloud;\n\n/** Optional parameters. */\nexport interface PrivateCloudsDeleteOptionalParams\n extends coreClient.OperationOptions {\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 PrivateCloudsListAdminCredentialsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAdminCredentials operation. */\nexport type PrivateCloudsListAdminCredentialsResponse = AdminCredentials;\n\n/** Optional parameters. */\nexport interface PrivateCloudsRotateNsxtPasswordOptionalParams\n extends coreClient.OperationOptions {\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 rotateNsxtPassword operation. */\nexport type PrivateCloudsRotateNsxtPasswordResponse =\n PrivateCloudsRotateNsxtPasswordHeaders;\n\n/** Optional parameters. */\nexport interface PrivateCloudsRotateVcenterPasswordOptionalParams\n extends coreClient.OperationOptions {\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 rotateVcenterPassword operation. */\nexport type PrivateCloudsRotateVcenterPasswordResponse =\n PrivateCloudsRotateVcenterPasswordHeaders;\n\n/** Optional parameters. */\nexport interface PrivateCloudsListInSubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInSubscriptionNext operation. */\nexport type PrivateCloudsListInSubscriptionNextResponse = PrivateCloudList;\n\n/** Optional parameters. */\nexport interface PrivateCloudsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type PrivateCloudsListNextResponse = PrivateCloudList;\n\n/** Optional parameters. */\nexport interface AddonsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AddonsListResponse = AddonList;\n\n/** Optional parameters. */\nexport interface AddonsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AddonsGetResponse = Addon;\n\n/** Optional parameters. */\nexport interface AddonsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\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 AddonsCreateOrUpdateResponse = Addon;\n\n/** Optional parameters. */\nexport interface AddonsDeleteOptionalParams\n extends coreClient.OperationOptions {\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 AddonsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AddonsListNextResponse = AddonList;\n\n/** Optional parameters. */\nexport interface AuthorizationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AuthorizationsListResponse = ExpressRouteAuthorizationList;\n\n/** Optional parameters. */\nexport interface AuthorizationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AuthorizationsGetResponse = ExpressRouteAuthorization;\n\n/** Optional parameters. */\nexport interface AuthorizationsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\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 AuthorizationsCreateOrUpdateResponse = ExpressRouteAuthorization;\n\n/** Optional parameters. */\nexport interface AuthorizationsDeleteOptionalParams\n extends coreClient.OperationOptions {\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 AuthorizationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AuthorizationsListNextResponse = ExpressRouteAuthorizationList;\n\n/** Optional parameters. */\nexport interface CloudLinksListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type CloudLinksListResponse = CloudLinkList;\n\n/** Optional parameters. */\nexport interface CloudLinksGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CloudLinksGetResponse = CloudLink;\n\n/** Optional parameters. */\nexport interface CloudLinksCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\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 CloudLinksCreateOrUpdateResponse = CloudLink;\n\n/** Optional parameters. */\nexport interface CloudLinksDeleteOptionalParams\n extends coreClient.OperationOptions {\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 CloudLinksListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type CloudLinksListNextResponse = CloudLinkList;\n\n/** Optional parameters. */\nexport interface ClustersListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ClustersListResponse = ClusterList;\n\n/** Optional parameters. */\nexport interface ClustersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ClustersGetResponse = Cluster;\n\n/** Optional parameters. */\nexport interface ClustersCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\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 ClustersCreateOrUpdateResponse = Cluster;\n\n/** Optional parameters. */\nexport interface ClustersUpdateOptionalParams\n extends coreClient.OperationOptions {\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 ClustersUpdateResponse = Cluster;\n\n/** Optional parameters. */\nexport interface ClustersDeleteOptionalParams\n extends coreClient.OperationOptions {\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 ClustersListZonesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listZones operation. */\nexport type ClustersListZonesResponse = ClusterZoneList;\n\n/** Optional parameters. */\nexport interface ClustersListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ClustersListNextResponse = ClusterList;\n\n/** Optional parameters. */\nexport interface DatastoresListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type DatastoresListResponse = DatastoreList;\n\n/** Optional parameters. */\nexport interface DatastoresGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DatastoresGetResponse = Datastore;\n\n/** Optional parameters. */\nexport interface DatastoresCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\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 DatastoresCreateOrUpdateResponse = Datastore;\n\n/** Optional parameters. */\nexport interface DatastoresDeleteOptionalParams\n extends coreClient.OperationOptions {\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 DatastoresListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DatastoresListNextResponse = DatastoreList;\n\n/** Optional parameters. */\nexport interface PlacementPoliciesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type PlacementPoliciesListResponse = PlacementPoliciesList;\n\n/** Optional parameters. */\nexport interface PlacementPoliciesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PlacementPoliciesGetResponse = PlacementPolicy;\n\n/** Optional parameters. */\nexport interface PlacementPoliciesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\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 PlacementPoliciesCreateOrUpdateResponse = PlacementPolicy;\n\n/** Optional parameters. */\nexport interface PlacementPoliciesUpdateOptionalParams\n extends coreClient.OperationOptions {\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 PlacementPoliciesUpdateResponse = PlacementPolicy;\n\n/** Optional parameters. */\nexport interface PlacementPoliciesDeleteOptionalParams\n extends coreClient.OperationOptions {\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 PlacementPoliciesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type PlacementPoliciesListNextResponse = PlacementPoliciesList;\n\n/** Optional parameters. */\nexport interface VirtualMachinesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type VirtualMachinesListResponse = VirtualMachinesList;\n\n/** Optional parameters. */\nexport interface VirtualMachinesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VirtualMachinesGetResponse = VirtualMachine;\n\n/** Optional parameters. */\nexport interface VirtualMachinesRestrictMovementOptionalParams\n extends coreClient.OperationOptions {\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 restrictMovement operation. */\nexport type VirtualMachinesRestrictMovementResponse =\n VirtualMachinesRestrictMovementHeaders;\n\n/** Optional parameters. */\nexport interface VirtualMachinesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type VirtualMachinesListNextResponse = VirtualMachinesList;\n\n/** Optional parameters. */\nexport interface GlobalReachConnectionsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type GlobalReachConnectionsListResponse = GlobalReachConnectionList;\n\n/** Optional parameters. */\nexport interface GlobalReachConnectionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type GlobalReachConnectionsGetResponse = GlobalReachConnection;\n\n/** Optional parameters. */\nexport interface GlobalReachConnectionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\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 GlobalReachConnectionsCreateOrUpdateResponse =\n GlobalReachConnection;\n\n/** Optional parameters. */\nexport interface GlobalReachConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {\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 GlobalReachConnectionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type GlobalReachConnectionsListNextResponse = GlobalReachConnectionList;\n\n/** Optional parameters. */\nexport interface HcxEnterpriseSitesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type HcxEnterpriseSitesListResponse = HcxEnterpriseSiteList;\n\n/** Optional parameters. */\nexport interface HcxEnterpriseSitesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type HcxEnterpriseSitesGetResponse = HcxEnterpriseSite;\n\n/** Optional parameters. */\nexport interface HcxEnterpriseSitesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type HcxEnterpriseSitesCreateOrUpdateResponse = HcxEnterpriseSite;\n\n/** Optional parameters. */\nexport interface HcxEnterpriseSitesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface HcxEnterpriseSitesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type HcxEnterpriseSitesListNextResponse = HcxEnterpriseSiteList;\n\n/** Optional parameters. */\nexport interface IscsiPathsListByPrivateCloudOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByPrivateCloud operation. */\nexport type IscsiPathsListByPrivateCloudResponse = IscsiPathListResult;\n\n/** Optional parameters. */\nexport interface IscsiPathsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type IscsiPathsGetResponse = IscsiPath;\n\n/** Optional parameters. */\nexport interface IscsiPathsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\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 IscsiPathsCreateOrUpdateResponse = IscsiPath;\n\n/** Optional parameters. */\nexport interface IscsiPathsDeleteOptionalParams\n extends coreClient.OperationOptions {\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 IscsiPathsListByPrivateCloudNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByPrivateCloudNext operation. */\nexport type IscsiPathsListByPrivateCloudNextResponse = IscsiPathListResult;\n\n/** Optional parameters. */\nexport interface ScriptExecutionsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ScriptExecutionsListResponse = ScriptExecutionsList;\n\n/** Optional parameters. */\nexport interface ScriptExecutionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ScriptExecutionsGetResponse = ScriptExecution;\n\n/** Optional parameters. */\nexport interface ScriptExecutionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\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 ScriptExecutionsCreateOrUpdateResponse = ScriptExecution;\n\n/** Optional parameters. */\nexport interface ScriptExecutionsDeleteOptionalParams\n extends coreClient.OperationOptions {\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 ScriptExecutionsGetExecutionLogsOptionalParams\n extends coreClient.OperationOptions {\n /** Name of the desired output stream to return. If not provided, will return all. An empty array will return nothing. */\n scriptOutputStreamType?: ScriptOutputStreamType[];\n}\n\n/** Contains response data for the getExecutionLogs operation. */\nexport type ScriptExecutionsGetExecutionLogsResponse = ScriptExecution;\n\n/** Optional parameters. */\nexport interface ScriptExecutionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ScriptExecutionsListNextResponse = ScriptExecutionsList;\n\n/** Optional parameters. */\nexport interface ScriptPackagesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ScriptPackagesListResponse = ScriptPackagesList;\n\n/** Optional parameters. */\nexport interface ScriptPackagesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ScriptPackagesGetResponse = ScriptPackage;\n\n/** Optional parameters. */\nexport interface ScriptPackagesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ScriptPackagesListNextResponse = ScriptPackagesList;\n\n/** Optional parameters. */\nexport interface ScriptCmdletsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ScriptCmdletsListResponse = ScriptCmdletsList;\n\n/** Optional parameters. */\nexport interface ScriptCmdletsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ScriptCmdletsGetResponse = ScriptCmdlet;\n\n/** Optional parameters. */\nexport interface ScriptCmdletsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ScriptCmdletsListNextResponse = ScriptCmdletsList;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type WorkloadNetworksListResponse = WorkloadNetworkList;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WorkloadNetworksGetResponse = WorkloadNetwork;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksListDhcpOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDhcp operation. */\nexport type WorkloadNetworksListDhcpResponse = WorkloadNetworkDhcpList;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksGetDhcpOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDhcp operation. */\nexport type WorkloadNetworksGetDhcpResponse = WorkloadNetworkDhcp;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksCreateDhcpOptionalParams\n extends coreClient.OperationOptions {\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 createDhcp operation. */\nexport type WorkloadNetworksCreateDhcpResponse = WorkloadNetworkDhcp;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksUpdateDhcpOptionalParams\n extends coreClient.OperationOptions {\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 updateDhcp operation. */\nexport type WorkloadNetworksUpdateDhcpResponse = WorkloadNetworkDhcp;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksDeleteDhcpOptionalParams\n extends coreClient.OperationOptions {\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 WorkloadNetworksListDnsServicesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDnsServices operation. */\nexport type WorkloadNetworksListDnsServicesResponse =\n WorkloadNetworkDnsServicesList;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksGetDnsServiceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDnsService operation. */\nexport type WorkloadNetworksGetDnsServiceResponse = WorkloadNetworkDnsService;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksCreateDnsServiceOptionalParams\n extends coreClient.OperationOptions {\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 createDnsService operation. */\nexport type WorkloadNetworksCreateDnsServiceResponse =\n WorkloadNetworkDnsService;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksUpdateDnsServiceOptionalParams\n extends coreClient.OperationOptions {\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 updateDnsService operation. */\nexport type WorkloadNetworksUpdateDnsServiceResponse =\n WorkloadNetworkDnsService;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksDeleteDnsServiceOptionalParams\n extends coreClient.OperationOptions {\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 WorkloadNetworksListDnsZonesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDnsZones operation. */\nexport type WorkloadNetworksListDnsZonesResponse = WorkloadNetworkDnsZonesList;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksGetDnsZoneOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDnsZone operation. */\nexport type WorkloadNetworksGetDnsZoneResponse = WorkloadNetworkDnsZone;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksCreateDnsZoneOptionalParams\n extends coreClient.OperationOptions {\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 createDnsZone operation. */\nexport type WorkloadNetworksCreateDnsZoneResponse = WorkloadNetworkDnsZone;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksUpdateDnsZoneOptionalParams\n extends coreClient.OperationOptions {\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 updateDnsZone operation. */\nexport type WorkloadNetworksUpdateDnsZoneResponse = WorkloadNetworkDnsZone;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksDeleteDnsZoneOptionalParams\n extends coreClient.OperationOptions {\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 WorkloadNetworksListGatewaysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listGateways operation. */\nexport type WorkloadNetworksListGatewaysResponse = WorkloadNetworkGatewayList;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksGetGatewayOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getGateway operation. */\nexport type WorkloadNetworksGetGatewayResponse = WorkloadNetworkGateway;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksListPortMirroringOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPortMirroring operation. */\nexport type WorkloadNetworksListPortMirroringResponse =\n WorkloadNetworkPortMirroringList;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksGetPortMirroringOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPortMirroring operation. */\nexport type WorkloadNetworksGetPortMirroringResponse =\n WorkloadNetworkPortMirroring;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksCreatePortMirroringOptionalParams\n extends coreClient.OperationOptions {\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 createPortMirroring operation. */\nexport type WorkloadNetworksCreatePortMirroringResponse =\n WorkloadNetworkPortMirroring;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksUpdatePortMirroringOptionalParams\n extends coreClient.OperationOptions {\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 updatePortMirroring operation. */\nexport type WorkloadNetworksUpdatePortMirroringResponse =\n WorkloadNetworkPortMirroring;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksDeletePortMirroringOptionalParams\n extends coreClient.OperationOptions {\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 WorkloadNetworksListPublicIPsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPublicIPs operation. */\nexport type WorkloadNetworksListPublicIPsResponse =\n WorkloadNetworkPublicIPsList;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksGetPublicIPOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPublicIP operation. */\nexport type WorkloadNetworksGetPublicIPResponse = WorkloadNetworkPublicIP;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksCreatePublicIPOptionalParams\n extends coreClient.OperationOptions {\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 createPublicIP operation. */\nexport type WorkloadNetworksCreatePublicIPResponse = WorkloadNetworkPublicIP;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksDeletePublicIPOptionalParams\n extends coreClient.OperationOptions {\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 WorkloadNetworksListSegmentsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSegments operation. */\nexport type WorkloadNetworksListSegmentsResponse = WorkloadNetworkSegmentsList;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksGetSegmentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSegment operation. */\nexport type WorkloadNetworksGetSegmentResponse = WorkloadNetworkSegment;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksCreateSegmentsOptionalParams\n extends coreClient.OperationOptions {\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 createSegments operation. */\nexport type WorkloadNetworksCreateSegmentsResponse = WorkloadNetworkSegment;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksUpdateSegmentsOptionalParams\n extends coreClient.OperationOptions {\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 updateSegments operation. */\nexport type WorkloadNetworksUpdateSegmentsResponse = WorkloadNetworkSegment;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksDeleteSegmentOptionalParams\n extends coreClient.OperationOptions {\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 WorkloadNetworksListVirtualMachinesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listVirtualMachines operation. */\nexport type WorkloadNetworksListVirtualMachinesResponse =\n WorkloadNetworkVirtualMachinesList;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksGetVirtualMachineOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getVirtualMachine operation. */\nexport type WorkloadNetworksGetVirtualMachineResponse =\n WorkloadNetworkVirtualMachine;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksListVMGroupsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listVMGroups operation. */\nexport type WorkloadNetworksListVMGroupsResponse = WorkloadNetworkVMGroupsList;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksGetVMGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getVMGroup operation. */\nexport type WorkloadNetworksGetVMGroupResponse = WorkloadNetworkVMGroup;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksCreateVMGroupOptionalParams\n extends coreClient.OperationOptions {\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 createVMGroup operation. */\nexport type WorkloadNetworksCreateVMGroupResponse = WorkloadNetworkVMGroup;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksUpdateVMGroupOptionalParams\n extends coreClient.OperationOptions {\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 updateVMGroup operation. */\nexport type WorkloadNetworksUpdateVMGroupResponse = WorkloadNetworkVMGroup;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksDeleteVMGroupOptionalParams\n extends coreClient.OperationOptions {\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 WorkloadNetworksListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type WorkloadNetworksListNextResponse = WorkloadNetworkList;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksListDhcpNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDhcpNext operation. */\nexport type WorkloadNetworksListDhcpNextResponse = WorkloadNetworkDhcpList;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksListDnsServicesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDnsServicesNext operation. */\nexport type WorkloadNetworksListDnsServicesNextResponse =\n WorkloadNetworkDnsServicesList;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksListDnsZonesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDnsZonesNext operation. */\nexport type WorkloadNetworksListDnsZonesNextResponse =\n WorkloadNetworkDnsZonesList;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksListGatewaysNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listGatewaysNext operation. */\nexport type WorkloadNetworksListGatewaysNextResponse =\n WorkloadNetworkGatewayList;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksListPortMirroringNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPortMirroringNext operation. */\nexport type WorkloadNetworksListPortMirroringNextResponse =\n WorkloadNetworkPortMirroringList;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksListPublicIPsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPublicIPsNext operation. */\nexport type WorkloadNetworksListPublicIPsNextResponse =\n WorkloadNetworkPublicIPsList;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksListSegmentsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSegmentsNext operation. */\nexport type WorkloadNetworksListSegmentsNextResponse =\n WorkloadNetworkSegmentsList;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksListVirtualMachinesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listVirtualMachinesNext operation. */\nexport type WorkloadNetworksListVirtualMachinesNextResponse =\n WorkloadNetworkVirtualMachinesList;\n\n/** Optional parameters. */\nexport interface WorkloadNetworksListVMGroupsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listVMGroupsNext operation. */\nexport type WorkloadNetworksListVMGroupsNextResponse =\n WorkloadNetworkVMGroupsList;\n\n/** Optional parameters. */\nexport interface AzureVMwareSolutionAPIOptionalParams\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"]}
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export declare const OperationListResult: coreClient.CompositeMapper;
|
|
3
|
+
export declare const Operation: coreClient.CompositeMapper;
|
|
4
|
+
export declare const OperationDisplay: coreClient.CompositeMapper;
|
|
5
|
+
export declare const ErrorResponse: coreClient.CompositeMapper;
|
|
6
|
+
export declare const ErrorDetail: coreClient.CompositeMapper;
|
|
7
|
+
export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
|
|
8
|
+
export declare const Quota: coreClient.CompositeMapper;
|
|
9
|
+
export declare const Sku: coreClient.CompositeMapper;
|
|
10
|
+
export declare const Trial: coreClient.CompositeMapper;
|
|
11
|
+
export declare const PrivateCloudList: coreClient.CompositeMapper;
|
|
12
|
+
export declare const ManagementCluster: coreClient.CompositeMapper;
|
|
13
|
+
export declare const IdentitySource: coreClient.CompositeMapper;
|
|
14
|
+
export declare const AvailabilityProperties: coreClient.CompositeMapper;
|
|
15
|
+
export declare const Encryption: coreClient.CompositeMapper;
|
|
16
|
+
export declare const EncryptionKeyVaultProperties: coreClient.CompositeMapper;
|
|
17
|
+
export declare const Circuit: coreClient.CompositeMapper;
|
|
18
|
+
export declare const Endpoints: coreClient.CompositeMapper;
|
|
19
|
+
export declare const PrivateCloudIdentity: coreClient.CompositeMapper;
|
|
20
|
+
export declare const Resource: coreClient.CompositeMapper;
|
|
21
|
+
export declare const SystemData: coreClient.CompositeMapper;
|
|
22
|
+
export declare const PrivateCloudUpdate: coreClient.CompositeMapper;
|
|
23
|
+
export declare const AddonList: coreClient.CompositeMapper;
|
|
24
|
+
export declare const AddonProperties: coreClient.CompositeMapper;
|
|
25
|
+
export declare const ExpressRouteAuthorizationList: coreClient.CompositeMapper;
|
|
26
|
+
export declare const CloudLinkList: coreClient.CompositeMapper;
|
|
27
|
+
export declare const ClusterList: coreClient.CompositeMapper;
|
|
28
|
+
export declare const ClusterUpdate: coreClient.CompositeMapper;
|
|
29
|
+
export declare const DatastoreList: coreClient.CompositeMapper;
|
|
30
|
+
export declare const NetAppVolume: coreClient.CompositeMapper;
|
|
31
|
+
export declare const DiskPoolVolume: coreClient.CompositeMapper;
|
|
32
|
+
export declare const ElasticSanVolume: coreClient.CompositeMapper;
|
|
33
|
+
export declare const ClusterZoneList: coreClient.CompositeMapper;
|
|
34
|
+
export declare const ClusterZone: coreClient.CompositeMapper;
|
|
35
|
+
export declare const PlacementPoliciesList: coreClient.CompositeMapper;
|
|
36
|
+
export declare const PlacementPolicyProperties: coreClient.CompositeMapper;
|
|
37
|
+
export declare const PlacementPolicyUpdate: coreClient.CompositeMapper;
|
|
38
|
+
export declare const VirtualMachinesList: coreClient.CompositeMapper;
|
|
39
|
+
export declare const VirtualMachineRestrictMovement: coreClient.CompositeMapper;
|
|
40
|
+
export declare const GlobalReachConnectionList: coreClient.CompositeMapper;
|
|
41
|
+
export declare const HcxEnterpriseSiteList: coreClient.CompositeMapper;
|
|
42
|
+
export declare const IscsiPathListResult: coreClient.CompositeMapper;
|
|
43
|
+
export declare const AdminCredentials: coreClient.CompositeMapper;
|
|
44
|
+
export declare const ScriptExecutionsList: coreClient.CompositeMapper;
|
|
45
|
+
export declare const ScriptExecutionParameter: coreClient.CompositeMapper;
|
|
46
|
+
export declare const ScriptPackagesList: coreClient.CompositeMapper;
|
|
47
|
+
export declare const ScriptCmdletsList: coreClient.CompositeMapper;
|
|
48
|
+
export declare const ScriptParameter: coreClient.CompositeMapper;
|
|
49
|
+
export declare const WorkloadNetworkList: coreClient.CompositeMapper;
|
|
50
|
+
export declare const WorkloadNetworkDhcpList: coreClient.CompositeMapper;
|
|
51
|
+
export declare const WorkloadNetworkDhcpEntity: coreClient.CompositeMapper;
|
|
52
|
+
export declare const WorkloadNetworkDnsServicesList: coreClient.CompositeMapper;
|
|
53
|
+
export declare const WorkloadNetworkDnsZonesList: coreClient.CompositeMapper;
|
|
54
|
+
export declare const WorkloadNetworkGatewayList: coreClient.CompositeMapper;
|
|
55
|
+
export declare const WorkloadNetworkPortMirroringList: coreClient.CompositeMapper;
|
|
56
|
+
export declare const WorkloadNetworkPublicIPsList: coreClient.CompositeMapper;
|
|
57
|
+
export declare const WorkloadNetworkSegmentsList: coreClient.CompositeMapper;
|
|
58
|
+
export declare const WorkloadNetworkSegmentSubnet: coreClient.CompositeMapper;
|
|
59
|
+
export declare const WorkloadNetworkSegmentPortVif: coreClient.CompositeMapper;
|
|
60
|
+
export declare const WorkloadNetworkVirtualMachinesList: coreClient.CompositeMapper;
|
|
61
|
+
export declare const WorkloadNetworkVMGroupsList: coreClient.CompositeMapper;
|
|
62
|
+
export declare const TrackedResource: coreClient.CompositeMapper;
|
|
63
|
+
export declare const ProxyResource: coreClient.CompositeMapper;
|
|
64
|
+
export declare const AddonArcProperties: coreClient.CompositeMapper;
|
|
65
|
+
export declare const AddonHcxProperties: coreClient.CompositeMapper;
|
|
66
|
+
export declare const AddonSrmProperties: coreClient.CompositeMapper;
|
|
67
|
+
export declare const AddonVrProperties: coreClient.CompositeMapper;
|
|
68
|
+
export declare const VmHostPlacementPolicyProperties: coreClient.CompositeMapper;
|
|
69
|
+
export declare const VmPlacementPolicyProperties: coreClient.CompositeMapper;
|
|
70
|
+
export declare const PSCredentialExecutionParameter: coreClient.CompositeMapper;
|
|
71
|
+
export declare const ScriptSecureStringExecutionParameter: coreClient.CompositeMapper;
|
|
72
|
+
export declare const ScriptStringExecutionParameter: coreClient.CompositeMapper;
|
|
73
|
+
export declare const WorkloadNetworkDhcpRelay: coreClient.CompositeMapper;
|
|
74
|
+
export declare const WorkloadNetworkDhcpServer: coreClient.CompositeMapper;
|
|
75
|
+
export declare const PrivateCloud: coreClient.CompositeMapper;
|
|
76
|
+
export declare const Addon: coreClient.CompositeMapper;
|
|
77
|
+
export declare const ExpressRouteAuthorization: coreClient.CompositeMapper;
|
|
78
|
+
export declare const CloudLink: coreClient.CompositeMapper;
|
|
79
|
+
export declare const Cluster: coreClient.CompositeMapper;
|
|
80
|
+
export declare const Datastore: coreClient.CompositeMapper;
|
|
81
|
+
export declare const PlacementPolicy: coreClient.CompositeMapper;
|
|
82
|
+
export declare const VirtualMachine: coreClient.CompositeMapper;
|
|
83
|
+
export declare const GlobalReachConnection: coreClient.CompositeMapper;
|
|
84
|
+
export declare const HcxEnterpriseSite: coreClient.CompositeMapper;
|
|
85
|
+
export declare const IscsiPath: coreClient.CompositeMapper;
|
|
86
|
+
export declare const ScriptExecution: coreClient.CompositeMapper;
|
|
87
|
+
export declare const ScriptPackage: coreClient.CompositeMapper;
|
|
88
|
+
export declare const ScriptCmdlet: coreClient.CompositeMapper;
|
|
89
|
+
export declare const WorkloadNetwork: coreClient.CompositeMapper;
|
|
90
|
+
export declare const WorkloadNetworkDhcp: coreClient.CompositeMapper;
|
|
91
|
+
export declare const WorkloadNetworkDnsService: coreClient.CompositeMapper;
|
|
92
|
+
export declare const WorkloadNetworkDnsZone: coreClient.CompositeMapper;
|
|
93
|
+
export declare const WorkloadNetworkGateway: coreClient.CompositeMapper;
|
|
94
|
+
export declare const WorkloadNetworkPortMirroring: coreClient.CompositeMapper;
|
|
95
|
+
export declare const WorkloadNetworkPublicIP: coreClient.CompositeMapper;
|
|
96
|
+
export declare const WorkloadNetworkSegment: coreClient.CompositeMapper;
|
|
97
|
+
export declare const WorkloadNetworkVirtualMachine: coreClient.CompositeMapper;
|
|
98
|
+
export declare const WorkloadNetworkVMGroup: coreClient.CompositeMapper;
|
|
99
|
+
export declare const PrivateCloudsCreateOrUpdateHeaders: coreClient.CompositeMapper;
|
|
100
|
+
export declare const PrivateCloudsUpdateHeaders: coreClient.CompositeMapper;
|
|
101
|
+
export declare const PrivateCloudsDeleteHeaders: coreClient.CompositeMapper;
|
|
102
|
+
export declare const PrivateCloudsRotateNsxtPasswordHeaders: coreClient.CompositeMapper;
|
|
103
|
+
export declare const PrivateCloudsRotateVcenterPasswordHeaders: coreClient.CompositeMapper;
|
|
104
|
+
export declare const AddonsCreateOrUpdateHeaders: coreClient.CompositeMapper;
|
|
105
|
+
export declare const AddonsDeleteHeaders: coreClient.CompositeMapper;
|
|
106
|
+
export declare const AuthorizationsCreateOrUpdateHeaders: coreClient.CompositeMapper;
|
|
107
|
+
export declare const AuthorizationsDeleteHeaders: coreClient.CompositeMapper;
|
|
108
|
+
export declare const CloudLinksCreateOrUpdateHeaders: coreClient.CompositeMapper;
|
|
109
|
+
export declare const CloudLinksDeleteHeaders: coreClient.CompositeMapper;
|
|
110
|
+
export declare const ClustersCreateOrUpdateHeaders: coreClient.CompositeMapper;
|
|
111
|
+
export declare const ClustersUpdateHeaders: coreClient.CompositeMapper;
|
|
112
|
+
export declare const ClustersDeleteHeaders: coreClient.CompositeMapper;
|
|
113
|
+
export declare const DatastoresCreateOrUpdateHeaders: coreClient.CompositeMapper;
|
|
114
|
+
export declare const DatastoresDeleteHeaders: coreClient.CompositeMapper;
|
|
115
|
+
export declare const PlacementPoliciesCreateOrUpdateHeaders: coreClient.CompositeMapper;
|
|
116
|
+
export declare const PlacementPoliciesUpdateHeaders: coreClient.CompositeMapper;
|
|
117
|
+
export declare const PlacementPoliciesDeleteHeaders: coreClient.CompositeMapper;
|
|
118
|
+
export declare const VirtualMachinesRestrictMovementHeaders: coreClient.CompositeMapper;
|
|
119
|
+
export declare const GlobalReachConnectionsCreateOrUpdateHeaders: coreClient.CompositeMapper;
|
|
120
|
+
export declare const GlobalReachConnectionsDeleteHeaders: coreClient.CompositeMapper;
|
|
121
|
+
export declare const IscsiPathsCreateOrUpdateHeaders: coreClient.CompositeMapper;
|
|
122
|
+
export declare const IscsiPathsDeleteHeaders: coreClient.CompositeMapper;
|
|
123
|
+
export declare const ScriptExecutionsCreateOrUpdateHeaders: coreClient.CompositeMapper;
|
|
124
|
+
export declare const ScriptExecutionsDeleteHeaders: coreClient.CompositeMapper;
|
|
125
|
+
export declare const WorkloadNetworksCreateDhcpHeaders: coreClient.CompositeMapper;
|
|
126
|
+
export declare const WorkloadNetworksUpdateDhcpHeaders: coreClient.CompositeMapper;
|
|
127
|
+
export declare const WorkloadNetworksDeleteDhcpHeaders: coreClient.CompositeMapper;
|
|
128
|
+
export declare const WorkloadNetworksCreateDnsServiceHeaders: coreClient.CompositeMapper;
|
|
129
|
+
export declare const WorkloadNetworksUpdateDnsServiceHeaders: coreClient.CompositeMapper;
|
|
130
|
+
export declare const WorkloadNetworksDeleteDnsServiceHeaders: coreClient.CompositeMapper;
|
|
131
|
+
export declare const WorkloadNetworksCreateDnsZoneHeaders: coreClient.CompositeMapper;
|
|
132
|
+
export declare const WorkloadNetworksUpdateDnsZoneHeaders: coreClient.CompositeMapper;
|
|
133
|
+
export declare const WorkloadNetworksDeleteDnsZoneHeaders: coreClient.CompositeMapper;
|
|
134
|
+
export declare const WorkloadNetworksCreatePortMirroringHeaders: coreClient.CompositeMapper;
|
|
135
|
+
export declare const WorkloadNetworksUpdatePortMirroringHeaders: coreClient.CompositeMapper;
|
|
136
|
+
export declare const WorkloadNetworksDeletePortMirroringHeaders: coreClient.CompositeMapper;
|
|
137
|
+
export declare const WorkloadNetworksCreatePublicIPHeaders: coreClient.CompositeMapper;
|
|
138
|
+
export declare const WorkloadNetworksDeletePublicIPHeaders: coreClient.CompositeMapper;
|
|
139
|
+
export declare const WorkloadNetworksCreateSegmentsHeaders: coreClient.CompositeMapper;
|
|
140
|
+
export declare const WorkloadNetworksUpdateSegmentsHeaders: coreClient.CompositeMapper;
|
|
141
|
+
export declare const WorkloadNetworksDeleteSegmentHeaders: coreClient.CompositeMapper;
|
|
142
|
+
export declare const WorkloadNetworksCreateVMGroupHeaders: coreClient.CompositeMapper;
|
|
143
|
+
export declare const WorkloadNetworksUpdateVMGroupHeaders: coreClient.CompositeMapper;
|
|
144
|
+
export declare const WorkloadNetworksDeleteVMGroupHeaders: coreClient.CompositeMapper;
|
|
145
|
+
export declare let discriminators: {
|
|
146
|
+
AddonProperties: coreClient.CompositeMapper;
|
|
147
|
+
PlacementPolicyProperties: coreClient.CompositeMapper;
|
|
148
|
+
ScriptExecutionParameter: coreClient.CompositeMapper;
|
|
149
|
+
WorkloadNetworkDhcpEntity: coreClient.CompositeMapper;
|
|
150
|
+
"AddonProperties.Arc": coreClient.CompositeMapper;
|
|
151
|
+
"AddonProperties.HCX": coreClient.CompositeMapper;
|
|
152
|
+
"AddonProperties.SRM": coreClient.CompositeMapper;
|
|
153
|
+
"AddonProperties.VR": coreClient.CompositeMapper;
|
|
154
|
+
"PlacementPolicyProperties.VmHost": coreClient.CompositeMapper;
|
|
155
|
+
"PlacementPolicyProperties.VmVm": coreClient.CompositeMapper;
|
|
156
|
+
"ScriptExecutionParameter.Credential": coreClient.CompositeMapper;
|
|
157
|
+
"ScriptExecutionParameter.SecureValue": coreClient.CompositeMapper;
|
|
158
|
+
"ScriptExecutionParameter.Value": coreClient.CompositeMapper;
|
|
159
|
+
"WorkloadNetworkDhcpEntity.RELAY": coreClient.CompositeMapper;
|
|
160
|
+
"WorkloadNetworkDhcpEntity.SERVER": coreClient.CompositeMapper;
|
|
161
|
+
};
|
|
162
|
+
//# sourceMappingURL=mappers.d.ts.map
|