public class ApplicationGatewayPrivateLinkIpConfiguration
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
ApplicationGatewayPrivateLinkIpConfiguration() |
| 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: The name of application gateway private link ip configuration.
|
Boolean |
primary()
Get the primary property: Whether the ip configuration is primary or not.
|
String |
privateIpAddress()
Get the privateIpAddress property: The private IP address of the IP configuration.
|
IpAllocationMethod |
privateIpAllocationMethod()
Get the privateIpAllocationMethod property: The private IP address allocation method.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the application gateway private link IP
configuration.
|
com.azure.core.management.SubResource |
subnet()
Get the subnet property: Reference to the subnet resource.
|
String |
type()
Get the type property: The resource type.
|
void |
validate()
Validates the instance.
|
ApplicationGatewayPrivateLinkIpConfiguration |
withId(String id) |
ApplicationGatewayPrivateLinkIpConfiguration |
withName(String name)
Set the name property: The name of application gateway private link ip configuration.
|
ApplicationGatewayPrivateLinkIpConfiguration |
withPrimary(Boolean primary)
Set the primary property: Whether the ip configuration is primary or not.
|
ApplicationGatewayPrivateLinkIpConfiguration |
withPrivateIpAddress(String privateIpAddress)
Set the privateIpAddress property: The private IP address of the IP configuration.
|
ApplicationGatewayPrivateLinkIpConfiguration |
withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
Set the privateIpAllocationMethod property: The private IP address allocation method.
|
ApplicationGatewayPrivateLinkIpConfiguration |
withSubnet(com.azure.core.management.SubResource subnet)
Set the subnet property: Reference to the subnet resource.
|
public ApplicationGatewayPrivateLinkIpConfiguration()
public String name()
public ApplicationGatewayPrivateLinkIpConfiguration withName(String name)
name - the name value to set.public String etag()
public String type()
public String privateIpAddress()
public ApplicationGatewayPrivateLinkIpConfiguration withPrivateIpAddress(String privateIpAddress)
privateIpAddress - the privateIpAddress value to set.public IpAllocationMethod privateIpAllocationMethod()
public ApplicationGatewayPrivateLinkIpConfiguration withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
privateIpAllocationMethod - the privateIpAllocationMethod value to set.public com.azure.core.management.SubResource subnet()
public ApplicationGatewayPrivateLinkIpConfiguration withSubnet(com.azure.core.management.SubResource subnet)
subnet - the subnet value to set.public Boolean primary()
public ApplicationGatewayPrivateLinkIpConfiguration withPrimary(Boolean primary)
primary - the primary value to set.public ProvisioningState provisioningState()
public ApplicationGatewayPrivateLinkIpConfiguration 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.