Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent.models |
Package containing the inner data models for ComputeManagementClient.
|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
DiskState |
DiskInner.diskState()
Get the diskState property: The state of the disk.
|
Modifier and Type | Field and Description |
---|---|
static DiskState |
DiskState.ACTIVE_SAS
Static value ActiveSAS for DiskState.
|
static DiskState |
DiskState.ACTIVE_UPLOAD
Static value ActiveUpload for DiskState.
|
static DiskState |
DiskState.ATTACHED
Static value Attached for DiskState.
|
static DiskState |
DiskState.READY_TO_UPLOAD
Static value ReadyToUpload for DiskState.
|
static DiskState |
DiskState.RESERVED
Static value Reserved for DiskState.
|
static DiskState |
DiskState.UNATTACHED
Static value Unattached for DiskState.
|
Modifier and Type | Method and Description |
---|---|
static DiskState |
DiskState.fromString(String name)
Creates or finds a DiskState from its string representation.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.