InstancePoolUpdate Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. InstancePoolUpdate
- com.
Implements
public final class InstancePoolUpdate
implements JsonSerializable<InstancePoolUpdate>
An update to an Instance pool.
Constructor Summary
| Constructor | Description |
|---|---|
| InstancePoolUpdate() |
Creates an instance of Instance |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Instance |
fromJson(JsonReader jsonReader)
Reads an instance of Instance |
| Map<String,String> |
tags()
Get the tags property: Resource tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Instance |
withTags(Map<String,String> tags)
Set the tags property: Resource tags. |
Methods inherited from java.lang.Object
Constructor Details
InstancePoolUpdate
public InstancePoolUpdate()
Creates an instance of InstancePoolUpdate class.
Method Details
fromJson
public static InstancePoolUpdate fromJson(JsonReader jsonReader)
Reads an instance of InstancePoolUpdate from the JsonReader.
Parameters:
Returns:
Throws:
tags
public Map<String,String> tags()
Get the tags property: Resource tags.
Returns:
toJson
validate
public void validate()
Validates the instance.
withTags
public InstancePoolUpdate withTags(Map<String,String> tags)
Set the tags property: Resource tags.
Parameters:
Returns: