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