Class ApplicationGatewayIpConfigurationPropertiesFormat
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.ApplicationGatewayIpConfigurationPropertiesFormat
-
public final class ApplicationGatewayIpConfigurationPropertiesFormat extends Object
Properties of IP configuration of an application gateway.
-
-
Constructor Summary
Constructors Constructor Description ApplicationGatewayIpConfigurationPropertiesFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProvisioningStateprovisioningState()Get the provisioningState property: The provisioning state of the application gateway IP configuration resource.com.azure.core.management.SubResourcesubnet()Get the subnet property: Reference to the subnet resource.voidvalidate()Validates the instance.ApplicationGatewayIpConfigurationPropertiesFormatwithSubnet(com.azure.core.management.SubResource subnet)Set the subnet property: Reference to the subnet resource.
-
-
-
Method Detail
-
subnet
public com.azure.core.management.SubResource subnet()
Get the subnet property: Reference to the subnet resource. A subnet from where application gateway gets its private address.- Returns:
- the subnet value.
-
withSubnet
public ApplicationGatewayIpConfigurationPropertiesFormat withSubnet(com.azure.core.management.SubResource subnet)
Set the subnet property: Reference to the subnet resource. A subnet from where application gateway gets its private address.- Parameters:
subnet- the subnet value to set.- Returns:
- the ApplicationGatewayIpConfigurationPropertiesFormat object itself.
-
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the application gateway IP configuration resource.- Returns:
- the provisioningState value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-