Share via


IWithSslCertificate<ParentT> Interface

Definition

The stage of an application gateway frontend listener definition allowing to specify the SSL certificate to associate with the listener.

public interface IWithSslCertificate<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasSslCertificate.Definition.IWithSslCertificate<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.Definition.IWithAttach<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Definition.IWithCreate>>
type IWithSslCertificate<'ParentT> = interface
    interface IWithSslCertificate<IWithAttach<IWithCreate>>
Public Interface IWithSslCertificate(Of ParentT)
Implements IWithSslCertificate(Of IWithAttach(Of IWithCreate))

Type Parameters

ParentT

The stage of the parent application gateway definition to return to after attaching this definition.

Derived
Implements

Methods

WithSslCertificate(String)

Specifies an SSL certificate to associate with this resource. If the certificate does not exist yet, it must be defined in the optional part of the parent resource definition.

(Inherited from IWithSslCertificate<ReturnT>)
WithSslCertificateFromKeyVaultSecretId(String)

Sepecifies the content of the private key using key vault.

(Inherited from IWithSslCertificate<ReturnT>)
WithSslCertificateFromPfxFile(FileInfo)

Specifies the PFX file to import the SSL certificate from to associated with this resource. The certificate will be named using an auto-generated name.

(Inherited from IWithSslCertificate<ReturnT>)

Applies to