次の方法で共有


ApplicationGatewayUrlPathMap コンストラクター

定義

オーバーロード

ApplicationGatewayUrlPathMap()

ApplicationGatewayUrlPathMap クラスの新しいインスタンスを初期化します。

ApplicationGatewayUrlPathMap(String, SubResource, SubResource, SubResource, SubResource, SubResource, IList<ApplicationGatewayPathRule>, String, String, String, String)

ApplicationGatewayUrlPathMap クラスの新しいインスタンスを初期化します。

ApplicationGatewayUrlPathMap()

ApplicationGatewayUrlPathMap クラスの新しいインスタンスを初期化します。

public ApplicationGatewayUrlPathMap ();
Public Sub New ()

適用対象

ApplicationGatewayUrlPathMap(String, SubResource, SubResource, SubResource, SubResource, SubResource, IList<ApplicationGatewayPathRule>, String, String, String, String)

ApplicationGatewayUrlPathMap クラスの新しいインスタンスを初期化します。

public ApplicationGatewayUrlPathMap (string id = default, Microsoft.Azure.Management.Network.Models.SubResource defaultBackendAddressPool = default, Microsoft.Azure.Management.Network.Models.SubResource defaultBackendHttpSettings = default, Microsoft.Azure.Management.Network.Models.SubResource defaultRewriteRuleSet = default, Microsoft.Azure.Management.Network.Models.SubResource defaultRedirectConfiguration = default, Microsoft.Azure.Management.Network.Models.SubResource defaultLoadDistributionPolicy = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayPathRule> pathRules = default, string provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayUrlPathMap : string * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayPathRule> * string * string * string * string -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayUrlPathMap
Public Sub New (Optional id As String = Nothing, Optional defaultBackendAddressPool As SubResource = Nothing, Optional defaultBackendHttpSettings As SubResource = Nothing, Optional defaultRewriteRuleSet As SubResource = Nothing, Optional defaultRedirectConfiguration As SubResource = Nothing, Optional defaultLoadDistributionPolicy As SubResource = Nothing, Optional pathRules As IList(Of ApplicationGatewayPathRule) = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)

パラメーター

id
String

リソースの ID

defaultBackendAddressPool
SubResource

URL パス マップの既定のバックエンド アドレス プール リソース。

defaultBackendHttpSettings
SubResource

URL パス マップの既定のバックエンド http 設定リソース。

defaultRewriteRuleSet
SubResource

URL パス マップの既定の書き換えルール セット リソース。

defaultRedirectConfiguration
SubResource

URL パス マップの既定のリダイレクト構成リソース。

defaultLoadDistributionPolicy
SubResource

URL パス マップの既定の負荷分散ポリシー リソース。

pathRules
IList<ApplicationGatewayPathRule>

URL パス マップ リソースのパス ルール。

provisioningState
String

URL パス マップ リソースのプロビジョニング状態。 使用可能な値には、'Succeeded'、'Updating'、'Deleting'、'Failed' などがあります。

name
String

Application Gateway内で一意の URL パス マップの名前。

etag
String

リソースが更新されるたびに変更される一意の読み取り専用文字列。

type
String

リソースの種類。

適用対象