MarsContainerOperationsExtensions.ListMarsContainersByTypeAndFriendlyNameAsync(IMarsContainerOperations, String, String, MarsContainerType, String, CustomRequestHeaders) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the list of all container based on the given query filter string.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.Models.ListMarsContainerOperationResponse> ListMarsContainersByTypeAndFriendlyNameAsync (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 ListMarsContainersByTypeAndFriendlyNameAsync : Microsoft.Azure.Management.BackupServices.IMarsContainerOperations * string * string * Microsoft.Azure.Management.BackupServices.Models.MarsContainerType * string * Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders -> System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.Models.ListMarsContainerOperationResponse>
Parameters
- operations
- IMarsContainerOperations
Reference to the Microsoft.Azure.Management.BackupServices.IMarsContainerOperations.
- resourceGroupName
- System.String
Required.
- resourceName
- System.String
Required.
- containerType
- MarsContainerType
Required. Type of container.
- friendlyName
- System.String
Required. Friendly name of container.
- customRequestHeaders
- CustomRequestHeaders
Optional. Request header parameters.
Returns
- System.Threading.Tasks.Task<ListMarsContainerOperationResponse>
List of Microsoft Azure Recovery Services (MARS) containers.