IWithSslCertificate Interface

Definition

The stage of an application gateway request routing rule allowing to specify an SSL certificate.

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

(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 associate with this resource. The certificate will be named using an auto-generated name.

(Inherited from IWithSslCertificate<ReturnT>)

Applies to