PurviewClassificationRuleClient.TagVersion Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit l’action de classification sur une version de règle de classification spécifique.
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
Paramètres
- classificationRuleVersion
- Int32
Entier à utiliser.
- action
- String
ClassificationAction à utiliser. Valeurs autorisées : « Keep » | « Supprimer ».
- options
- Azure.RequestOptions
Options de demande.
Retours
Exceptions
action
a la valeur null.
Remarques
Schéma pour 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]
}
]
}
}
Schéma pour Response Error
:
{
error: {
code: string,
message: string,
target: string,
details: [
{
code: string,
message: string,
target: string,
details: [ErrorModel]
}
]
}
}
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET