SnapshotsOperationsExtensions Class

Definition

Extension methods for SnapshotsOperations.

public static class SnapshotsOperationsExtensions
type SnapshotsOperationsExtensions = class
Public Module SnapshotsOperationsExtensions
Inheritance
SnapshotsOperationsExtensions

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