IDataSourceOperations.ListCSMAsync 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 Datasources.
public System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.Models.CSMProtectedItemListOperationResponse> ListCSMAsync (string resourceGroupName, string resourceName, Microsoft.Azure.Management.BackupServices.Models.CSMProtectedItemQueryObject csmparameters, Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders customRequestHeaders, System.Threading.CancellationToken cancellationToken);
abstract member ListCSMAsync : string * string * Microsoft.Azure.Management.BackupServices.Models.CSMProtectedItemQueryObject * Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.Models.CSMProtectedItemListOperationResponse>
Public Function ListCSMAsync (resourceGroupName As String, resourceName As String, csmparameters As CSMProtectedItemQueryObject, customRequestHeaders As CustomRequestHeaders, cancellationToken As CancellationToken) As Task(Of CSMProtectedItemListOperationResponse)
Parameters
- resourceGroupName
- String
- resourceName
- String
- csmparameters
- CSMProtectedItemQueryObject
DataSource query parameter.
- customRequestHeaders
- CustomRequestHeaders
Request header parameters.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The definition of a CSMProtectedItemListOperationResponse.
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