Class TagCount
java.lang.Object
com.microsoft.azure.management.resources.TagCount
Tag count.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TagCount
public TagCount()
-
-
Method Details
-
type
Get type of count.- Returns:
- the type value
-
withType
Set type of count.- Parameters:
type
- the type value to set- Returns:
- the TagCount object itself.
-
value
Get value of count.- Returns:
- the value value
-
withValue
Set value of count.- Parameters:
value
- the value value to set- Returns:
- the TagCount object itself.
-