IApplicationGatewayAuthenticationCertificate Interface

Definition

A client-side representation of an application gateway authentication certificate.

public interface IApplicationGatewayAuthenticationCertificate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayAuthenticationCertificateInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>
type IApplicationGatewayAuthenticationCertificate = interface
    interface IBeta
    interface IHasInner<ApplicationGatewayAuthenticationCertificateInner>
    interface IChildResource<IApplicationGateway>
    interface IHasName
    interface IIndexable
    interface IHasParent<IApplicationGateway>
Public Interface IApplicationGatewayAuthenticationCertificate
Implements IBeta, IChildResource(Of IApplicationGateway), IHasInner(Of ApplicationGatewayAuthenticationCertificateInner), IHasParent(Of IApplicationGateway)
Implements

Properties

Data

Gets base-64 encoded bytes of the X.509 certificate.

Inner (Inherited from IHasInner<T>)
Key (Inherited from IIndexable)
Name

Gets the name of the resource

(Inherited from IHasName)
Parent

Gets the parent of this child resource.

(Inherited from IHasParent<ParentT>)

Applies to