次の方法で共有


TriggersOperationsExtensions.ListByShareSubscriptionAsync メソッド

定義

共有サブスクリプションのトリガーを一覧表示します。

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))

パラメーター

operations
ITriggersOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループ名。

accountName
String

共有アカウントの名前。

shareSubscriptionName
String

共有サブスクリプションの名前。

skipToken
String

継続トークン

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

共有サブスクリプションのトリガーを一覧表示する

適用対象