TagsResourceInner Constructors

Definition

Overloads

TagsResourceInner()

Initializes a new instance of the TagsResourceInner class.

TagsResourceInner(TagsInner, String, String, String)

Initializes a new instance of the TagsResourceInner class.

TagsResourceInner()

Initializes a new instance of the TagsResourceInner class.

public TagsResourceInner ();
Public Sub New ()

Applies to

TagsResourceInner(TagsInner, String, String, String)

Initializes a new instance of the TagsResourceInner class.

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

Parameters

properties
TagsInner

The set of tags.

id
String
name
String
type
String

Applies to