ApplicationGatewayBackendAddressPool Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. network. models. ApplicationGatewayBackendAddressPool
- com.
- com.
public final class ApplicationGatewayBackendAddressPool
extends SubResource
Backend Address Pool of an application gateway.
Constructor Summary
Constructor | Description |
---|---|
ApplicationGatewayBackendAddressPool() |
Creates an instance of Application |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Application |
backendAddresses()
Get the backend |
List<Network |
backendIpConfigurations()
Get the backend |
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 backend address pool 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 |
withBackendAddresses(List<ApplicationGatewayBackendAddress> backendAddresses)
Set the backend |
Application |
withId(String id) |
Application |
withName(String name)
Set the name property: Name of the backend address pool that is unique within an Application Gateway. |
Methods inherited from SubResource
Methods inherited from java.lang.Object
Constructor Details
ApplicationGatewayBackendAddressPool
public ApplicationGatewayBackendAddressPool()
Creates an instance of ApplicationGatewayBackendAddressPool class.
Method Details
backendAddresses
public List
Get the backendAddresses property: Backend addresses.
Returns:
backendIpConfigurations
public List
Get the backendIpConfigurations property: Collection of references to IPs defined in network interfaces.
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 ApplicationGatewayBackendAddressPool fromJson(JsonReader jsonReader)
Reads an instance of ApplicationGatewayBackendAddressPool from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Name of the backend address pool that is unique within an Application Gateway.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the backend address pool resource.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ApplicationGatewayBackendAddressPool.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.
withBackendAddresses
public ApplicationGatewayBackendAddressPool withBackendAddresses(List
Set the backendAddresses property: Backend addresses.
Parameters:
Returns:
withId
public ApplicationGatewayBackendAddressPool withId(String id)
Overrides:
ApplicationGatewayBackendAddressPool.withId(String id)Parameters:
withName
public ApplicationGatewayBackendAddressPool withName(String name)
Set the name property: Name of the backend address pool that is unique within an Application Gateway.
Parameters:
Returns:
Applies to
Azure SDK for Java