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