Interface AppServiceCertificate.DefinitionStages.WithPfxFilePassword
-
- All Known Subinterfaces:
AppServiceCertificate.Definition
- Enclosing interface:
- AppServiceCertificate.DefinitionStages
public static interface AppServiceCertificate.DefinitionStages.WithPfxFilePasswordAn app service certificate definition allowing PFX certificate password to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppServiceCertificate.DefinitionStages.WithCreatewithPfxPassword(String password)Specifies the password to the PFX certificate.
-
-
-
Method Detail
-
withPfxPassword
AppServiceCertificate.DefinitionStages.WithCreate withPfxPassword(String password)
Specifies the password to the PFX certificate.- Parameters:
password- the PFX certificate password- Returns:
- the next stage of the definition
-
-