Uses of Class
com.microsoft.azure.management.compute.AccessLevel
Packages that use AccessLevel
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of AccessLevel in com.microsoft.azure.management.compute
Fields in com.microsoft.azure.management.compute declared as AccessLevelModifier and TypeFieldDescriptionstatic final AccessLevel
AccessLevel.NONE
Static value None for AccessLevel.static final AccessLevel
AccessLevel.READ
Static value Read for AccessLevel.static final AccessLevel
AccessLevel.WRITE
Static value Write for AccessLevel.Methods in com.microsoft.azure.management.compute that return AccessLevelModifier and TypeMethodDescriptionGrantAccessData.access()
Get possible values include: 'None', 'Read', 'Write'.static AccessLevel
AccessLevel.fromString
(String name) Creates or finds a AccessLevel from its string representation.Methods in com.microsoft.azure.management.compute that return types with arguments of type AccessLevelMethods in com.microsoft.azure.management.compute 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.rx.Observable<String>
Disks.grantAccessAsync
(String resourceGroupName, String diskName, AccessLevel accessLevel, int accessDuration) Grants access to the disk asynchronously.com.microsoft.rest.ServiceFuture<String>
Disks.grantAccessAsync
(String resourceGroupName, String diskName, AccessLevel accessLevel, int accessDuration, com.microsoft.rest.ServiceCallback<String> callback) Grants access to the disk asynchronously.rx.Observable<String>
Snapshots.grantAccessAsync
(String resourceGroupName, String snapshotName, AccessLevel accessLevel, int accessDuration) Grants access to the snapshot asynchronously.com.microsoft.rest.ServiceFuture<String>
Snapshots.grantAccessAsync
(String resourceGroupName, String snapshotName, AccessLevel accessLevel, int accessDuration, com.microsoft.rest.ServiceCallback<String> callback) Grants access to the snapshot asynchronously.GrantAccessData.withAccess
(AccessLevel access) Set possible values include: 'None', 'Read', 'Write'.