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 © 2019. All rights reserved.