次の方法で共有


PurviewAccountClient.GetCollectionsAsync(String, RequestOptions) メソッド

定義

アカウント内のコレクションを一覧表示します。

public virtual System.Threading.Tasks.Task<Azure.Response> GetCollectionsAsync (string skipToken = default, Azure.RequestOptions options = default);
abstract member GetCollectionsAsync : string * Azure.RequestOptions -> System.Threading.Tasks.Task<Azure.Response>
override this.GetCollectionsAsync : string * Azure.RequestOptions -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function GetCollectionsAsync (Optional skipToken As String = Nothing, Optional options As RequestOptions = Nothing) As Task(Of Response)

パラメーター

skipToken
String

使用する文字列。

options
Azure.RequestOptions

要求オプション。

戻り値

適用対象