ShareDataSetCollection.GetAllAsync Method

Definition

List DataSets in a share

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/dataSets
  • Operation Id: DataSets_ListByShare
public virtual Azure.AsyncPageable<Azure.ResourceManager.DataShare.ShareDataSetResource> GetAllAsync (string skipToken = default, string filter = default, string orderby = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataShare.ShareDataSetResource>
override this.GetAllAsync : string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataShare.ShareDataSetResource>
Public Overridable Function GetAllAsync (Optional skipToken As String = Nothing, Optional filter As String = Nothing, Optional orderby As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ShareDataSetResource)

Parameters

skipToken
String

continuation token.

filter
String

Filters the results using OData syntax.

orderby
String

Sorts the results using OData syntax.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of ShareDataSetResource that may take multiple service requests to iterate over.

Applies to