CassandraClusterResource.GetCommand(CancellationToken) 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.
List all commands currently running on ring info
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/cassandraClusters/{clusterName}/commands
- Operation Id: CassandraClusters_ListCommand
- Default Api Version: 2024-12-01-preview
- Resource: CassandraClusterResource
public virtual Azure.Pageable<Azure.ResourceManager.CosmosDB.Models.CassandraClusterCommand> GetCommand(System.Threading.CancellationToken cancellationToken = default);
abstract member GetCommand : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CosmosDB.Models.CassandraClusterCommand>
override this.GetCommand : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CosmosDB.Models.CassandraClusterCommand>
Public Overridable Function GetCommand (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CassandraClusterCommand)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of CassandraClusterCommand that may take multiple service requests to iterate over.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET