get Subvolume Metadata
suspend fun getSubvolumeMetadata(argument: GetSubvolumeMetadataPlainArgs): GetSubvolumeMetadataResult
Get details of the specified subvolume Azure REST API version: 2022-11-01. Other available API versions: 2022-11-01-preview, 2023-05-01.
Return
Result of the post subvolume and action is to get metadata of the subvolume.
Parameters
argument
null
suspend fun getSubvolumeMetadata(accountName: String, poolName: String, resourceGroupName: String, subvolumeName: String, volumeName: String): GetSubvolumeMetadataResult
Return
Result of the post subvolume and action is to get metadata of the subvolume.
See also
Parameters
account Name
The name of the NetApp account
pool Name
The name of the capacity pool
resource Group Name
The name of the resource group. The name is case insensitive.
subvolume Name
The name of the subvolume.
volume Name
The name of the volume
suspend fun getSubvolumeMetadata(argument: suspend GetSubvolumeMetadataPlainArgsBuilder.() -> Unit): GetSubvolumeMetadataResult
Return
Result of the post subvolume and action is to get metadata of the subvolume.
See also
Parameters
argument
Builder for com.pulumi.azurenative.netapp.kotlin.inputs.GetSubvolumeMetadataPlainArgs.