public static interface AppServiceCertificate.DefinitionStages.WithPfxFilePassword
| Modifier and Type | Method and Description |
|---|---|
AppServiceCertificate.DefinitionStages.WithCreate |
withPfxPassword(String password)
Specifies the password to the PFX certificate.
|
AppServiceCertificate.DefinitionStages.WithCreate withPfxPassword(String password)
password - the PFX certificate passwordVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.