Share via


Resource Class

 

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

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Management.DataLake.Store.Models.Resource

Syntax

public class Resource : IResource
public ref class Resource : IResource
type Resource = 
    class
        interface IResource
    end
Public Class Resource
    Implements IResource

Constructors

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.

Properties

Name Description
System_CAPS_pubproperty Id

Resource Id

System_CAPS_pubproperty Location

Resource location

System_CAPS_pubproperty Name

Resource name

System_CAPS_pubproperty Tags

Resource tags

System_CAPS_pubproperty Type

Resource type

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod Validate()

Validate the object. Throws ValidationException if validation fails.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

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

Return to top