Uses of Class
com.azure.resourcemanager.compute.models.GrantAccessData
Packages that use GrantAccessData
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of GrantAccessData in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type GrantAccessDataModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AccessUriInner>, AccessUriInner> DiskRestorePointsClient.beginGrantAccess(String resourceGroupName, String restorePointCollectionName, String vmRestorePointName, String diskRestorePointName, GrantAccessData grantAccessData) Grants access to a diskRestorePoint.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AccessUriInner>, AccessUriInner> DiskRestorePointsClient.beginGrantAccess(String resourceGroupName, String restorePointCollectionName, String vmRestorePointName, String diskRestorePointName, GrantAccessData grantAccessData, com.azure.core.util.Context context) Grants access to a diskRestorePoint.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AccessUriInner>, AccessUriInner> DisksClient.beginGrantAccess(String resourceGroupName, String diskName, GrantAccessData grantAccessData) Grants access to a disk.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AccessUriInner>, AccessUriInner> DisksClient.beginGrantAccess(String resourceGroupName, String diskName, GrantAccessData grantAccessData, com.azure.core.util.Context context) Grants access to a disk.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AccessUriInner>, AccessUriInner> SnapshotsClient.beginGrantAccess(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData) Grants access to a snapshot.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AccessUriInner>, AccessUriInner> SnapshotsClient.beginGrantAccess(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData, com.azure.core.util.Context context) Grants access to a snapshot.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AccessUriInner>, AccessUriInner> DiskRestorePointsClient.beginGrantAccessAsync(String resourceGroupName, String restorePointCollectionName, String vmRestorePointName, String diskRestorePointName, GrantAccessData grantAccessData) Grants access to a diskRestorePoint.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AccessUriInner>, AccessUriInner> DisksClient.beginGrantAccessAsync(String resourceGroupName, String diskName, GrantAccessData grantAccessData) Grants access to a disk.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AccessUriInner>, AccessUriInner> SnapshotsClient.beginGrantAccessAsync(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData) Grants access to a snapshot.DiskRestorePointsClient.grantAccess(String resourceGroupName, String restorePointCollectionName, String vmRestorePointName, String diskRestorePointName, GrantAccessData grantAccessData) Grants access to a diskRestorePoint.DiskRestorePointsClient.grantAccess(String resourceGroupName, String restorePointCollectionName, String vmRestorePointName, String diskRestorePointName, GrantAccessData grantAccessData, com.azure.core.util.Context context) Grants access to a diskRestorePoint.DisksClient.grantAccess(String resourceGroupName, String diskName, GrantAccessData grantAccessData) Grants access to a disk.DisksClient.grantAccess(String resourceGroupName, String diskName, GrantAccessData grantAccessData, com.azure.core.util.Context context) Grants access to a disk.SnapshotsClient.grantAccess(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData) Grants access to a snapshot.SnapshotsClient.grantAccess(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData, com.azure.core.util.Context context) Grants access to a snapshot.DiskRestorePointsClient.grantAccessAsync(String resourceGroupName, String restorePointCollectionName, String vmRestorePointName, String diskRestorePointName, GrantAccessData grantAccessData) Grants access to a diskRestorePoint.DisksClient.grantAccessAsync(String resourceGroupName, String diskName, GrantAccessData grantAccessData) Grants access to a disk.SnapshotsClient.grantAccessAsync(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData) Grants access to a snapshot.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> DiskRestorePointsClient.grantAccessWithResponseAsync(String resourceGroupName, String restorePointCollectionName, String vmRestorePointName, String diskRestorePointName, GrantAccessData grantAccessData) Grants access to a diskRestorePoint.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> DisksClient.grantAccessWithResponseAsync(String resourceGroupName, String diskName, GrantAccessData grantAccessData) Grants access to a disk.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> SnapshotsClient.grantAccessWithResponseAsync(String resourceGroupName, String snapshotName, GrantAccessData grantAccessData) Grants access to a snapshot. -
Uses of GrantAccessData in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type GrantAccessDataMethods in com.azure.resourcemanager.compute.models that return GrantAccessDataModifier and TypeMethodDescriptionstatic GrantAccessDataGrantAccessData.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GrantAccessData from the JsonReader.GrantAccessData.withAccess(AccessLevel access) Set the access property: The Access Level, accepted values include None, Read, Write.GrantAccessData.withDurationInSeconds(int durationInSeconds) Set the durationInSeconds property: Time duration in seconds until the SAS access expires.GrantAccessData.withFileFormat(FileFormat fileFormat) Set the fileFormat property: Used to specify the file format when making request for SAS on a VHDX file format snapshot.GrantAccessData.withGetSecureVMGuestStateSas(Boolean getSecureVMGuestStateSas) Set the getSecureVMGuestStateSas property: Set this flag to true to get additional SAS for VM guest state.