ApplicationGatewayPathRulePropertiesFormat Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ApplicationGatewayPathRulePropertiesFormat
- com.
Implements
public final class ApplicationGatewayPathRulePropertiesFormat
implements JsonSerializable<ApplicationGatewayPathRulePropertiesFormat>
Properties of path rule of an application gateway.
Constructor Summary
| Constructor | Description |
|---|---|
| ApplicationGatewayPathRulePropertiesFormat() |
Creates an instance of Application |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Sub |
backendAddressPool()
Get the backend |
|
Sub |
backendHttpSettings()
Get the backend |
|
Sub |
firewallPolicy()
Get the firewall |
|
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
|
Sub |
loadDistributionPolicy()
Get the load |
| List<String> |
paths()
Get the paths property: Path rules of URL path map. |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Sub |
redirectConfiguration()
Get the redirect |
|
Sub |
rewriteRuleSet()
Get the rewrite |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Application |
withBackendAddressPool(SubResource backendAddressPool)
Set the backend |
|
Application |
withBackendHttpSettings(SubResource backendHttpSettings)
Set the backend |
|
Application |
withFirewallPolicy(SubResource firewallPolicy)
Set the firewall |
|
Application |
withLoadDistributionPolicy(SubResource loadDistributionPolicy)
Set the load |
|
Application |
withPaths(List<String> paths)
Set the paths property: Path rules of URL path map. |
|
Application |
withRedirectConfiguration(SubResource redirectConfiguration)
Set the redirect |
|
Application |
withRewriteRuleSet(SubResource rewriteRuleSet)
Set the rewrite |
Methods inherited from java.lang.Object
Constructor Details
ApplicationGatewayPathRulePropertiesFormat
public ApplicationGatewayPathRulePropertiesFormat()
Creates an instance of ApplicationGatewayPathRulePropertiesFormat class.
Method Details
backendAddressPool
public SubResource backendAddressPool()
Get the backendAddressPool property: Backend address pool resource of URL path map path rule.
Returns:
backendHttpSettings
public SubResource backendHttpSettings()
Get the backendHttpSettings property: Backend http settings resource of URL path map path rule.
Returns:
firewallPolicy
public SubResource firewallPolicy()
Get the firewallPolicy property: Reference to the FirewallPolicy resource.
Returns:
fromJson
public static ApplicationGatewayPathRulePropertiesFormat fromJson(JsonReader jsonReader)
Reads an instance of ApplicationGatewayPathRulePropertiesFormat from the JsonReader.
Parameters:
Returns:
Throws:
loadDistributionPolicy
public SubResource loadDistributionPolicy()
Get the loadDistributionPolicy property: Load Distribution Policy resource of URL path map path rule.
Returns:
paths
public List<String> paths()
Get the paths property: Path rules of URL path map.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the path rule resource.
Returns:
redirectConfiguration
public SubResource redirectConfiguration()
Get the redirectConfiguration property: Redirect configuration resource of URL path map path rule.
Returns:
rewriteRuleSet
public SubResource rewriteRuleSet()
Get the rewriteRuleSet property: Rewrite rule set resource of URL path map path rule.
Returns:
toJson
validate
public void validate()
Validates the instance.
withBackendAddressPool
public ApplicationGatewayPathRulePropertiesFormat withBackendAddressPool(SubResource backendAddressPool)
Set the backendAddressPool property: Backend address pool resource of URL path map path rule.
Parameters:
Returns:
withBackendHttpSettings
public ApplicationGatewayPathRulePropertiesFormat withBackendHttpSettings(SubResource backendHttpSettings)
Set the backendHttpSettings property: Backend http settings resource of URL path map path rule.
Parameters:
Returns:
withFirewallPolicy
public ApplicationGatewayPathRulePropertiesFormat withFirewallPolicy(SubResource firewallPolicy)
Set the firewallPolicy property: Reference to the FirewallPolicy resource.
Parameters:
Returns:
withLoadDistributionPolicy
public ApplicationGatewayPathRulePropertiesFormat withLoadDistributionPolicy(SubResource loadDistributionPolicy)
Set the loadDistributionPolicy property: Load Distribution Policy resource of URL path map path rule.
Parameters:
Returns:
withPaths
public ApplicationGatewayPathRulePropertiesFormat withPaths(List<String> paths)
Set the paths property: Path rules of URL path map.
Parameters:
Returns:
withRedirectConfiguration
public ApplicationGatewayPathRulePropertiesFormat withRedirectConfiguration(SubResource redirectConfiguration)
Set the redirectConfiguration property: Redirect configuration resource of URL path map path rule.
Parameters:
Returns:
withRewriteRuleSet
public ApplicationGatewayPathRulePropertiesFormat withRewriteRuleSet(SubResource rewriteRuleSet)
Set the rewriteRuleSet property: Rewrite rule set resource of URL path map path rule.
Parameters:
Returns: