ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface HostnameSslBinding.DefinitionStages.WithCertificate<ParentT>
| Modifier and Type | Method and Description |
|---|---|
HostnameSslBinding.DefinitionStages.WithSslType<ParentT> |
withExistingAppServiceCertificateOrder(AppServiceCertificateOrder certificateOrder)
Specifies a ready-to-use certificate order to use.
|
HostnameSslBinding.DefinitionStages.WithSslType<ParentT> |
withExistingCertificate(String certificateName)
Use an existing certificate in the resource group.
|
HostnameSslBinding.DefinitionStages.WithKeyVault<ParentT> |
withNewStandardSslCertificateOrder(String certificateOrderName)
Places a new App Service certificate order to use for the hostname.
|
HostnameSslBinding.DefinitionStages.WithSslType<ParentT> |
withPfxCertificateToUpload(File pfxFile,
String password)
Uploads a PFX certificate.
|
HostnameSslBinding.DefinitionStages.WithSslType<ParentT> withPfxCertificateToUpload(File pfxFile, String password)
pfxFile - the PFX certificate file to uploadpassword - the password to the certificateHostnameSslBinding.DefinitionStages.WithSslType<ParentT> withExistingCertificate(String certificateName)
certificateName - the name of the certificateHostnameSslBinding.DefinitionStages.WithKeyVault<ParentT> withNewStandardSslCertificateOrder(String certificateOrderName)
certificateOrderName - the name of the certificate orderHostnameSslBinding.DefinitionStages.WithSslType<ParentT> withExistingAppServiceCertificateOrder(AppServiceCertificateOrder certificateOrder)
certificateOrder - the ready-to-use certificate orderVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.