Sdílet prostřednictvím


ServicesOperationsExtensions.CheckNameAvailabilityAsync Metoda

Definice

Zkontroluje, jestli je daný název Search dostupný pro použití. Search názvy musí být globálně jedinečné, protože jsou součástí identifikátoru URI služby (https://< name.search.windows.net>). https://aka.ms/search-manage

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Search.Fluent.Models.CheckNameAvailabilityOutputInner> CheckNameAvailabilityAsync (this Microsoft.Azure.Management.Search.Fluent.IServicesOperations operations, string name, Microsoft.Azure.Management.Search.Fluent.Models.SearchManagementRequestOptionsInner searchManagementRequestOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member CheckNameAvailabilityAsync : Microsoft.Azure.Management.Search.Fluent.IServicesOperations * string * Microsoft.Azure.Management.Search.Fluent.Models.SearchManagementRequestOptionsInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Search.Fluent.Models.CheckNameAvailabilityOutputInner>
<Extension()>
Public Function CheckNameAvailabilityAsync (operations As IServicesOperations, name As String, Optional searchManagementRequestOptions As SearchManagementRequestOptionsInner = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CheckNameAvailabilityOutputInner)

Parametry

operations
IServicesOperations

Skupina operací pro tuto metodu rozšíření.

name
String

Název Search k ověření. Search názvy musí obsahovat pouze malá písmena, číslice nebo pomlčky, nemohou používat pomlčku jako první dva nebo poslední znaky, nesmí obsahovat po sobě jdoucí pomlčky a musí mít délku 2 až 60 znaků.

searchManagementRequestOptions
SearchManagementRequestOptionsInner

Další parametry pro operaci

cancellationToken
CancellationToken

Token zrušení.

Návraty

Platí pro