Uses of Class
com.microsoft.azure.management.compute.AccessLevel
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of AccessLevel in com.microsoft.azure.management.compute
Modifier 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.Modifier 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.Modifier 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'.