Uses of Class
com.azure.resourcemanager.compute.models.SnapshotAccessState
Packages that use SnapshotAccessState
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of SnapshotAccessState in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return SnapshotAccessStateModifier and TypeMethodDescriptionSnapshotInner.snapshotAccessState()Get the snapshotAccessState property: The state of snapshot which determines the access availability of the snapshot.SnapshotProperties.snapshotAccessState()Get the snapshotAccessState property: The state of snapshot which determines the access availability of the snapshot.SnapshotUpdateProperties.snapshotAccessState()Get the snapshotAccessState property: The state of snapshot which determines the access availability of the snapshot. -
Uses of SnapshotAccessState in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as SnapshotAccessStateModifier and TypeFieldDescriptionstatic final SnapshotAccessStateSnapshotAccessState.AVAILABLEStatic value Available for SnapshotAccessState.static final SnapshotAccessStateSnapshotAccessState.AVAILABLE_WITH_INSTANT_ACCESSStatic value AvailableWithInstantAccess for SnapshotAccessState.static final SnapshotAccessStateSnapshotAccessState.INSTANT_ACCESSStatic value InstantAccess for SnapshotAccessState.static final SnapshotAccessStateSnapshotAccessState.PENDINGStatic value Pending for SnapshotAccessState.static final SnapshotAccessStateSnapshotAccessState.UNKNOWNStatic value Unknown for SnapshotAccessState.Methods in com.azure.resourcemanager.compute.models that return SnapshotAccessStateModifier and TypeMethodDescriptionstatic SnapshotAccessStateSnapshotAccessState.fromString(String name) Creates or finds a SnapshotAccessState from its string representation.SnapshotUpdate.snapshotAccessState()Get the snapshotAccessState property: The state of snapshot which determines the access availability of the snapshot.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type SnapshotAccessStateModifier and TypeMethodDescriptionstatic Collection<SnapshotAccessState> SnapshotAccessState.values()Gets known SnapshotAccessState values.