Share via


CertificateAddParameter.CertificateFormat Property

Definition

Gets or sets the format of the Certificate data.

[Newtonsoft.Json.JsonProperty(PropertyName="certificateFormat")]
public Microsoft.Azure.Batch.Protocol.Models.CertificateFormat? CertificateFormat { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="certificateFormat")>]
member this.CertificateFormat : Nullable<Microsoft.Azure.Batch.Protocol.Models.CertificateFormat> with get, set
Public Property CertificateFormat As Nullable(Of CertificateFormat)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Possible values include: 'pfx', 'cer'

Applies to