Class GenerateExpressRoutePortsLoaRequest

java.lang.Object
com.azure.resourcemanager.network.models.GenerateExpressRoutePortsLoaRequest

public final class GenerateExpressRoutePortsLoaRequest extends Object
The customer name to be printed on a letter of authorization.
  • Constructor Details

    • GenerateExpressRoutePortsLoaRequest

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

    • customerName

      public String customerName()
      Get the customerName property: The customer name.
      Returns:
      the customerName value.
    • withCustomerName

      public GenerateExpressRoutePortsLoaRequest withCustomerName(String customerName)
      Set the customerName property: The customer name.
      Parameters:
      customerName - the customerName value to set.
      Returns:
      the GenerateExpressRoutePortsLoaRequest object itself.
    • validate

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