Condividi tramite


MarsContainerOperationsExtensions.ListMarsContainersByTypeAndFriendlyName Metodo

Definizione

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

public static Microsoft.Azure.Management.BackupServices.Models.ListMarsContainerOperationResponse ListMarsContainersByTypeAndFriendlyName (this Microsoft.Azure.Management.BackupServices.IMarsContainerOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.BackupServices.Models.MarsContainerType containerType, string friendlyName, Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders customRequestHeaders);
static member ListMarsContainersByTypeAndFriendlyName : Microsoft.Azure.Management.BackupServices.IMarsContainerOperations * string * string * Microsoft.Azure.Management.BackupServices.Models.MarsContainerType * string * Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders -> Microsoft.Azure.Management.BackupServices.Models.ListMarsContainerOperationResponse
<Extension()>
Public Function ListMarsContainersByTypeAndFriendlyName (operations As IMarsContainerOperations, resourceGroupName As String, resourceName As String, containerType As MarsContainerType, friendlyName As String, customRequestHeaders As CustomRequestHeaders) As ListMarsContainerOperationResponse

Parametri

operations
IMarsContainerOperations

Riferimento a Microsoft.Azure.Management.BackupServices.IMarsContainerOperations.

resourceGroupName
String

Obbligatorio.

resourceName
String

Obbligatorio.

containerType
MarsContainerType

Obbligatorio. Tipo di contenitore.

friendlyName
String

Obbligatorio. Nome descrittivo del contenitore.

customRequestHeaders
CustomRequestHeaders

Facoltativa. Parametri dell'intestazione della richiesta.

Restituisce

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

Si applica a