public class ApplicationGatewayPathRuleInner
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
ApplicationGatewayPathRuleInner() |
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.management.SubResource |
backendAddressPool()
Get the backendAddressPool property: Backend address pool resource of URL path map path rule.
|
com.azure.core.management.SubResource |
backendHttpSettings()
Get the backendHttpSettings property: Backend http settings resource of URL path map path rule.
|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
com.azure.core.management.SubResource |
firewallPolicy()
Get the firewallPolicy property: Reference to the FirewallPolicy resource.
|
String |
name()
Get the name property: Name of the path rule that is unique within an Application Gateway.
|
List<String> |
paths()
Get the paths property: Path rules of URL path map.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the path rule resource.
|
com.azure.core.management.SubResource |
redirectConfiguration()
Get the redirectConfiguration property: Redirect configuration resource of URL path map path rule.
|
com.azure.core.management.SubResource |
rewriteRuleSet()
Get the rewriteRuleSet property: Rewrite rule set resource of URL path map path rule.
|
String |
type()
Get the type property: Type of the resource.
|
void |
validate()
Validates the instance.
|
ApplicationGatewayPathRuleInner |
withBackendAddressPool(com.azure.core.management.SubResource backendAddressPool)
Set the backendAddressPool property: Backend address pool resource of URL path map path rule.
|
ApplicationGatewayPathRuleInner |
withBackendHttpSettings(com.azure.core.management.SubResource backendHttpSettings)
Set the backendHttpSettings property: Backend http settings resource of URL path map path rule.
|
ApplicationGatewayPathRuleInner |
withFirewallPolicy(com.azure.core.management.SubResource firewallPolicy)
Set the firewallPolicy property: Reference to the FirewallPolicy resource.
|
ApplicationGatewayPathRuleInner |
withName(String name)
Set the name property: Name of the path rule that is unique within an Application Gateway.
|
ApplicationGatewayPathRuleInner |
withPaths(List<String> paths)
Set the paths property: Path rules of URL path map.
|
ApplicationGatewayPathRuleInner |
withRedirectConfiguration(com.azure.core.management.SubResource redirectConfiguration)
Set the redirectConfiguration property: Redirect configuration resource of URL path map path rule.
|
ApplicationGatewayPathRuleInner |
withRewriteRuleSet(com.azure.core.management.SubResource rewriteRuleSet)
Set the rewriteRuleSet property: Rewrite rule set resource of URL path map path rule.
|
public String name()
public ApplicationGatewayPathRuleInner withName(String name)
name - the name value to set.public String etag()
public String type()
public List<String> paths()
public ApplicationGatewayPathRuleInner withPaths(List<String> paths)
paths - the paths value to set.public com.azure.core.management.SubResource backendAddressPool()
public ApplicationGatewayPathRuleInner withBackendAddressPool(com.azure.core.management.SubResource backendAddressPool)
backendAddressPool - the backendAddressPool value to set.public com.azure.core.management.SubResource backendHttpSettings()
public ApplicationGatewayPathRuleInner withBackendHttpSettings(com.azure.core.management.SubResource backendHttpSettings)
backendHttpSettings - the backendHttpSettings value to set.public com.azure.core.management.SubResource redirectConfiguration()
public ApplicationGatewayPathRuleInner withRedirectConfiguration(com.azure.core.management.SubResource redirectConfiguration)
redirectConfiguration - the redirectConfiguration value to set.public com.azure.core.management.SubResource rewriteRuleSet()
public ApplicationGatewayPathRuleInner withRewriteRuleSet(com.azure.core.management.SubResource rewriteRuleSet)
rewriteRuleSet - the rewriteRuleSet value to set.public ProvisioningState provisioningState()
public com.azure.core.management.SubResource firewallPolicy()
public ApplicationGatewayPathRuleInner withFirewallPolicy(com.azure.core.management.SubResource firewallPolicy)
firewallPolicy - the firewallPolicy value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.