次の方法で共有


AppsOperationsExtensions.CheckNameAvailability メソッド

定義

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

public static Microsoft.Azure.Management.IotCentral.Models.AppAvailabilityInfo CheckNameAvailability (this Microsoft.Azure.Management.IotCentral.IAppsOperations operations, Microsoft.Azure.Management.IotCentral.Models.OperationInputs operationInputs);
static member CheckNameAvailability : Microsoft.Azure.Management.IotCentral.IAppsOperations * Microsoft.Azure.Management.IotCentral.Models.OperationInputs -> Microsoft.Azure.Management.IotCentral.Models.AppAvailabilityInfo
<Extension()>
Public Function CheckNameAvailability (operations As IAppsOperations, operationInputs As OperationInputs) As AppAvailabilityInfo

パラメーター

operations
IAppsOperations

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

operationInputs
OperationInputs

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

戻り値

適用対象