Bagikan melalui


Certificate.Format Property

Definition

Gets or sets the format of the certificate - either Pfx or Cer. If omitted, the default is Pfx. Possible values include: 'Pfx', 'Cer'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.format")]
public Microsoft.Azure.Management.Batch.Models.CertificateFormat Format { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.format")>]
member this.Format : Microsoft.Azure.Management.Batch.Models.CertificateFormat with get, set
Public Property Format As CertificateFormat

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to