次の方法で共有


ContainerOperationsExtensions.ListAsync メソッド

定義

指定されたクエリ フィルター文字列に基づいて、すべてのコンテナーの一覧を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.Models.CSMContainerListOperationResponse> ListAsync(this Microsoft.Azure.Management.BackupServices.IContainerOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.BackupServices.Models.ContainerQueryParameters parameters, Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders customRequestHeaders);
static member ListAsync : Microsoft.Azure.Management.BackupServices.IContainerOperations * string * string * Microsoft.Azure.Management.BackupServices.Models.ContainerQueryParameters * Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders -> System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.Models.CSMContainerListOperationResponse>
<Extension()>
Public Function ListAsync (operations As IContainerOperations, resourceGroupName As String, resourceName As String, parameters As ContainerQueryParameters, customRequestHeaders As CustomRequestHeaders) As Task(Of CSMContainerListOperationResponse)

パラメーター

operations
IContainerOperations

Microsoft.Azure.Management.BackupServices.IContainerOperations への参照。

resourceGroupName
String

必須。

resourceName
String

必須です。

parameters
ContainerQueryParameters

省略可能。 コンテナー クエリ パラメーター。

customRequestHeaders
CustomRequestHeaders

省略可能。 要求ヘッダー パラメーター。

戻り値

CSMContainerListOperationResponse の定義。

適用対象