Class ApplicationGatewayFrontendPortPropertiesFormat

java.lang.Object
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayFrontendPortPropertiesFormat

public final class ApplicationGatewayFrontendPortPropertiesFormat extends Object
Properties of Frontend port of an application gateway.
  • Constructor Details

    • ApplicationGatewayFrontendPortPropertiesFormat

      public ApplicationGatewayFrontendPortPropertiesFormat()
      Creates an instance of ApplicationGatewayFrontendPortPropertiesFormat class.
  • Method Details

    • port

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

      Set the port property: Frontend port.
      Parameters:
      port - the port value to set.
      Returns:
      the ApplicationGatewayFrontendPortPropertiesFormat object itself.
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: The provisioning state of the frontend port resource.
      Returns:
      the provisioningState value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.