VolumeResourceDescription interface
- Extends
Properties
azure |
This |
description | User readable description of the volume. |
provisioning |
State of the resource. |
status | Status of the volume. Possible values |
status |
Gives additional information about the |
Inherited Properties
id | Fully qualified identifier for the resource. Ex - |
location | |
name | The name of the resource |
tags | Resource tags. |
type | The type of the resource. Ex- |
Property Details
azureFileParameters
This
azureFileParameters?: VolumeProviderParametersAzureFile
Property Value
description
User readable description of the volume.
description?: string
Property Value
string
provisioningState
State of the resource.
provisioningState?: string
Property Value
string
status
statusDetails
Gives additional information about the
statusDetails?: string
Property Value
string
Inherited Property Details
id
Fully qualified identifier for the resource. Ex -
id?: string
Property Value
string
Inherited From TrackedResource.id
location
name
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TrackedResource.tags
type
The type of the resource. Ex-
type?: string
Property Value
string
Inherited From TrackedResource.type