ResourcePatch Class

  • java.lang.Object
    • com.azure.resourcemanager.scvmm.models.ResourcePatch

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.

ResourcePatch 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:

the tags value.

validate

public void validate()

Validates the instance.

withTags

public ResourcePatch withTags(Map<String,String> tags)

Set the tags property: Resource tags.

Parameters:

tags - the tags value to set.

Returns:

the ResourcePatch object itself.

Applies to