EvaluationTaxonomies.Delete 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 |
|---|---|
| Delete(String, RequestOptions) |
[Protocol Method] Delete an evaluation taxonomy by name.
|
| Delete(String, CancellationToken) |
Delete an evaluation taxonomy by name. |
Delete(String, RequestOptions)
- Source:
- EvaluationTaxonomies.cs
[Protocol Method] Delete an evaluation taxonomy by name.
- This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
public virtual System.ClientModel.ClientResult Delete(string name, System.ClientModel.Primitives.RequestOptions options);
abstract member Delete : string * System.ClientModel.Primitives.RequestOptions -> System.ClientModel.ClientResult
override this.Delete : string * System.ClientModel.Primitives.RequestOptions -> System.ClientModel.ClientResult
Public Overridable Function Delete (name As String, options As RequestOptions) As ClientResult
Parameters
- name
- String
The name of the resource.
- options
- RequestOptions
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
name is null.
name is an empty string, and was expected to be non-empty.
Service returned a non-success status code.
Applies to
Delete(String, CancellationToken)
- Source:
- EvaluationTaxonomies.cs
Delete an evaluation taxonomy by name.
public virtual System.ClientModel.ClientResult Delete(string name, System.Threading.CancellationToken cancellationToken = default);
abstract member Delete : string * System.Threading.CancellationToken -> System.ClientModel.ClientResult
override this.Delete : string * System.Threading.CancellationToken -> System.ClientModel.ClientResult
Public Overridable Function Delete (name As String, Optional cancellationToken As CancellationToken = Nothing) As ClientResult
Parameters
- name
- String
The name of the resource.
- cancellationToken
- CancellationToken
The cancellation token that can be used to cancel the operation.
Returns
Exceptions
name is null.
name is an empty string, and was expected to be non-empty.
Service returned a non-success status code.