你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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