public static interface AppServiceCertificate.DefinitionStages.WithCertificate
| Modifier and Type | Method and Description |
|---|---|
AppServiceCertificate.DefinitionStages.WithCreate |
withExistingCertificateOrder(AppServiceCertificateOrder certificateOrder)
Specifies the app service certificate.
|
AppServiceCertificate.DefinitionStages.WithPfxFilePassword |
withPfxByteArray(byte[] pfxByteArray)
Specifies the PFX byte array to upload.
|
AppServiceCertificate.DefinitionStages.WithPfxFilePassword |
withPfxFile(File file)
Specifies the PFX certificate file to upload.
|
AppServiceCertificate.DefinitionStages.WithPfxFilePassword |
withPfxFileFromUrl(String url)
Specifies the PFX file from a URL.
|
AppServiceCertificate.DefinitionStages.WithPfxFilePassword withPfxFile(File file)
file - the PFX certificate fileAppServiceCertificate.DefinitionStages.WithPfxFilePassword withPfxByteArray(byte[] pfxByteArray)
pfxByteArray - the PFX byte arrayAppServiceCertificate.DefinitionStages.WithPfxFilePassword withPfxFileFromUrl(String url)
url - the URL pointing to the PFX file.AppServiceCertificate.DefinitionStages.WithCreate withExistingCertificateOrder(AppServiceCertificateOrder certificateOrder)
certificateOrder - the app service certificate order/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/