次の方法で共有


AppsOperationsExtensions.CheckSubdomainAvailabilityAsync メソッド

定義

IoT Central アプリケーション サブドメインが使用可能かどうかを確認します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.IotCentral.Models.AppAvailabilityInfo> CheckSubdomainAvailabilityAsync (this Microsoft.Azure.Management.IotCentral.IAppsOperations operations, Microsoft.Azure.Management.IotCentral.Models.OperationInputs operationInputs, System.Threading.CancellationToken cancellationToken = default);
static member CheckSubdomainAvailabilityAsync : Microsoft.Azure.Management.IotCentral.IAppsOperations * Microsoft.Azure.Management.IotCentral.Models.OperationInputs * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.IotCentral.Models.AppAvailabilityInfo>
<Extension()>
Public Function CheckSubdomainAvailabilityAsync (operations As IAppsOperations, operationInputs As OperationInputs, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AppAvailabilityInfo)

パラメーター

operations
IAppsOperations

この拡張メソッドの操作グループ。

operationInputs
OperationInputs

OperationInputs 構造体の name パラメーターを IoT Central アプリケーションのサブドメインに設定して、チェックします。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象