Share via


Resource.Location Property

 

Resource location

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

Syntax

[JsonPropertyAttribute(PropertyName = "location")]
public string Location { get; set; }
public:
[JsonPropertyAttribute(PropertyName = "location")]
property String^ Location {
    String^ get();
    void set(String^ value);
}
[<JsonPropertyAttribute(PropertyName = "location")>]
member Location : string with get, set
<JsonPropertyAttribute(PropertyName := "location")>
Public Property Location As String

Property Value

Type: System.String

See Also

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

Return to top