次の方法で共有


TableOperationsExtensions.List(ITableOperations, String, String) メソッド

定義

指定したストレージ アカウントのすべてのテーブルの一覧を取得します

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Storage.Models.Table> List (this Microsoft.Azure.Management.Storage.ITableOperations operations, string resourceGroupName, string accountName);
static member List : Microsoft.Azure.Management.Storage.ITableOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Storage.Models.Table>
<Extension()>
Public Function List (operations As ITableOperations, resourceGroupName As String, accountName As String) As IPage(Of Table)

パラメーター

operations
ITableOperations

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

resourceGroupName
String

ユーザーのサブスクリプション内のリソース グループの名前。 名前の大文字と小文字は区別されます。

accountName
String

指定したリソース グループ内のストレージ アカウントの名前。 ストレージ アカウント名の長さは 3 ~ 24 文字で、数字と小文字のみを使用する必要があります。

戻り値

適用対象