Class ApplicationGatewayFrontendPort

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

public class ApplicationGatewayFrontendPort extends com.microsoft.azure.SubResource
Frontend port of an application gateway.
  • Constructor Details

    • ApplicationGatewayFrontendPort

      public ApplicationGatewayFrontendPort()
  • Method Details

    • port

      public Integer port()
      Get frontend port.
      Returns:
      the port value
    • withPort

      public ApplicationGatewayFrontendPort withPort(Integer port)
      Set frontend port.
      Parameters:
      port - the port value to set
      Returns:
      the ApplicationGatewayFrontendPort object itself.
    • provisioningState

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

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

      public ApplicationGatewayFrontendPort withName(String name)
      Set name of the frontend port that is unique within an Application Gateway.
      Parameters:
      name - the name value to set
      Returns:
      the ApplicationGatewayFrontendPort 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