TagsResource(Tags) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of TagsResource.
public TagsResource (Azure.ResourceManager.Resources.Models.Tags properties);
new Azure.ResourceManager.Resources.Models.TagsResource : Azure.ResourceManager.Resources.Models.Tags -> Azure.ResourceManager.Resources.Models.TagsResource
Public Sub New (properties As Tags)
Parameters
- properties
- Tags
The set of tags.
Exceptions
System.ArgumentNullException
properties
is null.