SnapshotsOperationsExtensions Class

Definition

Extension methods for SnapshotsOperations

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

Methods

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 a snapshot.

GetAsync(ISnapshotsOperations, String, String, CancellationToken)

Gets a snapshot.

List(ISnapshotsOperations)

Gets a list of snapshots in the specified subscription.

ListAsync(ISnapshotsOperations, CancellationToken)

Gets a list of snapshots in the specified subscription.

ListByResourceGroup(ISnapshotsOperations, String)

Lists snapshots in the specified subscription and resource group.

ListByResourceGroupAsync(ISnapshotsOperations, String, CancellationToken)

Lists snapshots in the specified subscription and resource group.

ListByResourceGroupNext(ISnapshotsOperations, String)

Lists snapshots in the specified subscription and resource group.

ListByResourceGroupNextAsync(ISnapshotsOperations, String, CancellationToken)

Lists snapshots in the specified subscription and resource group.

ListNext(ISnapshotsOperations, String)

Gets a list of snapshots in the specified subscription.

ListNextAsync(ISnapshotsOperations, String, CancellationToken)

Gets a list of snapshots in the specified subscription.

UpdateTags(ISnapshotsOperations, String, String, IDictionary<String,String>)

Updates tags on a snapshot.

UpdateTagsAsync(ISnapshotsOperations, String, String, IDictionary<String,String>, CancellationToken)

Updates tags on a snapshot.

Applies to