共用方式為


ConsumerSourceDataSetsOperationsExtensions.ListByShareSubscription Method

Definition

Get source dataSets of a shareSubscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.ConsumerSourceDataSet> ListByShareSubscription (this Microsoft.Azure.Management.DataShare.IConsumerSourceDataSetsOperations operations, string resourceGroupName, string accountName, string shareSubscriptionName, string skipToken = default);
static member ListByShareSubscription : Microsoft.Azure.Management.DataShare.IConsumerSourceDataSetsOperations * string * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.ConsumerSourceDataSet>
<Extension()>
Public Function ListByShareSubscription (operations As IConsumerSourceDataSetsOperations, resourceGroupName As String, accountName As String, shareSubscriptionName As String, Optional skipToken As String = Nothing) As 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

Returns

Remarks

Get source dataSets of a shareSubscription

Applies to