IApplicationGatewaySslCertificate 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 SSL de passerelle d’application.
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)
- Implémente
Propriétés
Inner |
Représentation côté client d’un certificat SSL de passerelle d’application. (Hérité de IHasInner<T>) |
Key |
Représentation côté client d’un certificat SSL de passerelle d’application. (Hérité de IIndexable) |
KeyVaultSecretId |
Obtient l’ID secret de (pfx encodé en base 64 non chiffré) 'Secret' ou 'Certificate' objet stocké dans KeyVault. |
Name |
Obtient le nom de la ressource (Hérité de IHasName) |
Parent |
Obtient le parent de cette ressource enfant. (Hérité de IHasParent<ParentT>) |
PublicData |
Obtient les données publiques du certificat. |
S’applique à
Azure SDK for .NET