IWithAuthenticationCertificate<ReturnT> Interface

Definition

The stage of an application gateway backend HTTP configuration allowing to add an authentication certificate.

public interface IWithAuthenticationCertificate<ReturnT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Definition.IWithAuthenticationCertificateBeta<ReturnT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithAuthenticationCertificate<'ReturnT> = interface
    interface IWithAuthenticationCertificateBeta<'ReturnT>
    interface IBeta
Public Interface IWithAuthenticationCertificate(Of ReturnT)
Implements IBeta, IWithAuthenticationCertificateBeta(Of ReturnT)

Type Parameters

ReturnT

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

Derived
Implements

Methods

WithAuthenticationCertificate(String)

Associates the specified authentication certificate that exists on this application gateway with this backend HTTP confifuration. Multiple calls to this method will add additional certificate references.

(Inherited from IWithAuthenticationCertificateBeta<ReturnT>)
WithAuthenticationCertificateFromBase64(String)

Associates a new, automatically named certificate with this HTTP backend configuration loaded from the specified file. Multiple calls to this method will add additional certificate references.

(Inherited from IWithAuthenticationCertificateBeta<ReturnT>)
WithAuthenticationCertificateFromBytes(Byte[])

Associates a new, automatically named certificate with this HTTP backend configuration based on the specified data. Multiple calls to this method will add additional certificate references.

(Inherited from IWithAuthenticationCertificateBeta<ReturnT>)
WithAuthenticationCertificateFromFile(FileInfo)

Associates a new, automatically named certificate with this HTTP backend configuration loaded from the specified file. Multiple calls to this method will add additional certificate references.

(Inherited from IWithAuthenticationCertificateBeta<ReturnT>)

Applies to