IWithSslPassword<ParentT> Interface

Definition

The stage of an application gateway frontend listener definition allowing to specify the password for the private key of the imported SSL certificate.

public interface IWithSslPassword<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasSslCertificate.UpdateDefinition.IWithSslPassword<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.UpdateDefinition.IWithAttach<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate>>
type IWithSslPassword<'ParentT> = interface
    interface IWithSslPassword<IWithAttach<IUpdate>>
Public Interface IWithSslPassword(Of ParentT)
Implements IWithSslPassword(Of IWithAttach(Of IUpdate))

Type Parameters

ParentT

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

Derived
Implements

Methods

WithSslCertificatePassword(String)

Specifies the password for the specified PFX file containing the private key of the imported SSL certificate.

(Inherited from IWithSslPassword<ReturnT>)

Applies to