ElasticsanFunctions

Functions

Link copied to clipboard

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

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

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

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

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

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. Uses Azure REST API version 2021-11-20-preview. Other available API versions: 2022-12-01-preview, 2023-01-01, 2024-05-01, 2024-06-01-preview.

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

Get a Volume Snapshot. Uses Azure REST API version 2023-01-01. Other available API versions: 2024-05-01, 2024-06-01-preview.

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