ConsumerSourceDataSetsOperationsExtensions.ListByShareSubscription Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET