ApplicationGatewaySslCertificateInner.Data Property

Definition

Gets or sets base-64 encoded pfx certificate. Only applicable in PUT Request.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.data")]
public string Data { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.data")>]
member this.Data : string with get, set
Public Property Data As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to