SearchIndexClient.CreateAliasAsync(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 System.Threading.Tasks.Task<Azure.Response<Azure.Search.Documents.Indexes.Models.SearchAlias>> CreateAliasAsync (Azure.Search.Documents.Indexes.Models.SearchAlias alias, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateAliasAsync : Azure.Search.Documents.Indexes.Models.SearchAlias * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Search.Documents.Indexes.Models.SearchAlias>>
override this.CreateAliasAsync : Azure.Search.Documents.Indexes.Models.SearchAlias * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Search.Documents.Indexes.Models.SearchAlias>>
Public Overridable Function CreateAliasAsync (alias As SearchAlias, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET