CertificateOperation.Error Property

Definition

Gets or sets error encountered, if any, during the certificate operation.

[Newtonsoft.Json.JsonProperty(PropertyName="error")]
public Microsoft.Azure.KeyVault.Models.Error Error { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="error")>]
member this.Error : Microsoft.Azure.KeyVault.Models.Error with get, set
Public Property Error As Error

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to