IHostNameSslBinding 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 immuable d’une liaison SSL de nom d’hôte.
public interface IHostNameSslBinding : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.AppService.Fluent.IWebAppBase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.AppService.Fluent.Models.HostNameSslState>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.AppService.Fluent.IWebAppBase>
type IHostNameSslBinding = interface
interface IBeta
interface IHasInner<HostNameSslState>
interface IChildResource<IWebAppBase>
interface IHasName
interface IIndexable
interface IHasParent<IWebAppBase>
Public Interface IHostNameSslBinding
Implements IBeta, IChildResource(Of IWebAppBase), IHasInner(Of HostNameSslState), IHasParent(Of IWebAppBase)
- Implémente
Propriétés
Inner |
Représentation immuable d’une liaison SSL de nom d’hôte. (Hérité de IHasInner<T>) |
Key |
Représentation immuable d’une liaison SSL de nom d’hôte. (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>) |
SslState |
Obtient le type SSL. |
Thumbprint |
Obtient l’empreinte du certificat SSL. |
VirtualIP |
Obtient l’adresse IP virtuelle affectée au nom d’hôte si LE PROTOCOLE SSL basé sur IP est activé. |
S’applique à
Azure SDK for .NET