共用方式為


ApplicationGatewayUrlConfiguration interface

應用程式閘道中設定動作的URL組態。

屬性

modifiedPath

使用者為 URL 重寫提供的 URL 路徑。 Null 表示不會更新路徑。 預設值為 null。

modifiedQueryString

使用者為 URL 重寫提供的查詢字串。 Null 表示不會更新任何查詢字串。 預設值為 null。

reroute

如果設定為 true,則會使用修改的路徑重新評估路徑型要求路由規則中提供的 URL 路徑對應。 默認值為 false。

屬性詳細資料

modifiedPath

使用者為 URL 重寫提供的 URL 路徑。 Null 表示不會更新路徑。 預設值為 null。

modifiedPath?: string

屬性值

string

modifiedQueryString

使用者為 URL 重寫提供的查詢字串。 Null 表示不會更新任何查詢字串。 預設值為 null。

modifiedQueryString?: string

屬性值

string

reroute

如果設定為 true,則會使用修改的路徑重新評估路徑型要求路由規則中提供的 URL 路徑對應。 默認值為 false。

reroute?: boolean

屬性值

boolean