IApplicationGatewayAuthenticationCertificate Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représentation côté client d’un certificat d’authentification application gateway.
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)
- Implémente
Propriétés
Data |
Obtient des octets codés en base 64 du certificat X.509. |
Inner |
Représentation côté client d’un certificat d’authentification application gateway. (Hérité de IHasInner<T>) |
Key |
Représentation côté client d’un certificat d’authentification application gateway. (Hérité de IIndexable) |
Name |
Obtient le nom de la ressource (Hérité de IHasName) |
Parent |
Obtient le parent de cette ressource enfant. (Hérité de IHasParent<ParentT>) |
S’applique à
Azure SDK for .NET