TagsObject Class

  • java.lang.Object
    • com.azure.resourcemanager.network.models.TagsObject

public final class TagsObject

Tags object for patch operations.

Constructor Summary

Constructor Description
TagsObject()

Creates an instance of TagsObject class.

Method Summary

Modifier and Type Method and Description
Map<String,String> tags()

Get the tags property: Resource tags.

void validate()

Validates the instance.

TagsObject withTags(Map<String,String> tags)

Set the tags property: Resource tags.

Methods inherited from java.lang.Object

Constructor Details

TagsObject

public TagsObject()

Creates an instance of TagsObject class.

Method Details

tags

public Map tags()

Get the tags property: Resource tags.

Returns:

the tags value.

validate

public void validate()

Validates the instance.

withTags

public TagsObject withTags(Map tags)

Set the tags property: Resource tags.

Parameters:

tags - the tags value to set.

Returns:

the TagsObject object itself.

Applies to