Partager via


ApplicationGatewayPathRuleInner Constructeurs

Définition

Surcharges

ApplicationGatewayPathRuleInner()

Initialise une nouvelle instance de la classe ApplicationGatewayPathRuleInner.

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

Initialise une nouvelle instance de la classe ApplicationGatewayPathRuleInner.

ApplicationGatewayPathRuleInner()

Initialise une nouvelle instance de la classe ApplicationGatewayPathRuleInner.

public ApplicationGatewayPathRuleInner ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe 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)

Paramètres

id
String
paths
IList<String>

Règles de chemin d’accès de la carte de chemin d’URL.

backendAddressPool
SubResource

Ressource du pool d’adresses back-end de la règle de chemin d’accès du chemin d’url.

backendHttpSettings
SubResource

Ressource de paramètres HTTP principaux de la règle de chemin d’accès de la carte de chemin d’url.

redirectConfiguration
SubResource

Ressource de configuration de redirection de la règle de chemin d’accès du chemin d’accès d’URL.

rewriteRuleSet
SubResource

Réécrire la ressource d’ensemble de règles de la règle de chemin d’accès d’URL.

provisioningState
ProvisioningState

État d’approvisionnement de la ressource de règle de chemin d’accès. Les valeurs possibles sont les suivantes : « Succeeded », « Updating », « Deleting », « Failed »

firewallPolicy
SubResource

Référence à la ressource FirewallPolicy.

name
String

Nom de la règle de chemin d’accès unique dans un Application Gateway.

etag
String

Chaîne en lecture seule unique qui change chaque fois que la ressource est mise à jour.

type
String

Type de la ressource.

S’applique à