getVolume

Get the details of the specified volume Azure REST API version: 2022-11-01. Other available API versions: 2017-08-15, 2019-05-01, 2019-07-01, 2019-08-01, 2020-02-01, 2021-10-01, 2022-11-01-preview, 2023-05-01.

Return

Volume resource

Parameters

argument

null


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

Return

Volume resource

See also

Parameters

accountName

The name of the NetApp account

poolName

The name of the capacity pool

resourceGroupName

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

volumeName

The name of the volume


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

Return

Volume resource

See also

Parameters

argument

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