Condividi tramite


IMarsContainerOperations.ListMarsContainersByTypeAsync Metodo

Definizione

Ottenere l'elenco di tutti i contenitori in base alla stringa di filtro di query specificata.

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)

Parametri

resourceGroupName
String
resourceName
String
containerType
MarsContainerType

Tipo di contenitore.

customRequestHeaders
CustomRequestHeaders

Parametri dell'intestazione della richiesta.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Elenco dei contenitori di Microsoft Azure Recovery Services (MARS).

Si applica a