TagsResource Constructors

Definition

Overloads

TagsResource()

Initializes a new instance of the TagsResource class.

TagsResource(Tags, String, String, String)

Initializes a new instance of the TagsResource class.

TagsResource()

Initializes a new instance of the TagsResource class.

public TagsResource ();
Public Sub New ()

Applies to

TagsResource(Tags, String, String, String)

Initializes a new instance of the TagsResource class.

public TagsResource (Microsoft.Azure.Management.ResourceManager.Models.Tags properties, string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.ResourceManager.Models.TagsResource : Microsoft.Azure.Management.ResourceManager.Models.Tags * string * string * string -> Microsoft.Azure.Management.ResourceManager.Models.TagsResource
Public Sub New (properties As Tags, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)

Parameters

properties
Tags

The set of tags.

id
String

The ID of the tags wrapper resource.

name
String

The name of the tags wrapper resource.

type
String

The type of the tags wrapper resource.

Applies to