ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface HostnameSslBinding.UpdateDefinitionStages.WithCertificate<ParentT>
| Modifier and Type | Method and Description |
|---|---|
HostnameSslBinding.UpdateDefinitionStages.WithSslType<ParentT> |
withExistingAppServiceCertificateOrder(AppServiceCertificateOrder certificateOrder)
Specifies a ready-to-use certificate order to use.
|
HostnameSslBinding.UpdateDefinitionStages.WithSslType<ParentT> |
withExistingCertificate(String certificateNameOrThumbprint)
Use an existing certificate in the resource group.
|
HostnameSslBinding.UpdateDefinitionStages.WithKeyVault<ParentT> |
withNewStandardSslCertificateOrder(String certificateOrderName)
Places a new App Service certificate order to use for the hostname.
|
HostnameSslBinding.UpdateDefinitionStages.WithSslType<ParentT> |
withPfxCertificateToUpload(File pfxFile,
String password)
Uploads a PFX certificate.
|
HostnameSslBinding.UpdateDefinitionStages.WithSslType<ParentT> withPfxCertificateToUpload(File pfxFile, String password)
pfxFile - the PFX certificate file to uploadpassword - the password to the certificateHostnameSslBinding.UpdateDefinitionStages.WithSslType<ParentT> withExistingCertificate(String certificateNameOrThumbprint)
certificateNameOrThumbprint - the name or the thumbprint of the certificateHostnameSslBinding.UpdateDefinitionStages.WithKeyVault<ParentT> withNewStandardSslCertificateOrder(String certificateOrderName)
certificateOrderName - the name of the certificate orderHostnameSslBinding.UpdateDefinitionStages.WithSslType<ParentT> withExistingAppServiceCertificateOrder(AppServiceCertificateOrder certificateOrder)
certificateOrder - the ready-to-use certificate orderCopyright © 2021 Microsoft Corporation. All rights reserved.