共用方式為


Add-AzureRmApplicationGatewayUrlPathMapConfig

將 URL 路徑對應的陣列新增至後端伺服器集區。

警告

自 2024 年 2 月 29 日起,AzureRM PowerShell 模組已正式淘汰。 建議使用者從 AzureRM 遷移至 Az PowerShell 模組,以確保持續支援和更新。

雖然 AzureRM 模組可能仍可運作,但不再維護或支援它,但會根據用戶的判斷權和風險放置任何繼續使用。 如需轉換至 Az 模組的指引,請參閱我們的 移轉資源

語法

Add-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>]
Add-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>]

Description

Add-AzureRmApplicationGatewayUrlPathMapConfig Cmdlet 會將 URL 路徑對應數位新增至後端伺服器集區。

參數

-ApplicationGateway

指定此 Cmdlet 新增 URL 路徑對應組態的應用程式閘道。

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

-DefaultBackendAddressPool

指定要路由傳送的預設後端位址池,以防 pathRules 參數中未指定任何規則相符。

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

-DefaultBackendAddressPoolId

指定預設後端位址池識別碼。

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

-DefaultBackendHttpSettings

指定預設後端 HTTP 設定,以防 pathRules 參數中未指定任何規則相符時使用。

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

-DefaultBackendHttpSettingsId

指定預設後端 HTTP 設定識別碼。

類型: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 的識別碼

類型: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

輸入

PSApplicationGateway

參數:ApplicationGateway (ByValue)

輸出

PSApplicationGateway