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

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

取消标记。

返回

适用于