Class TagCount
- java.lang.Object
-
- com.microsoft.azure.management.resources.TagCount
-
public class TagCount extends Object
Tag count.
-
-
Constructor Summary
Constructors Constructor Description TagCount()
-
-
-
Method Detail
-
type
public String type()
Get the type value.- Returns:
- the type value
-
withType
public TagCount withType(String type)
Set the type value.- Parameters:
type- the type value to set- Returns:
- the TagCount object itself.
-
value
public Integer value()
Get the value value.- Returns:
- the value value
-
-