@pulumi/azure-native 2.2.1-alpha.1690908073 → 2.3.0
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/avs/addon.js +2 -2
- package/avs/authorization.js +2 -2
- package/avs/cloudLink.js +2 -2
- package/avs/cluster.js +2 -2
- package/avs/datastore.js +2 -2
- package/avs/globalReachConnection.js +2 -2
- package/avs/hcxEnterpriseSite.js +2 -2
- package/avs/index.d.ts +2 -1
- package/avs/index.js +4 -2
- package/avs/placementPolicy.js +2 -2
- package/avs/privateCloud.js +2 -2
- package/avs/scriptExecution.js +2 -2
- package/avs/v20200320/cluster.js +2 -2
- package/avs/v20210101preview/addon.js +2 -2
- package/avs/v20210101preview/workloadNetworkDhcp.js +2 -2
- package/avs/v20210601/cluster.js +2 -2
- package/avs/v20220501/addon.js +2 -2
- package/avs/v20220501/authorization.js +2 -2
- package/avs/v20220501/cloudLink.js +2 -2
- package/avs/v20220501/cluster.js +2 -2
- package/avs/v20220501/datastore.js +2 -2
- package/avs/v20220501/globalReachConnection.js +2 -2
- package/avs/v20220501/hcxEnterpriseSite.js +2 -2
- package/avs/v20220501/placementPolicy.js +2 -2
- package/avs/v20220501/privateCloud.js +2 -2
- package/avs/v20220501/scriptExecution.js +2 -2
- package/avs/v20220501/workloadNetworkDhcp.js +2 -2
- package/avs/v20220501/workloadNetworkDnsService.js +2 -2
- package/avs/v20220501/workloadNetworkDnsZone.js +2 -2
- package/avs/v20220501/workloadNetworkPortMirroring.js +2 -2
- package/avs/v20220501/workloadNetworkPublicIP.js +2 -2
- package/avs/v20220501/workloadNetworkSegment.js +2 -2
- package/avs/v20220501/workloadNetworkVMGroup.js +2 -2
- package/avs/v20230301/addon.d.ts +63 -0
- package/avs/v20230301/addon.js +71 -0
- package/avs/v20230301/authorization.d.ts +73 -0
- package/avs/v20230301/authorization.js +77 -0
- package/avs/v20230301/cloudLink.d.ts +65 -0
- package/avs/v20230301/cloudLink.js +73 -0
- package/avs/v20230301/cluster.d.ts +87 -0
- package/avs/v20230301/cluster.js +82 -0
- package/avs/v20230301/datastore.d.ts +83 -0
- package/avs/v20230301/datastore.js +82 -0
- package/avs/v20230301/getAddon.d.ts +59 -0
- package/avs/v20230301/getAddon.js +27 -0
- package/avs/v20230301/getAuthorization.d.ts +70 -0
- package/avs/v20230301/getAuthorization.js +27 -0
- package/avs/v20230301/getCloudLink.d.ts +62 -0
- package/avs/v20230301/getCloudLink.js +27 -0
- package/avs/v20230301/getCluster.d.ts +75 -0
- package/avs/v20230301/getCluster.js +27 -0
- package/avs/v20230301/getDatastore.d.ts +79 -0
- package/avs/v20230301/getDatastore.js +28 -0
- package/avs/v20230301/getGlobalReachConnection.d.ts +78 -0
- package/avs/v20230301/getGlobalReachConnection.js +27 -0
- package/avs/v20230301/getHcxEnterpriseSite.d.ts +62 -0
- package/avs/v20230301/getHcxEnterpriseSite.js +27 -0
- package/avs/v20230301/getPlacementPolicy.d.ts +67 -0
- package/avs/v20230301/getPlacementPolicy.js +28 -0
- package/avs/v20230301/getPrivateCloud.d.ts +145 -0
- package/avs/v20230301/getPrivateCloud.js +26 -0
- package/avs/v20230301/getScriptExecution.d.ts +117 -0
- package/avs/v20230301/getScriptExecution.js +27 -0
- package/avs/v20230301/getScriptExecutionLogs.d.ts +117 -0
- package/avs/v20230301/getScriptExecutionLogs.js +27 -0
- package/avs/v20230301/getWorkloadNetworkDhcp.d.ts +59 -0
- package/avs/v20230301/getWorkloadNetworkDhcp.js +27 -0
- package/avs/v20230301/getWorkloadNetworkDnsService.d.ts +86 -0
- package/avs/v20230301/getWorkloadNetworkDnsService.js +27 -0
- package/avs/v20230301/getWorkloadNetworkDnsZone.d.ts +82 -0
- package/avs/v20230301/getWorkloadNetworkDnsZone.js +27 -0
- package/avs/v20230301/getWorkloadNetworkPortMirroring.d.ts +82 -0
- package/avs/v20230301/getWorkloadNetworkPortMirroring.js +27 -0
- package/avs/v20230301/getWorkloadNetworkPublicIP.d.ts +70 -0
- package/avs/v20230301/getWorkloadNetworkPublicIP.js +27 -0
- package/avs/v20230301/getWorkloadNetworkSegment.d.ts +83 -0
- package/avs/v20230301/getWorkloadNetworkSegment.js +27 -0
- package/avs/v20230301/getWorkloadNetworkVMGroup.d.ts +74 -0
- package/avs/v20230301/getWorkloadNetworkVMGroup.js +27 -0
- package/avs/v20230301/globalReachConnection.d.ts +89 -0
- package/avs/v20230301/globalReachConnection.js +81 -0
- package/avs/v20230301/hcxEnterpriseSite.d.ts +61 -0
- package/avs/v20230301/hcxEnterpriseSite.js +73 -0
- package/avs/v20230301/index.d.ts +112 -0
- package/avs/v20230301/index.js +163 -0
- package/avs/v20230301/listClusterZones.d.ts +47 -0
- package/avs/v20230301/listClusterZones.js +27 -0
- package/avs/v20230301/listPrivateCloudAdminCredentials.d.ts +50 -0
- package/avs/v20230301/listPrivateCloudAdminCredentials.js +26 -0
- package/avs/v20230301/placementPolicy.d.ts +67 -0
- package/avs/v20230301/placementPolicy.js +75 -0
- package/avs/v20230301/privateCloud.d.ts +204 -0
- package/avs/v20230301/privateCloud.js +123 -0
- package/avs/v20230301/scriptExecution.d.ts +151 -0
- package/avs/v20230301/scriptExecution.js +102 -0
- package/avs/v20230301/workloadNetworkDhcp.d.ts +63 -0
- package/avs/v20230301/workloadNetworkDhcp.js +71 -0
- package/avs/v20230301/workloadNetworkDnsService.d.ts +110 -0
- package/avs/v20230301/workloadNetworkDnsService.js +85 -0
- package/avs/v20230301/workloadNetworkDnsZone.d.ts +105 -0
- package/avs/v20230301/workloadNetworkDnsZone.js +83 -0
- package/avs/v20230301/workloadNetworkPortMirroring.d.ts +102 -0
- package/avs/v20230301/workloadNetworkPortMirroring.js +83 -0
- package/avs/v20230301/workloadNetworkPublicIP.d.ts +77 -0
- package/avs/v20230301/workloadNetworkPublicIP.js +77 -0
- package/avs/v20230301/workloadNetworkSegment.d.ts +99 -0
- package/avs/v20230301/workloadNetworkSegment.js +83 -0
- package/avs/v20230301/workloadNetworkVMGroup.d.ts +85 -0
- package/avs/v20230301/workloadNetworkVMGroup.js +79 -0
- package/avs/workloadNetworkDhcp.js +2 -2
- package/avs/workloadNetworkDnsService.js +2 -2
- package/avs/workloadNetworkDnsZone.js +2 -2
- package/avs/workloadNetworkPortMirroring.js +2 -2
- package/avs/workloadNetworkPublicIP.js +2 -2
- package/avs/workloadNetworkSegment.js +2 -2
- package/avs/workloadNetworkVMGroup.js +2 -2
- package/compute/availabilitySet.js +2 -2
- package/compute/capacityReservation.js +2 -2
- package/compute/capacityReservationGroup.js +2 -2
- package/compute/dedicatedHost.js +2 -2
- package/compute/dedicatedHostGroup.js +2 -2
- package/compute/disk.js +2 -2
- package/compute/diskAccess.js +2 -2
- package/compute/diskAccessAPrivateEndpointConnection.js +2 -2
- package/compute/diskEncryptionSet.js +2 -2
- package/compute/image.js +2 -2
- package/compute/index.d.ts +3 -1
- package/compute/index.js +6 -2
- package/compute/proximityPlacementGroup.js +2 -2
- package/compute/restorePoint.js +2 -2
- package/compute/restorePointCollection.js +2 -2
- package/compute/snapshot.js +2 -2
- package/compute/sshPublicKey.js +2 -2
- package/compute/v20211101/restorePoint.js +2 -2
- package/compute/v20211101/virtualMachineExtension.js +2 -2
- package/compute/v20211101/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20211101/virtualMachineScaleSetVMExtension.js +2 -2
- package/compute/v20220702/disk.js +2 -2
- package/compute/v20220702/diskAccess.js +2 -2
- package/compute/v20220702/diskAccessAPrivateEndpointConnection.js +2 -2
- package/compute/v20220702/diskEncryptionSet.js +2 -2
- package/compute/v20220702/snapshot.js +2 -2
- package/compute/v20221101/restorePoint.js +2 -2
- package/compute/v20230102/disk.js +2 -2
- package/compute/v20230102/diskAccess.js +2 -2
- package/compute/v20230102/diskAccessAPrivateEndpointConnection.js +2 -2
- package/compute/v20230102/diskEncryptionSet.js +2 -2
- package/compute/v20230102/snapshot.js +2 -2
- package/compute/v20230301/availabilitySet.js +2 -2
- package/compute/v20230301/capacityReservation.js +2 -2
- package/compute/v20230301/capacityReservationGroup.js +2 -2
- package/compute/v20230301/dedicatedHost.js +2 -2
- package/compute/v20230301/dedicatedHostGroup.js +2 -2
- package/compute/v20230301/image.js +2 -2
- package/compute/v20230301/proximityPlacementGroup.js +2 -2
- package/compute/v20230301/restorePoint.js +2 -2
- package/compute/v20230301/restorePointCollection.js +2 -2
- package/compute/v20230301/sshPublicKey.js +2 -2
- package/compute/v20230301/virtualMachine.js +2 -2
- package/compute/v20230301/virtualMachineExtension.js +2 -2
- package/compute/v20230301/virtualMachineRunCommandByVirtualMachine.js +2 -2
- package/compute/v20230301/virtualMachineScaleSet.js +2 -2
- package/compute/v20230301/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20230301/virtualMachineScaleSetVM.js +2 -2
- package/compute/v20230301/virtualMachineScaleSetVMExtension.js +2 -2
- package/compute/v20230301/virtualMachineScaleSetVMRunCommand.js +2 -2
- package/compute/v20230402/disk.d.ts +324 -0
- package/compute/v20230402/disk.js +146 -0
- package/compute/v20230402/diskAccess.d.ts +91 -0
- package/compute/v20230402/diskAccess.js +77 -0
- package/compute/v20230402/diskAccessAPrivateEndpointConnection.d.ts +71 -0
- package/compute/v20230402/diskAccessAPrivateEndpointConnection.js +78 -0
- package/compute/v20230402/diskEncryptionSet.d.ts +128 -0
- package/compute/v20230402/diskEncryptionSet.js +87 -0
- package/compute/v20230402/getDisk.d.ts +205 -0
- package/compute/v20230402/getDisk.js +26 -0
- package/compute/v20230402/getDiskAccess.d.ts +73 -0
- package/compute/v20230402/getDiskAccess.js +26 -0
- package/compute/v20230402/getDiskAccessAPrivateEndpointConnection.d.ts +67 -0
- package/compute/v20230402/getDiskAccessAPrivateEndpointConnection.js +27 -0
- package/compute/v20230402/getDiskEncryptionSet.d.ts +93 -0
- package/compute/v20230402/getDiskEncryptionSet.js +26 -0
- package/compute/v20230402/getSnapshot.d.ts +161 -0
- package/compute/v20230402/getSnapshot.js +26 -0
- package/compute/v20230402/index.d.ts +31 -0
- package/compute/v20230402/index.js +69 -0
- package/compute/v20230402/snapshot.d.ts +252 -0
- package/compute/v20230402/snapshot.js +124 -0
- package/compute/v20230701/availabilitySet.d.ts +115 -0
- package/compute/v20230701/availabilitySet.js +81 -0
- package/compute/v20230701/capacityReservation.d.ts +119 -0
- package/compute/v20230701/capacityReservation.js +94 -0
- package/compute/v20230701/capacityReservationGroup.d.ts +90 -0
- package/compute/v20230701/capacityReservationGroup.js +77 -0
- package/compute/v20230701/dedicatedHost.d.ts +132 -0
- package/compute/v20230701/dedicatedHost.js +96 -0
- package/compute/v20230701/dedicatedHostGroup.d.ts +111 -0
- package/compute/v20230701/dedicatedHostGroup.js +84 -0
- package/compute/v20230701/getAvailabilitySet.d.ts +81 -0
- package/compute/v20230701/getAvailabilitySet.js +26 -0
- package/compute/v20230701/getCapacityReservation.d.ts +109 -0
- package/compute/v20230701/getCapacityReservation.js +28 -0
- package/compute/v20230701/getCapacityReservationGroup.d.ts +81 -0
- package/compute/v20230701/getCapacityReservationGroup.js +27 -0
- package/compute/v20230701/getDedicatedHost.d.ts +113 -0
- package/compute/v20230701/getDedicatedHost.js +28 -0
- package/compute/v20230701/getDedicatedHostGroup.d.ts +89 -0
- package/compute/v20230701/getDedicatedHostGroup.js +27 -0
- package/compute/v20230701/getImage.d.ts +85 -0
- package/compute/v20230701/getImage.js +27 -0
- package/compute/v20230701/getLogAnalyticExportRequestRateByInterval.d.ts +104 -0
- package/compute/v20230701/getLogAnalyticExportRequestRateByInterval.js +34 -0
- package/compute/v20230701/getLogAnalyticExportThrottledRequests.d.ts +95 -0
- package/compute/v20230701/getLogAnalyticExportThrottledRequests.js +33 -0
- package/compute/v20230701/getProximityPlacementGroup.d.ts +93 -0
- package/compute/v20230701/getProximityPlacementGroup.js +27 -0
- package/compute/v20230701/getRestorePoint.d.ts +91 -0
- package/compute/v20230701/getRestorePoint.js +28 -0
- package/compute/v20230701/getRestorePointCollection.d.ts +81 -0
- package/compute/v20230701/getRestorePointCollection.js +27 -0
- package/compute/v20230701/getSshPublicKey.d.ts +60 -0
- package/compute/v20230701/getSshPublicKey.js +26 -0
- package/compute/v20230701/getVirtualMachine.d.ts +189 -0
- package/compute/v20230701/getVirtualMachine.js +27 -0
- package/compute/v20230701/getVirtualMachineExtension.d.ts +121 -0
- package/compute/v20230701/getVirtualMachineExtension.js +28 -0
- package/compute/v20230701/getVirtualMachineRunCommandByVirtualMachine.d.ts +129 -0
- package/compute/v20230701/getVirtualMachineRunCommandByVirtualMachine.js +28 -0
- package/compute/v20230701/getVirtualMachineScaleSet.d.ts +161 -0
- package/compute/v20230701/getVirtualMachineScaleSet.js +27 -0
- package/compute/v20230701/getVirtualMachineScaleSetExtension.d.ts +107 -0
- package/compute/v20230701/getVirtualMachineScaleSetExtension.js +28 -0
- package/compute/v20230701/getVirtualMachineScaleSetVM.d.ts +169 -0
- package/compute/v20230701/getVirtualMachineScaleSetVM.js +28 -0
- package/compute/v20230701/getVirtualMachineScaleSetVMExtension.d.ts +123 -0
- package/compute/v20230701/getVirtualMachineScaleSetVMExtension.js +29 -0
- package/compute/v20230701/getVirtualMachineScaleSetVMRunCommand.d.ts +137 -0
- package/compute/v20230701/getVirtualMachineScaleSetVMRunCommand.js +29 -0
- package/compute/v20230701/image.d.ts +108 -0
- package/compute/v20230701/image.js +79 -0
- package/compute/v20230701/index.d.ts +115 -0
- package/compute/v20230701/index.js +167 -0
- package/compute/v20230701/proximityPlacementGroup.d.ts +116 -0
- package/compute/v20230701/proximityPlacementGroup.js +83 -0
- package/compute/v20230701/restorePoint.d.ts +104 -0
- package/compute/v20230701/restorePoint.js +83 -0
- package/compute/v20230701/restorePointCollection.d.ts +91 -0
- package/compute/v20230701/restorePointCollection.js +77 -0
- package/compute/v20230701/sshPublicKey.d.ts +77 -0
- package/compute/v20230701/sshPublicKey.js +71 -0
- package/compute/v20230701/virtualMachine.d.ts +300 -0
- package/compute/v20230701/virtualMachine.js +131 -0
- package/{hybridcompute/v20230425preview/machineExtension.d.ts → compute/v20230701/virtualMachineExtension.d.ts} +54 -34
- package/compute/v20230701/virtualMachineExtension.js +97 -0
- package/{hybridcompute/v20230425preview/machineRunCommand.d.ts → compute/v20230701/virtualMachineRunCommandByVirtualMachine.d.ts} +49 -45
- package/compute/v20230701/virtualMachineRunCommandByVirtualMachine.js +102 -0
- package/compute/v20230701/virtualMachineScaleSet.d.ts +252 -0
- package/compute/v20230701/virtualMachineScaleSet.js +117 -0
- package/compute/v20230701/virtualMachineScaleSetExtension.d.ts +147 -0
- package/compute/v20230701/virtualMachineScaleSetExtension.js +91 -0
- package/compute/v20230701/virtualMachineScaleSetVM.d.ts +227 -0
- package/compute/v20230701/virtualMachineScaleSetVM.js +120 -0
- package/compute/v20230701/virtualMachineScaleSetVMExtension.d.ts +163 -0
- package/compute/v20230701/virtualMachineScaleSetVMExtension.js +99 -0
- package/{hybridcompute/machineRunCommand.d.ts → compute/v20230701/virtualMachineScaleSetVMRunCommand.d.ts} +54 -47
- package/compute/v20230701/virtualMachineScaleSetVMRunCommand.js +106 -0
- package/compute/virtualMachine.js +2 -2
- package/compute/virtualMachineExtension.js +2 -2
- package/compute/virtualMachineRunCommandByVirtualMachine.js +2 -2
- package/compute/virtualMachineScaleSet.js +2 -2
- package/compute/virtualMachineScaleSetExtension.js +2 -2
- package/compute/virtualMachineScaleSetVM.js +2 -2
- package/compute/virtualMachineScaleSetVMExtension.js +2 -2
- package/compute/virtualMachineScaleSetVMRunCommand.js +2 -2
- package/containerservice/agentPool.js +2 -2
- package/containerservice/index.d.ts +2 -1
- package/containerservice/index.js +4 -2
- package/containerservice/maintenanceConfiguration.js +2 -2
- package/containerservice/managedCluster.js +2 -2
- package/containerservice/privateEndpointConnection.js +2 -2
- package/containerservice/snapshot.js +2 -2
- package/containerservice/v20190601/managedCluster.js +2 -2
- package/containerservice/v20200601/agentPool.js +2 -2
- package/containerservice/v20210201/agentPool.js +2 -2
- package/containerservice/v20210501/managedCluster.js +2 -2
- package/containerservice/v20210801/agentPool.js +2 -2
- package/containerservice/v20220402preview/agentPool.js +2 -2
- package/containerservice/v20230401/agentPool.js +2 -2
- package/containerservice/v20230401/maintenanceConfiguration.js +2 -2
- package/containerservice/v20230401/managedCluster.js +2 -2
- package/containerservice/v20230401/privateEndpointConnection.js +2 -2
- package/containerservice/v20230401/snapshot.js +2 -2
- package/containerservice/v20230502preview/agentPool.js +2 -2
- package/containerservice/v20230502preview/maintenanceConfiguration.js +2 -2
- package/containerservice/v20230502preview/managedCluster.js +2 -2
- package/containerservice/v20230502preview/privateEndpointConnection.js +2 -2
- package/containerservice/v20230502preview/snapshot.js +2 -2
- package/containerservice/v20230601/agentPool.js +2 -2
- package/containerservice/v20230601/maintenanceConfiguration.js +2 -2
- package/containerservice/v20230601/managedCluster.js +2 -2
- package/containerservice/v20230601/privateEndpointConnection.js +2 -2
- package/containerservice/v20230601/snapshot.js +2 -2
- package/containerservice/v20230602preview/agentPool.js +2 -2
- package/containerservice/v20230602preview/maintenanceConfiguration.js +2 -2
- package/containerservice/v20230602preview/managedCluster.js +2 -2
- package/containerservice/v20230602preview/privateEndpointConnection.js +2 -2
- package/containerservice/v20230602preview/snapshot.js +2 -2
- package/containerservice/v20230701/agentPool.d.ts +376 -0
- package/containerservice/v20230701/agentPool.js +149 -0
- package/containerservice/v20230701/getAgentPool.d.ts +219 -0
- package/containerservice/v20230701/getAgentPool.js +27 -0
- package/containerservice/v20230701/getMaintenanceConfiguration.d.ts +71 -0
- package/containerservice/v20230701/getMaintenanceConfiguration.js +27 -0
- package/containerservice/v20230701/getManagedCluster.d.ts +225 -0
- package/containerservice/v20230701/getManagedCluster.js +26 -0
- package/{hybridcompute/v20230425preview → containerservice/v20230701}/getPrivateEndpointConnection.d.ts +17 -13
- package/containerservice/v20230701/getPrivateEndpointConnection.js +27 -0
- package/containerservice/v20230701/getSnapshot.d.ts +93 -0
- package/containerservice/v20230701/getSnapshot.js +26 -0
- package/containerservice/v20230701/index.d.ts +40 -0
- package/containerservice/v20230701/index.js +78 -0
- package/containerservice/v20230701/listManagedClusterAdminCredentials.d.ts +47 -0
- package/containerservice/v20230701/listManagedClusterAdminCredentials.js +27 -0
- package/containerservice/v20230701/listManagedClusterMonitoringUserCredentials.d.ts +47 -0
- package/containerservice/v20230701/listManagedClusterMonitoringUserCredentials.js +27 -0
- package/containerservice/v20230701/listManagedClusterUserCredentials.d.ts +55 -0
- package/containerservice/v20230701/listManagedClusterUserCredentials.js +28 -0
- package/containerservice/v20230701/maintenanceConfiguration.d.ts +83 -0
- package/containerservice/v20230701/maintenanceConfiguration.js +78 -0
- package/containerservice/v20230701/managedCluster.d.ts +376 -0
- package/containerservice/v20230701/managedCluster.js +152 -0
- package/{hybridcompute/v20230425preview → containerservice/v20230701}/privateEndpointConnection.d.ts +18 -10
- package/containerservice/v20230701/privateEndpointConnection.js +78 -0
- package/containerservice/v20230701/snapshot.d.ts +116 -0
- package/containerservice/v20230701/snapshot.js +87 -0
- package/containerstorage/getPool.d.ts +19 -23
- package/containerstorage/getPool.js +3 -3
- package/containerstorage/{getVolumeSnapshot.d.ts → getSnapshot.d.ts} +15 -23
- package/containerstorage/getSnapshot.js +29 -0
- package/containerstorage/getVolume.d.ts +6 -10
- package/containerstorage/getVolume.js +3 -3
- package/containerstorage/index.d.ts +8 -8
- package/containerstorage/index.js +11 -11
- package/containerstorage/pool.d.ts +32 -43
- package/containerstorage/pool.js +10 -24
- package/containerstorage/{volumeSnapshot.d.ts → snapshot.d.ts} +18 -39
- package/containerstorage/snapshot.js +81 -0
- package/containerstorage/{v20230301preview → v20230701preview}/getPool.d.ts +18 -22
- package/containerstorage/{v20230301preview → v20230701preview}/getPool.js +2 -2
- package/containerstorage/{v20230301preview/getVolumeSnapshot.d.ts → v20230701preview/getSnapshot.d.ts} +14 -22
- package/containerstorage/v20230701preview/getSnapshot.js +27 -0
- package/containerstorage/{v20230301preview → v20230701preview}/getVolume.d.ts +5 -9
- package/containerstorage/{v20230301preview → v20230701preview}/getVolume.js +2 -2
- package/containerstorage/{v20230301preview → v20230701preview}/index.d.ts +7 -7
- package/containerstorage/v20230701preview/index.js +55 -0
- package/containerstorage/{v20230301preview → v20230701preview}/pool.d.ts +32 -43
- package/containerstorage/v20230701preview/pool.js +89 -0
- package/containerstorage/{v20230301preview/volumeSnapshot.d.ts → v20230701preview/snapshot.d.ts} +18 -39
- package/containerstorage/v20230701preview/snapshot.js +80 -0
- package/containerstorage/{v20230301preview → v20230701preview}/volume.d.ts +5 -22
- package/containerstorage/{v20230301preview → v20230701preview}/volume.js +6 -17
- package/containerstorage/volume.d.ts +5 -22
- package/containerstorage/volume.js +7 -18
- package/databox/index.d.ts +2 -1
- package/databox/index.js +4 -2
- package/databox/job.js +2 -2
- package/databox/v20221201/job.js +2 -2
- package/databox/v20230301/getJob.d.ts +141 -0
- package/databox/v20230301/getJob.js +27 -0
- package/databox/v20230301/index.d.ts +10 -0
- package/databox/v20230301/index.js +44 -0
- package/databox/v20230301/job.d.ts +172 -0
- package/databox/v20230301/job.js +115 -0
- package/databox/v20230301/listJobCredentials.d.ts +43 -0
- package/databox/v20230301/listJobCredentials.js +26 -0
- package/desktopvirtualization/application.js +2 -2
- package/desktopvirtualization/applicationGroup.js +2 -2
- package/desktopvirtualization/getScalingPlanPersonalSchedule.d.ts +165 -0
- package/desktopvirtualization/getScalingPlanPersonalSchedule.js +29 -0
- package/desktopvirtualization/hostPool.js +2 -2
- package/desktopvirtualization/index.d.ts +8 -1
- package/desktopvirtualization/index.js +11 -2
- package/desktopvirtualization/msixpackage.js +2 -2
- package/desktopvirtualization/privateEndpointConnectionByHostPool.js +2 -2
- package/desktopvirtualization/privateEndpointConnectionByWorkspace.js +2 -2
- package/desktopvirtualization/scalingPlan.js +2 -2
- package/desktopvirtualization/scalingPlanPersonalSchedule.d.ts +269 -0
- package/desktopvirtualization/scalingPlanPersonalSchedule.js +125 -0
- package/desktopvirtualization/scalingPlanPooledSchedule.js +2 -2
- package/desktopvirtualization/v20210201preview/scalingPlan.js +2 -2
- package/desktopvirtualization/v20220210preview/scalingPlan.js +2 -2
- package/desktopvirtualization/v20220401preview/applicationGroup.js +2 -2
- package/desktopvirtualization/v20220401preview/hostPool.js +2 -2
- package/desktopvirtualization/v20220909/application.js +2 -2
- package/desktopvirtualization/v20220909/applicationGroup.js +2 -2
- package/desktopvirtualization/v20220909/hostPool.js +2 -2
- package/desktopvirtualization/v20220909/msixpackage.js +2 -2
- package/desktopvirtualization/v20220909/scalingPlan.js +2 -2
- package/desktopvirtualization/v20220909/scalingPlanPooledSchedule.js +2 -2
- package/desktopvirtualization/v20220909/workspace.js +2 -2
- package/desktopvirtualization/v20221014preview/application.js +2 -2
- package/desktopvirtualization/v20221014preview/applicationGroup.js +2 -2
- package/desktopvirtualization/v20221014preview/hostPool.js +2 -2
- package/desktopvirtualization/v20221014preview/msixpackage.js +2 -2
- package/desktopvirtualization/v20221014preview/privateEndpointConnectionByHostPool.js +2 -2
- package/desktopvirtualization/v20221014preview/privateEndpointConnectionByWorkspace.js +2 -2
- package/desktopvirtualization/v20221014preview/scalingPlan.js +2 -2
- package/desktopvirtualization/v20221014preview/scalingPlanPooledSchedule.js +2 -2
- package/desktopvirtualization/v20221014preview/workspace.js +2 -2
- package/desktopvirtualization/v20230707preview/application.d.ts +159 -0
- package/desktopvirtualization/v20230707preview/application.js +102 -0
- package/desktopvirtualization/v20230707preview/applicationGroup.d.ts +154 -0
- package/desktopvirtualization/v20230707preview/applicationGroup.js +105 -0
- package/desktopvirtualization/v20230707preview/getApplication.d.ts +115 -0
- package/desktopvirtualization/v20230707preview/getApplication.js +27 -0
- package/desktopvirtualization/v20230707preview/getApplicationGroup.d.ts +108 -0
- package/desktopvirtualization/v20230707preview/getApplicationGroup.js +26 -0
- package/desktopvirtualization/v20230707preview/getHostPool.d.ts +168 -0
- package/desktopvirtualization/v20230707preview/getHostPool.js +26 -0
- package/desktopvirtualization/v20230707preview/getMSIXPackage.d.ts +103 -0
- package/desktopvirtualization/v20230707preview/getMSIXPackage.js +27 -0
- package/desktopvirtualization/v20230707preview/getPrivateEndpointConnectionByHostPool.d.ts +71 -0
- package/desktopvirtualization/v20230707preview/getPrivateEndpointConnectionByHostPool.js +27 -0
- package/desktopvirtualization/v20230707preview/getPrivateEndpointConnectionByWorkspace.d.ts +71 -0
- package/desktopvirtualization/v20230707preview/getPrivateEndpointConnectionByWorkspace.js +27 -0
- package/desktopvirtualization/v20230707preview/getScalingPlan.d.ts +108 -0
- package/desktopvirtualization/v20230707preview/getScalingPlan.js +26 -0
- package/desktopvirtualization/v20230707preview/getScalingPlanPersonalSchedule.d.ts +163 -0
- package/desktopvirtualization/v20230707preview/getScalingPlanPersonalSchedule.js +27 -0
- package/desktopvirtualization/v20230707preview/getScalingPlanPooledSchedule.d.ts +127 -0
- package/desktopvirtualization/v20230707preview/getScalingPlanPooledSchedule.js +27 -0
- package/desktopvirtualization/v20230707preview/getWorkspace.d.ts +104 -0
- package/desktopvirtualization/v20230707preview/getWorkspace.js +26 -0
- package/desktopvirtualization/v20230707preview/hostPool.d.ts +270 -0
- package/desktopvirtualization/v20230707preview/hostPool.js +138 -0
- package/desktopvirtualization/v20230707preview/index.d.ts +61 -0
- package/desktopvirtualization/v20230707preview/index.js +104 -0
- package/desktopvirtualization/v20230707preview/msixpackage.d.ts +147 -0
- package/desktopvirtualization/v20230707preview/msixpackage.js +93 -0
- package/desktopvirtualization/v20230707preview/privateEndpointConnectionByHostPool.d.ts +75 -0
- package/desktopvirtualization/v20230707preview/privateEndpointConnectionByHostPool.js +80 -0
- package/desktopvirtualization/v20230707preview/privateEndpointConnectionByWorkspace.d.ts +75 -0
- package/desktopvirtualization/v20230707preview/privateEndpointConnectionByWorkspace.js +80 -0
- package/desktopvirtualization/v20230707preview/scalingPlan.d.ts +162 -0
- package/desktopvirtualization/v20230707preview/scalingPlan.js +103 -0
- package/desktopvirtualization/v20230707preview/scalingPlanPersonalSchedule.d.ts +268 -0
- package/desktopvirtualization/v20230707preview/scalingPlanPersonalSchedule.js +124 -0
- package/desktopvirtualization/v20230707preview/scalingPlanPooledSchedule.d.ts +196 -0
- package/desktopvirtualization/v20230707preview/scalingPlanPooledSchedule.js +105 -0
- package/desktopvirtualization/v20230707preview/workspace.d.ts +146 -0
- package/desktopvirtualization/v20230707preview/workspace.js +97 -0
- package/desktopvirtualization/workspace.js +2 -2
- package/hdinsight/clusterPool.d.ts +136 -0
- package/hdinsight/clusterPool.js +95 -0
- package/hdinsight/getClusterPool.d.ts +103 -0
- package/hdinsight/getClusterPool.js +28 -0
- package/hdinsight/index.d.ts +8 -1
- package/hdinsight/index.js +11 -2
- package/hdinsight/v20230601preview/cluster.d.ts +115 -0
- package/hdinsight/v20230601preview/cluster.js +95 -0
- package/hdinsight/v20230601preview/clusterPool.d.ts +135 -0
- package/hdinsight/v20230601preview/clusterPool.js +94 -0
- package/hdinsight/v20230601preview/getCluster.d.ts +93 -0
- package/hdinsight/v20230601preview/getCluster.js +27 -0
- package/hdinsight/v20230601preview/getClusterPool.d.ts +101 -0
- package/hdinsight/v20230601preview/getClusterPool.js +26 -0
- package/hdinsight/v20230601preview/index.d.ts +13 -0
- package/hdinsight/v20230601preview/index.js +48 -0
- package/hybridcompute/index.d.ts +1 -8
- package/hybridcompute/index.js +2 -11
- package/hybridcompute/machine.js +2 -2
- package/hybridcompute/machineExtension.js +2 -2
- package/hybridcompute/privateEndpointConnection.js +2 -2
- package/hybridcompute/privateLinkScope.js +2 -2
- package/hybridcompute/v20200802/machine.js +2 -2
- package/hybridcompute/v20200815preview/machine.js +2 -2
- package/hybridcompute/v20200815preview/machineExtension.js +2 -2
- package/hybridcompute/v20200815preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20200815preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20220510preview/machine.js +2 -2
- package/hybridcompute/v20220510preview/machineExtension.js +2 -2
- package/hybridcompute/v20221227/machine.js +2 -2
- package/hybridcompute/v20221227/machineExtension.js +2 -2
- package/hybridcompute/v20221227/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20221227/privateLinkScope.js +2 -2
- package/index.d.ts +3 -1
- package/index.js +8 -4
- package/managednetworkfabric/v20230615/accessControlList.d.ts +8 -0
- package/managednetworkfabric/v20230615/accessControlList.js +4 -1
- package/managednetworkfabric/v20230615/getAccessControlList.d.ts +4 -0
- package/managednetworkfabric/v20230615/getAccessControlList.js +1 -1
- package/managednetworkfabric/v20230615/getRoutePolicy.d.ts +4 -0
- package/managednetworkfabric/v20230615/getRoutePolicy.js +1 -1
- package/managednetworkfabric/v20230615/routePolicy.d.ts +8 -0
- package/managednetworkfabric/v20230615/routePolicy.js +4 -2
- package/maps/account.js +2 -2
- package/maps/creator.js +2 -2
- package/maps/index.d.ts +2 -1
- package/maps/index.js +4 -2
- package/maps/v20180501/account.js +2 -2
- package/maps/v20200201preview/creator.js +2 -2
- package/maps/v20210201/account.js +2 -2
- package/maps/v20210201/creator.js +2 -2
- package/maps/v20211201preview/account.js +2 -2
- package/maps/v20211201preview/creator.js +2 -2
- package/maps/v20230601/account.d.ts +108 -0
- package/maps/v20230601/account.js +83 -0
- package/{hybridcompute/v20230425preview/privateLinkScope.d.ts → maps/v20230601/creator.d.ts} +29 -25
- package/maps/v20230601/creator.js +80 -0
- package/maps/v20230601/getAccount.d.ts +77 -0
- package/maps/v20230601/getAccount.js +26 -0
- package/maps/v20230601/getCreator.d.ts +73 -0
- package/maps/v20230601/getCreator.js +27 -0
- package/maps/v20230601/index.d.ts +19 -0
- package/maps/v20230601/index.js +54 -0
- package/maps/v20230601/listAccountKeys.d.ts +50 -0
- package/maps/v20230601/listAccountKeys.js +26 -0
- package/maps/v20230601/listAccountSas.d.ts +95 -0
- package/maps/v20230601/listAccountSas.js +40 -0
- package/mobilepacketcore/getNetworkFunction.d.ts +99 -0
- package/mobilepacketcore/getNetworkFunction.js +28 -0
- package/mobilepacketcore/index.d.ts +9 -0
- package/mobilepacketcore/index.js +44 -0
- package/mobilepacketcore/networkFunction.d.ts +136 -0
- package/mobilepacketcore/networkFunction.js +99 -0
- package/mobilepacketcore/v20230515preview/getNetworkFunction.d.ts +97 -0
- package/mobilepacketcore/v20230515preview/getNetworkFunction.js +26 -0
- package/mobilepacketcore/v20230515preview/index.d.ts +7 -0
- package/mobilepacketcore/v20230515preview/index.js +41 -0
- package/mobilepacketcore/v20230515preview/networkFunction.d.ts +135 -0
- package/mobilepacketcore/v20230515preview/networkFunction.js +98 -0
- package/package.json +2 -2
- package/resourceconnector/listApplianceKeys.d.ts +8 -0
- package/resourceconnector/listApplianceKeys.js +2 -1
- package/resourceconnector/v20221027/listApplianceKeys.d.ts +8 -0
- package/resourceconnector/v20221027/listApplianceKeys.js +2 -1
- package/storagetasks/getStorageTask.d.ts +91 -0
- package/storagetasks/getStorageTask.js +28 -0
- package/storagetasks/index.d.ts +9 -0
- package/storagetasks/index.js +44 -0
- package/storagetasks/storageTask.d.ts +120 -0
- package/storagetasks/storageTask.js +95 -0
- package/storagetasks/v20230101/getStorageTask.d.ts +89 -0
- package/storagetasks/v20230101/getStorageTask.js +26 -0
- package/storagetasks/v20230101/index.d.ts +7 -0
- package/storagetasks/v20230101/index.js +41 -0
- package/storagetasks/v20230101/storageTask.d.ts +119 -0
- package/storagetasks/v20230101/storageTask.js +94 -0
- package/tsconfig.tsbuildinfo +1 -1
- package/types/enums/avs/index.d.ts +2 -1
- package/types/enums/avs/index.js +4 -2
- package/types/enums/avs/v20230301/index.d.ts +135 -0
- package/types/enums/avs/v20230301/index.js +77 -0
- package/types/enums/compute/index.d.ts +3 -1
- package/types/enums/compute/index.js +7 -3
- package/types/enums/compute/v20230402/index.d.ts +266 -0
- package/types/enums/compute/v20230402/index.js +208 -0
- package/types/enums/compute/v20230701/index.d.ts +584 -0
- package/types/enums/compute/v20230701/index.js +401 -0
- package/types/enums/containerservice/index.d.ts +2 -1
- package/types/enums/containerservice/index.js +4 -2
- package/types/enums/containerservice/v20230701/index.d.ts +517 -0
- package/types/enums/containerservice/v20230701/index.js +383 -0
- package/types/enums/containerstorage/index.d.ts +72 -10
- package/types/enums/containerstorage/index.js +59 -9
- package/types/enums/containerstorage/v20230701preview/index.d.ts +90 -0
- package/types/enums/containerstorage/v20230701preview/index.js +76 -0
- package/types/enums/databox/index.d.ts +2 -1
- package/types/enums/databox/index.js +4 -2
- package/types/enums/databox/v20230301/index.d.ts +247 -0
- package/types/enums/databox/v20230301/index.js +196 -0
- package/types/enums/desktopvirtualization/index.d.ts +36 -1
- package/types/enums/desktopvirtualization/index.js +26 -2
- package/types/enums/desktopvirtualization/v20230707preview/index.d.ts +216 -0
- package/types/enums/desktopvirtualization/v20230707preview/index.js +137 -0
- package/types/enums/hdinsight/index.d.ts +2 -1
- package/types/enums/hdinsight/index.js +4 -2
- package/types/enums/hdinsight/v20230601preview/index.d.ts +53 -0
- package/types/enums/hdinsight/v20230601preview/index.js +38 -0
- package/types/enums/hybridcompute/index.d.ts +1 -2
- package/types/enums/hybridcompute/index.js +2 -4
- package/types/enums/index.d.ts +3 -1
- package/types/enums/index.js +7 -3
- package/types/enums/managednetworkfabric/index.d.ts +3 -3
- package/types/enums/managednetworkfabric/v20230615/index.d.ts +4 -4
- package/types/enums/maps/index.d.ts +2 -1
- package/types/enums/maps/index.js +4 -2
- package/types/enums/maps/v20230601/index.d.ts +53 -0
- package/types/enums/maps/v20230601/index.js +35 -0
- package/types/enums/mobilepacketcore/index.d.ts +100 -0
- package/types/enums/mobilepacketcore/index.js +95 -0
- package/types/enums/mobilepacketcore/v20230515preview/index.d.ts +98 -0
- package/types/enums/mobilepacketcore/v20230515preview/index.js +92 -0
- package/types/enums/resourceconnector/index.d.ts +0 -2
- package/types/enums/resourceconnector/index.js +1 -3
- package/types/enums/resourceconnector/v20221027/index.d.ts +0 -2
- package/types/enums/resourceconnector/v20221027/index.js +1 -3
- package/types/enums/storagetasks/index.d.ts +39 -0
- package/types/enums/storagetasks/index.js +30 -0
- package/types/enums/storagetasks/v20230101/index.d.ts +37 -0
- package/types/enums/storagetasks/v20230101/index.js +27 -0
- package/types/input.d.ts +8228 -2058
- package/types/input.js +370 -20
- package/types/output.d.ts +31666 -22843
- package/types/output.js +370 -20
- package/containerstorage/getVolumeSnapshot.js +0 -29
- package/containerstorage/v20230301preview/getVolumeSnapshot.js +0 -27
- package/containerstorage/v20230301preview/index.js +0 -55
- package/containerstorage/v20230301preview/pool.js +0 -103
- package/containerstorage/v20230301preview/volumeSnapshot.js +0 -93
- package/containerstorage/volumeSnapshot.js +0 -94
- package/hybridcompute/getMachineRunCommand.d.ts +0 -123
- package/hybridcompute/getMachineRunCommand.js +0 -29
- package/hybridcompute/machineRunCommand.js +0 -103
- package/hybridcompute/v20230425preview/getMachine.d.ts +0 -199
- package/hybridcompute/v20230425preview/getMachine.js +0 -27
- package/hybridcompute/v20230425preview/getMachineExtension.d.ts +0 -105
- package/hybridcompute/v20230425preview/getMachineExtension.js +0 -27
- package/hybridcompute/v20230425preview/getMachineRunCommand.d.ts +0 -121
- package/hybridcompute/v20230425preview/getMachineRunCommand.js +0 -27
- package/hybridcompute/v20230425preview/getPrivateEndpointConnection.js +0 -27
- package/hybridcompute/v20230425preview/getPrivateLinkScope.d.ts +0 -65
- package/hybridcompute/v20230425preview/getPrivateLinkScope.js +0 -26
- package/hybridcompute/v20230425preview/index.d.ts +0 -31
- package/hybridcompute/v20230425preview/index.js +0 -69
- package/hybridcompute/v20230425preview/machine.d.ts +0 -258
- package/hybridcompute/v20230425preview/machine.js +0 -135
- package/hybridcompute/v20230425preview/machineExtension.js +0 -93
- package/hybridcompute/v20230425preview/machineRunCommand.js +0 -102
- package/hybridcompute/v20230425preview/privateEndpointConnection.js +0 -73
- package/hybridcompute/v20230425preview/privateLinkScope.js +0 -73
- package/types/enums/containerstorage/v20230301preview/index.d.ts +0 -28
- package/types/enums/containerstorage/v20230301preview/index.js +0 -26
- package/types/enums/hybridcompute/v20230425preview/index.d.ts +0 -58
- package/types/enums/hybridcompute/v20230425preview/index.js +0 -40
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as inputs from "../../types/input";
|
|
3
3
|
import * as outputs from "../../types/output";
|
|
4
|
+
import * as enums from "../../types/enums";
|
|
4
5
|
/**
|
|
5
6
|
* Pool resource
|
|
6
7
|
*/
|
|
@@ -20,21 +21,9 @@ export declare class Pool extends pulumi.CustomResource {
|
|
|
20
21
|
*/
|
|
21
22
|
static isInstance(obj: any): obj is Pool;
|
|
22
23
|
/**
|
|
23
|
-
* List of resources that should have access to the pool. Typically ARM references to AKS clusters or ACI Container Groups. For local and standard this must be a single reference. For
|
|
24
|
+
* List of resources that should have access to the pool. Typically ARM references to AKS clusters or ACI Container Groups. For local and standard this must be a single reference. For ElasticSAN there can be many.
|
|
24
25
|
*/
|
|
25
|
-
readonly assignments: pulumi.Output<
|
|
26
|
-
/**
|
|
27
|
-
* Disk Pool Properties
|
|
28
|
-
*/
|
|
29
|
-
readonly diskPoolProperties: pulumi.Output<outputs.containerstorage.v20230301preview.DiskPoolPropertiesResponse | undefined>;
|
|
30
|
-
/**
|
|
31
|
-
* Elastic San Pool Properties
|
|
32
|
-
*/
|
|
33
|
-
readonly elasticSanPoolProperties: pulumi.Output<outputs.containerstorage.v20230301preview.ElasticSanPoolPropertiesResponse>;
|
|
34
|
-
/**
|
|
35
|
-
* Ephemeral Pool Properties
|
|
36
|
-
*/
|
|
37
|
-
readonly ephemeralPoolProperties: pulumi.Output<outputs.containerstorage.v20230301preview.EphemeralPoolPropertiesResponse | undefined>;
|
|
26
|
+
readonly assignments: pulumi.Output<outputs.containerstorage.v20230701preview.AssignmentResponse[] | undefined>;
|
|
38
27
|
/**
|
|
39
28
|
* The geo-location where the resource lives
|
|
40
29
|
*/
|
|
@@ -44,21 +33,29 @@ export declare class Pool extends pulumi.CustomResource {
|
|
|
44
33
|
*/
|
|
45
34
|
readonly name: pulumi.Output<string>;
|
|
46
35
|
/**
|
|
47
|
-
*
|
|
36
|
+
* Type of the Pool: ephemeralDisk, azureDisk, or elasticsan.
|
|
48
37
|
*/
|
|
49
|
-
readonly
|
|
50
|
-
/**
|
|
51
|
-
* Type of the Pool: ephemeral, disk, managed, or elasticsan.
|
|
52
|
-
*/
|
|
53
|
-
readonly poolType: pulumi.Output<number>;
|
|
38
|
+
readonly poolType: pulumi.Output<outputs.containerstorage.v20230701preview.PoolTypeResponse>;
|
|
54
39
|
/**
|
|
55
40
|
* The status of the last operation.
|
|
56
41
|
*/
|
|
57
42
|
readonly provisioningState: pulumi.Output<string>;
|
|
43
|
+
/**
|
|
44
|
+
* ReclaimPolicy defines what happens to the backend storage when StoragePool is deleted
|
|
45
|
+
*/
|
|
46
|
+
readonly reclaimPolicy: pulumi.Output<string | undefined>;
|
|
47
|
+
/**
|
|
48
|
+
* Resources represent the resources the pool should have.
|
|
49
|
+
*/
|
|
50
|
+
readonly resources: pulumi.Output<outputs.containerstorage.v20230701preview.ResourcesResponse | undefined>;
|
|
51
|
+
/**
|
|
52
|
+
* The operational status of the resource
|
|
53
|
+
*/
|
|
54
|
+
readonly status: pulumi.Output<outputs.containerstorage.v20230701preview.ResourceOperationalStatusResponse>;
|
|
58
55
|
/**
|
|
59
56
|
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
60
57
|
*/
|
|
61
|
-
readonly systemData: pulumi.Output<outputs.containerstorage.
|
|
58
|
+
readonly systemData: pulumi.Output<outputs.containerstorage.v20230701preview.SystemDataResponse>;
|
|
62
59
|
/**
|
|
63
60
|
* Resource tags.
|
|
64
61
|
*/
|
|
@@ -72,7 +69,7 @@ export declare class Pool extends pulumi.CustomResource {
|
|
|
72
69
|
/**
|
|
73
70
|
* List of availability zones that resources can be created in.
|
|
74
71
|
*/
|
|
75
|
-
readonly zones: pulumi.Output<string[]>;
|
|
72
|
+
readonly zones: pulumi.Output<string[] | undefined>;
|
|
76
73
|
/**
|
|
77
74
|
* Create a Pool resource with the given unique name, arguments, and options.
|
|
78
75
|
*
|
|
@@ -87,41 +84,33 @@ export declare class Pool extends pulumi.CustomResource {
|
|
|
87
84
|
*/
|
|
88
85
|
export interface PoolArgs {
|
|
89
86
|
/**
|
|
90
|
-
* List of resources that should have access to the pool. Typically ARM references to AKS clusters or ACI Container Groups. For local and standard this must be a single reference. For
|
|
91
|
-
*/
|
|
92
|
-
assignments: pulumi.Input<pulumi.Input<string>[]>;
|
|
93
|
-
/**
|
|
94
|
-
* Disk Pool Properties
|
|
95
|
-
*/
|
|
96
|
-
diskPoolProperties?: pulumi.Input<inputs.containerstorage.v20230301preview.DiskPoolPropertiesArgs>;
|
|
97
|
-
/**
|
|
98
|
-
* Elastic San Pool Properties
|
|
99
|
-
*/
|
|
100
|
-
elasticSanPoolProperties: pulumi.Input<inputs.containerstorage.v20230301preview.ElasticSanPoolPropertiesArgs>;
|
|
101
|
-
/**
|
|
102
|
-
* Ephemeral Pool Properties
|
|
87
|
+
* List of resources that should have access to the pool. Typically ARM references to AKS clusters or ACI Container Groups. For local and standard this must be a single reference. For ElasticSAN there can be many.
|
|
103
88
|
*/
|
|
104
|
-
|
|
89
|
+
assignments?: pulumi.Input<pulumi.Input<inputs.containerstorage.v20230701preview.AssignmentArgs>[]>;
|
|
105
90
|
/**
|
|
106
91
|
* The geo-location where the resource lives
|
|
107
92
|
*/
|
|
108
93
|
location?: pulumi.Input<string>;
|
|
109
|
-
/**
|
|
110
|
-
* Initial capacity of the pool in GiB.
|
|
111
|
-
*/
|
|
112
|
-
poolCapacityGiB: pulumi.Input<number>;
|
|
113
94
|
/**
|
|
114
95
|
* Pool Object
|
|
115
96
|
*/
|
|
116
97
|
poolName?: pulumi.Input<string>;
|
|
117
98
|
/**
|
|
118
|
-
* Type of the Pool:
|
|
99
|
+
* Type of the Pool: ephemeralDisk, azureDisk, or elasticsan.
|
|
100
|
+
*/
|
|
101
|
+
poolType: pulumi.Input<inputs.containerstorage.v20230701preview.PoolTypeArgs>;
|
|
102
|
+
/**
|
|
103
|
+
* ReclaimPolicy defines what happens to the backend storage when StoragePool is deleted
|
|
119
104
|
*/
|
|
120
|
-
|
|
105
|
+
reclaimPolicy?: pulumi.Input<string | enums.containerstorage.v20230701preview.ReclaimPolicy>;
|
|
121
106
|
/**
|
|
122
107
|
* The name of the resource group. The name is case insensitive.
|
|
123
108
|
*/
|
|
124
109
|
resourceGroupName: pulumi.Input<string>;
|
|
110
|
+
/**
|
|
111
|
+
* Resources represent the resources the pool should have.
|
|
112
|
+
*/
|
|
113
|
+
resources?: pulumi.Input<inputs.containerstorage.v20230701preview.ResourcesArgs>;
|
|
125
114
|
/**
|
|
126
115
|
* Resource tags.
|
|
127
116
|
*/
|
|
@@ -131,5 +120,5 @@ export interface PoolArgs {
|
|
|
131
120
|
/**
|
|
132
121
|
* List of availability zones that resources can be created in.
|
|
133
122
|
*/
|
|
134
|
-
zones
|
|
123
|
+
zones?: pulumi.Input<pulumi.Input<string | enums.containerstorage.v20230701preview.Zone>[]>;
|
|
135
124
|
}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.Pool = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const inputs = require("../../types/input");
|
|
8
|
+
const utilities = require("../../utilities");
|
|
9
|
+
/**
|
|
10
|
+
* Pool resource
|
|
11
|
+
*/
|
|
12
|
+
class Pool extends pulumi.CustomResource {
|
|
13
|
+
/**
|
|
14
|
+
* Get an existing Pool resource's state with the given name, ID, and optional extra
|
|
15
|
+
* properties used to qualify the lookup.
|
|
16
|
+
*
|
|
17
|
+
* @param name The _unique_ name of the resulting resource.
|
|
18
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
19
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
20
|
+
*/
|
|
21
|
+
static get(name, id, opts) {
|
|
22
|
+
return new Pool(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Returns true if the given object is an instance of Pool. This is designed to work even
|
|
26
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
27
|
+
*/
|
|
28
|
+
static isInstance(obj) {
|
|
29
|
+
if (obj === undefined || obj === null) {
|
|
30
|
+
return false;
|
|
31
|
+
}
|
|
32
|
+
return obj['__pulumiType'] === Pool.__pulumiType;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Create a Pool resource with the given unique name, arguments, and options.
|
|
36
|
+
*
|
|
37
|
+
* @param name The _unique_ name of the resource.
|
|
38
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
39
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
40
|
+
*/
|
|
41
|
+
constructor(name, args, opts) {
|
|
42
|
+
let resourceInputs = {};
|
|
43
|
+
opts = opts || {};
|
|
44
|
+
if (!opts.id) {
|
|
45
|
+
if ((!args || args.poolType === undefined) && !opts.urn) {
|
|
46
|
+
throw new Error("Missing required property 'poolType'");
|
|
47
|
+
}
|
|
48
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
49
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
50
|
+
}
|
|
51
|
+
resourceInputs["assignments"] = args ? args.assignments : undefined;
|
|
52
|
+
resourceInputs["location"] = args ? args.location : undefined;
|
|
53
|
+
resourceInputs["poolName"] = args ? args.poolName : undefined;
|
|
54
|
+
resourceInputs["poolType"] = args ? (args.poolType ? pulumi.output(args.poolType).apply(inputs.containerstorage.v20230701preview.poolTypeArgsProvideDefaults) : undefined) : undefined;
|
|
55
|
+
resourceInputs["reclaimPolicy"] = args ? args.reclaimPolicy : undefined;
|
|
56
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
57
|
+
resourceInputs["resources"] = args ? (args.resources ? pulumi.output(args.resources).apply(inputs.containerstorage.v20230701preview.resourcesArgsProvideDefaults) : undefined) : undefined;
|
|
58
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
59
|
+
resourceInputs["zones"] = args ? args.zones : undefined;
|
|
60
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
61
|
+
resourceInputs["provisioningState"] = undefined /*out*/;
|
|
62
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
63
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
64
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
65
|
+
}
|
|
66
|
+
else {
|
|
67
|
+
resourceInputs["assignments"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["location"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
70
|
+
resourceInputs["poolType"] = undefined /*out*/;
|
|
71
|
+
resourceInputs["provisioningState"] = undefined /*out*/;
|
|
72
|
+
resourceInputs["reclaimPolicy"] = undefined /*out*/;
|
|
73
|
+
resourceInputs["resources"] = undefined /*out*/;
|
|
74
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
75
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
76
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
77
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
78
|
+
resourceInputs["zones"] = undefined /*out*/;
|
|
79
|
+
}
|
|
80
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
81
|
+
const aliasOpts = { aliases: [{ type: "azure-native:containerstorage:Pool" }] };
|
|
82
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
83
|
+
super(Pool.__pulumiType, name, resourceInputs, opts);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
exports.Pool = Pool;
|
|
87
|
+
/** @internal */
|
|
88
|
+
Pool.__pulumiType = 'azure-native:containerstorage/v20230701preview:Pool';
|
|
89
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9vbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2NvbnRhaW5lcnN0b3JhZ2UvdjIwMjMwNzAxcHJldmlldy9wb29sLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzREFBc0Q7QUFDdEQsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBQ3pDLDRDQUE0QztBQUc1Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxNQUFhLElBQUssU0FBUSxNQUFNLENBQUMsY0FBYztJQUMzQzs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUksSUFBSSxDQUFDLElBQUksRUFBRSxTQUFnQixrQ0FBTyxJQUFJLEtBQUUsRUFBRSxFQUFFLEVBQUUsSUFBRyxDQUFDO0lBQ2pFLENBQUM7SUFLRDs7O09BR0c7SUFDSSxNQUFNLENBQUMsVUFBVSxDQUFDLEdBQVE7UUFDN0IsSUFBSSxHQUFHLEtBQUssU0FBUyxJQUFJLEdBQUcsS0FBSyxJQUFJLEVBQUU7WUFDbkMsT0FBTyxLQUFLLENBQUM7U0FDaEI7UUFDRCxPQUFPLEdBQUcsQ0FBQyxjQUFjLENBQUMsS0FBSyxJQUFJLENBQUMsWUFBWSxDQUFDO0lBQ3JELENBQUM7SUFtREQ7Ozs7OztPQU1HO0lBQ0gsWUFBWSxJQUFZLEVBQUUsSUFBYyxFQUFFLElBQW1DO1FBQ3pFLElBQUksY0FBYyxHQUFrQixFQUFFLENBQUM7UUFDdkMsSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFLENBQUM7UUFDbEIsSUFBSSxDQUFDLElBQUksQ0FBQyxFQUFFLEVBQUU7WUFDVixJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLFFBQVEsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQ3JELE1BQU0sSUFBSSxLQUFLLENBQUMsc0NBQXNDLENBQUMsQ0FBQzthQUMzRDtZQUNELElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsaUJBQWlCLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUM5RCxNQUFNLElBQUksS0FBSyxDQUFDLCtDQUErQyxDQUFDLENBQUM7YUFDcEU7WUFDRCxjQUFjLENBQUMsYUFBYSxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDcEUsY0FBYyxDQUFDLFVBQVUsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQzlELGNBQWMsQ0FBQyxVQUFVLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUM5RCxjQUFjLENBQUMsVUFBVSxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDLEtBQUssQ0FBQyxNQUFNLENBQUMsZ0JBQWdCLENBQUMsZ0JBQWdCLENBQUMsMkJBQTJCLENBQUMsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUN2TCxjQUFjLENBQUMsZUFBZSxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsYUFBYSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDeEUsY0FBYyxDQUFDLG1CQUFtQixDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsaUJBQWlCLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUNoRixjQUFjLENBQUMsV0FBVyxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxDQUFDLEtBQUssQ0FBQyxNQUFNLENBQUMsZ0JBQWdCLENBQUMsZ0JBQWdCLENBQUMsNEJBQTRCLENBQUMsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUMzTCxjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDdEQsY0FBYyxDQUFDLE9BQU8sQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ3hELGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzNDLGNBQWMsQ0FBQyxtQkFBbUIsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDeEQsY0FBYyxDQUFDLFFBQVEsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDN0MsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDakQsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7U0FDOUM7YUFBTTtZQUNILGNBQWMsQ0FBQyxhQUFhLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ2xELGNBQWMsQ0FBQyxVQUFVLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQy9DLGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzNDLGNBQWMsQ0FBQyxVQUFVLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQy9DLGNBQWMsQ0FBQyxtQkFBbUIsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDeEQsY0FBYyxDQUFDLGVBQWUsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDcEQsY0FBYyxDQUFDLFdBQVcsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDaEQsY0FBYyxDQUFDLFFBQVEsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDN0MsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDakQsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0MsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0MsY0FBYyxDQUFDLE9BQU8sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7U0FDL0M7UUFDRCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLENBQUMsQ0FBQztRQUNuRSxNQUFNLFNBQVMsR0FBRyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsSUFBSSxFQUFFLG9DQUFvQyxFQUFFLENBQUMsRUFBRSxDQUFDO1FBQ2hGLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLElBQUksRUFBRSxTQUFTLENBQUMsQ0FBQztRQUM1QyxLQUFLLENBQUMsSUFBSSxDQUFDLFlBQVksRUFBRSxJQUFJLEVBQUUsY0FBYyxFQUFFLElBQUksQ0FBQyxDQUFDO0lBQ3pELENBQUM7O0FBN0hMLG9CQThIQztBQWpIRyxnQkFBZ0I7QUFDTyxpQkFBWSxHQUFHLHFEQUFxRCxDQUFDIn0=
|
package/containerstorage/{v20230301preview/volumeSnapshot.d.ts → v20230701preview/snapshot.d.ts}
RENAMED
|
@@ -1,28 +1,23 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../../types/output";
|
|
3
|
-
import * as enums from "../../types/enums";
|
|
4
3
|
/**
|
|
5
4
|
* Concrete proxy resource types can be created by aliasing this type using a specific property type.
|
|
6
5
|
*/
|
|
7
|
-
export declare class
|
|
6
|
+
export declare class Snapshot extends pulumi.CustomResource {
|
|
8
7
|
/**
|
|
9
|
-
* Get an existing
|
|
8
|
+
* Get an existing Snapshot resource's state with the given name, ID, and optional extra
|
|
10
9
|
* properties used to qualify the lookup.
|
|
11
10
|
*
|
|
12
11
|
* @param name The _unique_ name of the resulting resource.
|
|
13
12
|
* @param id The _unique_ provider ID of the resource to lookup.
|
|
14
13
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
15
14
|
*/
|
|
16
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions):
|
|
15
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Snapshot;
|
|
17
16
|
/**
|
|
18
|
-
* Returns true if the given object is an instance of
|
|
17
|
+
* Returns true if the given object is an instance of Snapshot. This is designed to work even
|
|
19
18
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
20
19
|
*/
|
|
21
|
-
static isInstance(obj: any): obj is
|
|
22
|
-
/**
|
|
23
|
-
* List of string mount options
|
|
24
|
-
*/
|
|
25
|
-
readonly mountOptions: pulumi.Output<string[]>;
|
|
20
|
+
static isInstance(obj: any): obj is Snapshot;
|
|
26
21
|
/**
|
|
27
22
|
* The name of the resource
|
|
28
23
|
*/
|
|
@@ -31,65 +26,49 @@ export declare class VolumeSnapshot extends pulumi.CustomResource {
|
|
|
31
26
|
* The status of the last operation.
|
|
32
27
|
*/
|
|
33
28
|
readonly provisioningState: pulumi.Output<string>;
|
|
34
|
-
/**
|
|
35
|
-
* Reclaim Policy, Delete or Retain
|
|
36
|
-
*/
|
|
37
|
-
readonly reclaimPolicy: pulumi.Output<string>;
|
|
38
29
|
/**
|
|
39
30
|
* Reference to the source volume
|
|
40
31
|
*/
|
|
41
32
|
readonly source: pulumi.Output<string>;
|
|
33
|
+
/**
|
|
34
|
+
* The status of the resource.
|
|
35
|
+
*/
|
|
36
|
+
readonly status: pulumi.Output<outputs.containerstorage.v20230701preview.ResourceOperationalStatusResponse>;
|
|
42
37
|
/**
|
|
43
38
|
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
44
39
|
*/
|
|
45
|
-
readonly systemData: pulumi.Output<outputs.containerstorage.
|
|
40
|
+
readonly systemData: pulumi.Output<outputs.containerstorage.v20230701preview.SystemDataResponse>;
|
|
46
41
|
/**
|
|
47
42
|
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
48
43
|
*/
|
|
49
44
|
readonly type: pulumi.Output<string>;
|
|
50
45
|
/**
|
|
51
|
-
*
|
|
52
|
-
*/
|
|
53
|
-
readonly volumeMode: pulumi.Output<string>;
|
|
54
|
-
/**
|
|
55
|
-
* Create a VolumeSnapshot resource with the given unique name, arguments, and options.
|
|
46
|
+
* Create a Snapshot resource with the given unique name, arguments, and options.
|
|
56
47
|
*
|
|
57
48
|
* @param name The _unique_ name of the resource.
|
|
58
49
|
* @param args The arguments to use to populate this resource's properties.
|
|
59
50
|
* @param opts A bag of options that control this resource's behavior.
|
|
60
51
|
*/
|
|
61
|
-
constructor(name: string, args:
|
|
52
|
+
constructor(name: string, args: SnapshotArgs, opts?: pulumi.CustomResourceOptions);
|
|
62
53
|
}
|
|
63
54
|
/**
|
|
64
|
-
* The set of arguments for constructing a
|
|
55
|
+
* The set of arguments for constructing a Snapshot resource.
|
|
65
56
|
*/
|
|
66
|
-
export interface
|
|
67
|
-
/**
|
|
68
|
-
* List of string mount options
|
|
69
|
-
*/
|
|
70
|
-
mountOptions: pulumi.Input<pulumi.Input<string>[]>;
|
|
57
|
+
export interface SnapshotArgs {
|
|
71
58
|
/**
|
|
72
59
|
* Pool Object
|
|
73
60
|
*/
|
|
74
61
|
poolName: pulumi.Input<string>;
|
|
75
|
-
/**
|
|
76
|
-
* Reclaim Policy, Delete or Retain
|
|
77
|
-
*/
|
|
78
|
-
reclaimPolicy: pulumi.Input<string | enums.containerstorage.v20230301preview.ReclaimPolicy>;
|
|
79
62
|
/**
|
|
80
63
|
* The name of the resource group. The name is case insensitive.
|
|
81
64
|
*/
|
|
82
65
|
resourceGroupName: pulumi.Input<string>;
|
|
83
66
|
/**
|
|
84
|
-
*
|
|
85
|
-
*/
|
|
86
|
-
source: pulumi.Input<string>;
|
|
87
|
-
/**
|
|
88
|
-
* Indicates how the volumes created from the snapshot should be attached
|
|
67
|
+
* Volume Snapshot Resource
|
|
89
68
|
*/
|
|
90
|
-
|
|
69
|
+
snapshotName?: pulumi.Input<string>;
|
|
91
70
|
/**
|
|
92
|
-
*
|
|
71
|
+
* Reference to the source volume
|
|
93
72
|
*/
|
|
94
|
-
|
|
73
|
+
source: pulumi.Input<string>;
|
|
95
74
|
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.Snapshot = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Concrete proxy resource types can be created by aliasing this type using a specific property type.
|
|
10
|
+
*/
|
|
11
|
+
class Snapshot extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing Snapshot resource's state with the given name, ID, and optional extra
|
|
14
|
+
* properties used to qualify the lookup.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
19
|
+
*/
|
|
20
|
+
static get(name, id, opts) {
|
|
21
|
+
return new Snapshot(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of Snapshot. This is designed to work even
|
|
25
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
26
|
+
*/
|
|
27
|
+
static isInstance(obj) {
|
|
28
|
+
if (obj === undefined || obj === null) {
|
|
29
|
+
return false;
|
|
30
|
+
}
|
|
31
|
+
return obj['__pulumiType'] === Snapshot.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a Snapshot resource with the given unique name, arguments, and options.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resource.
|
|
37
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
38
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
39
|
+
*/
|
|
40
|
+
constructor(name, args, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (!opts.id) {
|
|
44
|
+
if ((!args || args.poolName === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'poolName'");
|
|
46
|
+
}
|
|
47
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
48
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
49
|
+
}
|
|
50
|
+
if ((!args || args.source === undefined) && !opts.urn) {
|
|
51
|
+
throw new Error("Missing required property 'source'");
|
|
52
|
+
}
|
|
53
|
+
resourceInputs["poolName"] = args ? args.poolName : undefined;
|
|
54
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
55
|
+
resourceInputs["snapshotName"] = args ? args.snapshotName : undefined;
|
|
56
|
+
resourceInputs["source"] = args ? args.source : undefined;
|
|
57
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
58
|
+
resourceInputs["provisioningState"] = undefined /*out*/;
|
|
59
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
60
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
61
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
62
|
+
}
|
|
63
|
+
else {
|
|
64
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
65
|
+
resourceInputs["provisioningState"] = undefined /*out*/;
|
|
66
|
+
resourceInputs["source"] = undefined /*out*/;
|
|
67
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
70
|
+
}
|
|
71
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
72
|
+
const aliasOpts = { aliases: [{ type: "azure-native:containerstorage:Snapshot" }] };
|
|
73
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
74
|
+
super(Snapshot.__pulumiType, name, resourceInputs, opts);
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
exports.Snapshot = Snapshot;
|
|
78
|
+
/** @internal */
|
|
79
|
+
Snapshot.__pulumiType = 'azure-native:containerstorage/v20230701preview:Snapshot';
|
|
80
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic25hcHNob3QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9jb250YWluZXJzdG9yYWdlL3YyMDIzMDcwMXByZXZpZXcvc25hcHNob3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNEQUFzRDtBQUN0RCxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsTUFBYSxRQUFTLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUFDL0M7Ozs7Ozs7T0FPRztJQUNJLE1BQU0sQ0FBQyxHQUFHLENBQUMsSUFBWSxFQUFFLEVBQTJCLEVBQUUsSUFBbUM7UUFDNUYsT0FBTyxJQUFJLFFBQVEsQ0FBQyxJQUFJLEVBQUUsU0FBZ0Isa0NBQU8sSUFBSSxLQUFFLEVBQUUsRUFBRSxFQUFFLElBQUcsQ0FBQztJQUNyRSxDQUFDO0lBS0Q7OztPQUdHO0lBQ0ksTUFBTSxDQUFDLFVBQVUsQ0FBQyxHQUFRO1FBQzdCLElBQUksR0FBRyxLQUFLLFNBQVMsSUFBSSxHQUFHLEtBQUssSUFBSSxFQUFFO1lBQ25DLE9BQU8sS0FBSyxDQUFDO1NBQ2hCO1FBQ0QsT0FBTyxHQUFHLENBQUMsY0FBYyxDQUFDLEtBQUssUUFBUSxDQUFDLFlBQVksQ0FBQztJQUN6RCxDQUFDO0lBMkJEOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQWtCLEVBQUUsSUFBbUM7UUFDN0UsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsUUFBUSxLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDckQsTUFBTSxJQUFJLEtBQUssQ0FBQyxzQ0FBc0MsQ0FBQyxDQUFDO2FBQzNEO1lBQ0QsSUFBSSxD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
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../../types/output";
|
|
3
|
-
import * as enums from "../../types/enums";
|
|
4
3
|
/**
|
|
5
4
|
* Concrete proxy resource types can be created by aliasing this type using a specific property type.
|
|
6
5
|
*/
|
|
@@ -29,10 +28,6 @@ export declare class Volume extends pulumi.CustomResource {
|
|
|
29
28
|
readonly labels: pulumi.Output<{
|
|
30
29
|
[key: string]: string;
|
|
31
30
|
}>;
|
|
32
|
-
/**
|
|
33
|
-
* List of string mount options
|
|
34
|
-
*/
|
|
35
|
-
readonly mountOptions: pulumi.Output<string[]>;
|
|
36
31
|
/**
|
|
37
32
|
* The name of the resource
|
|
38
33
|
*/
|
|
@@ -42,21 +37,21 @@ export declare class Volume extends pulumi.CustomResource {
|
|
|
42
37
|
*/
|
|
43
38
|
readonly provisioningState: pulumi.Output<string>;
|
|
44
39
|
/**
|
|
45
|
-
*
|
|
40
|
+
* The status of the resource.
|
|
46
41
|
*/
|
|
47
|
-
readonly
|
|
42
|
+
readonly status: pulumi.Output<outputs.containerstorage.v20230701preview.ResourceOperationalStatusResponse>;
|
|
48
43
|
/**
|
|
49
44
|
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
50
45
|
*/
|
|
51
|
-
readonly systemData: pulumi.Output<outputs.containerstorage.
|
|
46
|
+
readonly systemData: pulumi.Output<outputs.containerstorage.v20230701preview.SystemDataResponse>;
|
|
52
47
|
/**
|
|
53
48
|
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
54
49
|
*/
|
|
55
50
|
readonly type: pulumi.Output<string>;
|
|
56
51
|
/**
|
|
57
|
-
*
|
|
52
|
+
* Properties of the volume
|
|
58
53
|
*/
|
|
59
|
-
readonly
|
|
54
|
+
readonly volumeType: pulumi.Output<outputs.containerstorage.v20230701preview.VolumeTypeResponse>;
|
|
60
55
|
/**
|
|
61
56
|
* Create a Volume resource with the given unique name, arguments, and options.
|
|
62
57
|
*
|
|
@@ -80,26 +75,14 @@ export interface VolumeArgs {
|
|
|
80
75
|
labels: pulumi.Input<{
|
|
81
76
|
[key: string]: pulumi.Input<string>;
|
|
82
77
|
}>;
|
|
83
|
-
/**
|
|
84
|
-
* List of string mount options
|
|
85
|
-
*/
|
|
86
|
-
mountOptions: pulumi.Input<pulumi.Input<string>[]>;
|
|
87
78
|
/**
|
|
88
79
|
* Pool Object
|
|
89
80
|
*/
|
|
90
81
|
poolName: pulumi.Input<string>;
|
|
91
|
-
/**
|
|
92
|
-
* Reclaim Policy, Delete or Retain
|
|
93
|
-
*/
|
|
94
|
-
reclaimPolicy: pulumi.Input<string | enums.containerstorage.v20230301preview.ReclaimPolicy>;
|
|
95
82
|
/**
|
|
96
83
|
* The name of the resource group. The name is case insensitive.
|
|
97
84
|
*/
|
|
98
85
|
resourceGroupName: pulumi.Input<string>;
|
|
99
|
-
/**
|
|
100
|
-
* Indicates how the volume should be attached
|
|
101
|
-
*/
|
|
102
|
-
volumeMode: pulumi.Input<string | enums.containerstorage.v20230301preview.VolumeMode>;
|
|
103
86
|
/**
|
|
104
87
|
* Volume Resource
|
|
105
88
|
*/
|
|
@@ -47,44 +47,33 @@ class Volume extends pulumi.CustomResource {
|
|
|
47
47
|
if ((!args || args.labels === undefined) && !opts.urn) {
|
|
48
48
|
throw new Error("Missing required property 'labels'");
|
|
49
49
|
}
|
|
50
|
-
if ((!args || args.mountOptions === undefined) && !opts.urn) {
|
|
51
|
-
throw new Error("Missing required property 'mountOptions'");
|
|
52
|
-
}
|
|
53
50
|
if ((!args || args.poolName === undefined) && !opts.urn) {
|
|
54
51
|
throw new Error("Missing required property 'poolName'");
|
|
55
52
|
}
|
|
56
|
-
if ((!args || args.reclaimPolicy === undefined) && !opts.urn) {
|
|
57
|
-
throw new Error("Missing required property 'reclaimPolicy'");
|
|
58
|
-
}
|
|
59
53
|
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
60
54
|
throw new Error("Missing required property 'resourceGroupName'");
|
|
61
55
|
}
|
|
62
|
-
if ((!args || args.volumeMode === undefined) && !opts.urn) {
|
|
63
|
-
throw new Error("Missing required property 'volumeMode'");
|
|
64
|
-
}
|
|
65
56
|
resourceInputs["capacityGiB"] = args ? args.capacityGiB : undefined;
|
|
66
57
|
resourceInputs["labels"] = args ? args.labels : undefined;
|
|
67
|
-
resourceInputs["mountOptions"] = args ? args.mountOptions : undefined;
|
|
68
58
|
resourceInputs["poolName"] = args ? args.poolName : undefined;
|
|
69
|
-
resourceInputs["reclaimPolicy"] = args ? args.reclaimPolicy : undefined;
|
|
70
59
|
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
71
|
-
resourceInputs["volumeMode"] = args ? args.volumeMode : undefined;
|
|
72
60
|
resourceInputs["volumeName"] = args ? args.volumeName : undefined;
|
|
73
61
|
resourceInputs["name"] = undefined /*out*/;
|
|
74
62
|
resourceInputs["provisioningState"] = undefined /*out*/;
|
|
63
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
75
64
|
resourceInputs["systemData"] = undefined /*out*/;
|
|
76
65
|
resourceInputs["type"] = undefined /*out*/;
|
|
66
|
+
resourceInputs["volumeType"] = undefined /*out*/;
|
|
77
67
|
}
|
|
78
68
|
else {
|
|
79
69
|
resourceInputs["capacityGiB"] = undefined /*out*/;
|
|
80
70
|
resourceInputs["labels"] = undefined /*out*/;
|
|
81
|
-
resourceInputs["mountOptions"] = undefined /*out*/;
|
|
82
71
|
resourceInputs["name"] = undefined /*out*/;
|
|
83
72
|
resourceInputs["provisioningState"] = undefined /*out*/;
|
|
84
|
-
resourceInputs["
|
|
73
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
85
74
|
resourceInputs["systemData"] = undefined /*out*/;
|
|
86
75
|
resourceInputs["type"] = undefined /*out*/;
|
|
87
|
-
resourceInputs["
|
|
76
|
+
resourceInputs["volumeType"] = undefined /*out*/;
|
|
88
77
|
}
|
|
89
78
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
90
79
|
const aliasOpts = { aliases: [{ type: "azure-native:containerstorage:Volume" }] };
|
|
@@ -94,5 +83,5 @@ class Volume extends pulumi.CustomResource {
|
|
|
94
83
|
}
|
|
95
84
|
exports.Volume = Volume;
|
|
96
85
|
/** @internal */
|
|
97
|
-
Volume.__pulumiType = 'azure-native:containerstorage/
|
|
98
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
86
|
+
Volume.__pulumiType = 'azure-native:containerstorage/v20230701preview:Volume';
|
|
87
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidm9sdW1lLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vY29udGFpbmVyc3RvcmFnZS92MjAyMzA3MDFwcmV2aWV3L3ZvbHVtZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0RBQXNEO0FBQ3RELGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxNQUFhLE1BQU8sU0FBUSxNQUFNLENBQUMsY0FBYztJQUM3Qzs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUksTUFBTSxDQUFDLElBQUksRUFBRSxTQUFnQixrQ0FBTyxJQUFJLEtBQUUsRUFBRSxFQUFFLEVBQUUsSUFBRyxDQUFDO0lBQ25FLENBQUM7SUFLRDs7O09BR0c7SUFDSSxNQUFNLENBQUMsVUFBVSxDQUFDLEdBQVE7UUFDN0IsSUFBSSxHQUFHLEtBQUssU0FBUyxJQUFJLEdBQUcsS0FBSyxJQUFJLEVBQUU7WUFDbkMsT0FBTyxLQUFLLENBQUM7U0FDaEI7UUFDRCxPQUFPLEdBQUcsQ0FBQyxjQUFjLENBQUMsS0FBSyxNQUFNLENBQUMsWUFBWSxDQUFDO0lBQ3ZELENBQUM7SUFtQ0Q7Ozs7OztPQU1HO0lBQ0gsWUFBWSxJQUFZLEVBQUUsSUFBZ0IsRUFBRSxJQUFtQztRQUMzRSxJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxXQUFXLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUN4RCxNQUFNLElBQUksS0FBSyxDQUFDLHlDQUF5QyxDQUFDLENBQUM7YUFDOUQ7WUFDRCxJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLE1BQU0sS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQ25ELE1BQU0sSUFBSSxLQUFLLENBQUMsb0NBQW9DLENBQUMsQ0FBQzthQUN6RDtZQUNELElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsUUFBUSxLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDckQsTUFBTSxJQUFJLEtBQUssQ0FBQyxzQ0FBc0MsQ0FBQyxDQUFDO2FBQzNEO1lBQ0QsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxpQkFBaUIsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQzlELE1BQU0sSUFBSSxLQUFLLENBQUMsK0NBQStDLENBQUMsQ0FBQzthQUNwRTtZQUNELGNBQWMsQ0FBQyxhQUFhLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUNwRSxjQUFjLENBQUMsUUFBUSxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDMUQsY0FBYyxDQUFDLFVBQVUsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQzlELGNBQWMsQ0FBQyxtQkFBbUIsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDaEYsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ2xFLGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzNDLGNBQWMsQ0FBQyxtQkFBbUIsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDeEQsY0FBYyxDQUFDLFFBQVEsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDN0MsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDakQsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0MsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7U0FDcEQ7YUFBTTtZQUNILGNBQWMsQ0FBQyxhQUFhLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ2xELGNBQWMsQ0FBQyxRQUFRLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzdDLGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzNDLGNBQWMsQ0FBQyxtQkFBbUIsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDeEQsY0FBYyxDQUFDLFFBQVEsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDN0MsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDakQsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0MsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7U0FDcEQ7UUFDRCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLENBQUMsQ0FBQztRQUNuRSxNQUFNLFNBQVMsR0FBRyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsSUFBSSxFQUFFLHNDQUFzQyxFQUFFLENBQUMsRUFBRSxDQUFDO1FBQ2xGLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLElBQUksRUFBRSxTQUFTLENBQUMsQ0FBQztRQUM1QyxLQUFLLENBQUMsTUFBTSxDQUFDLFlBQVksRUFBRSxJQUFJLEVBQUUsY0FBYyxFQUFFLElBQUksQ0FBQyxDQUFDO0lBQzNELENBQUM7O0FBNUdMLHdCQTZHQztBQWhHRyxnQkFBZ0I7QUFDTyxtQkFBWSxHQUFHLHVEQUF1RCxDQUFDIn0=
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
|
-
import * as enums from "../types/enums";
|
|
4
3
|
/**
|
|
5
4
|
* Concrete proxy resource types can be created by aliasing this type using a specific property type.
|
|
6
|
-
* Azure REST API version: 2023-
|
|
5
|
+
* Azure REST API version: 2023-07-01-preview. Prior API version in Azure Native 1.x: 2023-03-01-preview
|
|
7
6
|
*/
|
|
8
7
|
export declare class Volume extends pulumi.CustomResource {
|
|
9
8
|
/**
|
|
@@ -30,10 +29,6 @@ export declare class Volume extends pulumi.CustomResource {
|
|
|
30
29
|
readonly labels: pulumi.Output<{
|
|
31
30
|
[key: string]: string;
|
|
32
31
|
}>;
|
|
33
|
-
/**
|
|
34
|
-
* List of string mount options
|
|
35
|
-
*/
|
|
36
|
-
readonly mountOptions: pulumi.Output<string[]>;
|
|
37
32
|
/**
|
|
38
33
|
* The name of the resource
|
|
39
34
|
*/
|
|
@@ -43,9 +38,9 @@ export declare class Volume extends pulumi.CustomResource {
|
|
|
43
38
|
*/
|
|
44
39
|
readonly provisioningState: pulumi.Output<string>;
|
|
45
40
|
/**
|
|
46
|
-
*
|
|
41
|
+
* The status of the resource.
|
|
47
42
|
*/
|
|
48
|
-
readonly
|
|
43
|
+
readonly status: pulumi.Output<outputs.containerstorage.ResourceOperationalStatusResponse>;
|
|
49
44
|
/**
|
|
50
45
|
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
51
46
|
*/
|
|
@@ -55,9 +50,9 @@ export declare class Volume extends pulumi.CustomResource {
|
|
|
55
50
|
*/
|
|
56
51
|
readonly type: pulumi.Output<string>;
|
|
57
52
|
/**
|
|
58
|
-
*
|
|
53
|
+
* Properties of the volume
|
|
59
54
|
*/
|
|
60
|
-
readonly
|
|
55
|
+
readonly volumeType: pulumi.Output<outputs.containerstorage.VolumeTypeResponse>;
|
|
61
56
|
/**
|
|
62
57
|
* Create a Volume resource with the given unique name, arguments, and options.
|
|
63
58
|
*
|
|
@@ -81,26 +76,14 @@ export interface VolumeArgs {
|
|
|
81
76
|
labels: pulumi.Input<{
|
|
82
77
|
[key: string]: pulumi.Input<string>;
|
|
83
78
|
}>;
|
|
84
|
-
/**
|
|
85
|
-
* List of string mount options
|
|
86
|
-
*/
|
|
87
|
-
mountOptions: pulumi.Input<pulumi.Input<string>[]>;
|
|
88
79
|
/**
|
|
89
80
|
* Pool Object
|
|
90
81
|
*/
|
|
91
82
|
poolName: pulumi.Input<string>;
|
|
92
|
-
/**
|
|
93
|
-
* Reclaim Policy, Delete or Retain
|
|
94
|
-
*/
|
|
95
|
-
reclaimPolicy: pulumi.Input<string | enums.containerstorage.ReclaimPolicy>;
|
|
96
83
|
/**
|
|
97
84
|
* The name of the resource group. The name is case insensitive.
|
|
98
85
|
*/
|
|
99
86
|
resourceGroupName: pulumi.Input<string>;
|
|
100
|
-
/**
|
|
101
|
-
* Indicates how the volume should be attached
|
|
102
|
-
*/
|
|
103
|
-
volumeMode: pulumi.Input<string | enums.containerstorage.VolumeMode>;
|
|
104
87
|
/**
|
|
105
88
|
* Volume Resource
|
|
106
89
|
*/
|