Resource Constructors

Definition

Overloads

Resource()

Initializes a new instance of the Resource class.

Resource(String, String, String, String, IDictionary<String,String>)

Initializes a new instance of the Resource class.

Resource()

Initializes a new instance of the Resource class.

public Resource ();

Applies to

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

Resource(String, String, String, String, IDictionary<String,String>)

Initializes a new instance of the Resource class.

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

Parameters

location
String

The resource location.

id
String

The resource identifier.

name
String

The resource name.

type
String

The resource type.

tags
IDictionary<String,String>

The resource tags.

Applies to

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