IHostNameSslBinding 인터페이스

정의

호스트 이름 SSL 바인딩의 변경할 수 없는 표현입니다.

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)
구현

속성

Inner

호스트 이름 SSL 바인딩의 변경할 수 없는 표현입니다.

(다음에서 상속됨 IHasInner<T>)
Key

호스트 이름 SSL 바인딩의 변경할 수 없는 표현입니다.

(다음에서 상속됨 IIndexable)
Name

리소스의 이름을 가져옵니다.

(다음에서 상속됨 IHasName)
Parent

이 자식 리소스의 부모를 가져옵니다.

(다음에서 상속됨 IHasParent<ParentT>)
SslState

SSL 형식을 가져옵니다.

Thumbprint

SSL 인증서 지문을 가져옵니다.

VirtualIP

IP 기반 SSL을 사용하는 경우 호스트 이름에 할당된 가상 IP 주소를 가져옵니다.

적용 대상