IAppServiceCertificateOrder.ValidityInYear Property

Definition

Duration in years (must be 1).

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Duration in years (must be 1).", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="validityInYears", Update=false)]
public int? ValidityInYear { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Duration in years (must be 1).", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="validityInYears", Update=false)>]
member this.ValidityInYear : Nullable<int> with get, set
Public Property ValidityInYear As Nullable(Of Integer)

Property Value

Attributes

Applies to