共用方式為


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 位址。

適用於