次の方法で共有


HubOperationsExtensions クラス

定義

public static class HubOperationsExtensions
type HubOperationsExtensions = class
Public Module HubOperationsExtensions
継承
HubOperationsExtensions

メソッド

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)

適用対象