다음을 통해 공유


IWithValidYears.WithValidYears(Int32) Method

Definition

Specifies the valid years of the certificate.

public Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificateOrder.Definition.IWithCreate WithValidYears (int years);
abstract member WithValidYears : int -> Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificateOrder.Definition.IWithCreate
Public Function WithValidYears (years As Integer) As IWithCreate

Parameters

years
Int32

Minimum 1 year, and maximum 3 years.

Returns

Applies to