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 password/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/