你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
HostNameSslBinding.UpdateDefinitionStages.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 certificateNameOrThumbprint)
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: