你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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>]
说明
创建用于创建 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 的 Key Vault 机密的名称
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-SecretVersion
表示完整证书 PFX 的 Key Vault 机密的版本
类型: | 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 证书的 Key Vault
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-WebApplicationFirewallPolicyLink
每个主机的 Web 应用程序防火墙策略的资源 ID(如果适用)
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
None