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