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

AppServiceCertificate.DefinitionStages.WithPfxFilePassword Interface

public interface WithPfxFilePassword

An app service certificate definition allowing PFX certificate password to be set.

Method Summary

Modifier and Type Method and Description
AppServiceCertificate.DefinitionStages.WithCreate withPfxPassword(String password)

Specifies the password to the PFX certificate.

Method Details

withPfxPassword

public WithCreate withPfxPassword(String password)

Specifies the password to the PFX certificate.

Parameters:

password - the PFX certificate password

Returns:

the next stage of the definition

Applies to