Sdílet prostřednictvím


AppsOperationsExtensions.CheckSubdomainAvailabilityAsync Method

Definition

Check if an IoT Central application subdomain is available.

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)

Parameters

operations
IAppsOperations

The operations group for this extension method.

operationInputs
OperationInputs

Set the name parameter in the OperationInputs structure to the subdomain of the IoT Central application to check.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to