ContainerOperationsExtensions.List 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 Microsoft.Azure.Management.BackupServices.Models.CSMContainerListOperationResponse List (this Microsoft.Azure.Management.BackupServices.IContainerOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.BackupServices.Models.ContainerQueryParameters parameters, Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders customRequestHeaders);
static member List : Microsoft.Azure.Management.BackupServices.IContainerOperations * string * string * Microsoft.Azure.Management.BackupServices.Models.ContainerQueryParameters * Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders -> Microsoft.Azure.Management.BackupServices.Models.CSMContainerListOperationResponse
<Extension()>
Public Function List (operations As IContainerOperations, resourceGroupName As String, resourceName As String, parameters As ContainerQueryParameters, customRequestHeaders As CustomRequestHeaders) As CSMContainerListOperationResponse
Parameters
- operations
- IContainerOperations
Reference to the Microsoft.Azure.Management.BackupServices.IContainerOperations.
- resourceGroupName
- String
Required.
- resourceName
- String
Required.
- parameters
- ContainerQueryParameters
Optional. Container query parameters.
- customRequestHeaders
- CustomRequestHeaders
Optional. Request header parameters.
Returns
The definition of a CSMContainerListOperationResponse.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET