AppServiceCertificateOrderPatchResource.KeySize Property

Definition

Gets or sets certificate key size.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.keySize")]
public int? KeySize { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.keySize")>]
member this.KeySize : Nullable<int> with get, set
Public Property KeySize As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to