CognitiveServicesManagementClientExtensions.CheckDomainAvailability Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Check whether a domain is available.
public static Microsoft.Azure.Management.CognitiveServices.Models.DomainAvailability CheckDomainAvailability (this Microsoft.Azure.Management.CognitiveServices.ICognitiveServicesManagementClient operations, string subdomainName, string type, string kind = default);
static member CheckDomainAvailability : Microsoft.Azure.Management.CognitiveServices.ICognitiveServicesManagementClient * string * string * string -> Microsoft.Azure.Management.CognitiveServices.Models.DomainAvailability
<Extension()>
Public Function CheckDomainAvailability (operations As ICognitiveServicesManagementClient, subdomainName As String, type As String, Optional kind As String = Nothing) As DomainAvailability
Parameters
- operations
- ICognitiveServicesManagementClient
The operations group for this extension method.
- subdomainName
- String
The subdomain name to use.
- type
- String
The Type of the resource.
- kind
- String
The Kind of the resource.
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET