ElasticsanFunctions

Functions

Link copied to clipboard

Get a ElasticSan. Azure REST API version: 2021-11-20-preview. Other available API versions: 2022-12-01-preview, 2023-01-01.

suspend fun getElasticSan(elasticSanName: String, resourceGroupName: String): GetElasticSanResult
Link copied to clipboard

Gets the specified private endpoint connection associated with the Elastic San Azure REST API version: 2022-12-01-preview. Other available API versions: 2023-01-01.

suspend fun getPrivateEndpointConnection(elasticSanName: String, privateEndpointConnectionName: String, resourceGroupName: String): GetPrivateEndpointConnectionResult
Link copied to clipboard

Get an Volume. Azure REST API version: 2021-11-20-preview. Other available API versions: 2022-12-01-preview, 2023-01-01.

suspend fun getVolume(argument: suspend GetVolumePlainArgsBuilder.() -> Unit): GetVolumeResult
suspend fun getVolume(elasticSanName: String, resourceGroupName: String, volumeGroupName: String, volumeName: String): GetVolumeResult
Link copied to clipboard

Get an VolumeGroups. Azure REST API version: 2021-11-20-preview. Other available API versions: 2022-12-01-preview, 2023-01-01.

suspend fun getVolumeGroup(elasticSanName: String, resourceGroupName: String, volumeGroupName: String): GetVolumeGroupResult
Link copied to clipboard

Get a Volume Snapshot. Azure REST API version: 2023-01-01.

suspend fun getVolumeSnapshot(elasticSanName: String, resourceGroupName: String, snapshotName: String, volumeGroupName: String): GetVolumeSnapshotResult