ApplicationGatewayBackendAddressPoolPropertiesFormat Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ApplicationGatewayBackendAddressPoolPropertiesFormat
- com.
Implements
public final class ApplicationGatewayBackendAddressPoolPropertiesFormat
implements JsonSerializable<ApplicationGatewayBackendAddressPoolPropertiesFormat>
Properties of Backend Address Pool of an application gateway.
Constructor Summary
| Constructor | Description |
|---|---|
| ApplicationGatewayBackendAddressPoolPropertiesFormat() |
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 |
|
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Application |
withBackendAddresses(List<ApplicationGatewayBackendAddress> backendAddresses)
Set the backend |
Methods inherited from java.lang.Object
Constructor Details
ApplicationGatewayBackendAddressPoolPropertiesFormat
public ApplicationGatewayBackendAddressPoolPropertiesFormat()
Creates an instance of ApplicationGatewayBackendAddressPoolPropertiesFormat class.
Method Details
backendAddresses
public List<ApplicationGatewayBackendAddress> backendAddresses()
Get the backendAddresses property: Backend addresses.
Returns:
backendIpConfigurations
public List<NetworkInterfaceIpConfigurationInner> backendIpConfigurations()
Get the backendIpConfigurations property: Collection of references to IPs defined in network interfaces.
Returns:
fromJson
public static ApplicationGatewayBackendAddressPoolPropertiesFormat fromJson(JsonReader jsonReader)
Reads an instance of ApplicationGatewayBackendAddressPoolPropertiesFormat from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the backend address pool resource.
Returns:
toJson
validate
public void validate()
Validates the instance.
withBackendAddresses
public ApplicationGatewayBackendAddressPoolPropertiesFormat withBackendAddresses(List<ApplicationGatewayBackendAddress> backendAddresses)
Set the backendAddresses property: Backend addresses.
Parameters:
Returns: