BigDataPoolPatchInfo Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. BigDataPoolPatchInfo
- com.
Implements
public final class BigDataPoolPatchInfo
implements JsonSerializable<BigDataPoolPatchInfo>
Patch for a Big Data pool Properties patch for a Big Data pool.
Constructor Summary
| Constructor | Description |
|---|---|
| BigDataPoolPatchInfo() |
Creates an instance of Big |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Big |
fromJson(JsonReader jsonReader)
Reads an instance of Big |
| Map<String,String> |
tags()
Get the tags property: Updated tags for the Big Data pool. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Big |
withTags(Map<String,String> tags)
Set the tags property: Updated tags for the Big Data pool. |
Methods inherited from java.lang.Object
Constructor Details
BigDataPoolPatchInfo
public BigDataPoolPatchInfo()
Creates an instance of BigDataPoolPatchInfo class.
Method Details
fromJson
public static BigDataPoolPatchInfo fromJson(JsonReader jsonReader)
Reads an instance of BigDataPoolPatchInfo from the JsonReader.
Parameters:
Returns:
Throws:
tags
public Map<String,String> tags()
Get the tags property: Updated tags for the Big Data pool.
Returns:
toJson
validate
public void validate()
Validates the instance.
withTags
public BigDataPoolPatchInfo withTags(Map<String,String> tags)
Set the tags property: Updated tags for the Big Data pool.
Parameters:
Returns: