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

IHubOperations 接口

定义

public interface IHubOperations
type IHubOperations = interface
Public Interface IHubOperations

方法

BeginCreateOrUpdateAsync(String, String, HubCreateOrUpdateParameters, CancellationToken)
BeginDeleteAsync(String, String, String, CancellationToken)
CreateOrUpdateAsync(String, String, HubCreateOrUpdateParameters, CancellationToken)
CreateOrUpdateWithRawJsonContentAsync(String, String, String, HubCreateOrUpdateWithRawJsonContentParameters, CancellationToken)
DeleteAsync(String, String, String, CancellationToken)
GetAsync(String, String, String, CancellationToken)
GetCreateOrUpdateStatusAsync(String, CancellationToken)
ListAsync(String, String, CancellationToken)
ListNextAsync(String, CancellationToken)

扩展方法

BeginCreateOrUpdate(IHubOperations, String, String, HubCreateOrUpdateParameters)
BeginCreateOrUpdateAsync(IHubOperations, String, String, HubCreateOrUpdateParameters)
BeginDelete(IHubOperations, String, String, String)
BeginDeleteAsync(IHubOperations, String, String, String)
CreateOrUpdate(IHubOperations, String, String, HubCreateOrUpdateParameters)
CreateOrUpdateAsync(IHubOperations, String, String, HubCreateOrUpdateParameters)
CreateOrUpdateWithRawJsonContent(IHubOperations, String, String, String, HubCreateOrUpdateWithRawJsonContentParameters)
CreateOrUpdateWithRawJsonContentAsync(IHubOperations, String, String, String, HubCreateOrUpdateWithRawJsonContentParameters)
Delete(IHubOperations, String, String, String)
DeleteAsync(IHubOperations, String, String, String)
Get(IHubOperations, String, String, String)
GetAsync(IHubOperations, String, String, String)
GetCreateOrUpdateStatus(IHubOperations, String)
GetCreateOrUpdateStatusAsync(IHubOperations, String)
List(IHubOperations, String, String)
ListAsync(IHubOperations, String, String)
ListNext(IHubOperations, String)
ListNextAsync(IHubOperations, String)

适用于