Class GenerateExpressRoutePortsLoaRequest
java.lang.Object
com.azure.resourcemanager.network.models.GenerateExpressRoutePortsLoaRequest
The customer name to be printed on a letter of authorization.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of GenerateExpressRoutePortsLoaRequest class. -
Method Summary
Modifier and TypeMethodDescriptionGet the customerName property: The customer name.voidvalidate()Validates the instance.withCustomerName(String customerName) Set the customerName property: The customer name.
-
Constructor Details
-
GenerateExpressRoutePortsLoaRequest
public GenerateExpressRoutePortsLoaRequest()Creates an instance of GenerateExpressRoutePortsLoaRequest class.
-
-
Method Details
-
customerName
Get the customerName property: The customer name.- Returns:
- the customerName value.
-
withCustomerName
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.
-