Share via


Resource.Id Property

 

Resource Id

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

Syntax

[JsonPropertyAttribute(PropertyName = "id")]
public string Id { get; private set; }
public:
[JsonPropertyAttribute(PropertyName = "id")]
property String^ Id {
    String^ get();
    private: void set(String^ value);
}
[<JsonPropertyAttribute(PropertyName = "id")>]
member Id : string with get, private set
<JsonPropertyAttribute(PropertyName := "id")>
Public Property Id As String
    Get
    Private Set
End Property

Property Value

Type: System.String

See Also

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

Return to top