Tags Class

  • java.lang.Object
    • com.microsoft.azure.management.resources.Tags

public class Tags

A dictionary of name and value pairs.

Constructor Summary

Constructor Description
Tags()

Method Summary

Modifier and Type Method and Description
java.util.Map<java.lang.String,java.lang.String> tags()

Get the tags value.

Tags withTags(Map<String,String> tags)

Set the tags value.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

Tags

public Tags()

Method Details

tags

public Map tags()

Get the tags value.

Returns:

the tags value

withTags

public Tags withTags(Map tags)

Set the tags value.

Parameters:

tags - the tags value to set

Returns:

the Tags object itself.

Applies to