Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static AccessLevel |
AccessLevel.NONE
Static value None for AccessLevel.
|
static AccessLevel |
AccessLevel.READ
Static value Read for AccessLevel.
|
static AccessLevel |
AccessLevel.WRITE
Static value Write for AccessLevel.
|
Modifier and Type | Method and Description |
---|---|
AccessLevel |
GrantAccessData.access()
Get the access property: The access property.
|
static AccessLevel |
AccessLevel.fromString(String name)
Creates or finds a AccessLevel from its string representation.
|
Modifier and Type | Method and Description |
---|---|
String |
Snapshots.grantAccess(String resourceGroupName,
String snapshotName,
AccessLevel accessLevel,
int accessDuration)
Grants access to a snapshot.
|
String |
Disks.grantAccess(String resourceGroupName,
String diskName,
AccessLevel accessLevel,
int accessDuration)
Grants access to a disk.
|
Mono<String> |
Snapshots.grantAccessAsync(String resourceGroupName,
String snapshotName,
AccessLevel accessLevel,
int accessDuration)
Grants access to the snapshot asynchronously.
|
Mono<String> |
Disks.grantAccessAsync(String resourceGroupName,
String diskName,
AccessLevel accessLevel,
int accessDuration)
Grants access to the disk asynchronously.
|
GrantAccessData |
GrantAccessData.withAccess(AccessLevel access)
Set the access property: The access property.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.