IWithSslPassword Interface

Definition

The stage of an application gateway request routing rule allowing to specify password of the SSL certificate pfx file.

public interface IWithSslPassword : Microsoft.Azure.Management.Network.Fluent.HasSslCertificate.Update.IWithSslPassword<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.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