SearchIndexClient.CreateAlias(SearchAlias, CancellationToken) 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.
Creates a new search alias.
public virtual Azure.Response<Azure.Search.Documents.Indexes.Models.SearchAlias> CreateAlias (Azure.Search.Documents.Indexes.Models.SearchAlias alias, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateAlias : Azure.Search.Documents.Indexes.Models.SearchAlias * System.Threading.CancellationToken -> Azure.Response<Azure.Search.Documents.Indexes.Models.SearchAlias>
override this.CreateAlias : Azure.Search.Documents.Indexes.Models.SearchAlias * System.Threading.CancellationToken -> Azure.Response<Azure.Search.Documents.Indexes.Models.SearchAlias>
Public Overridable Function CreateAlias (alias As SearchAlias, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SearchAlias)
Parameters
- alias
- SearchAlias
The definition of the alias to create.
- cancellationToken
- CancellationToken
Optional CancellationToken to propagate notifications that the operation should be canceled.
Returns
SearchAlias created by the service.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET