Class ApplicationGatewayFrontendIPConfiguration

java.lang.Object
com.microsoft.azure.SubResource
com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration

public class ApplicationGatewayFrontendIPConfiguration extends com.microsoft.azure.SubResource
Frontend IP configuration of an application gateway.
  • Constructor Details

    • ApplicationGatewayFrontendIPConfiguration

      public ApplicationGatewayFrontendIPConfiguration()
  • Method Details

    • privateIPAddress

      public String privateIPAddress()
      Get privateIPAddress of the network interface IP Configuration.
      Returns:
      the privateIPAddress value
    • withPrivateIPAddress

      public ApplicationGatewayFrontendIPConfiguration withPrivateIPAddress(String privateIPAddress)
      Set privateIPAddress of the network interface IP Configuration.
      Parameters:
      privateIPAddress - the privateIPAddress value to set
      Returns:
      the ApplicationGatewayFrontendIPConfiguration object itself.
    • privateIPAllocationMethod

      public IPAllocationMethod privateIPAllocationMethod()
      Get the private IP address allocation method. Possible values include: 'Static', 'Dynamic'.
      Returns:
      the privateIPAllocationMethod value
    • withPrivateIPAllocationMethod

      public ApplicationGatewayFrontendIPConfiguration withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)
      Set the private IP address allocation method. Possible values include: 'Static', 'Dynamic'.
      Parameters:
      privateIPAllocationMethod - the privateIPAllocationMethod value to set
      Returns:
      the ApplicationGatewayFrontendIPConfiguration object itself.
    • subnet

      public com.microsoft.azure.SubResource subnet()
      Get reference to the subnet resource.
      Returns:
      the subnet value
    • withSubnet

      public ApplicationGatewayFrontendIPConfiguration withSubnet(com.microsoft.azure.SubResource subnet)
      Set reference to the subnet resource.
      Parameters:
      subnet - the subnet value to set
      Returns:
      the ApplicationGatewayFrontendIPConfiguration object itself.
    • publicIPAddress

      public com.microsoft.azure.SubResource publicIPAddress()
      Get reference to the PublicIP resource.
      Returns:
      the publicIPAddress value
    • withPublicIPAddress

      public ApplicationGatewayFrontendIPConfiguration withPublicIPAddress(com.microsoft.azure.SubResource publicIPAddress)
      Set reference to the PublicIP resource.
      Parameters:
      publicIPAddress - the publicIPAddress value to set
      Returns:
      the ApplicationGatewayFrontendIPConfiguration object itself.
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioning state of the frontend IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.
      Returns:
      the provisioningState value
    • name

      public String name()
      Get name of the frontend IP configuration that is unique within an Application Gateway.
      Returns:
      the name value
    • withName

      Set name of the frontend IP configuration that is unique within an Application Gateway.
      Parameters:
      name - the name value to set
      Returns:
      the ApplicationGatewayFrontendIPConfiguration object itself.
    • etag

      public String etag()
      Get a unique read-only string that changes whenever the resource is updated.
      Returns:
      the etag value
    • type

      public String type()
      Get type of the resource.
      Returns:
      the type value