DiskRestorePointsClient Interface
public interface DiskRestorePointsClient
An instance of this class provides access to all the operations defined in DiskRestorePointsClient.
Method Summary
Method Details
beginGrantAccess
public abstract SyncPoller
Grants access to a diskRestorePoint.
Parameters:
Returns:
beginGrantAccess
public abstract SyncPoller
Grants access to a diskRestorePoint.
Parameters:
Returns:
beginGrantAccessAsync
public abstract PollerFlux
Grants access to a diskRestorePoint.
Parameters:
Returns:
beginRevokeAccess
public abstract SyncPoller
Revokes access to a diskRestorePoint.
Parameters:
Returns:
beginRevokeAccess
public abstract SyncPoller
Revokes access to a diskRestorePoint.
Parameters:
Returns:
beginRevokeAccessAsync
public abstract PollerFlux
Revokes access to a diskRestorePoint.
Parameters:
Returns:
get
public abstract DiskRestorePointInner get(String resourceGroupName, String restorePointCollectionName, String vmRestorePointName, String diskRestorePointName)
Get disk restorePoint resource.
Parameters:
Returns:
getAsync
public abstract Mono
Get disk restorePoint resource.
Parameters:
Returns:
getWithResponse
public abstract Response
Get disk restorePoint resource.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get disk restorePoint resource.
Parameters:
Returns:
grantAccess
public abstract AccessUriInner grantAccess(String resourceGroupName, String restorePointCollectionName, String vmRestorePointName, String diskRestorePointName, GrantAccessData grantAccessData)
Grants access to a diskRestorePoint.
Parameters:
Returns:
grantAccess
public abstract AccessUriInner grantAccess(String resourceGroupName, String restorePointCollectionName, String vmRestorePointName, String diskRestorePointName, GrantAccessData grantAccessData, Context context)
Grants access to a diskRestorePoint.
Parameters:
Returns:
grantAccessAsync
public abstract Mono
Grants access to a diskRestorePoint.
Parameters:
Returns:
grantAccessWithResponseAsync
public abstract Mono
Grants access to a diskRestorePoint.
Parameters:
Returns:
listByRestorePoint
public abstract PagedIterable
Lists diskRestorePoints under a vmRestorePoint.
Parameters:
Returns:
listByRestorePoint
public abstract PagedIterable
Lists diskRestorePoints under a vmRestorePoint.
Parameters:
Returns:
listByRestorePointAsync
public abstract PagedFlux
Lists diskRestorePoints under a vmRestorePoint.
Parameters:
Returns:
revokeAccess
public abstract void revokeAccess(String resourceGroupName, String restorePointCollectionName, String vmRestorePointName, String diskRestorePointName)
Revokes access to a diskRestorePoint.
Parameters:
revokeAccess
public abstract void revokeAccess(String resourceGroupName, String restorePointCollectionName, String vmRestorePointName, String diskRestorePointName, Context context)
Revokes access to a diskRestorePoint.
Parameters:
revokeAccessAsync
public abstract Mono
Revokes access to a diskRestorePoint.
Parameters:
Returns:
revokeAccessWithResponseAsync
public abstract Mono
Revokes access to a diskRestorePoint.
Parameters:
Returns:
Applies to
Azure SDK for Java