Share via


AzureAsyncOperationResponse.Location Property

 

Optional. Gets or sets the azure async operation Uri.

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

Syntax

public string Location { get; set; }
public:
property String^ Location {
    String^ get();
    void set(String^ value);
}
member Location : string with get, set
Public Property Location As String

Property Value

Type: System.String

See Also

AzureAsyncOperationResponse Class
Microsoft.Azure.Management.DataLake.Analytics.Models Namespace

Return to top