Bagikan melalui


TriggersOperationsExtensions.ListByShareSubscriptionAsync Method

Definition

List Triggers in a share subscription.

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

Parameters

operations
ITriggersOperations

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 share subscription.

skipToken
String

Continuation token

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

List Triggers in a share subscription

Applies to