public class ApplicationGatewayUrlPathMapInner
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
ApplicationGatewayUrlPathMapInner() |
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.management.SubResource |
defaultBackendAddressPool()
Get the defaultBackendAddressPool property: Default backend address pool resource of URL path map.
|
com.azure.core.management.SubResource |
defaultBackendHttpSettings()
Get the defaultBackendHttpSettings property: Default backend http settings resource of URL path map.
|
com.azure.core.management.SubResource |
defaultRedirectConfiguration()
Get the defaultRedirectConfiguration property: Default redirect configuration resource of URL path map.
|
com.azure.core.management.SubResource |
defaultRewriteRuleSet()
Get the defaultRewriteRuleSet property: Default Rewrite rule set resource of URL path map.
|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
String |
name()
Get the name property: Name of the URL path map that is unique within an Application Gateway.
|
List<ApplicationGatewayPathRuleInner> |
pathRules()
Get the pathRules property: Path rule of URL path map resource.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the URL path map resource.
|
String |
type()
Get the type property: Type of the resource.
|
void |
validate()
Validates the instance.
|
ApplicationGatewayUrlPathMapInner |
withDefaultBackendAddressPool(com.azure.core.management.SubResource defaultBackendAddressPool)
Set the defaultBackendAddressPool property: Default backend address pool resource of URL path map.
|
ApplicationGatewayUrlPathMapInner |
withDefaultBackendHttpSettings(com.azure.core.management.SubResource defaultBackendHttpSettings)
Set the defaultBackendHttpSettings property: Default backend http settings resource of URL path map.
|
ApplicationGatewayUrlPathMapInner |
withDefaultRedirectConfiguration(com.azure.core.management.SubResource defaultRedirectConfiguration)
Set the defaultRedirectConfiguration property: Default redirect configuration resource of URL path map.
|
ApplicationGatewayUrlPathMapInner |
withDefaultRewriteRuleSet(com.azure.core.management.SubResource defaultRewriteRuleSet)
Set the defaultRewriteRuleSet property: Default Rewrite rule set resource of URL path map.
|
ApplicationGatewayUrlPathMapInner |
withId(String id) |
ApplicationGatewayUrlPathMapInner |
withName(String name)
Set the name property: Name of the URL path map that is unique within an Application Gateway.
|
ApplicationGatewayUrlPathMapInner |
withPathRules(List<ApplicationGatewayPathRuleInner> pathRules)
Set the pathRules property: Path rule of URL path map resource.
|
public String name()
public ApplicationGatewayUrlPathMapInner withName(String name)
name - the name value to set.public String etag()
public String type()
public com.azure.core.management.SubResource defaultBackendAddressPool()
public ApplicationGatewayUrlPathMapInner withDefaultBackendAddressPool(com.azure.core.management.SubResource defaultBackendAddressPool)
defaultBackendAddressPool - the defaultBackendAddressPool value to set.public com.azure.core.management.SubResource defaultBackendHttpSettings()
public ApplicationGatewayUrlPathMapInner withDefaultBackendHttpSettings(com.azure.core.management.SubResource defaultBackendHttpSettings)
defaultBackendHttpSettings - the defaultBackendHttpSettings value to set.public com.azure.core.management.SubResource defaultRewriteRuleSet()
public ApplicationGatewayUrlPathMapInner withDefaultRewriteRuleSet(com.azure.core.management.SubResource defaultRewriteRuleSet)
defaultRewriteRuleSet - the defaultRewriteRuleSet value to set.public com.azure.core.management.SubResource defaultRedirectConfiguration()
public ApplicationGatewayUrlPathMapInner withDefaultRedirectConfiguration(com.azure.core.management.SubResource defaultRedirectConfiguration)
defaultRedirectConfiguration - the defaultRedirectConfiguration value to set.public List<ApplicationGatewayPathRuleInner> pathRules()
public ApplicationGatewayUrlPathMapInner withPathRules(List<ApplicationGatewayPathRuleInner> pathRules)
pathRules - the pathRules value to set.public ProvisioningState provisioningState()
public ApplicationGatewayUrlPathMapInner 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.