共用方式為


ConsumerSourceDataSetsOperationsExtensions.ListByShareSubscriptionAsync Method

Definition

Get source dataSets of a shareSubscription.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.ConsumerSourceDataSet>> ListByShareSubscriptionAsync (this Microsoft.Azure.Management.DataShare.IConsumerSourceDataSetsOperations operations, string resourceGroupName, string accountName, string shareSubscriptionName, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByShareSubscriptionAsync : Microsoft.Azure.Management.DataShare.IConsumerSourceDataSetsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.ConsumerSourceDataSet>>
<Extension()>
Public Function ListByShareSubscriptionAsync (operations As IConsumerSourceDataSetsOperations, resourceGroupName As String, accountName As String, shareSubscriptionName As String, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ConsumerSourceDataSet))

Parameters

operations
IConsumerSourceDataSetsOperations

The operations group for this extension method.

resourceGroupName
String

The resource group name.

accountName
String

The name of the share account.

shareSubscriptionName
String

The name of the shareSubscription.

skipToken
String

Continuation token

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Get source dataSets of a shareSubscription

Applies to