Compartir a través de


IHostNameSslBinding Interfaz

Definición

Representación inmutable de un enlace SSL de nombre de host.

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)
Implementaciones

Propiedades

Inner

Representación inmutable de un enlace SSL de nombre de host.

(Heredado de IHasInner<T>)
Key

Representación inmutable de un enlace SSL de nombre de host.

(Heredado de IIndexable)
Name

Obtiene el nombre del recurso.

(Heredado de IHasName)
Parent

Obtiene el elemento primario de este recurso secundario.

(Heredado de IHasParent<ParentT>)
SslState

Obtiene el tipo SSL.

Thumbprint

Obtiene la huella digital del certificado SSL.

VirtualIP

Obtiene la dirección IP virtual asignada al nombre de host si está habilitado SSL basado en IP.

Se aplica a