Condividi tramite


IWithSslPassword Interface

Definition

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

public interface IWithSslPassword : Microsoft.Azure.Management.Network.Fluent.HasSslCertificate.Update.IWithSslPassword<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.Update.IUpdate>
type IWithSslPassword = interface
    interface IWithSslPassword<IUpdate>
Public Interface IWithSslPassword
Implements IWithSslPassword(Of IUpdate)
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