ApplicationGatewayFrontendIpConfiguration Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. network. models. ApplicationGatewayFrontendIpConfiguration
- com.
- com.
public final class ApplicationGatewayFrontendIpConfiguration
extends SubResource
Frontend IP configuration of an application gateway.
Constructor Summary
Constructor | Description |
---|---|
ApplicationGatewayFrontendIpConfiguration() |
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 frontend IP configuration that is unique within an Application Gateway. |
String |
privateIpAddress()
Get the private |
Ip |
privateIpAllocationMethod()
Get the private |
Sub |
privateLinkConfiguration()
Get the private |
Provisioning |
provisioningState()
Get the provisioning |
Sub |
publicIpAddress()
Get the public |
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 frontend IP configuration that is unique within an Application Gateway. |
Application |
withPrivateIpAddress(String privateIpAddress)
Set the private |
Application |
withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
Set the private |
Application |
withPrivateLinkConfiguration(SubResource privateLinkConfiguration)
Set the private |
Application |
withPublicIpAddress(SubResource publicIpAddress)
Set the public |
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
ApplicationGatewayFrontendIpConfiguration
public ApplicationGatewayFrontendIpConfiguration()
Creates an instance of ApplicationGatewayFrontendIpConfiguration 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 ApplicationGatewayFrontendIpConfiguration fromJson(JsonReader jsonReader)
Reads an instance of ApplicationGatewayFrontendIpConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Name of the frontend IP configuration that is unique within an Application Gateway.
Returns:
privateIpAddress
public String privateIpAddress()
Get the privateIpAddress property: PrivateIPAddress of the network interface IP Configuration.
Returns:
privateIpAllocationMethod
public IpAllocationMethod privateIpAllocationMethod()
Get the privateIpAllocationMethod property: The private IP address allocation method.
Returns:
privateLinkConfiguration
public SubResource privateLinkConfiguration()
Get the privateLinkConfiguration property: Reference to the application gateway private link configuration.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the frontend IP configuration resource.
Returns:
publicIpAddress
public SubResource publicIpAddress()
Get the publicIpAddress property: Reference to the PublicIP resource.
Returns:
subnet
public SubResource subnet()
Get the subnet property: Reference to the subnet resource.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ApplicationGatewayFrontendIpConfiguration.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 ApplicationGatewayFrontendIpConfiguration withId(String id)
Overrides:
ApplicationGatewayFrontendIpConfiguration.withId(String id)Parameters:
withName
public ApplicationGatewayFrontendIpConfiguration withName(String name)
Set the name property: Name of the frontend IP configuration that is unique within an Application Gateway.
Parameters:
Returns:
withPrivateIpAddress
public ApplicationGatewayFrontendIpConfiguration withPrivateIpAddress(String privateIpAddress)
Set the privateIpAddress property: PrivateIPAddress of the network interface IP Configuration.
Parameters:
Returns:
withPrivateIpAllocationMethod
public ApplicationGatewayFrontendIpConfiguration withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
Set the privateIpAllocationMethod property: The private IP address allocation method.
Parameters:
Returns:
withPrivateLinkConfiguration
public ApplicationGatewayFrontendIpConfiguration withPrivateLinkConfiguration(SubResource privateLinkConfiguration)
Set the privateLinkConfiguration property: Reference to the application gateway private link configuration.
Parameters:
Returns:
withPublicIpAddress
public ApplicationGatewayFrontendIpConfiguration withPublicIpAddress(SubResource publicIpAddress)
Set the publicIpAddress property: Reference to the PublicIP resource.
Parameters:
Returns:
withSubnet
public ApplicationGatewayFrontendIpConfiguration withSubnet(SubResource subnet)
Set the subnet property: Reference to the subnet resource.
Parameters:
Returns:
Applies to
Azure SDK for Java