@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,29 +1,24 @@
|
|
|
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.
|
|
7
6
|
*/
|
|
8
|
-
export declare class
|
|
7
|
+
export declare class Snapshot extends pulumi.CustomResource {
|
|
9
8
|
/**
|
|
10
|
-
* Get an existing
|
|
9
|
+
* Get an existing Snapshot resource's state with the given name, ID, and optional extra
|
|
11
10
|
* properties used to qualify the lookup.
|
|
12
11
|
*
|
|
13
12
|
* @param name The _unique_ name of the resulting resource.
|
|
14
13
|
* @param id The _unique_ provider ID of the resource to lookup.
|
|
15
14
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
15
|
*/
|
|
17
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions):
|
|
16
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Snapshot;
|
|
18
17
|
/**
|
|
19
|
-
* Returns true if the given object is an instance of
|
|
18
|
+
* Returns true if the given object is an instance of Snapshot. This is designed to work even
|
|
20
19
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
21
20
|
*/
|
|
22
|
-
static isInstance(obj: any): obj is
|
|
23
|
-
/**
|
|
24
|
-
* List of string mount options
|
|
25
|
-
*/
|
|
26
|
-
readonly mountOptions: pulumi.Output<string[]>;
|
|
21
|
+
static isInstance(obj: any): obj is Snapshot;
|
|
27
22
|
/**
|
|
28
23
|
* The name of the resource
|
|
29
24
|
*/
|
|
@@ -32,14 +27,14 @@ export declare class VolumeSnapshot extends pulumi.CustomResource {
|
|
|
32
27
|
* The status of the last operation.
|
|
33
28
|
*/
|
|
34
29
|
readonly provisioningState: pulumi.Output<string>;
|
|
35
|
-
/**
|
|
36
|
-
* Reclaim Policy, Delete or Retain
|
|
37
|
-
*/
|
|
38
|
-
readonly reclaimPolicy: pulumi.Output<string>;
|
|
39
30
|
/**
|
|
40
31
|
* Reference to the source volume
|
|
41
32
|
*/
|
|
42
33
|
readonly source: pulumi.Output<string>;
|
|
34
|
+
/**
|
|
35
|
+
* The status of the resource.
|
|
36
|
+
*/
|
|
37
|
+
readonly status: pulumi.Output<outputs.containerstorage.ResourceOperationalStatusResponse>;
|
|
43
38
|
/**
|
|
44
39
|
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
45
40
|
*/
|
|
@@ -49,48 +44,32 @@ export declare class VolumeSnapshot extends pulumi.CustomResource {
|
|
|
49
44
|
*/
|
|
50
45
|
readonly type: pulumi.Output<string>;
|
|
51
46
|
/**
|
|
52
|
-
*
|
|
53
|
-
*/
|
|
54
|
-
readonly volumeMode: pulumi.Output<string>;
|
|
55
|
-
/**
|
|
56
|
-
* Create a VolumeSnapshot resource with the given unique name, arguments, and options.
|
|
47
|
+
* Create a Snapshot resource with the given unique name, arguments, and options.
|
|
57
48
|
*
|
|
58
49
|
* @param name The _unique_ name of the resource.
|
|
59
50
|
* @param args The arguments to use to populate this resource's properties.
|
|
60
51
|
* @param opts A bag of options that control this resource's behavior.
|
|
61
52
|
*/
|
|
62
|
-
constructor(name: string, args:
|
|
53
|
+
constructor(name: string, args: SnapshotArgs, opts?: pulumi.CustomResourceOptions);
|
|
63
54
|
}
|
|
64
55
|
/**
|
|
65
|
-
* The set of arguments for constructing a
|
|
56
|
+
* The set of arguments for constructing a Snapshot resource.
|
|
66
57
|
*/
|
|
67
|
-
export interface
|
|
68
|
-
/**
|
|
69
|
-
* List of string mount options
|
|
70
|
-
*/
|
|
71
|
-
mountOptions: pulumi.Input<pulumi.Input<string>[]>;
|
|
58
|
+
export interface SnapshotArgs {
|
|
72
59
|
/**
|
|
73
60
|
* Pool Object
|
|
74
61
|
*/
|
|
75
62
|
poolName: pulumi.Input<string>;
|
|
76
|
-
/**
|
|
77
|
-
* Reclaim Policy, Delete or Retain
|
|
78
|
-
*/
|
|
79
|
-
reclaimPolicy: pulumi.Input<string | enums.containerstorage.ReclaimPolicy>;
|
|
80
63
|
/**
|
|
81
64
|
* The name of the resource group. The name is case insensitive.
|
|
82
65
|
*/
|
|
83
66
|
resourceGroupName: pulumi.Input<string>;
|
|
84
67
|
/**
|
|
85
|
-
*
|
|
86
|
-
*/
|
|
87
|
-
source: pulumi.Input<string>;
|
|
88
|
-
/**
|
|
89
|
-
* Indicates how the volumes created from the snapshot should be attached
|
|
68
|
+
* Volume Snapshot Resource
|
|
90
69
|
*/
|
|
91
|
-
|
|
70
|
+
snapshotName?: pulumi.Input<string>;
|
|
92
71
|
/**
|
|
93
|
-
*
|
|
72
|
+
* Reference to the source volume
|
|
94
73
|
*/
|
|
95
|
-
|
|
74
|
+
source: pulumi.Input<string>;
|
|
96
75
|
}
|
|
@@ -0,0 +1,81 @@
|
|
|
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
|
+
* Azure REST API version: 2023-07-01-preview.
|
|
11
|
+
*/
|
|
12
|
+
class Snapshot extends pulumi.CustomResource {
|
|
13
|
+
/**
|
|
14
|
+
* Get an existing Snapshot 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 Snapshot(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Returns true if the given object is an instance of Snapshot. 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'] === Snapshot.__pulumiType;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Create a Snapshot 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.poolName === undefined) && !opts.urn) {
|
|
46
|
+
throw new Error("Missing required property 'poolName'");
|
|
47
|
+
}
|
|
48
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
49
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
50
|
+
}
|
|
51
|
+
if ((!args || args.source === undefined) && !opts.urn) {
|
|
52
|
+
throw new Error("Missing required property 'source'");
|
|
53
|
+
}
|
|
54
|
+
resourceInputs["poolName"] = args ? args.poolName : undefined;
|
|
55
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
56
|
+
resourceInputs["snapshotName"] = args ? args.snapshotName : undefined;
|
|
57
|
+
resourceInputs["source"] = args ? args.source : undefined;
|
|
58
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
59
|
+
resourceInputs["provisioningState"] = undefined /*out*/;
|
|
60
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
61
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
62
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
63
|
+
}
|
|
64
|
+
else {
|
|
65
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
66
|
+
resourceInputs["provisioningState"] = undefined /*out*/;
|
|
67
|
+
resourceInputs["source"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
70
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
71
|
+
}
|
|
72
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
73
|
+
const aliasOpts = { aliases: [{ type: "azure-native:containerstorage/v20230701preview:Snapshot" }] };
|
|
74
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
75
|
+
super(Snapshot.__pulumiType, name, resourceInputs, opts);
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
exports.Snapshot = Snapshot;
|
|
79
|
+
/** @internal */
|
|
80
|
+
Snapshot.__pulumiType = 'azure-native:containerstorage:Snapshot';
|
|
81
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic25hcHNob3QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9jb250YWluZXJzdG9yYWdlL3NuYXBzaG90LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzREFBc0Q7QUFDdEQsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDBDQUEwQztBQUUxQzs7O0dBR0c7QUFDSCxNQUFhLFFBQVMsU0FBUSxNQUFNLENBQUMsY0FBYztJQUMvQzs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUksUUFBUSxDQUFDLElBQUksRUFBRSxTQUFnQixrQ0FBTyxJQUFJLEtBQUUsRUFBRSxFQUFFLEVBQUUsSUFBRyxDQUFDO0lBQ3JFLENBQUM7SUFLRDs7O09BR0c7SUFDSSxNQUFNLENBQUMsVUFBVSxDQUFDLEdBQVE7UUFDN0IsSUFBSSxHQUFHLEtBQUssU0FBUyxJQUFJLEdBQUcsS0FBSyxJQUFJLEVBQUU7WUFDbkMsT0FBTyxLQUFLLENBQUM7U0FDaEI7UUFDRCxPQUFPLEdBQUcsQ0FBQyxjQUFjLENBQUMsS0FBSyxRQUFRLENBQUMsWUFBWSxDQUFDO0lBQ3pELENBQUM7SUEyQkQ7Ozs7OztPQU1HO0lBQ0gsWUFBWSxJQUFZLEVBQUUsSUFBa0IsRUFBRSxJQUFtQztRQUM3RSxJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxRQUFRLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUNyRCxNQUFNLElBQUksS0FBSyxDQUFDLHNDQUFzQyxDQUFDLENBQUM7YUFDM0Q7WUFDRCxJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLGlCQUFpQixLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDOUQsTUFBTSxJQUFJLEtBQUssQ0FBQywrQ0FBK0MsQ0FBQyxDQUFDO2FBQ3BFO1lBQ0QsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxNQUFNLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUNuRCxNQUFNLElBQUksS0FBSyxDQUFDLG9DQUFvQyxDQUFDLENBQUM7YUFDekQ7WUFDRCxjQUFjLENBQUMsVUFBVSxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDOUQsY0FBYyxDQUFDLG1CQUFtQixDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsaUJBQWlCLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUNoRixjQUFjLENBQUMsY0FBYyxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDdEUsY0FBYyxDQUFDLFFBQVEsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQzFELGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzNDLGNBQWMsQ0FBQyxtQkFBbUIsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDeEQsY0FBYyxDQUFDLFFBQVEsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDN0MsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDakQsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7U0FDOUM7YUFBTTtZQUNILGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzNDLGNBQWMsQ0FBQyxtQkFBbUIsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDeEQsY0FBYyxDQUFDLFFBQVEsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDN0MsY0FBYyxDQUFDLFFBQVEsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDN0MsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDakQsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7U0FDOUM7UUFDRCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLENBQUMsQ0FBQztRQUNuRSxNQUFNLFNBQVMsR0FBRyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsSUFBSSxFQUFFLHlEQUF5RCxFQUFFLENBQUMsRUFBRSxDQUFDO1FBQ3JHLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLElBQUksRUFBRSxTQUFTLENBQUMsQ0FBQztRQUM1QyxLQUFLLENBQUMsUUFBUSxDQUFDLFlBQVksRUFBRSxJQUFJLEVBQUUsY0FBYyxFQUFFLElBQUksQ0FBQyxDQUFDO0lBQzdELENBQUM7O0FBN0ZMLDRCQThGQztBQWpGRyxnQkFBZ0I7QUFDTyxxQkFBWSxHQUFHLHdDQUF3QyxDQUFDIn0=
|
|
@@ -19,21 +19,9 @@ export interface GetPoolArgs {
|
|
|
19
19
|
*/
|
|
20
20
|
export interface GetPoolResult {
|
|
21
21
|
/**
|
|
22
|
-
* 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
|
|
22
|
+
* 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.
|
|
23
23
|
*/
|
|
24
|
-
readonly assignments
|
|
25
|
-
/**
|
|
26
|
-
* Disk Pool Properties
|
|
27
|
-
*/
|
|
28
|
-
readonly diskPoolProperties?: outputs.containerstorage.v20230301preview.DiskPoolPropertiesResponse;
|
|
29
|
-
/**
|
|
30
|
-
* Elastic San Pool Properties
|
|
31
|
-
*/
|
|
32
|
-
readonly elasticSanPoolProperties: outputs.containerstorage.v20230301preview.ElasticSanPoolPropertiesResponse;
|
|
33
|
-
/**
|
|
34
|
-
* Ephemeral Pool Properties
|
|
35
|
-
*/
|
|
36
|
-
readonly ephemeralPoolProperties?: outputs.containerstorage.v20230301preview.EphemeralPoolPropertiesResponse;
|
|
24
|
+
readonly assignments?: outputs.containerstorage.v20230701preview.AssignmentResponse[];
|
|
37
25
|
/**
|
|
38
26
|
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
39
27
|
*/
|
|
@@ -47,21 +35,29 @@ export interface GetPoolResult {
|
|
|
47
35
|
*/
|
|
48
36
|
readonly name: string;
|
|
49
37
|
/**
|
|
50
|
-
*
|
|
51
|
-
*/
|
|
52
|
-
readonly poolCapacityGiB: number;
|
|
53
|
-
/**
|
|
54
|
-
* Type of the Pool: ephemeral, disk, managed, or elasticsan.
|
|
38
|
+
* Type of the Pool: ephemeralDisk, azureDisk, or elasticsan.
|
|
55
39
|
*/
|
|
56
|
-
readonly poolType:
|
|
40
|
+
readonly poolType: outputs.containerstorage.v20230701preview.PoolTypeResponse;
|
|
57
41
|
/**
|
|
58
42
|
* The status of the last operation.
|
|
59
43
|
*/
|
|
60
44
|
readonly provisioningState: string;
|
|
45
|
+
/**
|
|
46
|
+
* ReclaimPolicy defines what happens to the backend storage when StoragePool is deleted
|
|
47
|
+
*/
|
|
48
|
+
readonly reclaimPolicy?: string;
|
|
49
|
+
/**
|
|
50
|
+
* Resources represent the resources the pool should have.
|
|
51
|
+
*/
|
|
52
|
+
readonly resources?: outputs.containerstorage.v20230701preview.ResourcesResponse;
|
|
53
|
+
/**
|
|
54
|
+
* The operational status of the resource
|
|
55
|
+
*/
|
|
56
|
+
readonly status: outputs.containerstorage.v20230701preview.ResourceOperationalStatusResponse;
|
|
61
57
|
/**
|
|
62
58
|
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
63
59
|
*/
|
|
64
|
-
readonly systemData: outputs.containerstorage.
|
|
60
|
+
readonly systemData: outputs.containerstorage.v20230701preview.SystemDataResponse;
|
|
65
61
|
/**
|
|
66
62
|
* Resource tags.
|
|
67
63
|
*/
|
|
@@ -75,7 +71,7 @@ export interface GetPoolResult {
|
|
|
75
71
|
/**
|
|
76
72
|
* List of availability zones that resources can be created in.
|
|
77
73
|
*/
|
|
78
|
-
readonly zones
|
|
74
|
+
readonly zones?: string[];
|
|
79
75
|
}
|
|
80
76
|
/**
|
|
81
77
|
* Get a Pool
|
|
@@ -10,7 +10,7 @@ const utilities = require("../../utilities");
|
|
|
10
10
|
*/
|
|
11
11
|
function getPool(args, opts) {
|
|
12
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
-
return pulumi.runtime.invoke("azure-native:containerstorage/
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:containerstorage/v20230701preview:getPool", {
|
|
14
14
|
"poolName": args.poolName,
|
|
15
15
|
"resourceGroupName": args.resourceGroupName,
|
|
16
16
|
}, opts);
|
|
@@ -23,4 +23,4 @@ function getPoolOutput(args, opts) {
|
|
|
23
23
|
return pulumi.output(args).apply((a) => getPool(a, opts));
|
|
24
24
|
}
|
|
25
25
|
exports.getPoolOutput = getPoolOutput;
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0UG9vbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2NvbnRhaW5lcnN0b3JhZ2UvdjIwMjMwNzAxcHJldmlldy9nZXRQb29sLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzREFBc0Q7QUFDdEQsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILFNBQWdCLE9BQU8sQ0FBQyxJQUFpQixFQUFFLElBQTJCO0lBRWxFLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLHdEQUF3RCxFQUFFO1FBQ25GLFVBQVUsRUFBRSxJQUFJLENBQUMsUUFBUTtRQUN6QixtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUEQsMEJBT0M7QUFzRUQ7O0dBRUc7QUFDSCxTQUFnQixhQUFhLENBQUMsSUFBdUIsRUFBRSxJQUEyQjtJQUM5RSxPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBTSxFQUFFLEVBQUUsQ0FBQyxPQUFPLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDbEUsQ0FBQztBQUZELHNDQUVDIn0=
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../../types/output";
|
|
3
3
|
/**
|
|
4
|
-
* Get a
|
|
4
|
+
* Get a Snapshot
|
|
5
5
|
*/
|
|
6
|
-
export declare function
|
|
7
|
-
export interface
|
|
6
|
+
export declare function getSnapshot(args: GetSnapshotArgs, opts?: pulumi.InvokeOptions): Promise<GetSnapshotResult>;
|
|
7
|
+
export interface GetSnapshotArgs {
|
|
8
8
|
/**
|
|
9
9
|
* Pool Object
|
|
10
10
|
*/
|
|
@@ -16,20 +16,16 @@ export interface GetVolumeSnapshotArgs {
|
|
|
16
16
|
/**
|
|
17
17
|
* Volume Snapshot Resource
|
|
18
18
|
*/
|
|
19
|
-
|
|
19
|
+
snapshotName: string;
|
|
20
20
|
}
|
|
21
21
|
/**
|
|
22
22
|
* Concrete proxy resource types can be created by aliasing this type using a specific property type.
|
|
23
23
|
*/
|
|
24
|
-
export interface
|
|
24
|
+
export interface GetSnapshotResult {
|
|
25
25
|
/**
|
|
26
26
|
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
27
27
|
*/
|
|
28
28
|
readonly id: string;
|
|
29
|
-
/**
|
|
30
|
-
* List of string mount options
|
|
31
|
-
*/
|
|
32
|
-
readonly mountOptions: string[];
|
|
33
29
|
/**
|
|
34
30
|
* The name of the resource
|
|
35
31
|
*/
|
|
@@ -38,32 +34,28 @@ export interface GetVolumeSnapshotResult {
|
|
|
38
34
|
* The status of the last operation.
|
|
39
35
|
*/
|
|
40
36
|
readonly provisioningState: string;
|
|
41
|
-
/**
|
|
42
|
-
* Reclaim Policy, Delete or Retain
|
|
43
|
-
*/
|
|
44
|
-
readonly reclaimPolicy: string;
|
|
45
37
|
/**
|
|
46
38
|
* Reference to the source volume
|
|
47
39
|
*/
|
|
48
40
|
readonly source: string;
|
|
41
|
+
/**
|
|
42
|
+
* The status of the resource.
|
|
43
|
+
*/
|
|
44
|
+
readonly status: outputs.containerstorage.v20230701preview.ResourceOperationalStatusResponse;
|
|
49
45
|
/**
|
|
50
46
|
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
51
47
|
*/
|
|
52
|
-
readonly systemData: outputs.containerstorage.
|
|
48
|
+
readonly systemData: outputs.containerstorage.v20230701preview.SystemDataResponse;
|
|
53
49
|
/**
|
|
54
50
|
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
55
51
|
*/
|
|
56
52
|
readonly type: string;
|
|
57
|
-
/**
|
|
58
|
-
* Indicates how the volumes created from the snapshot should be attached
|
|
59
|
-
*/
|
|
60
|
-
readonly volumeMode: string;
|
|
61
53
|
}
|
|
62
54
|
/**
|
|
63
|
-
* Get a
|
|
55
|
+
* Get a Snapshot
|
|
64
56
|
*/
|
|
65
|
-
export declare function
|
|
66
|
-
export interface
|
|
57
|
+
export declare function getSnapshotOutput(args: GetSnapshotOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetSnapshotResult>;
|
|
58
|
+
export interface GetSnapshotOutputArgs {
|
|
67
59
|
/**
|
|
68
60
|
* Pool Object
|
|
69
61
|
*/
|
|
@@ -75,5 +67,5 @@ export interface GetVolumeSnapshotOutputArgs {
|
|
|
75
67
|
/**
|
|
76
68
|
* Volume Snapshot Resource
|
|
77
69
|
*/
|
|
78
|
-
|
|
70
|
+
snapshotName: pulumi.Input<string>;
|
|
79
71
|
}
|
|
@@ -0,0 +1,27 @@
|
|
|
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.getSnapshotOutput = exports.getSnapshot = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Get a Snapshot
|
|
10
|
+
*/
|
|
11
|
+
function getSnapshot(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:containerstorage/v20230701preview:getSnapshot", {
|
|
14
|
+
"poolName": args.poolName,
|
|
15
|
+
"resourceGroupName": args.resourceGroupName,
|
|
16
|
+
"snapshotName": args.snapshotName,
|
|
17
|
+
}, opts);
|
|
18
|
+
}
|
|
19
|
+
exports.getSnapshot = getSnapshot;
|
|
20
|
+
/**
|
|
21
|
+
* Get a Snapshot
|
|
22
|
+
*/
|
|
23
|
+
function getSnapshotOutput(args, opts) {
|
|
24
|
+
return pulumi.output(args).apply((a) => getSnapshot(a, opts));
|
|
25
|
+
}
|
|
26
|
+
exports.getSnapshotOutput = getSnapshotOutput;
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0U25hcHNob3QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9jb250YWluZXJzdG9yYWdlL3YyMDIzMDcwMXByZXZpZXcvZ2V0U25hcHNob3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNEQUFzRDtBQUN0RCxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsU0FBZ0IsV0FBVyxDQUFDLElBQXFCLEVBQUUsSUFBMkI7SUFFMUUsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsNERBQTRELEVBQUU7UUFDdkYsVUFBVSxFQUFFLElBQUksQ0FBQyxRQUFRO1FBQ3pCLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7UUFDM0MsY0FBYyxFQUFFLElBQUksQ0FBQyxZQUFZO0tBQ3BDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUkQsa0NBUUM7QUFrREQ7O0dBRUc7QUFDSCxTQUFnQixpQkFBaUIsQ0FBQyxJQUEyQixFQUFFLElBQTJCO0lBQ3RGLE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLFdBQVcsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQTtBQUN0RSxDQUFDO0FBRkQsOENBRUMifQ==
|
|
@@ -36,10 +36,6 @@ export interface GetVolumeResult {
|
|
|
36
36
|
readonly labels: {
|
|
37
37
|
[key: string]: string;
|
|
38
38
|
};
|
|
39
|
-
/**
|
|
40
|
-
* List of string mount options
|
|
41
|
-
*/
|
|
42
|
-
readonly mountOptions: string[];
|
|
43
39
|
/**
|
|
44
40
|
* The name of the resource
|
|
45
41
|
*/
|
|
@@ -49,21 +45,21 @@ export interface GetVolumeResult {
|
|
|
49
45
|
*/
|
|
50
46
|
readonly provisioningState: string;
|
|
51
47
|
/**
|
|
52
|
-
*
|
|
48
|
+
* The status of the resource.
|
|
53
49
|
*/
|
|
54
|
-
readonly
|
|
50
|
+
readonly status: outputs.containerstorage.v20230701preview.ResourceOperationalStatusResponse;
|
|
55
51
|
/**
|
|
56
52
|
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
57
53
|
*/
|
|
58
|
-
readonly systemData: outputs.containerstorage.
|
|
54
|
+
readonly systemData: outputs.containerstorage.v20230701preview.SystemDataResponse;
|
|
59
55
|
/**
|
|
60
56
|
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
61
57
|
*/
|
|
62
58
|
readonly type: string;
|
|
63
59
|
/**
|
|
64
|
-
*
|
|
60
|
+
* Properties of the volume
|
|
65
61
|
*/
|
|
66
|
-
readonly
|
|
62
|
+
readonly volumeType: outputs.containerstorage.v20230701preview.VolumeTypeResponse;
|
|
67
63
|
}
|
|
68
64
|
/**
|
|
69
65
|
* Get a Volume
|
|
@@ -10,7 +10,7 @@ const utilities = require("../../utilities");
|
|
|
10
10
|
*/
|
|
11
11
|
function getVolume(args, opts) {
|
|
12
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
-
return pulumi.runtime.invoke("azure-native:containerstorage/
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:containerstorage/v20230701preview:getVolume", {
|
|
14
14
|
"poolName": args.poolName,
|
|
15
15
|
"resourceGroupName": args.resourceGroupName,
|
|
16
16
|
"volumeName": args.volumeName,
|
|
@@ -24,4 +24,4 @@ function getVolumeOutput(args, opts) {
|
|
|
24
24
|
return pulumi.output(args).apply((a) => getVolume(a, opts));
|
|
25
25
|
}
|
|
26
26
|
exports.getVolumeOutput = getVolumeOutput;
|
|
27
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0Vm9sdW1lLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vY29udGFpbmVyc3RvcmFnZS92MjAyMzA3MDFwcmV2aWV3L2dldFZvbHVtZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0RBQXNEO0FBQ3RELGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQixTQUFTLENBQUMsSUFBbUIsRUFBRSxJQUEyQjtJQUV0RSxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQywwREFBMEQsRUFBRTtRQUNyRixVQUFVLEVBQUUsSUFBSSxDQUFDLFFBQVE7UUFDekIsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtRQUMzQyxZQUFZLEVBQUUsSUFBSSxDQUFDLFVBQVU7S0FDaEMsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFSRCw4QkFRQztBQTBERDs7R0FFRztBQUNILFNBQWdCLGVBQWUsQ0FBQyxJQUF5QixFQUFFLElBQTJCO0lBQ2xGLE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLFNBQVMsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQTtBQUNwRSxDQUFDO0FBRkQsMENBRUMifQ==
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
export { GetPoolArgs, GetPoolResult, GetPoolOutputArgs } from "./getPool";
|
|
2
2
|
export declare const getPool: typeof import("./getPool").getPool;
|
|
3
3
|
export declare const getPoolOutput: typeof import("./getPool").getPoolOutput;
|
|
4
|
+
export { GetSnapshotArgs, GetSnapshotResult, GetSnapshotOutputArgs } from "./getSnapshot";
|
|
5
|
+
export declare const getSnapshot: typeof import("./getSnapshot").getSnapshot;
|
|
6
|
+
export declare const getSnapshotOutput: typeof import("./getSnapshot").getSnapshotOutput;
|
|
4
7
|
export { GetVolumeArgs, GetVolumeResult, GetVolumeOutputArgs } from "./getVolume";
|
|
5
8
|
export declare const getVolume: typeof import("./getVolume").getVolume;
|
|
6
9
|
export declare const getVolumeOutput: typeof import("./getVolume").getVolumeOutput;
|
|
7
|
-
export { GetVolumeSnapshotArgs, GetVolumeSnapshotResult, GetVolumeSnapshotOutputArgs } from "./getVolumeSnapshot";
|
|
8
|
-
export declare const getVolumeSnapshot: typeof import("./getVolumeSnapshot").getVolumeSnapshot;
|
|
9
|
-
export declare const getVolumeSnapshotOutput: typeof import("./getVolumeSnapshot").getVolumeSnapshotOutput;
|
|
10
10
|
export { PoolArgs } from "./pool";
|
|
11
11
|
export type Pool = import("./pool").Pool;
|
|
12
12
|
export declare const Pool: typeof import("./pool").Pool;
|
|
13
|
+
export { SnapshotArgs } from "./snapshot";
|
|
14
|
+
export type Snapshot = import("./snapshot").Snapshot;
|
|
15
|
+
export declare const Snapshot: typeof import("./snapshot").Snapshot;
|
|
13
16
|
export { VolumeArgs } from "./volume";
|
|
14
17
|
export type Volume = import("./volume").Volume;
|
|
15
18
|
export declare const Volume: typeof import("./volume").Volume;
|
|
16
|
-
export
|
|
17
|
-
export type VolumeSnapshot = import("./volumeSnapshot").VolumeSnapshot;
|
|
18
|
-
export declare const VolumeSnapshot: typeof import("./volumeSnapshot").VolumeSnapshot;
|
|
19
|
-
export * from "../../types/enums/containerstorage/v20230301preview";
|
|
19
|
+
export * from "../../types/enums/containerstorage/v20230701preview";
|
|
@@ -0,0 +1,55 @@
|
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
+
}
|
|
10
|
+
Object.defineProperty(o, k2, desc);
|
|
11
|
+
}) : (function(o, m, k, k2) {
|
|
12
|
+
if (k2 === undefined) k2 = k;
|
|
13
|
+
o[k2] = m[k];
|
|
14
|
+
}));
|
|
15
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
16
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
|
+
};
|
|
18
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
+
exports.Volume = exports.Snapshot = exports.Pool = exports.getVolumeOutput = exports.getVolume = exports.getSnapshotOutput = exports.getSnapshot = exports.getPoolOutput = exports.getPool = void 0;
|
|
20
|
+
const pulumi = require("@pulumi/pulumi");
|
|
21
|
+
const utilities = require("../../utilities");
|
|
22
|
+
exports.getPool = null;
|
|
23
|
+
exports.getPoolOutput = null;
|
|
24
|
+
utilities.lazyLoad(exports, ["getPool", "getPoolOutput"], () => require("./getPool"));
|
|
25
|
+
exports.getSnapshot = null;
|
|
26
|
+
exports.getSnapshotOutput = null;
|
|
27
|
+
utilities.lazyLoad(exports, ["getSnapshot", "getSnapshotOutput"], () => require("./getSnapshot"));
|
|
28
|
+
exports.getVolume = null;
|
|
29
|
+
exports.getVolumeOutput = null;
|
|
30
|
+
utilities.lazyLoad(exports, ["getVolume", "getVolumeOutput"], () => require("./getVolume"));
|
|
31
|
+
exports.Pool = null;
|
|
32
|
+
utilities.lazyLoad(exports, ["Pool"], () => require("./pool"));
|
|
33
|
+
exports.Snapshot = null;
|
|
34
|
+
utilities.lazyLoad(exports, ["Snapshot"], () => require("./snapshot"));
|
|
35
|
+
exports.Volume = null;
|
|
36
|
+
utilities.lazyLoad(exports, ["Volume"], () => require("./volume"));
|
|
37
|
+
// Export enums:
|
|
38
|
+
__exportStar(require("../../types/enums/containerstorage/v20230701preview"), exports);
|
|
39
|
+
const _module = {
|
|
40
|
+
version: utilities.getVersion(),
|
|
41
|
+
construct: (name, type, urn) => {
|
|
42
|
+
switch (type) {
|
|
43
|
+
case "azure-native:containerstorage/v20230701preview:Pool":
|
|
44
|
+
return new exports.Pool(name, undefined, { urn });
|
|
45
|
+
case "azure-native:containerstorage/v20230701preview:Snapshot":
|
|
46
|
+
return new exports.Snapshot(name, undefined, { urn });
|
|
47
|
+
case "azure-native:containerstorage/v20230701preview:Volume":
|
|
48
|
+
return new exports.Volume(name, undefined, { urn });
|
|
49
|
+
default:
|
|
50
|
+
throw new Error(`unknown resource type ${type}`);
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
};
|
|
54
|
+
pulumi.runtime.registerResourceModule("azure-native", "containerstorage/v20230701preview", _module);
|
|
55
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9jb250YWluZXJzdG9yYWdlL3YyMDIzMDcwMXByZXZpZXcvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNEQUFzRDtBQUN0RCxpRkFBaUY7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBRWpGLHlDQUF5QztBQUN6Qyw2Q0FBNkM7QUFJaEMsUUFBQSxPQUFPLEdBQXVDLElBQVcsQ0FBQztBQUMxRCxRQUFBLGFBQWEsR0FBNkMsSUFBVyxDQUFDO0FBQ25GLFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsU0FBUyxFQUFDLGVBQWUsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxXQUFXLENBQUMsQ0FBQyxDQUFDO0FBR3hFLFFBQUEsV0FBVyxHQUErQyxJQUFXLENBQUM7QUFDdEUsUUFBQSxpQkFBaUIsR0FBcUQsSUFBVyxDQUFDO0FBQy9GLFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsYUFBYSxFQUFDLG1CQUFtQixDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLGVBQWUsQ0FBQyxDQUFDLENBQUM7QUFHcEYsUUFBQSxTQUFTLEdBQTJDLElBQVcsQ0FBQztBQUNoRSxRQUFBLGVBQWUsR0FBaUQsSUFBVyxDQUFDO0FBQ3pGLFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsV0FBVyxFQUFDLGlCQUFpQixDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLGFBQWEsQ0FBQyxDQUFDLENBQUM7QUFJOUUsUUFBQSxJQUFJLEdBQWlDLElBQVcsQ0FBQztBQUM5RCxTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLE1BQU0sQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDO0FBSWxELFFBQUEsUUFBUSxHQUF5QyxJQUFXLENBQUM7QUFDMUUsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxVQUFVLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsWUFBWSxDQUFDLENBQUMsQ0FBQztBQUkxRCxRQUFBLE1BQU0sR0FBcUMsSUFBVyxDQUFDO0FBQ3BFLFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsUUFBUSxDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUM7QUFHbkUsZ0JBQWdCO0FBQ2hCLHNGQUFvRTtBQUVwRSxNQUFNLE9BQU8sR0FBRztJQUNaLE9BQU8sRUFBRSxTQUFTLENBQUMsVUFBVSxFQUFFO0lBQy9CLFNBQVMsRUFBRSxDQUFDLElBQVksRUFBRSxJQUFZLEVBQUUsR0FBVyxFQUFtQixFQUFFO1FBQ3BFLFFBQVEsSUFBSSxFQUFFO1lBQ1YsS0FBSyxxREFBcUQ7Z0JBQ3RELE9BQU8sSUFBSSxZQUFJLENBQUMsSUFBSSxFQUFPLFNBQVMsRUFBRSxFQUFFLEdBQUcsRUFBRSxDQUFDLENBQUE7WUFDbEQsS0FBSyx5REFBeUQ7Z0JBQzFELE9BQU8sSUFBSSxnQkFBUSxDQUFDLElBQUksRUFBTyxTQUFTLEVBQUUsRUFBRSxHQUFHLEVBQUUsQ0FBQyxDQUFBO1lBQ3RELEtBQUssdURBQXVEO2dCQUN4RCxPQUFPLElBQUksY0FBTSxDQUFDLElBQUksRUFBTyxTQUFTLEVBQUUsRUFBRSxHQUFHLEVBQUUsQ0FBQyxDQUFBO1lBQ3BEO2dCQUNJLE1BQU0sSUFBSSxLQUFLLENBQUMseUJBQXlCLElBQUksRUFBRSxDQUFDLENBQUM7U0FDeEQ7SUFDTCxDQUFDO0NBQ0osQ0FBQztBQUNGLE1BQU0sQ0FBQyxPQUFPLENBQUMsc0JBQXNCLENBQUMsY0FBYyxFQUFFLG1DQUFtQyxFQUFFLE9BQU8sQ0FBQyxDQUFBIn0=
|