get Subvolume Metadata
suspend fun getSubvolumeMetadata(argument: GetSubvolumeMetadataPlainArgs): GetSubvolumeMetadataResult
Get details of the specified subvolume API Version: 2021-10-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.
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.
subvolume Name
The name of the subvolume.
volume Name
The name of the volume
See also
suspend fun getSubvolumeMetadata(argument: suspend GetSubvolumeMetadataPlainArgsBuilder.() -> Unit): GetSubvolumeMetadataResult
Return
Result of the post subvolume and action is to get metadata of the subvolume.
Parameters
argument
Builder for com.pulumi.azurenative.netapp.kotlin.inputs.GetSubvolumeMetadataPlainArgs.