Uses of Class
com.azure.resourcemanager.compute.models.AccessLevel
Packages that use AccessLevel
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of AccessLevel in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as AccessLevelModifier and TypeFieldDescriptionstatic final AccessLevelAccessLevel.NONEStatic value None for AccessLevel.static final AccessLevelAccessLevel.READStatic value Read for AccessLevel.static final AccessLevelAccessLevel.WRITEStatic value Write for AccessLevel.Methods in com.azure.resourcemanager.compute.models that return AccessLevelModifier and TypeMethodDescriptionGrantAccessData.access()Get the access property: The access property.static AccessLevelAccessLevel.fromString(String name) Creates or finds a AccessLevel from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type AccessLevelModifier and TypeMethodDescriptionstatic Collection<AccessLevel>AccessLevel.values()Gets known AccessLevel values.Methods in com.azure.resourcemanager.compute.models with parameters of type AccessLevelModifier and TypeMethodDescriptionDisks.grantAccess(String resourceGroupName, String diskName, AccessLevel accessLevel, int accessDuration) Grants access to a disk.Snapshots.grantAccess(String resourceGroupName, String snapshotName, AccessLevel accessLevel, int accessDuration) Grants access to a snapshot.Disks.grantAccessAsync(String resourceGroupName, String diskName, AccessLevel accessLevel, int accessDuration) Grants access to the disk asynchronously.Snapshots.grantAccessAsync(String resourceGroupName, String snapshotName, AccessLevel accessLevel, int accessDuration) Grants access to the snapshot asynchronously.GrantAccessData.withAccess(AccessLevel access) Set the access property: The access property.