Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownDiskState

Package version

Known values of DiskState that the service accepts.

Index

Enumeration members

ActiveSAS

ActiveSAS: = "ActiveSAS"

The disk currently has an Active SAS Uri associated with it.

ActiveUpload

ActiveUpload: = "ActiveUpload"

A disk is created for upload and a write token has been issued for uploading to it.

Attached

Attached: = "Attached"

The disk is currently mounted to a running VM.

ReadyToUpload

ReadyToUpload: = "ReadyToUpload"

A disk is ready to be created by upload by requesting a write token.

Reserved

Reserved: = "Reserved"

The disk is mounted to a stopped-deallocated VM

Unattached

Unattached: = "Unattached"

The disk is not being used and can be attached to a VM.

Generated using TypeDoc