次の方法で共有


AppsOperationsExtensions.CheckNameAvailabilityAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.IotCentral.Models.AppAvailabilityInfo> CheckNameAvailabilityAsync(this Microsoft.Azure.Management.IotCentral.IAppsOperations operations, Microsoft.Azure.Management.IotCentral.Models.OperationInputs operationInputs, System.Threading.CancellationToken cancellationToken = default);
static member CheckNameAvailabilityAsync : 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 CheckNameAvailabilityAsync (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

キャンセル トークン。

戻り値

適用対象