BigDataPoolResourceInfoListResult Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. BigDataPoolResourceInfoListResult
- com.
Implements
public final class BigDataPoolResourceInfoListResult
implements JsonSerializable<BigDataPoolResourceInfoListResult>
Collection of Big Data pools Collection of Big Data pool information.
Constructor Summary
| Constructor | Description |
|---|---|
| BigDataPoolResourceInfoListResult() |
Creates an instance of Big |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Big |
fromJson(JsonReader jsonReader)
Reads an instance of Big |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Big |
value()
Get the value property: List of Big Data pools. |
|
Big |
withNextLink(String nextLink)
Set the next |
|
Big |
withValue(List<BigDataPoolResourceInfoInner> value)
Set the value property: List of Big Data pools. |
Methods inherited from java.lang.Object
Constructor Details
BigDataPoolResourceInfoListResult
public BigDataPoolResourceInfoListResult()
Creates an instance of BigDataPoolResourceInfoListResult class.
Method Details
fromJson
public static BigDataPoolResourceInfoListResult fromJson(JsonReader jsonReader)
Reads an instance of BigDataPoolResourceInfoListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Link to the next page of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<BigDataPoolResourceInfoInner> value()
Get the value property: List of Big Data pools.
Returns:
withNextLink
public BigDataPoolResourceInfoListResult withNextLink(String nextLink)
Set the nextLink property: Link to the next page of results.
Parameters:
Returns:
withValue
public BigDataPoolResourceInfoListResult withValue(List<BigDataPoolResourceInfoInner> value)
Set the value property: List of Big Data pools.
Parameters:
Returns: