PatchResourceGuardInput Class
- java.
lang. Object - com.
azure. resourcemanager. dataprotection. models. PatchResourceGuardInput
- com.
Implements
public final class PatchResourceGuardInput
implements JsonSerializable<PatchResourceGuardInput>
Patch Request content for Microsoft.DataProtection Resource Guard resources.
Constructor Summary
| Constructor | Description |
|---|---|
| PatchResourceGuardInput() |
Creates an instance of Patch |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Patch |
fromJson(JsonReader jsonReader)
Reads an instance of Patch |
| Map<String,String> |
tags()
Get the tags property: Resource Guard tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Patch |
withTags(Map<String,String> tags)
Set the tags property: Resource Guard tags. |
Methods inherited from java.lang.Object
Constructor Details
PatchResourceGuardInput
public PatchResourceGuardInput()
Creates an instance of PatchResourceGuardInput class.
Method Details
fromJson
public static PatchResourceGuardInput fromJson(JsonReader jsonReader)
Reads an instance of PatchResourceGuardInput from the JsonReader.
Parameters:
Returns:
Throws:
tags
public Map<String,String> tags()
Get the tags property: Resource Guard tags.
Returns:
toJson
withTags
public PatchResourceGuardInput withTags(Map<String,String> tags)
Set the tags property: Resource Guard tags.
Parameters:
Returns: