| 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.WithPfxFilePassword |
AppServiceCertificate.DefinitionStages.WithCertificate.withPfxByteArray(byte[] pfxByteArray)
Specifies the PFX byte array to upload.
|
AppServiceCertificate.DefinitionStages.WithPfxFilePassword |
AppServiceCertificate.DefinitionStages.WithCertificate.withPfxFile(File file)
Specifies the PFX certificate file to upload.
|
AppServiceCertificate.DefinitionStages.WithPfxFilePassword |
AppServiceCertificate.DefinitionStages.WithCertificate.withPfxFileFromUrl(String url)
Specifies the PFX file from a URL.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/