UpdateResource Class
- java.
lang. Object - com.
azure. resourcemanager. devtestlabs. models. UpdateResource
- com.
Implements
public class UpdateResource
implements JsonSerializable<UpdateResource>
Represents an update resource.
Constructor Summary
| Constructor | Description |
|---|---|
| UpdateResource() |
Creates an instance of Update |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Update |
fromJson(JsonReader jsonReader)
Reads an instance of Update |
| Map<String,String> |
tags()
Get the tags property: The tags of the resource. |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Update |
withTags(Map<String,String> tags)
Set the tags property: The tags of the resource. |
Methods inherited from java.lang.Object
Constructor Details
UpdateResource
public UpdateResource()
Creates an instance of UpdateResource class.
Method Details
fromJson
public static UpdateResource fromJson(JsonReader jsonReader)
Reads an instance of UpdateResource from the JsonReader.
Parameters:
Returns:
Throws:
tags
public Map<String,String> tags()
Get the tags property: The tags of the resource.
Returns:
toJson
withTags
public UpdateResource withTags(Map<String,String> tags)
Set the tags property: The tags of the resource.
Parameters:
Returns: