你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SnapshotsOperationsExtensions 类

定义

SnapshotsOperations 的扩展方法。

public static class SnapshotsOperationsExtensions
type SnapshotsOperationsExtensions = class
Public Module SnapshotsOperationsExtensions
继承
SnapshotsOperationsExtensions

方法

BeginCreateOrUpdate(ISnapshotsOperations, String, String, Snapshot)

创建或更新快照。

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

创建或更新快照。

BeginDelete(ISnapshotsOperations, String, String)

删除快照。

BeginDeleteAsync(ISnapshotsOperations, String, String, CancellationToken)

删除快照。

BeginGrantAccess(ISnapshotsOperations, String, String, GrantAccessData)

授予对快照的访问权限。

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

授予对快照的访问权限。

BeginRevokeAccess(ISnapshotsOperations, String, String)

撤消对快照的访问权限。

BeginRevokeAccessAsync(ISnapshotsOperations, String, String, CancellationToken)

撤消对快照的访问权限。

BeginUpdate(ISnapshotsOperations, String, String, SnapshotUpdate)

快照) 汇报 (修补程序。

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

快照) 汇报 (修补程序。

CreateOrUpdate(ISnapshotsOperations, String, String, Snapshot)

创建或更新快照。

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

创建或更新快照。

Delete(ISnapshotsOperations, String, String)

删除快照。

DeleteAsync(ISnapshotsOperations, String, String, CancellationToken)

删除快照。

Get(ISnapshotsOperations, String, String)

获取有关快照的信息。

GetAsync(ISnapshotsOperations, String, String, CancellationToken)

获取有关快照的信息。

GrantAccess(ISnapshotsOperations, String, String, GrantAccessData)

授予对快照的访问权限。

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

授予对快照的访问权限。

List(ISnapshotsOperations)

列出订阅下的快照。

ListAsync(ISnapshotsOperations, CancellationToken)

列出订阅下的快照。

ListByResourceGroup(ISnapshotsOperations, String)

列出资源组下的快照。

ListByResourceGroupAsync(ISnapshotsOperations, String, CancellationToken)

列出资源组下的快照。

ListByResourceGroupNext(ISnapshotsOperations, String)

列出资源组下的快照。

ListByResourceGroupNextAsync(ISnapshotsOperations, String, CancellationToken)

列出资源组下的快照。

ListNext(ISnapshotsOperations, String)

列出订阅下的快照。

ListNextAsync(ISnapshotsOperations, String, CancellationToken)

列出订阅下的快照。

RevokeAccess(ISnapshotsOperations, String, String)

撤消对快照的访问权限。

RevokeAccessAsync(ISnapshotsOperations, String, String, CancellationToken)

撤消对快照的访问权限。

Update(ISnapshotsOperations, String, String, SnapshotUpdate)

快照) 汇报 (修补程序。

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

快照) 汇报 (修补程序。

适用于