ApplicationGatewayUrlPathMapInner Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. network. fluent. models. ApplicationGatewayUrlPathMapInner
- com.
- com.
public final class ApplicationGatewayUrlPathMapInner
extends SubResource
UrlPathMaps give a url path to the backend mapping information for PathBasedRouting.
Constructor Summary
Constructor | Description |
---|---|
ApplicationGatewayUrlPathMapInner() |
Creates an instance of Application |
Method Summary
Modifier and Type | Method and Description |
---|---|
Sub |
defaultBackendAddressPool()
Get the default |
Sub |
defaultBackendHttpSettings()
Get the default |
Sub |
defaultLoadDistributionPolicy()
Get the default |
Sub |
defaultRedirectConfiguration()
Get the default |
Sub |
defaultRewriteRuleSet()
Get the default |
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated. |
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
String |
name()
Get the name property: Name of the URL path map that is unique within an Application Gateway. |
List<Application |
pathRules()
Get the path |
Provisioning |
provisioningState()
Get the provisioning |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: Type of the resource. |
void |
validate()
Validates the instance. |
Application |
withDefaultBackendAddressPool(SubResource defaultBackendAddressPool)
Set the default |
Application |
withDefaultBackendHttpSettings(SubResource defaultBackendHttpSettings)
Set the default |
Application |
withDefaultLoadDistributionPolicy(SubResource defaultLoadDistributionPolicy)
Set the default |
Application |
withDefaultRedirectConfiguration(SubResource defaultRedirectConfiguration)
Set the default |
Application |
withDefaultRewriteRuleSet(SubResource defaultRewriteRuleSet)
Set the default |
Application |
withId(String id) |
Application |
withName(String name)
Set the name property: Name of the URL path map that is unique within an Application Gateway. |
Application |
withPathRules(List<ApplicationGatewayPathRuleInner> pathRules)
Set the path |
Methods inherited from SubResource
Methods inherited from java.lang.Object
Constructor Details
ApplicationGatewayUrlPathMapInner
public ApplicationGatewayUrlPathMapInner()
Creates an instance of ApplicationGatewayUrlPathMapInner class.
Method Details
defaultBackendAddressPool
public SubResource defaultBackendAddressPool()
Get the defaultBackendAddressPool property: Default backend address pool resource of URL path map.
Returns:
defaultBackendHttpSettings
public SubResource defaultBackendHttpSettings()
Get the defaultBackendHttpSettings property: Default backend http settings resource of URL path map.
Returns:
defaultLoadDistributionPolicy
public SubResource defaultLoadDistributionPolicy()
Get the defaultLoadDistributionPolicy property: Default Load Distribution Policy resource of URL path map.
Returns:
defaultRedirectConfiguration
public SubResource defaultRedirectConfiguration()
Get the defaultRedirectConfiguration property: Default redirect configuration resource of URL path map.
Returns:
defaultRewriteRuleSet
public SubResource defaultRewriteRuleSet()
Get the defaultRewriteRuleSet property: Default Rewrite rule set resource of URL path map.
Returns:
etag
public String etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
Returns:
fromJson
public static ApplicationGatewayUrlPathMapInner fromJson(JsonReader jsonReader)
Reads an instance of ApplicationGatewayUrlPathMapInner from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Name of the URL path map that is unique within an Application Gateway.
Returns:
pathRules
public List
Get the pathRules property: Path rule of URL path map resource.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the URL path map resource.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ApplicationGatewayUrlPathMapInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Type of the resource.
Returns:
validate
public void validate()
Validates the instance.
withDefaultBackendAddressPool
public ApplicationGatewayUrlPathMapInner withDefaultBackendAddressPool(SubResource defaultBackendAddressPool)
Set the defaultBackendAddressPool property: Default backend address pool resource of URL path map.
Parameters:
Returns:
withDefaultBackendHttpSettings
public ApplicationGatewayUrlPathMapInner withDefaultBackendHttpSettings(SubResource defaultBackendHttpSettings)
Set the defaultBackendHttpSettings property: Default backend http settings resource of URL path map.
Parameters:
Returns:
withDefaultLoadDistributionPolicy
public ApplicationGatewayUrlPathMapInner withDefaultLoadDistributionPolicy(SubResource defaultLoadDistributionPolicy)
Set the defaultLoadDistributionPolicy property: Default Load Distribution Policy resource of URL path map.
Parameters:
Returns:
withDefaultRedirectConfiguration
public ApplicationGatewayUrlPathMapInner withDefaultRedirectConfiguration(SubResource defaultRedirectConfiguration)
Set the defaultRedirectConfiguration property: Default redirect configuration resource of URL path map.
Parameters:
Returns:
withDefaultRewriteRuleSet
public ApplicationGatewayUrlPathMapInner withDefaultRewriteRuleSet(SubResource defaultRewriteRuleSet)
Set the defaultRewriteRuleSet property: Default Rewrite rule set resource of URL path map.
Parameters:
Returns:
withId
public ApplicationGatewayUrlPathMapInner withId(String id)
Overrides:
ApplicationGatewayUrlPathMapInner.withId(String id)Parameters:
withName
public ApplicationGatewayUrlPathMapInner withName(String name)
Set the name property: Name of the URL path map that is unique within an Application Gateway.
Parameters:
Returns:
withPathRules
public ApplicationGatewayUrlPathMapInner withPathRules(List
Set the pathRules property: Path rule of URL path map resource.
Parameters:
Returns:
Applies to
Azure SDK for Java