SnapshotsOperationsExtensions.RevokeAccess(ISnapshotsOperations, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Revokes access to a snapshot.
public static Microsoft.Azure.Management.Compute.Models.OperationStatusResponse RevokeAccess (this Microsoft.Azure.Management.Compute.ISnapshotsOperations operations, string resourceGroupName, string snapshotName);
static member RevokeAccess : Microsoft.Azure.Management.Compute.ISnapshotsOperations * string * string -> Microsoft.Azure.Management.Compute.Models.OperationStatusResponse
<Extension()>
Public Function RevokeAccess (operations As ISnapshotsOperations, resourceGroupName As String, snapshotName As String) As OperationStatusResponse
Parameters
- operations
- ISnapshotsOperations
The operations group for this extension method.
- resourceGroupName
- System.String
The name of the resource group.
- snapshotName
- System.String
The name of the snapshot within the given subscription and resource group.
Returns
- Microsoft.Azure.Management.Compute.Models.OperationStatusResponse