次の方法で共有


ApplicationGatewayPathRuleInner コンストラクター

定義

オーバーロード

ApplicationGatewayPathRuleInner()

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

ApplicationGatewayPathRuleInner(String, IList<String>, SubResource, SubResource, SubResource, SubResource, ProvisioningState, SubResource, String, String, String)

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

ApplicationGatewayPathRuleInner()

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

public ApplicationGatewayPathRuleInner();
Public Sub New ()

適用対象

ApplicationGatewayPathRuleInner(String, IList<String>, SubResource, SubResource, SubResource, SubResource, ProvisioningState, SubResource, String, String, String)

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

public ApplicationGatewayPathRuleInner(string id = default, System.Collections.Generic.IList<string> paths = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource backendAddressPool = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource backendHttpSettings = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource redirectConfiguration = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource rewriteRuleSet = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource firewallPolicy = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayPathRuleInner : string * System.Collections.Generic.IList<string> * 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 * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayPathRuleInner
Public Sub New (Optional id As String = Nothing, Optional paths As IList(Of String) = Nothing, Optional backendAddressPool As SubResource = Nothing, Optional backendHttpSettings As SubResource = Nothing, Optional redirectConfiguration As SubResource = Nothing, Optional rewriteRuleSet As SubResource = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional firewallPolicy As SubResource = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)

パラメーター

id
String
paths
IList<String>

URL パス マップのパス規則。

backendAddressPool
SubResource

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

backendHttpSettings
SubResource

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

redirectConfiguration
SubResource

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

rewriteRuleSet
SubResource

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

provisioningState
ProvisioningState

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

firewallPolicy
SubResource

FirewallPolicy リソースへの参照。

name
String

Application Gateway内で一意のパス規則の名前。

etag
String

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

type
String

リソースの種類。

適用対象