ChaosCapabilityTypeCollection.GetAll(String, CancellationToken) Method

Definition

Get a list of Capability Type resources for given Target Type and location.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Chaos/locations/{locationName}/targetTypes/{targetTypeName}/capabilityTypes
  • Operation Id: CapabilityTypes_List
  • Default Api Version: 2024-01-01
  • Resource: ChaosCapabilityTypeResource
public virtual Azure.Pageable<Azure.ResourceManager.Chaos.ChaosCapabilityTypeResource> GetAll (string continuationToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Chaos.ChaosCapabilityTypeResource>
override this.GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Chaos.ChaosCapabilityTypeResource>
Public Overridable Function GetAll (Optional continuationToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ChaosCapabilityTypeResource)

Parameters

continuationToken
String

String that sets the continuation token.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of ChaosCapabilityTypeResource that may take multiple service requests to iterate over.

Applies to