| Modifier and Type | Interface and Description |
|---|---|
static interface |
AppServiceCertificate.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
AppServiceCertificate.DefinitionStages.WithCreate |
AppServiceCertificate.DefinitionStages.WithCertificate.withExistingCertificateOrder(AppServiceCertificateOrder certificateOrder)
Specifies the app service certificate.
|
AppServiceCertificate.DefinitionStages.WithCreate |
AppServiceCertificate.DefinitionStages.WithPfxFilePassword.withPfxPassword(String password)
Specifies the password to the PFX certificate.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/