public final class Tags extends Object
| Constructor and Description |
|---|
Tags() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
tags()
Get the tags property: Dictionary of <string>.
|
void |
validate()
Validates the instance.
|
Tags |
withTags(Map<String,String> tags)
Set the tags property: Dictionary of <string>.
|
public Map<String,String> tags()
public Tags withTags(Map<String,String> tags)
tags - the tags value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.