ApplicationGatewayRequestRoutingRuleInner Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ApplicationGatewayRequestRoutingRuleInner() |
Inicializa uma nova instância da classe ApplicationGatewayRequestRoutingRuleInner. |
ApplicationGatewayRequestRoutingRuleInner(String, ApplicationGatewayRequestRoutingRuleType, Nullable<Int32>, SubResource, SubResource, SubResource, SubResource, SubResource, SubResource, ProvisioningState, String, String, String) |
Inicializa uma nova instância da classe ApplicationGatewayRequestRoutingRuleInner. |
ApplicationGatewayRequestRoutingRuleInner()
Inicializa uma nova instância da classe ApplicationGatewayRequestRoutingRuleInner.
public ApplicationGatewayRequestRoutingRuleInner ();
Public Sub New ()
Aplica-se a
ApplicationGatewayRequestRoutingRuleInner(String, ApplicationGatewayRequestRoutingRuleType, Nullable<Int32>, SubResource, SubResource, SubResource, SubResource, SubResource, SubResource, ProvisioningState, String, String, String)
Inicializa uma nova instância da classe 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)
Parâmetros
- id
- String
Tipo de regra. Os valores possíveis incluem: 'Basic', 'PathBasedRouting'
- backendAddressPool
- SubResource
Recurso do pool de endereços de back-end do gateway de aplicativo.
- backendHttpSettings
- SubResource
Recurso de configurações http de back-end do gateway de aplicativo.
- httpListener
- SubResource
Recurso de ouvinte http do gateway de aplicativo.
- urlPathMap
- SubResource
Recurso de mapa de caminho de URL do gateway de aplicativo.
- rewriteRuleSet
- SubResource
Reescreva o recurso conjunto de regras na regra Básica do gateway de aplicativo.
- redirectConfiguration
- SubResource
Redirecionar o recurso de configuração do gateway de aplicativo.
- provisioningState
- ProvisioningState
O estado de provisionamento do recurso de regra de roteamento de solicitação. Os valores possíveis incluem: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- name
- String
Nome da regra de roteamento de solicitação exclusiva em um Gateway de Aplicativo.
- etag
- String
Uma cadeia de caracteres exclusiva somente leitura que é alterada sempre que o recurso é atualizado.
- type
- String
Tipo do recurso.
Aplica-se a
Azure SDK for .NET