public class ApplicationGatewayFrontendIpConfiguration
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
ApplicationGatewayFrontendIpConfiguration() |
| 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 frontend IP configuration that is unique within an Application Gateway.
|
String |
privateIpAddress()
Get the privateIpAddress property: PrivateIPAddress of the network interface IP Configuration.
|
IpAllocationMethod |
privateIpAllocationMethod()
Get the privateIpAllocationMethod property: The private IP address allocation method.
|
com.azure.core.management.SubResource |
privateLinkConfiguration()
Get the privateLinkConfiguration property: Reference to the application gateway private link configuration.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the frontend IP configuration resource.
|
com.azure.core.management.SubResource |
publicIpAddress()
Get the publicIpAddress property: Reference to the PublicIP 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.
|
ApplicationGatewayFrontendIpConfiguration |
withId(String id) |
ApplicationGatewayFrontendIpConfiguration |
withName(String name)
Set the name property: Name of the frontend IP configuration that is unique within an Application Gateway.
|
ApplicationGatewayFrontendIpConfiguration |
withPrivateIpAddress(String privateIpAddress)
Set the privateIpAddress property: PrivateIPAddress of the network interface IP Configuration.
|
ApplicationGatewayFrontendIpConfiguration |
withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
Set the privateIpAllocationMethod property: The private IP address allocation method.
|
ApplicationGatewayFrontendIpConfiguration |
withPrivateLinkConfiguration(com.azure.core.management.SubResource privateLinkConfiguration)
Set the privateLinkConfiguration property: Reference to the application gateway private link configuration.
|
ApplicationGatewayFrontendIpConfiguration |
withPublicIpAddress(com.azure.core.management.SubResource publicIpAddress)
Set the publicIpAddress property: Reference to the PublicIP resource.
|
ApplicationGatewayFrontendIpConfiguration |
withSubnet(com.azure.core.management.SubResource subnet)
Set the subnet property: Reference to the subnet resource.
|
public ApplicationGatewayFrontendIpConfiguration()
public String name()
public ApplicationGatewayFrontendIpConfiguration withName(String name)
name - the name value to set.public String etag()
public String type()
public String privateIpAddress()
public ApplicationGatewayFrontendIpConfiguration withPrivateIpAddress(String privateIpAddress)
privateIpAddress - the privateIpAddress value to set.public IpAllocationMethod privateIpAllocationMethod()
public ApplicationGatewayFrontendIpConfiguration withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
privateIpAllocationMethod - the privateIpAllocationMethod value to set.public com.azure.core.management.SubResource subnet()
public ApplicationGatewayFrontendIpConfiguration withSubnet(com.azure.core.management.SubResource subnet)
subnet - the subnet value to set.public com.azure.core.management.SubResource publicIpAddress()
public ApplicationGatewayFrontendIpConfiguration withPublicIpAddress(com.azure.core.management.SubResource publicIpAddress)
publicIpAddress - the publicIpAddress value to set.public com.azure.core.management.SubResource privateLinkConfiguration()
public ApplicationGatewayFrontendIpConfiguration withPrivateLinkConfiguration(com.azure.core.management.SubResource privateLinkConfiguration)
privateLinkConfiguration - the privateLinkConfiguration value to set.public ProvisioningState provisioningState()
public ApplicationGatewayFrontendIpConfiguration 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.