ISnapshotsOperations Interface

Definition

SnapshotsOperations operations.

public interface ISnapshotsOperations
type ISnapshotsOperations = interface
Public Interface ISnapshotsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, Snapshot, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a snapshot.

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a snapshot.

BeginGrantAccessWithHttpMessagesAsync(String, String, GrantAccessData, Dictionary<String,List<String>>, CancellationToken)

Grants access to a snapshot.

BeginRevokeAccessWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Revokes access to a snapshot.

BeginUpdateWithHttpMessagesAsync(String, String, SnapshotUpdate, Dictionary<String,List<String>>, CancellationToken)

Updates (patches) a snapshot.

CreateOrUpdateWithHttpMessagesAsync(String, String, Snapshot, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a snapshot.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a snapshot.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets information about a snapshot.

GrantAccessWithHttpMessagesAsync(String, String, GrantAccessData, Dictionary<String,List<String>>, CancellationToken)

Grants access to a snapshot.

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists snapshots under a resource group.

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists snapshots under a resource group.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists snapshots under a subscription.

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Lists snapshots under a subscription.

RevokeAccessWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Revokes access to a snapshot.

UpdateWithHttpMessagesAsync(String, String, SnapshotUpdate, Dictionary<String,List<String>>, CancellationToken)

Updates (patches) a snapshot.

Extension Methods

BeginCreateOrUpdate(ISnapshotsOperations, String, String, Snapshot)

Creates or updates a snapshot.

BeginCreateOrUpdateAsync(ISnapshotsOperations, String, String, Snapshot, CancellationToken)

Creates or updates a snapshot.

BeginDelete(ISnapshotsOperations, String, String)

Deletes a snapshot.

BeginDeleteAsync(ISnapshotsOperations, String, String, CancellationToken)

Deletes a snapshot.

BeginGrantAccess(ISnapshotsOperations, String, String, GrantAccessData)

Grants access to a snapshot.

BeginGrantAccessAsync(ISnapshotsOperations, String, String, GrantAccessData, CancellationToken)

Grants access to a snapshot.

BeginRevokeAccess(ISnapshotsOperations, String, String)

Revokes access to a snapshot.

BeginRevokeAccessAsync(ISnapshotsOperations, String, String, CancellationToken)

Revokes access to a snapshot.

BeginUpdate(ISnapshotsOperations, String, String, SnapshotUpdate)

Updates (patches) a snapshot.

BeginUpdateAsync(ISnapshotsOperations, String, String, SnapshotUpdate, CancellationToken)

Updates (patches) a snapshot.

CreateOrUpdate(ISnapshotsOperations, String, String, Snapshot)

Creates or updates a snapshot.

CreateOrUpdateAsync(ISnapshotsOperations, String, String, Snapshot, CancellationToken)

Creates or updates a snapshot.

Delete(ISnapshotsOperations, String, String)

Deletes a snapshot.

DeleteAsync(ISnapshotsOperations, String, String, CancellationToken)

Deletes a snapshot.

Get(ISnapshotsOperations, String, String)

Gets information about a snapshot.

GetAsync(ISnapshotsOperations, String, String, CancellationToken)

Gets information about a snapshot.

GrantAccess(ISnapshotsOperations, String, String, GrantAccessData)

Grants access to a snapshot.

GrantAccessAsync(ISnapshotsOperations, String, String, GrantAccessData, CancellationToken)

Grants access to a snapshot.

List(ISnapshotsOperations)

Lists snapshots under a subscription.

ListAsync(ISnapshotsOperations, CancellationToken)

Lists snapshots under a subscription.

ListByResourceGroup(ISnapshotsOperations, String)

Lists snapshots under a resource group.

ListByResourceGroupAsync(ISnapshotsOperations, String, CancellationToken)

Lists snapshots under a resource group.

ListByResourceGroupNext(ISnapshotsOperations, String)

Lists snapshots under a resource group.

ListByResourceGroupNextAsync(ISnapshotsOperations, String, CancellationToken)

Lists snapshots under a resource group.

ListNext(ISnapshotsOperations, String)

Lists snapshots under a subscription.

ListNextAsync(ISnapshotsOperations, String, CancellationToken)

Lists snapshots under a subscription.

RevokeAccess(ISnapshotsOperations, String, String)

Revokes access to a snapshot.

RevokeAccessAsync(ISnapshotsOperations, String, String, CancellationToken)

Revokes access to a snapshot.

Update(ISnapshotsOperations, String, String, SnapshotUpdate)

Updates (patches) a snapshot.

UpdateAsync(ISnapshotsOperations, String, String, SnapshotUpdate, CancellationToken)

Updates (patches) a snapshot.

Applies to