Uses of Class
com.azure.resourcemanager.compute.models.DiskState
Packages that use DiskState
Package
Description
Package containing the inner data models for ComputeManagementClient.
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 DiskStateModifier and TypeMethodDescriptionDiskInner.diskState()Get the diskState property: The state of the disk.DiskProperties.diskState()Get the diskState property: The state of the disk.SnapshotInner.diskState()Get the diskState property: The state of the snapshot.SnapshotProperties.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 DiskStateModifier and TypeFieldDescriptionstatic final DiskStateDiskState.ACTIVE_SASStatic value ActiveSAS for DiskState.static final DiskStateDiskState.ACTIVE_SASFROZENStatic value ActiveSASFrozen for DiskState.static final DiskStateDiskState.ACTIVE_UPLOADStatic value ActiveUpload for DiskState.static final DiskStateDiskState.ATTACHEDStatic value Attached for DiskState.static final DiskStateDiskState.FROZENStatic value Frozen for DiskState.static final DiskStateDiskState.READY_TO_UPLOADStatic value ReadyToUpload for DiskState.static final DiskStateDiskState.RESERVEDStatic value Reserved for DiskState.static final DiskStateDiskState.UNATTACHEDStatic value Unattached for DiskState.Methods in com.azure.resourcemanager.compute.models that return DiskStateModifier and TypeMethodDescriptionstatic 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 DiskStateModifier and TypeMethodDescriptionstatic Collection<DiskState>DiskState.values()Gets known DiskState values.