AppServiceCertificateOrder.DefinitionStages.WithValidYears Interface

public interface WithValidYears

An app service certificate order definition allowing valid years to be set.

Method Summary

Modifier and Type Method and Description
AppServiceCertificateOrder.DefinitionStages.WithCreate withValidYears(int years)

Specifies the valid years of the certificate.

Method Details

withValidYears

public WithCreate withValidYears(int years)

Specifies the valid years of the certificate.

Parameters:

years - minimum 1 year, and maximum 3 years

Returns:

the next stage of the definition

Applies to