IApplicationGatewaySslCertificate Interface

Definition

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

public interface IApplicationGatewaySslCertificate : 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.ApplicationGatewaySslCertificateInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>
type IApplicationGatewaySslCertificate = interface
    interface IHasInner<ApplicationGatewaySslCertificateInner>
    interface IChildResource<IApplicationGateway>
    interface IHasName
    interface IIndexable
    interface IHasParent<IApplicationGateway>
Public Interface IApplicationGatewaySslCertificate
Implements IChildResource(Of IApplicationGateway), IHasInner(Of ApplicationGatewaySslCertificateInner), IHasParent(Of IApplicationGateway)
Implements

Properties

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

Gets Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.

Name

Gets the name of the resource

(Inherited from IHasName)
Parent

Gets the parent of this child resource.

(Inherited from IHasParent<ParentT>)
PublicData

Gets the public data of the certificate.

Applies to