Condividi tramite


IMarsContainerOperations.ListMarsContainersByTypeAndFriendlyNameAsync 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> ListMarsContainersByTypeAndFriendlyNameAsync (string resourceGroupName, string resourceName, Microsoft.Azure.Management.BackupServices.Models.MarsContainerType containerType, string friendlyName, Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders customRequestHeaders, System.Threading.CancellationToken cancellationToken);
abstract member ListMarsContainersByTypeAndFriendlyNameAsync : string * string * Microsoft.Azure.Management.BackupServices.Models.MarsContainerType * string * Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.Models.ListMarsContainerOperationResponse>
Public Function ListMarsContainersByTypeAndFriendlyNameAsync (resourceGroupName As String, resourceName As String, containerType As MarsContainerType, friendlyName As String, customRequestHeaders As CustomRequestHeaders, cancellationToken As CancellationToken) As Task(Of ListMarsContainerOperationResponse)

Parametri

resourceGroupName
String
resourceName
String
containerType
MarsContainerType

Tipo di contenitore.

friendlyName
String

Nome descrittivo del 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