GetVolumeResult

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)

Types

Link copied to clipboard
object Companion

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
val description: String? = null

User readable description of the volume.

Link copied to clipboard
val id: String

Fully qualified identifier for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

Provider of the volume.

Link copied to clipboard

State of the resource.

Link copied to clipboard

Status of the volume.

Link copied to clipboard

Gives additional information about the current status of the volume.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.