ProtectableObjectOperationsExtensions.ListCSM(IProtectableObjectOperations, String, String, CSMItemQueryObject, 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 items
public static Microsoft.Azure.Management.BackupServices.Models.CSMItemListOperationResponse ListCSM (this Microsoft.Azure.Management.BackupServices.IProtectableObjectOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.BackupServices.Models.CSMItemQueryObject csmparameters, Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders customRequestHeaders);
static member ListCSM : Microsoft.Azure.Management.BackupServices.IProtectableObjectOperations * string * string * Microsoft.Azure.Management.BackupServices.Models.CSMItemQueryObject * Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders -> Microsoft.Azure.Management.BackupServices.Models.CSMItemListOperationResponse
Parameters
- operations
- IProtectableObjectOperations
Reference to the Microsoft.Azure.Management.BackupServices.IProtectableObjectOperations.
- resourceGroupName
- System.String
Required.
- resourceName
- System.String
Required.
- csmparameters
- CSMItemQueryObject
Optional. Protectable objects query parameter.
- customRequestHeaders
- CustomRequestHeaders
Optional. Request header parameters.
Returns
The definition of a CSMItemListOperationResponse.