Get Volume Result
data class GetVolumeResult(val azureApiVersion: String, val azureFileParameters: VolumeProviderParametersAzureFileResponse? = null, val description: String? = null, val id: String, val location: String, val name: String, val provider: String, val provisioningState: String, val status: String, val statusDetails: String, val tags: Map<String, String>? = null, val type: String)
This type describes a volume resource.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, azureFileParameters: VolumeProviderParametersAzureFileResponse? = null, description: String? = null, id: String, location: String, name: String, provider: String, provisioningState: String, status: String, statusDetails: String, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
This type describes a volume provided by an Azure Files file share.
Link copied to clipboard
User readable description of the volume.
Link copied to clipboard
State of the resource.
Link copied to clipboard
Gives additional information about the current status of the volume.