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