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

IStorageSyncServicesOperations 接口

定义

StorageSyncServicesOperations 操作。

public interface IStorageSyncServicesOperations
type IStorageSyncServicesOperations = interface
Public Interface IStorageSyncServicesOperations

方法

BeginCreateWithHttpMessagesAsync(String, String, StorageSyncServiceCreateParameters, Dictionary<String,List<String>>, CancellationToken)

创建新的 StorageSyncService。

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

删除给定的 StorageSyncService。

BeginUpdateWithHttpMessagesAsync(String, String, StorageSyncServiceUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

修补给定的 StorageSyncService。

CheckNameAvailabilityWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

CreateWithHttpMessagesAsync(String, String, StorageSyncServiceCreateParameters, Dictionary<String,List<String>>, CancellationToken)

创建新的 StorageSyncService。

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

删除给定的 StorageSyncService。

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

获取给定的 StorageSyncService。

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListBySubscriptionWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

按订阅获取 StorageSyncService 列表。

UpdateWithHttpMessagesAsync(String, String, StorageSyncServiceUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

修补给定的 StorageSyncService。

扩展方法

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。

适用于