AvailableCluster Class
- java.
lang. Object - com.
azure. resourcemanager. eventhubs. models. AvailableCluster
- com.
Implements
public final class AvailableCluster
implements JsonSerializable<AvailableCluster>
Pre-provisioned and readily available Event Hubs Cluster count per region.
Constructor Summary
Constructor | Description |
---|---|
AvailableCluster() |
Creates an instance of Available |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Available |
fromJson(JsonReader jsonReader)
Reads an instance of Available |
String |
location()
Get the location property: Location fo the Available Cluster. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Available |
withLocation(String location)
Set the location property: Location fo the Available Cluster. |
Methods inherited from java.lang.Object
Constructor Details
AvailableCluster
public AvailableCluster()
Creates an instance of AvailableCluster class.
Method Details
fromJson
public static AvailableCluster fromJson(JsonReader jsonReader)
Reads an instance of AvailableCluster from the JsonReader.
Parameters:
Returns:
Throws:
location
public String location()
Get the location property: Location fo the Available Cluster.
Returns:
toJson
validate
public void validate()
Validates the instance.
withLocation
public AvailableCluster withLocation(String location)
Set the location property: Location fo the Available Cluster.
Parameters:
Returns:
Applies to
Azure SDK for Java