ApplicationGatewayIpConfigurationInner Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. network. fluent. models. ApplicationGatewayIpConfigurationInner
- com.
- com.
public final class ApplicationGatewayIpConfigurationInner
extends SubResource
IP configuration of an application gateway. Currently 1 public and 1 private IP configuration is allowed.
Constructor Summary
Constructor | Description |
---|---|
ApplicationGatewayIpConfigurationInner() |
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 |
String |
name()
Get the name property: Name of the IP configuration that is unique within an Application Gateway. |
Provisioning |
provisioningState()
Get the provisioning |
Sub |
subnet()
Get the subnet property: Reference to the subnet resource. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: Type of the resource. |
void |
validate()
Validates the instance. |
Application |
withId(String id) |
Application |
withName(String name)
Set the name property: Name of the IP configuration that is unique within an Application Gateway. |
Application |
withSubnet(SubResource subnet)
Set the subnet property: Reference to the subnet resource. |
Methods inherited from SubResource
Methods inherited from java.lang.Object
Constructor Details
ApplicationGatewayIpConfigurationInner
public ApplicationGatewayIpConfigurationInner()
Creates an instance of ApplicationGatewayIpConfigurationInner 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 ApplicationGatewayIpConfigurationInner fromJson(JsonReader jsonReader)
Reads an instance of ApplicationGatewayIpConfigurationInner from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Name of the IP configuration that is unique within an Application Gateway.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the application gateway IP configuration resource.
Returns:
subnet
public SubResource subnet()
Get the subnet property: Reference to the subnet resource. A subnet from where application gateway gets its private address.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ApplicationGatewayIpConfigurationInner.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 ApplicationGatewayIpConfigurationInner withId(String id)
Overrides:
ApplicationGatewayIpConfigurationInner.withId(String id)Parameters:
withName
public ApplicationGatewayIpConfigurationInner withName(String name)
Set the name property: Name of the IP configuration that is unique within an Application Gateway.
Parameters:
Returns:
withSubnet
public ApplicationGatewayIpConfigurationInner withSubnet(SubResource subnet)
Set the subnet property: Reference to the subnet resource. A subnet from where application gateway gets its private address.
Parameters:
Returns:
Applies to
Azure SDK for Java