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

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 应用程序的名称以检查。

返回

适用于