KnowledgeBases.CancelIndexing 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.
Overloads
| Name | Description |
|---|---|
| CancelIndexing(WaitUntil, String, RequestContext) |
Cancel indexing. |
| CancelIndexing(WaitUntil, String, CancellationToken) |
Cancel indexing. |
CancelIndexing(WaitUntil, String, RequestContext)
- Source:
- KnowledgeBases.cs
Cancel indexing.
public virtual Azure.Operation CancelIndexing(Azure.WaitUntil waitUntil, string knowledgeBaseName, Azure.RequestContext context);
abstract member CancelIndexing : Azure.WaitUntil * string * Azure.RequestContext -> Azure.Operation
override this.CancelIndexing : Azure.WaitUntil * string * Azure.RequestContext -> Azure.Operation
Public Overridable Function CancelIndexing (waitUntil As WaitUntil, knowledgeBaseName As String, context As RequestContext) As Operation
Parameters
- waitUntil
- WaitUntil
Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.
- knowledgeBaseName
- String
The knowledgeBase name.
- context
- RequestContext
The request options, which can override default behaviors of the client pipeline on a per-call basis.
Returns
The response returned from the service.
Exceptions
knowledgeBaseName is null.
knowledgeBaseName is an empty string, and was expected to be non-empty.
Applies to
CancelIndexing(WaitUntil, String, CancellationToken)
- Source:
- KnowledgeBases.cs
Cancel indexing.
public virtual Azure.Operation CancelIndexing(Azure.WaitUntil waitUntil, string knowledgeBaseName, System.Threading.CancellationToken cancellationToken = default);
abstract member CancelIndexing : Azure.WaitUntil * string * System.Threading.CancellationToken -> Azure.Operation
override this.CancelIndexing : Azure.WaitUntil * string * System.Threading.CancellationToken -> Azure.Operation
Public Overridable Function CancelIndexing (waitUntil As WaitUntil, knowledgeBaseName As String, Optional cancellationToken As CancellationToken = Nothing) As Operation
Parameters
- waitUntil
- WaitUntil
Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.
- knowledgeBaseName
- String
The knowledgeBase name.
- cancellationToken
- CancellationToken
The cancellation token that can be used to cancel the operation.
Returns
Exceptions
knowledgeBaseName is null.
knowledgeBaseName is an empty string, and was expected to be non-empty.