public class ApplicationGatewayIpConfigurationInner
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
ApplicationGatewayIpConfigurationInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
String |
name()
Get the name property: Name of the IP configuration that is unique within an Application Gateway.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the application gateway IP configuration resource.
|
com.azure.core.management.SubResource |
subnet()
Get the subnet property: Reference to the subnet resource.
|
String |
type()
Get the type property: Type of the resource.
|
void |
validate()
Validates the instance.
|
ApplicationGatewayIpConfigurationInner |
withId(String id) |
ApplicationGatewayIpConfigurationInner |
withName(String name)
Set the name property: Name of the IP configuration that is unique within an Application Gateway.
|
ApplicationGatewayIpConfigurationInner |
withSubnet(com.azure.core.management.SubResource subnet)
Set the subnet property: Reference to the subnet resource.
|
public ApplicationGatewayIpConfigurationInner()
public String name()
public ApplicationGatewayIpConfigurationInner withName(String name)
name - the name value to set.public String etag()
public String type()
public com.azure.core.management.SubResource subnet()
public ApplicationGatewayIpConfigurationInner withSubnet(com.azure.core.management.SubResource subnet)
subnet - the subnet value to set.public ProvisioningState provisioningState()
public ApplicationGatewayIpConfigurationInner withId(String id)
withId in class com.azure.core.management.SubResourcepublic void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.