IWithAuthenticationCertificate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of an application gateway backend HTTP configuration allowing to add an authentication certificate.
public interface IWithAuthenticationCertificate : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithAuthenticationCertificateBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithAuthenticationCertificate = interface
interface IWithAuthenticationCertificateBeta
interface IBeta
Public Interface IWithAuthenticationCertificate
Implements IBeta, IWithAuthenticationCertificateBeta
- 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) |
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) |
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) |
WithAuthenticationCertificateFromFile(FileInfo) |
Associates a new, automatically named certificate with this HTTP backend configuration loaded from the specified file. (Inherited from IWithAuthenticationCertificateBeta) |
WithoutAuthenticationCertificate(String) |
Removes the reference to the specified authentication certificate from this HTTP backend configuration. Note the certificate will remain associated with the application gateway until removed from it explicitly. (Inherited from IWithAuthenticationCertificateBeta) |
WithoutAuthenticationCertificates() |
Removes all references to any authentication certificates. (Inherited from IWithAuthenticationCertificateBeta) |
Applies to
Azure SDK for .NET