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