public class ApplicationGatewayRequestRoutingRuleInner
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
ApplicationGatewayRequestRoutingRuleInner() |
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.management.SubResource |
backendAddressPool()
Get the backendAddressPool property: Backend address pool resource of the application gateway.
|
com.azure.core.management.SubResource |
backendHttpSettings()
Get the backendHttpSettings property: Backend http settings resource of the application gateway.
|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
com.azure.core.management.SubResource |
httpListener()
Get the httpListener property: Http listener resource of the application gateway.
|
String |
name()
Get the name property: Name of the request routing rule that is unique within an Application Gateway.
|
Integer |
priority()
Get the priority property: Priority of the request routing rule.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the request routing rule resource.
|
com.azure.core.management.SubResource |
redirectConfiguration()
Get the redirectConfiguration property: Redirect configuration resource of the application gateway.
|
com.azure.core.management.SubResource |
rewriteRuleSet()
Get the rewriteRuleSet property: Rewrite Rule Set resource in Basic rule of the application gateway.
|
ApplicationGatewayRequestRoutingRuleType |
ruleType()
Get the ruleType property: Rule type.
|
String |
type()
Get the type property: Type of the resource.
|
com.azure.core.management.SubResource |
urlPathMap()
Get the urlPathMap property: URL path map resource of the application gateway.
|
void |
validate()
Validates the instance.
|
ApplicationGatewayRequestRoutingRuleInner |
withBackendAddressPool(com.azure.core.management.SubResource backendAddressPool)
Set the backendAddressPool property: Backend address pool resource of the application gateway.
|
ApplicationGatewayRequestRoutingRuleInner |
withBackendHttpSettings(com.azure.core.management.SubResource backendHttpSettings)
Set the backendHttpSettings property: Backend http settings resource of the application gateway.
|
ApplicationGatewayRequestRoutingRuleInner |
withHttpListener(com.azure.core.management.SubResource httpListener)
Set the httpListener property: Http listener resource of the application gateway.
|
ApplicationGatewayRequestRoutingRuleInner |
withId(String id) |
ApplicationGatewayRequestRoutingRuleInner |
withName(String name)
Set the name property: Name of the request routing rule that is unique within an Application Gateway.
|
ApplicationGatewayRequestRoutingRuleInner |
withPriority(Integer priority)
Set the priority property: Priority of the request routing rule.
|
ApplicationGatewayRequestRoutingRuleInner |
withRedirectConfiguration(com.azure.core.management.SubResource redirectConfiguration)
Set the redirectConfiguration property: Redirect configuration resource of the application gateway.
|
ApplicationGatewayRequestRoutingRuleInner |
withRewriteRuleSet(com.azure.core.management.SubResource rewriteRuleSet)
Set the rewriteRuleSet property: Rewrite Rule Set resource in Basic rule of the application gateway.
|
ApplicationGatewayRequestRoutingRuleInner |
withRuleType(ApplicationGatewayRequestRoutingRuleType ruleType)
Set the ruleType property: Rule type.
|
ApplicationGatewayRequestRoutingRuleInner |
withUrlPathMap(com.azure.core.management.SubResource urlPathMap)
Set the urlPathMap property: URL path map resource of the application gateway.
|
public ApplicationGatewayRequestRoutingRuleInner()
public String name()
public ApplicationGatewayRequestRoutingRuleInner withName(String name)
name - the name value to set.public String etag()
public String type()
public ApplicationGatewayRequestRoutingRuleType ruleType()
public ApplicationGatewayRequestRoutingRuleInner withRuleType(ApplicationGatewayRequestRoutingRuleType ruleType)
ruleType - the ruleType value to set.public Integer priority()
public ApplicationGatewayRequestRoutingRuleInner withPriority(Integer priority)
priority - the priority value to set.public com.azure.core.management.SubResource backendAddressPool()
public ApplicationGatewayRequestRoutingRuleInner withBackendAddressPool(com.azure.core.management.SubResource backendAddressPool)
backendAddressPool - the backendAddressPool value to set.public com.azure.core.management.SubResource backendHttpSettings()
public ApplicationGatewayRequestRoutingRuleInner withBackendHttpSettings(com.azure.core.management.SubResource backendHttpSettings)
backendHttpSettings - the backendHttpSettings value to set.public com.azure.core.management.SubResource httpListener()
public ApplicationGatewayRequestRoutingRuleInner withHttpListener(com.azure.core.management.SubResource httpListener)
httpListener - the httpListener value to set.public com.azure.core.management.SubResource urlPathMap()
public ApplicationGatewayRequestRoutingRuleInner withUrlPathMap(com.azure.core.management.SubResource urlPathMap)
urlPathMap - the urlPathMap value to set.public com.azure.core.management.SubResource rewriteRuleSet()
public ApplicationGatewayRequestRoutingRuleInner withRewriteRuleSet(com.azure.core.management.SubResource rewriteRuleSet)
rewriteRuleSet - the rewriteRuleSet value to set.public com.azure.core.management.SubResource redirectConfiguration()
public ApplicationGatewayRequestRoutingRuleInner withRedirectConfiguration(com.azure.core.management.SubResource redirectConfiguration)
redirectConfiguration - the redirectConfiguration value to set.public ProvisioningState provisioningState()
public ApplicationGatewayRequestRoutingRuleInner withId(String id)
withId in class com.azure.core.management.SubResourcepublic void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.