ResourcePatch Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. ResourcePatch
- com.
public final class ResourcePatch
Object containing tags updates for patch operations.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ResourcePatch() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,String> |
tags()
Get the tags property: Resource tags. |
| void |
validate()
Validates the instance. |
|
Resource |
withTags(Map<String,String> tags)
Set the tags property: Resource tags. |
Methods inherited from java.lang.Object
Constructor Details
ResourcePatch
public ResourcePatch()
Method Details
tags
public Map<String,String> tags()
Get the tags property: Resource tags.
Returns:
validate
public void validate()
Validates the instance.
withTags
public ResourcePatch withTags(Map<String,String> tags)
Set the tags property: Resource tags.
Parameters:
Returns: