共用方式為


New-AzApplicationGatewayUrlPathMapConfig

建立 URL 路徑對應至後端伺服器集區的陣列。

語法

New-AzApplicationGatewayUrlPathMapConfig
   -Name <String>
   -PathRules <PSApplicationGatewayPathRule[]>
   -DefaultBackendAddressPool <PSApplicationGatewayBackendAddressPool>
   -DefaultBackendHttpSettings <PSApplicationGatewayBackendHttpSettings>
   [-DefaultRewriteRuleSet <PSApplicationGatewayRewriteRuleSet>]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
New-AzApplicationGatewayUrlPathMapConfig
   -Name <String>
   -PathRules <PSApplicationGatewayPathRule[]>
   -DefaultBackendAddressPoolId <String>
   -DefaultBackendHttpSettingsId <String>
   [-DefaultRewriteRuleSetId <String>]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
New-AzApplicationGatewayUrlPathMapConfig
   -Name <String>
   -PathRules <PSApplicationGatewayPathRule[]>
   [-DefaultRewriteRuleSet <PSApplicationGatewayRewriteRuleSet>]
   -DefaultRedirectConfiguration <PSApplicationGatewayRedirectConfiguration>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
New-AzApplicationGatewayUrlPathMapConfig
   -Name <String>
   -PathRules <PSApplicationGatewayPathRule[]>
   [-DefaultRewriteRuleSetId <String>]
   -DefaultRedirectConfigurationId <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

New-AzApplicationGatewayUrlPathMapConfig Cmdlet 會建立 URL 路徑對應到後端伺服器集區的陣列。

範例

範例 1:建立 URL 路徑對應數位至後端伺服器集區

New-AzApplicationGatewayUrlPathMapConfig -Name $UrlPathMapName -PathRules $VideoPathRule, $ImagePathRule -DefaultBackendAddressPool $Pool -DefaultBackendHttpSettings $PoolSetting02

此命令會建立 URL 路徑對應至後端伺服器集區的數位。

參數

-DefaultBackendAddressPool

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

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

-DefaultBackendAddressPoolId

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

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

-DefaultBackendHttpSettings

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

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

-DefaultBackendHttpSettingsId

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

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

-DefaultProfile

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

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

-DefaultRedirectConfiguration

應用程式閘道預設 RedirectConfiguration

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

-DefaultRedirectConfigurationId

應用程式閘道預設 RedirectConfiguration 的識別碼

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

-DefaultRewriteRuleSet

應用程式閘道預設重寫規則集

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

-DefaultRewriteRuleSetId

應用程式閘道預設重寫規則集的標識碼

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

-Name

指定此 Cmdlet 所建立的 URL 路徑對應名稱。

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

-PathRules

指定路徑規則的清單。 請注意,路徑規則會區分順序,它們會依指定的順序套用。

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

輸入

None

輸出

PSApplicationGatewayUrlPathMap