ApplicationGatewayLoadDistributionPolicy Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. network. models. ApplicationGatewayLoadDistributionPolicy
- com.
- com.
public final class ApplicationGatewayLoadDistributionPolicy
extends SubResource
Load Distribution Policy of an application gateway.
Constructor Summary
Constructor | Description |
---|---|
ApplicationGatewayLoadDistributionPolicy() |
Creates an instance of Application |
Method Summary
Modifier and Type | Method and Description |
---|---|
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 |
Application |
loadDistributionAlgorithm()
Get the load |
List<Application |
loadDistributionTargets()
Get the load |
String |
name()
Get the name property: Name of the load distribution policy that is unique within an Application Gateway. |
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 |
withId(String id) |
Application |
withLoadDistributionAlgorithm(ApplicationGatewayLoadDistributionAlgorithm loadDistributionAlgorithm)
Set the load |
Application |
withLoadDistributionTargets(List<ApplicationGatewayLoadDistributionTarget> loadDistributionTargets)
Set the load |
Application |
withName(String name)
Set the name property: Name of the load distribution policy that is unique within an Application Gateway. |
Methods inherited from SubResource
Methods inherited from java.lang.Object
Constructor Details
ApplicationGatewayLoadDistributionPolicy
public ApplicationGatewayLoadDistributionPolicy()
Creates an instance of ApplicationGatewayLoadDistributionPolicy class.
Method Details
etag
public String etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
Returns:
fromJson
public static ApplicationGatewayLoadDistributionPolicy fromJson(JsonReader jsonReader)
Reads an instance of ApplicationGatewayLoadDistributionPolicy from the JsonReader.
Parameters:
Returns:
Throws:
loadDistributionAlgorithm
public ApplicationGatewayLoadDistributionAlgorithm loadDistributionAlgorithm()
Get the loadDistributionAlgorithm property: Load Distribution Targets resource of an application gateway.
Returns:
loadDistributionTargets
public List
Get the loadDistributionTargets property: Load Distribution Targets resource of an application gateway.
Returns:
name
public String name()
Get the name property: Name of the load distribution policy that is unique within an Application Gateway.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the Load Distribution Policy resource.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ApplicationGatewayLoadDistributionPolicy.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.
withId
public ApplicationGatewayLoadDistributionPolicy withId(String id)
Overrides:
ApplicationGatewayLoadDistributionPolicy.withId(String id)Parameters:
withLoadDistributionAlgorithm
public ApplicationGatewayLoadDistributionPolicy withLoadDistributionAlgorithm(ApplicationGatewayLoadDistributionAlgorithm loadDistributionAlgorithm)
Set the loadDistributionAlgorithm property: Load Distribution Targets resource of an application gateway.
Parameters:
Returns:
withLoadDistributionTargets
public ApplicationGatewayLoadDistributionPolicy withLoadDistributionTargets(List
Set the loadDistributionTargets property: Load Distribution Targets resource of an application gateway.
Parameters:
Returns:
withName
public ApplicationGatewayLoadDistributionPolicy withName(String name)
Set the name property: Name of the load distribution policy that is unique within an Application Gateway.
Parameters:
Returns:
Applies to
Azure SDK for Java