你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
New-AzFrontDoorBackendObject
创建 PSBackend 对象
语法
New-AzFrontDoorBackendObject
-Address <String>
[-HttpPort <Int32>]
[-HttpsPort <Int32>]
[-Priority <Int32>]
[-Weight <Int32>]
[-EnabledState <PSEnabledState>]
[-BackendHostHeader <String>]
[-PrivateLinkAlias <String>]
[-PrivateLinkResourceId <String>]
[-PrivateLinkLocation <String>]
[-PrivateLinkApprovalMessage <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
创建用于创建 Front Door 的 PSBackend 对象
示例
示例 1
New-AzFrontDoorBackendObject -Address "contoso1.azurewebsites.net"
Address : contoso1.azurewebsites.net
HttpPort : 80
HttpsPort : 443
Priority : 1
Weight : 50
BackendHostHeader :
EnabledState : Enabled
创建用于创建 Front Door 的 PSBackend 对象
参数
-Address
后端的位置(IP 地址或 FQDN)
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-BackendHostHeader
要用作发送到后端的主机标头的值。 默认值为后端地址。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-EnabledState
是否要启用此后端。 默认值为“Enabled”
类型: | PSEnabledState |
接受的值: | Enabled, Disabled |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-HttpPort
HTTP TCP 端口号。 必须介于 1 和 65535 之间。 默认值为 80。
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-HttpsPort
HTTPS TCP 端口号。 必须介于 1 和 65535 之间。 默认值为 443
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Priority
要用于负载均衡的优先级。 必须介于 1 和 5 之间。 默认值为 1
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-PrivateLinkAlias
专用链接资源的别名。 填充此可选字段表示此后端为“专用”
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-PrivateLinkApprovalMessage
要包含在审批请求中以连接到专用链接的自定义消息
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-PrivateLinkLocation
专用链接资源的位置。 设置 PrivateLinkResourceId 时,需要位置
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-PrivateLinkResourceId
专用链接的资源 ID。 填充此可选字段表示此后端为“专用”
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Weight
此终结点用于负载均衡的权重。 必须介于 1 和 1000 之间。 默认值为 50
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
None