Share via


Resource Constructor

 

Namespace:   Microsoft.Azure.Management.DataLake.Store.Models
Assembly:  Microsoft.Azure.Management.DataLake.Store (in Microsoft.Azure.Management.DataLake.Store.dll)

Overload List

Name Description
System_CAPS_pubmethod Resource()

Initializes a new instance of the Resource class.

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

Initializes a new instance of the Resource class.

See Also

Resource Class
Microsoft.Azure.Management.DataLake.Store.Models Namespace

Return to top

Resource Constructor ()

Initializes a new instance of the Resource class.

Syntax

public Resource()
public:
Resource()
new : unit -> Resource
Public Sub New

Return to top

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

Initializes a new instance of the Resource class.

Syntax

public Resource(
    string location,
    string id = null,
    string name = null,
    string type = null,
    IDictionary<string, string> tags = null
)
public:
Resource(
    String^ location,
    String^ id = null,
    String^ name = null,
    String^ type = null,
    IDictionary<String^, String^>^ tags = null
)
new : 
        location:string *
        id:string = null *
        name:string = null *
        type:string = null *
        tags:IDictionary<string, string> = null -> Resource
Public Sub New (
    location As String,
    id As String,
    name As String,
    type As String,
    tags As IDictionary(Of String, String)
)

Parameters

Return to top