getVolume

Get a Volume Uses Azure REST API version 2023-07-01-preview.

Return

Concrete proxy resource types can be created by aliasing this type using a specific property type.

Parameters

argument

null


suspend fun getVolume(poolName: String, resourceGroupName: String, volumeName: String): GetVolumeResult

Return

Concrete proxy resource types can be created by aliasing this type using a specific property type.

Parameters

poolName

Pool Object

resourceGroupName

The name of the resource group. The name is case insensitive.

volumeName

Volume Resource

See also


suspend fun getVolume(argument: suspend GetVolumePlainArgsBuilder.() -> Unit): GetVolumeResult

Return

Concrete proxy resource types can be created by aliasing this type using a specific property type.

Parameters

argument

Builder for com.pulumi.azurenative.containerstorage.kotlin.inputs.GetVolumePlainArgs.

See also