ChaosCapabilityTypeCollection.GetAll(String, 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.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET