Resource.Type Property
Resource type
Namespace: Microsoft.Azure.Management.DataLake.Store.Models
Assembly: Microsoft.Azure.Management.DataLake.Store (in Microsoft.Azure.Management.DataLake.Store.dll)
Syntax
[JsonPropertyAttribute(PropertyName = "type")]
public string Type { get; private set; }
public:
[JsonPropertyAttribute(PropertyName = "type")]
property String^ Type {
String^ get();
private: void set(String^ value);
}
[<JsonPropertyAttribute(PropertyName = "type")>]
member Type : string with get, private set
<JsonPropertyAttribute(PropertyName := "type")>
Public Property Type 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