Uses of Class
com.azure.resourcemanager.compute.models.AccessLevel
-
Packages that use AccessLevel Package Description com.azure.resourcemanager.compute.models 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 AccessLevel Modifier and Type Field Description static AccessLevelAccessLevel. NONEStatic value None for AccessLevel.static AccessLevelAccessLevel. READStatic value Read for AccessLevel.static AccessLevelAccessLevel. WRITEStatic value Write for AccessLevel.Methods in com.azure.resourcemanager.compute.models that return AccessLevel Modifier and Type Method Description AccessLevelGrantAccessData. 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 AccessLevel Modifier and Type Method Description static Collection<AccessLevel>AccessLevel. values()Methods in com.azure.resourcemanager.compute.models with parameters of type AccessLevel Modifier and Type Method Description StringDisks. grantAccess(String resourceGroupName, String diskName, AccessLevel accessLevel, int accessDuration)Grants access to a disk.StringSnapshots. grantAccess(String resourceGroupName, String snapshotName, AccessLevel accessLevel, int accessDuration)Grants access to a snapshot.Mono<String>Disks. grantAccessAsync(String resourceGroupName, String diskName, AccessLevel accessLevel, int accessDuration)Grants access to the disk asynchronously.Mono<String>Snapshots. grantAccessAsync(String resourceGroupName, String snapshotName, AccessLevel accessLevel, int accessDuration)Grants access to the snapshot asynchronously.GrantAccessDataGrantAccessData. withAccess(AccessLevel access)Set the access property: The access property.
-