共用方式為


New-AzFrontDoorFrontendEndpointObject

建立適用於 Front Door 建立的 PSFrontendEndpoint 物件

語法

New-AzFrontDoorFrontendEndpointObject
   -Name <String>
   -HostName <String>
   [-SessionAffinityEnabledState <PSEnabledState>]
   [-SessionAffinityTtlInSeconds <Int32>]
   [-WebApplicationFirewallPolicyLink <String>]
   [-CertificateSource <String>]
   [-MinimumTlsVersion <String>]
   [-ProtocolType <String>]
   [-Vault <String>]
   [-SecretName <String>]
   [-SecretVersion <String>]
   [-CertificateType <String>]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

建立適用於 Front Door 建立的 PSFrontendEndpoint 物件

範例

範例 1

New-AzFrontDoorFrontendEndpointObject -Name "frontendendpoint1" -HostName "frontendendpoint1"

HostName                         : frontendendpoint1
SessionAffinityEnabledState      : Disabled
SessionAffinityTtlSeconds        : 0
WebApplicationFirewallPolicyLink :
Backends                         :
CustomHttpsProvisioningState     :
CustomHttpsProvisioningSubstate  :
CertificateSource                :
MinimumTlsVersion                : 1.2
Vault                            :
SecretName                       :
SecretVersion                    :
CertificateType                  :
ResourceState                    :
Id                               :
Name                             : frontendendpoint1
Type                             :
ProtocolType                     : ServerNameIndication

建立適用於 Front Door 建立的 PSFrontendEndpoint 物件。

參數

-CertificateSource

SSL 憑證的來源

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-CertificateType

用於安全連線到frontendEndpoint的憑證類型

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-DefaultProfile

用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。

類型:IAzureContextContainer
別名:AzContext, AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-HostName

frontendEndpoint 的主機名。 必須是功能變數名稱。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-MinimumTlsVersion

用戶端建立與 Front Door 的 SSL 交握所需的最低 TLS 版本。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Name

前端端點名稱。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-ProtocolType

用於安全傳遞的 TLS 擴充通訊協定

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-SecretName

代表完整憑證 PFX 之 金鑰保存庫 秘密的名稱

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-SecretVersion

代表完整憑證 PFX 之 金鑰保存庫 秘密的版本

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-SessionAffinityEnabledState

是否要允許此主機上的會話親和性。 預設值為 Disabled

類型:PSEnabledState
接受的值:Enabled, Disabled
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-SessionAffinityTtlInSeconds

如果適用,則為會話親和性以秒為單位使用的TTL。 預設值為 0

類型:Int32
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Vault

包含 SSL 憑證的 金鑰保存庫

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

每個主機 Web 應用程式防火牆 原則的資源識別碼(如果適用)

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

None

輸出

PSFrontendEndpoint