TagCount Class

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

public class TagCount

Tag count.

Method Summary

Modifier and Type Method and Description
String type()

Get the type value.

Integer value()

Get the value value.

TagCount withType(String type)

Set the type value.

TagCount withValue(Integer value)

Set the value value.

Method Details

type

public String type()

Get the type value.

Returns:

the type value

value

public Integer value()

Get the value value.

Returns:

the value value

withType

public TagCount withType(String type)

Set the type value.

Parameters:

type - the type value to set

Returns:

the TagCount object itself.

withValue

public TagCount withValue(Integer value)

Set the value value.

Parameters:

value - the value value to set

Returns:

the TagCount object itself.

Applies to