次の方法で共有


ApplicationGatewayRequestRoutingRuleInner コンストラクター

定義

オーバーロード

ApplicationGatewayRequestRoutingRuleInner()

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

ApplicationGatewayRequestRoutingRuleInner(String, ApplicationGatewayRequestRoutingRuleType, Nullable<Int32>, SubResource, SubResource, SubResource, SubResource, SubResource, SubResource, ProvisioningState, String, String, String)

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

ApplicationGatewayRequestRoutingRuleInner()

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

public ApplicationGatewayRequestRoutingRuleInner ();
Public Sub New ()

適用対象

ApplicationGatewayRequestRoutingRuleInner(String, ApplicationGatewayRequestRoutingRuleType, Nullable<Int32>, SubResource, SubResource, SubResource, SubResource, SubResource, SubResource, ProvisioningState, String, String, String)

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

public ApplicationGatewayRequestRoutingRuleInner (string id = default, Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayRequestRoutingRuleType ruleType = default, int? priority = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource backendAddressPool = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource backendHttpSettings = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource httpListener = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource urlPathMap = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource rewriteRuleSet = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource redirectConfiguration = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayRequestRoutingRuleInner : string * Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayRequestRoutingRuleType * Nullable<int> * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayRequestRoutingRuleInner
Public Sub New (Optional id As String = Nothing, Optional ruleType As ApplicationGatewayRequestRoutingRuleType = Nothing, Optional priority As Nullable(Of Integer) = Nothing, Optional backendAddressPool As SubResource = Nothing, Optional backendHttpSettings As SubResource = Nothing, Optional httpListener As SubResource = Nothing, Optional urlPathMap As SubResource = Nothing, Optional rewriteRuleSet As SubResource = Nothing, Optional redirectConfiguration As SubResource = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)

パラメーター

id
String
ruleType
ApplicationGatewayRequestRoutingRuleType

ルールの種類。 使用可能な値は、'Basic'、'PathBasedRouting' です。

priority
Nullable<Int32>

要求ルーティング規則の優先順位。

backendAddressPool
SubResource

アプリケーション ゲートウェイのバックエンド アドレス プール リソース。

backendHttpSettings
SubResource

アプリケーション ゲートウェイのバックエンド http 設定リソース。

httpListener
SubResource

アプリケーション ゲートウェイの Http リスナー リソース。

urlPathMap
SubResource

アプリケーション ゲートウェイの URL パス マップ リソース。

rewriteRuleSet
SubResource

アプリケーション ゲートウェイの基本ルールでルール セット リソースを書き換える。

redirectConfiguration
SubResource

アプリケーション ゲートウェイの構成リソースをリダイレクトします。

provisioningState
ProvisioningState

要求ルーティング 規則リソースのプロビジョニング状態。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。

name
String

Application Gateway内で一意の要求ルーティング規則の名前。

etag
String

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

type
String

リソースの種類。

適用対象