IWithCertificate<ParentT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of a hostname SSL binding definition allowing certificate information to be specified.
public interface IWithCertificate<ParentT>
type IWithCertificate<'ParentT> = interface
Public Interface IWithCertificate(Of ParentT)
Type Parameters
- ParentT
The stage of the parent definition to return to after attaching this definition.
- Derived
Methods
WithExistingAppServiceCertificateOrder(IAppServiceCertificateOrder) |
Specifies a ready-to-use certificate order to use. This is usually useful for reusing wildcard certificates. |
WithExistingCertificate(String) |
Use an existing certificate in the resource group. |
WithNewStandardSslCertificateOrder(String) |
Places a new App Service certificate order to use for the hostname. |
WithPfxByteArrayToUpload(Byte[], String) |
Uploads a PFX certificate. |
WithPfxCertificateToUpload(String, String) |
Uploads a PFX certificate. |
Applies to
Azure SDK for .NET