次の方法で共有


SqlDatabaseCollection.GetAllAsync(String, CancellationToken) メソッド

定義

データベースの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases
  • 操作IdDatabases_ListByServer
public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.SqlDatabaseResource> GetAllAsync (string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.SqlDatabaseResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.SqlDatabaseResource>
Public Overridable Function GetAllAsync (Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SqlDatabaseResource)

パラメーター

skipToken
String

使用する文字列。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の SqlDatabaseResource サービス要求を受け取る可能性がある の非同期コレクション。

適用対象