ComponentsResource Constructors

Definition

Overloads

ComponentsResource()

Initializes a new instance of the ComponentsResource class.

ComponentsResource(String, String, String, String, IDictionary<String,String>)

Initializes a new instance of the ComponentsResource class.

ComponentsResource()

Initializes a new instance of the ComponentsResource class.

public ComponentsResource ();

Applies to

Azure SDK for .NET Legacy
Prodotto Versioni
Azure SDK for .NET Legacy

ComponentsResource(String, String, String, String, IDictionary<String,String>)

Initializes a new instance of the ComponentsResource class.

public ComponentsResource (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default);

Parameters

location
String

Resource location

id
String

Azure resource Id

name
String

Azure resource name

type
String

Azure resource type

tags
IDictionary<String,String>

Resource tags

Applies to

Azure SDK for .NET Legacy
Prodotto Versioni
Azure SDK for .NET Legacy