Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VolumeProperties

Package version

interface

An interface representing VolumeProperties. Describes properties of a volume resource.

Hierarchy

  • VolumeProperties

Index

Properties

Optional azureFileParameters

member

{VolumeProviderParametersAzureFile} [azureFileParameters] This type describes a volume provided by an Azure Files file share.

Optional description

description: undefined | string
member

{string} [description] User readable description of the volume.

Optional status

member

{ResourceStatus} [status] Status of the volume. Possible values include: 'Unknown', 'Ready', 'Upgrading', 'Creating', 'Deleting', 'Failed' NOTE: This property will not be serialized. It can only be populated by the server.

Optional statusDetails

statusDetails: undefined | string
member

{string} [statusDetails] Gives additional information about the current status of the volume. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc