Bagikan melalui


TriggersOperationsExtensions.ListByShareSubscriptionNext Method

Definition

List Triggers in a share subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.Trigger> ListByShareSubscriptionNext (this Microsoft.Azure.Management.DataShare.ITriggersOperations operations, string nextPageLink);
static member ListByShareSubscriptionNext : Microsoft.Azure.Management.DataShare.ITriggersOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.Trigger>
<Extension()>
Public Function ListByShareSubscriptionNext (operations As ITriggersOperations, nextPageLink As String) As IPage(Of Trigger)

Parameters

operations
ITriggersOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

List Triggers in a share subscription

Applies to