Uses of Class
com.azure.resourcemanager.compute.models.DiskState
-
Packages that use DiskState 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. -
-
Uses of DiskState in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return DiskState Modifier and Type Method Description DiskStateDiskInner. diskState()Get the diskState property: The state of the disk.DiskStateDiskProperties. diskState()Get the diskState property: The state of the disk.DiskStateSnapshotInner. diskState()Get the diskState property: The state of the snapshot.DiskStateSnapshotProperties. diskState()Get the diskState property: The state of the snapshot. -
Uses of DiskState in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as DiskState Modifier and Type Field Description static DiskStateDiskState. ACTIVE_SASStatic value ActiveSAS for DiskState.static DiskStateDiskState. ACTIVE_SASFROZENStatic value ActiveSASFrozen for DiskState.static DiskStateDiskState. ACTIVE_UPLOADStatic value ActiveUpload for DiskState.static DiskStateDiskState. ATTACHEDStatic value Attached for DiskState.static DiskStateDiskState. FROZENStatic value Frozen for DiskState.static DiskStateDiskState. READY_TO_UPLOADStatic value ReadyToUpload for DiskState.static DiskStateDiskState. RESERVEDStatic value Reserved for DiskState.static DiskStateDiskState. UNATTACHEDStatic value Unattached for DiskState.Methods in com.azure.resourcemanager.compute.models that return DiskState Modifier and Type Method Description static DiskStateDiskState. fromString(String name)Creates or finds a DiskState from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type DiskState Modifier and Type Method Description static Collection<DiskState>DiskState. values()
-