AccountPatchResource Class
- java.
lang. Object - com.
azure. resourcemanager. graphservices. models. TagUpdate - com.
azure. resourcemanager. graphservices. models. AccountPatchResource
- com.
- com.
public final class AccountPatchResource
extends TagUpdate
Account patch properties.
Constructor Summary
| Constructor | Description |
|---|---|
| AccountPatchResource() |
Creates an instance of Account |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Account |
fromJson(JsonReader jsonReader)
Reads an instance of Account |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Account |
withTags(Map<String,String> tags)
Set the tags property: List of key value pairs that describe the resource. |
Methods inherited from TagUpdate
Methods inherited from java.lang.Object
Constructor Details
AccountPatchResource
public AccountPatchResource()
Creates an instance of AccountPatchResource class.
Method Details
fromJson
public static AccountPatchResource fromJson(JsonReader jsonReader)
Reads an instance of AccountPatchResource from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
AccountPatchResource.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
AccountPatchResource.validate()withTags
public AccountPatchResource withTags(Map<String,String> tags)
Set the tags property: List of key value pairs that describe the resource. This will overwrite the existing tags.
Overrides:
AccountPatchResource.withTags(Map<String,String> tags)Parameters: