Udostępnij za pośrednictwem


ChaosCapabilityTypeCollection.GetAllAsync(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.AsyncPageable<Azure.ResourceManager.Chaos.ChaosCapabilityTypeResource> GetAllAsync (string continuationToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Chaos.ChaosCapabilityTypeResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Chaos.ChaosCapabilityTypeResource>
Public Overridable Function GetAllAsync (Optional continuationToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ChaosCapabilityTypeResource)

Parameters

continuationToken
String

String that sets the continuation token.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to