TagSettingsProperties Class
- java.
lang. Object - com.
azure. resourcemanager. maintenance. models. TagSettingsProperties
- com.
public final class TagSettingsProperties
Tag filter information for the VM.
Constructor Summary
| Constructor | Description |
|---|---|
| TagSettingsProperties() |
Creates an instance of Tag |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Tag |
filterOperator()
Get the filter |
| Map<String,List<String>> |
tags()
Get the tags property: Dictionary of tags with its list of values. |
| void |
validate()
Validates the instance. |
|
Tag |
withFilterOperator(TagOperators filterOperator)
Set the filter |
|
Tag |
withTags(Map<String,List<String>> tags)
Set the tags property: Dictionary of tags with its list of values. |
Methods inherited from java.lang.Object
Constructor Details
TagSettingsProperties
public TagSettingsProperties()
Creates an instance of TagSettingsProperties class.
Method Details
filterOperator
public TagOperators filterOperator()
Get the filterOperator property: Filter VMs by Any or All specified tags.
Returns:
tags
public Map<String,List<String>> tags()
Get the tags property: Dictionary of tags with its list of values.
Returns:
validate
public void validate()
Validates the instance.
withFilterOperator
public TagSettingsProperties withFilterOperator(TagOperators filterOperator)
Set the filterOperator property: Filter VMs by Any or All specified tags.
Parameters:
Returns:
withTags
public TagSettingsProperties withTags(Map<String,List<String>> tags)
Set the tags property: Dictionary of tags with its list of values.
Parameters:
Returns: