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 Summary
Constructors Constructor Description GenerateExpressRoutePortsLoaRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcustomerName()Get the customerName property: The customer name.voidvalidate()Validates the instance.GenerateExpressRoutePortsLoaRequestwithCustomerName(String customerName)Set the customerName property: The customer name.
-
-
-
Method Detail
-
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.
-
-