HostnameSslBinding.DefinitionStages.WithCertificate<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public static interface HostnameSslBinding.DefinitionStages.WithCertificate
The stage of a hostname SSL binding definition allowing certificate information to be specified.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withExistingAppServiceCertificateOrder(AppServiceCertificateOrder certificateOrder)
Specifies a ready-to-use certificate order to use. |
abstract
With |
withExistingCertificate(String certificateName)
Use an existing certificate in the resource group. |
abstract
With |
withNewStandardSslCertificateOrder(String certificateOrderName)
Places a new App Service certificate order to use for the hostname. |
abstract
With |
withPfxCertificateToUpload(File pfxFile, String password)
Uploads a PFX certificate. |
Method Details
withExistingAppServiceCertificateOrder
public abstract HostnameSslBinding.DefinitionStages.WithSslType
Specifies a ready-to-use certificate order to use. This is usually useful for reusing wildcard certificates.
Parameters:
Returns:
withExistingCertificate
public abstract HostnameSslBinding.DefinitionStages.WithSslType
Use an existing certificate in the resource group.
Parameters:
Returns:
withNewStandardSslCertificateOrder
public abstract HostnameSslBinding.DefinitionStages.WithKeyVault
Places a new App Service certificate order to use for the hostname.
Parameters:
Returns:
withPfxCertificateToUpload
public abstract HostnameSslBinding.DefinitionStages.WithSslType
Uploads a PFX certificate.
Parameters:
Returns:
Applies to
Azure SDK for Java