ApplicationGatewayRequestRoutingRulePropertiesFormat Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ApplicationGatewayRequestRoutingRulePropertiesFormat
- com.
Implements
public final class ApplicationGatewayRequestRoutingRulePropertiesFormat
implements JsonSerializable<ApplicationGatewayRequestRoutingRulePropertiesFormat>
Properties of request routing rule of the application gateway.
Constructor Summary
| Constructor | Description |
|---|---|
| ApplicationGatewayRequestRoutingRulePropertiesFormat() |
Creates an instance of Application |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Sub |
backendAddressPool()
Get the backend |
|
Sub |
backendHttpSettings()
Get the backend |
|
Sub |
entraJwtValidationConfig()
Get the entra |
|
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
|
Sub |
httpListener()
Get the http |
|
Sub |
loadDistributionPolicy()
Get the load |
| Integer |
priority()
Get the priority property: Priority of the request routing rule. |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Sub |
redirectConfiguration()
Get the redirect |
|
Sub |
rewriteRuleSet()
Get the rewrite |
|
Application |
ruleType()
Get the rule |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Sub |
urlPathMap()
Get the url |
| void |
validate()
Validates the instance. |
|
Application |
withBackendAddressPool(SubResource backendAddressPool)
Set the backend |
|
Application |
withBackendHttpSettings(SubResource backendHttpSettings)
Set the backend |
|
Application |
withEntraJwtValidationConfig(SubResource entraJwtValidationConfig)
Set the entra |
|
Application |
withHttpListener(SubResource httpListener)
Set the http |
|
Application |
withLoadDistributionPolicy(SubResource loadDistributionPolicy)
Set the load |
|
Application |
withPriority(Integer priority)
Set the priority property: Priority of the request routing rule. |
|
Application |
withRedirectConfiguration(SubResource redirectConfiguration)
Set the redirect |
|
Application |
withRewriteRuleSet(SubResource rewriteRuleSet)
Set the rewrite |
|
Application |
withRuleType(ApplicationGatewayRequestRoutingRuleType ruleType)
Set the rule |
|
Application |
withUrlPathMap(SubResource urlPathMap)
Set the url |
Methods inherited from java.lang.Object
Constructor Details
ApplicationGatewayRequestRoutingRulePropertiesFormat
public ApplicationGatewayRequestRoutingRulePropertiesFormat()
Creates an instance of ApplicationGatewayRequestRoutingRulePropertiesFormat class.
Method Details
backendAddressPool
public SubResource backendAddressPool()
Get the backendAddressPool property: Backend address pool resource of the application gateway.
Returns:
backendHttpSettings
public SubResource backendHttpSettings()
Get the backendHttpSettings property: Backend http settings resource of the application gateway.
Returns:
entraJwtValidationConfig
public SubResource entraJwtValidationConfig()
Get the entraJwtValidationConfig property: Entra JWT validation configuration resource of the application gateway.
Returns:
fromJson
public static ApplicationGatewayRequestRoutingRulePropertiesFormat fromJson(JsonReader jsonReader)
Reads an instance of ApplicationGatewayRequestRoutingRulePropertiesFormat from the JsonReader.
Parameters:
Returns:
Throws:
httpListener
public SubResource httpListener()
Get the httpListener property: Http listener resource of the application gateway.
Returns:
loadDistributionPolicy
public SubResource loadDistributionPolicy()
Get the loadDistributionPolicy property: Load Distribution Policy resource of the application gateway.
Returns:
priority
public Integer priority()
Get the priority property: Priority of the request routing rule.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the request routing rule resource.
Returns:
redirectConfiguration
public SubResource redirectConfiguration()
Get the redirectConfiguration property: Redirect configuration resource of the application gateway.
Returns:
rewriteRuleSet
public SubResource rewriteRuleSet()
Get the rewriteRuleSet property: Rewrite Rule Set resource in Basic rule of the application gateway.
Returns:
ruleType
public ApplicationGatewayRequestRoutingRuleType ruleType()
Get the ruleType property: Rule type.
Returns:
toJson
urlPathMap
public SubResource urlPathMap()
Get the urlPathMap property: URL path map resource of the application gateway.
Returns:
validate
public void validate()
Validates the instance.
withBackendAddressPool
public ApplicationGatewayRequestRoutingRulePropertiesFormat withBackendAddressPool(SubResource backendAddressPool)
Set the backendAddressPool property: Backend address pool resource of the application gateway.
Parameters:
Returns:
withBackendHttpSettings
public ApplicationGatewayRequestRoutingRulePropertiesFormat withBackendHttpSettings(SubResource backendHttpSettings)
Set the backendHttpSettings property: Backend http settings resource of the application gateway.
Parameters:
Returns:
withEntraJwtValidationConfig
public ApplicationGatewayRequestRoutingRulePropertiesFormat withEntraJwtValidationConfig(SubResource entraJwtValidationConfig)
Set the entraJwtValidationConfig property: Entra JWT validation configuration resource of the application gateway.
Parameters:
Returns:
withHttpListener
public ApplicationGatewayRequestRoutingRulePropertiesFormat withHttpListener(SubResource httpListener)
Set the httpListener property: Http listener resource of the application gateway.
Parameters:
Returns:
withLoadDistributionPolicy
public ApplicationGatewayRequestRoutingRulePropertiesFormat withLoadDistributionPolicy(SubResource loadDistributionPolicy)
Set the loadDistributionPolicy property: Load Distribution Policy resource of the application gateway.
Parameters:
Returns:
withPriority
public ApplicationGatewayRequestRoutingRulePropertiesFormat withPriority(Integer priority)
Set the priority property: Priority of the request routing rule.
Parameters:
Returns:
withRedirectConfiguration
public ApplicationGatewayRequestRoutingRulePropertiesFormat withRedirectConfiguration(SubResource redirectConfiguration)
Set the redirectConfiguration property: Redirect configuration resource of the application gateway.
Parameters:
Returns:
withRewriteRuleSet
public ApplicationGatewayRequestRoutingRulePropertiesFormat withRewriteRuleSet(SubResource rewriteRuleSet)
Set the rewriteRuleSet property: Rewrite Rule Set resource in Basic rule of the application gateway.
Parameters:
Returns:
withRuleType
public ApplicationGatewayRequestRoutingRulePropertiesFormat withRuleType(ApplicationGatewayRequestRoutingRuleType ruleType)
Set the ruleType property: Rule type.
Parameters:
Returns:
withUrlPathMap
public ApplicationGatewayRequestRoutingRulePropertiesFormat withUrlPathMap(SubResource urlPathMap)
Set the urlPathMap property: URL path map resource of the application gateway.
Parameters:
Returns: