ApplicationGatewayFrontendIPConfiguration Class
- java.
lang. Object - com.
microsoft. azure. SubResource - com.
microsoft. azure. management. network. ApplicationGatewayFrontendIPConfiguration
- com.
- com.
public class ApplicationGatewayFrontendIPConfiguration
extends com.microsoft.azure.SubResource
Frontend IP configuration of an application gateway.
Constructor Summary
Constructor | Description | |
---|---|---|
ApplicationGatewayFrontendIPConfiguration() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
etag()
Get a unique read-only string that changes whenever the resource is updated. |
java.lang.String |
name()
Get name of the frontend IP configuration that is unique within an Application Gateway. |
java.lang.String |
privateIPAddress()
Get private |
IPAllocation |
privateIPAllocationMethod()
Get the private IP address allocation method. |
Provisioning |
provisioningState()
Get the provisioning state of the frontend IP configuration resource. |
com.microsoft.azure.SubResource |
publicIPAddress()
Get reference to the PublicIP resource. |
com.microsoft.azure.SubResource |
subnet()
Get reference to the subnet resource. |
java.lang.String |
type()
Get type of the resource. |
Application |
withName(String name)
Set name of the frontend IP configuration that is unique within an Application Gateway. |
Application |
withPrivateIPAddress(String privateIPAddress)
Set private |
Application |
withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)
Set the private IP address allocation method. |
Application |
withPublicIPAddress(SubResource publicIPAddress)
Set reference to the PublicIP resource. |
Application |
withSubnet(SubResource subnet)
Set reference to the subnet resource. |
Methods inherited from com.microsoft.azure.SubResource
Methods inherited from java.lang.Object
Constructor Details
ApplicationGatewayFrontendIPConfiguration
public ApplicationGatewayFrontendIPConfiguration()
Method Details
etag
public String etag()
Get a unique read-only string that changes whenever the resource is updated.
Returns:
name
public String name()
Get name of the frontend IP configuration that is unique within an Application Gateway.
Returns:
privateIPAddress
public String privateIPAddress()
Get privateIPAddress of the network interface IP Configuration.
Returns:
privateIPAllocationMethod
public IPAllocationMethod privateIPAllocationMethod()
Get the private IP address allocation method. Possible values include: 'Static', 'Dynamic'.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioning state of the frontend IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.
Returns:
publicIPAddress
public SubResource publicIPAddress()
Get reference to the PublicIP resource.
Returns:
subnet
public SubResource subnet()
Get reference to the subnet resource.
Returns:
type
public String type()
Get type of the resource.
Returns:
withName
public ApplicationGatewayFrontendIPConfiguration withName(String name)
Set name of the frontend IP configuration that is unique within an Application Gateway.
Parameters:
Returns:
withPrivateIPAddress
public ApplicationGatewayFrontendIPConfiguration withPrivateIPAddress(String privateIPAddress)
Set privateIPAddress of the network interface IP Configuration.
Parameters:
Returns:
withPrivateIPAllocationMethod
public ApplicationGatewayFrontendIPConfiguration withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)
Set the private IP address allocation method. Possible values include: 'Static', 'Dynamic'.
Parameters:
Returns:
withPublicIPAddress
public ApplicationGatewayFrontendIPConfiguration withPublicIPAddress(SubResource publicIPAddress)
Set reference to the PublicIP resource.
Parameters:
Returns:
withSubnet
public ApplicationGatewayFrontendIPConfiguration withSubnet(SubResource subnet)
Set reference to the subnet resource.
Parameters:
Returns:
Applies to
Azure SDK for Java