PurviewClassificationRuleClient.TagVersion Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Define a Ação de Classificação em uma versão específica da regra de classificação.
public virtual Azure.Response TagVersion (int classificationRuleVersion, string action, Azure.RequestOptions options);
abstract member TagVersion : int * string * Azure.RequestOptions -> Azure.Response
override this.TagVersion : int * string * Azure.RequestOptions -> Azure.Response
Public Overridable Function TagVersion (classificationRuleVersion As Integer, action As String, options As RequestOptions) As Response
Parâmetros
- classificationRuleVersion
- Int32
O Inteiro a ser usado.
- action
- String
A ClassificationAction a ser usada. Valores permitidos: "Keep" | "Excluir".
- options
- Azure.RequestOptions
As opções de solicitação.
Retornos
Exceções
action
é nulo.
Comentários
Esquema para Response Body
:
{
scanResultId: OperationResponseScanResultId,
startTime: string (ISO 8601 Format),
endTime: string (ISO 8601 Format),
status: "Accepted" | "InProgress" | "TransientFailure" | "Succeeded" | "Failed" | "Canceled",
error: {
code: string,
message: string,
target: string,
details: [
{
code: string,
message: string,
target: string,
details: [ErrorInfo]
}
]
}
}
Esquema para Response Error
:
{
error: {
code: string,
message: string,
target: string,
details: [
{
code: string,
message: string,
target: string,
details: [ErrorModel]
}
]
}
}
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET