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

CloudEndpointsOperationsExtensions 类

定义

CloudEndpointsOperations 的扩展方法。

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

方法

BeginCreate(ICloudEndpointsOperations, String, String, String, String, CloudEndpointCreateParameters)

创建新的 CloudEndpoint。

BeginCreateAsync(ICloudEndpointsOperations, String, String, String, String, CloudEndpointCreateParameters, CancellationToken)

创建新的 CloudEndpoint。

BeginDelete(ICloudEndpointsOperations, String, String, String, String)

删除给定的 CloudEndpoint。

BeginDeleteAsync(ICloudEndpointsOperations, String, String, String, String, CancellationToken)

删除给定的 CloudEndpoint。

BeginPostBackup(ICloudEndpointsOperations, String, String, String, String, String)

备份给定的 CloudEndpoint 后。

BeginPostBackupAsync(ICloudEndpointsOperations, String, String, String, String, String, CancellationToken)

备份给定的 CloudEndpoint 后。

BeginPostRestore(ICloudEndpointsOperations, String, String, String, String, PostRestoreRequest)

发布还原给定的 CloudEndpoint。

BeginPostRestoreAsync(ICloudEndpointsOperations, String, String, String, String, PostRestoreRequest, CancellationToken)

发布还原给定的 CloudEndpoint。

BeginPreBackup(ICloudEndpointsOperations, String, String, String, String, String)

预先备份给定的 CloudEndpoint。

BeginPreBackupAsync(ICloudEndpointsOperations, String, String, String, String, String, CancellationToken)

预先备份给定的 CloudEndpoint。

BeginPreRestore(ICloudEndpointsOperations, String, String, String, String, PreRestoreRequest)

预还原给定的 CloudEndpoint。

BeginPreRestoreAsync(ICloudEndpointsOperations, String, String, String, String, PreRestoreRequest, CancellationToken)

预还原给定的 CloudEndpoint。

BeginTriggerChangeDetection(ICloudEndpointsOperations, String, String, String, String, TriggerChangeDetectionParameters)

触发对连接到指定Azure 文件同步云终结点的 Azure 文件共享执行的更改的检测。

BeginTriggerChangeDetectionAsync(ICloudEndpointsOperations, String, String, String, String, TriggerChangeDetectionParameters, CancellationToken)

触发对连接到指定Azure 文件同步云终结点的 Azure 文件共享执行的更改的检测。

Create(ICloudEndpointsOperations, String, String, String, String, CloudEndpointCreateParameters)

创建新的 CloudEndpoint。

CreateAsync(ICloudEndpointsOperations, String, String, String, String, CloudEndpointCreateParameters, CancellationToken)

创建新的 CloudEndpoint。

Delete(ICloudEndpointsOperations, String, String, String, String)

删除给定的 CloudEndpoint。

DeleteAsync(ICloudEndpointsOperations, String, String, String, String, CancellationToken)

删除给定的 CloudEndpoint。

Get(ICloudEndpointsOperations, String, String, String, String)

获取给定的 CloudEndpoint。

GetAsync(ICloudEndpointsOperations, String, String, String, String, CancellationToken)

获取给定的 CloudEndpoint。

ListBySyncGroup(ICloudEndpointsOperations, String, String, String)

获取 CloudEndpoint 列表。

ListBySyncGroupAsync(ICloudEndpointsOperations, String, String, String, CancellationToken)

获取 CloudEndpoint 列表。

PostBackup(ICloudEndpointsOperations, String, String, String, String, String)

备份给定的 CloudEndpoint 后。

PostBackupAsync(ICloudEndpointsOperations, String, String, String, String, String, CancellationToken)

备份给定的 CloudEndpoint 后。

PostRestore(ICloudEndpointsOperations, String, String, String, String, PostRestoreRequest)

发布还原给定的 CloudEndpoint。

PostRestoreAsync(ICloudEndpointsOperations, String, String, String, String, PostRestoreRequest, CancellationToken)

发布还原给定的 CloudEndpoint。

PreBackup(ICloudEndpointsOperations, String, String, String, String, String)

预先备份给定的 CloudEndpoint。

PreBackupAsync(ICloudEndpointsOperations, String, String, String, String, String, CancellationToken)

预先备份给定的 CloudEndpoint。

PreRestore(ICloudEndpointsOperations, String, String, String, String, PreRestoreRequest)

预还原给定的 CloudEndpoint。

PreRestoreAsync(ICloudEndpointsOperations, String, String, String, String, PreRestoreRequest, CancellationToken)

预还原给定的 CloudEndpoint。

Restoreheartbeat(ICloudEndpointsOperations, String, String, String, String)

还原给定 CloudEndpoint 的检测信号。

RestoreheartbeatAsync(ICloudEndpointsOperations, String, String, String, String, CancellationToken)

还原给定 CloudEndpoint 的检测信号。

TriggerChangeDetection(ICloudEndpointsOperations, String, String, String, String, TriggerChangeDetectionParameters)

触发对连接到指定Azure 文件同步云终结点的 Azure 文件共享执行的更改的检测。

TriggerChangeDetectionAsync(ICloudEndpointsOperations, String, String, String, String, TriggerChangeDetectionParameters, CancellationToken)

触发对连接到指定Azure 文件同步云终结点的 Azure 文件共享执行的更改的检测。

适用于