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

StorageSyncServicesOperationsExtensions 类

定义

StorageSyncServicesOperations 的扩展方法。

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

方法

BeginCreate(IStorageSyncServicesOperations, String, String, StorageSyncServiceCreateParameters)

创建新的 StorageSyncService。

BeginCreateAsync(IStorageSyncServicesOperations, String, String, StorageSyncServiceCreateParameters, CancellationToken)

创建新的 StorageSyncService。

BeginDelete(IStorageSyncServicesOperations, String, String)

删除给定的 StorageSyncService。

BeginDeleteAsync(IStorageSyncServicesOperations, String, String, CancellationToken)

删除给定的 StorageSyncService。

BeginUpdate(IStorageSyncServicesOperations, String, String, StorageSyncServiceUpdateParameters)

修补给定的 StorageSyncService。

BeginUpdateAsync(IStorageSyncServicesOperations, String, String, StorageSyncServiceUpdateParameters, CancellationToken)

修补给定的 StorageSyncService。

CheckNameAvailability(IStorageSyncServicesOperations, String, String)

检查提供命名空间名称的可用性。

CheckNameAvailabilityAsync(IStorageSyncServicesOperations, String, String, CancellationToken)

检查提供命名空间名称的可用性。

Create(IStorageSyncServicesOperations, String, String, StorageSyncServiceCreateParameters)

创建新的 StorageSyncService。

CreateAsync(IStorageSyncServicesOperations, String, String, StorageSyncServiceCreateParameters, CancellationToken)

创建新的 StorageSyncService。

Delete(IStorageSyncServicesOperations, String, String)

删除给定的 StorageSyncService。

DeleteAsync(IStorageSyncServicesOperations, String, String, CancellationToken)

删除给定的 StorageSyncService。

Get(IStorageSyncServicesOperations, String, String)

获取给定的 StorageSyncService。

GetAsync(IStorageSyncServicesOperations, String, String, CancellationToken)

获取给定的 StorageSyncService。

ListByResourceGroup(IStorageSyncServicesOperations, String)

按资源组名称获取 StorageSyncService 列表。

ListByResourceGroupAsync(IStorageSyncServicesOperations, String, CancellationToken)

按资源组名称获取 StorageSyncService 列表。

ListBySubscription(IStorageSyncServicesOperations)

按订阅获取 StorageSyncService 列表。

ListBySubscriptionAsync(IStorageSyncServicesOperations, CancellationToken)

按订阅获取 StorageSyncService 列表。

Update(IStorageSyncServicesOperations, String, String, StorageSyncServiceUpdateParameters)

修补给定的 StorageSyncService。

UpdateAsync(IStorageSyncServicesOperations, String, String, StorageSyncServiceUpdateParameters, CancellationToken)

修补给定的 StorageSyncService。

适用于