MarsContainerOperationsExtensions.ListMarsContainersByType Methode

Definitie

Haal de lijst met alle containers op op basis van de opgegeven queryfiltertekenreeks.

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

Parameters

operations
IMarsContainerOperations

Verwijzing naar Microsoft.Azure.Management.BackupServices.IMarsContainerOperations.

resourceGroupName
String

Vereist.

resourceName
String

Vereist.

containerType
MarsContainerType

Vereist. Type container.

customRequestHeaders
CustomRequestHeaders

Optioneel. Aanvraagheaderparameters.

Retouren

Lijst met MARS-containers (Microsoft Azure Recovery Services).

Van toepassing op