你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Set-AzureRmApplicationGatewayUrlPathMapConfig
设置指向后端服务器池的 URL 路径映射数组的配置。
警告
截至 2024 年 2 月 29 日,AzureRM PowerShell 模块已正式弃用。 为了确保持续获得支持和更新,建议用户从 AzureRM 迁移到 Az PowerShell 模块。
尽管 AzureRM 模块仍可能正常运行,但它不再维护或受支持,但会根据用户的自由裁量权和风险继续使用任何继续使用模块。 有关过渡到 Az 模块的指导,请参阅我们的迁移资源。
语法
Set-AzureRmApplicationGatewayUrlPathMapConfig
-ApplicationGateway <PSApplicationGateway>
-Name <String>
-PathRules <System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule]>
[-DefaultBackendAddressPoolId <String>]
[-DefaultBackendHttpSettingsId <String>]
[-DefaultRedirectConfigurationId <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Set-AzureRmApplicationGatewayUrlPathMapConfig
-ApplicationGateway <PSApplicationGateway>
-Name <String>
-PathRules <System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule]>
[-DefaultBackendAddressPool <PSApplicationGatewayBackendAddressPool>]
[-DefaultBackendHttpSettings <PSApplicationGatewayBackendHttpSettings>]
[-DefaultRedirectConfiguration <PSApplicationGatewayRedirectConfiguration>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
Set-AzureRmApplicationGatewayUrlPathMapConfig cmdlet 为 URL 路径映射数组设置到后端服务器池的配置。
参数
-ApplicationGateway
指定此 cmdlet 设置 URL 路径映射配置的应用程序网关。
类型: | PSApplicationGateway |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-DefaultBackendAddressPool
指定要路由的默认后端地址池,以防 pathRules 参数匹配中指定的任何规则。
类型: | PSApplicationGatewayBackendAddressPool |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DefaultBackendAddressPoolId
指定默认后端地址池 ID。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DefaultBackendHttpSettings
指定要使用的默认后端 HTTP 设置,以防 pathRules 参数匹配中指定的任何规则。
类型: | PSApplicationGatewayBackendHttpSettings |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DefaultBackendHttpSettingsId
指定默认后端 HTTP 设置 ID。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DefaultRedirectConfiguration
应用程序网关默认 RedirectConfiguration
类型: | PSApplicationGatewayRedirectConfiguration |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DefaultRedirectConfigurationId
应用程序网关默认 RedirectConfiguration 的 ID
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Name
指定此 cmdlet 为其设置配置的 URL 路径映射名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-PathRules
指定路径规则的列表。 请注意,路径规则区分顺序,它们按指定的顺序应用。
类型: | List<T>[PSApplicationGatewayPathRule] |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
输入
参数:ApplicationGateway (ByValue)