DataLakeAnalyticsAccountListDataLakeStoreResponse.NextLink Property

 

Optional. Gets or sets the link (url) to the next page of results.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top