CloudJobListPreparationAndReleaseTaskStatusResponse.NextLink Property

 

Required. Gets or sets the URL to get the next set of results.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.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

CloudJobListPreparationAndReleaseTaskStatusResponse Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top