Class TagsResourceInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.resources.fluent.models.TagsResourceInner
-
public final class TagsResourceInner extends com.azure.core.management.ProxyResourceWrapper resource for tags API requests and responses.
-
-
Constructor Summary
Constructors Constructor Description TagsResourceInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tagsproperties()Get the properties property: The set of tags.voidvalidate()Validates the instance.TagsResourceInnerwithProperties(Tags properties)Set the properties property: The set of tags.
-
-
-
Method Detail
-
properties
public Tags properties()
Get the properties property: The set of tags.- Returns:
- the properties value.
-
withProperties
public TagsResourceInner withProperties(Tags properties)
Set the properties property: The set of tags.- Parameters:
properties- the properties value to set.- Returns:
- the TagsResourceInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-