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