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
Subclasses with type arguments of type SnapshotAccessState in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classThe state of snapshot which determines the access availability of the snapshot.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.DiskRestorePointInstanceView.snapshotAccessState()Get the snapshotAccessState property: The state of snapshot which determines the access availability of the snapshot.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.Methods in com.azure.resourcemanager.compute.models with parameters of type SnapshotAccessStateModifier and TypeMethodDescriptionDiskRestorePointInstanceView.withSnapshotAccessState(SnapshotAccessState snapshotAccessState) Set the snapshotAccessState property: The state of snapshot which determines the access availability of the snapshot.