Class AvailableCluster
java.lang.Object
com.azure.resourcemanager.eventhubs.models.AvailableCluster
Pre-provisioned and readily available Event Hubs Cluster count per region.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlocation()Get the location property: Location fo the Available Cluster.voidvalidate()Validates the instance.withLocation(String location) Set the location property: Location fo the Available Cluster.
-
Constructor Details
-
AvailableCluster
public AvailableCluster()
-
-
Method Details
-
location
Get the location property: Location fo the Available Cluster.- Returns:
- the location value.
-
withLocation
Set the location property: Location fo the Available Cluster.- Parameters:
location- the location value to set.- Returns:
- the AvailableCluster object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-