IMarsContainerOperations.ListMarsContainersByTypeAsync 方法

定義

根據指定的查詢篩選字串取得所有容器的清單。

public System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.Models.ListMarsContainerOperationResponse> ListMarsContainersByTypeAsync (string resourceGroupName, string resourceName, Microsoft.Azure.Management.BackupServices.Models.MarsContainerType containerType, Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders customRequestHeaders, System.Threading.CancellationToken cancellationToken);
abstract member ListMarsContainersByTypeAsync : string * string * Microsoft.Azure.Management.BackupServices.Models.MarsContainerType * Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.Models.ListMarsContainerOperationResponse>
Public Function ListMarsContainersByTypeAsync (resourceGroupName As String, resourceName As String, containerType As MarsContainerType, customRequestHeaders As CustomRequestHeaders, cancellationToken As CancellationToken) As Task(Of ListMarsContainerOperationResponse)

參數

resourceGroupName
String
resourceName
String
containerType
MarsContainerType

容器的類型。

customRequestHeaders
CustomRequestHeaders

要求標頭參數。

cancellationToken
CancellationToken

取消權杖。

傳回

Microsoft Azure 復原服務 (MARS) 容器的清單。

適用於