Partager via


CapabilityTypesOperationsExtensions.ListAsync Méthode

Définition

Obtenez la liste des ressources type de capacité pour le type cible et l’emplacement donnés.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Chaos.Models.CapabilityType>> ListAsync (this Microsoft.Azure.Management.Chaos.ICapabilityTypesOperations operations, string locationName, string targetTypeName, string continuationToken = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Chaos.ICapabilityTypesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Chaos.Models.CapabilityType>>
<Extension()>
Public Function ListAsync (operations As ICapabilityTypesOperations, locationName As String, targetTypeName As String, Optional continuationToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CapabilityType))

Paramètres

operations
ICapabilityTypesOperations

Groupe d’opérations pour cette méthode d’extension.

locationName
String

Chaîne qui représente un nom de ressource Location.

targetTypeName
String

Chaîne qui représente un nom de ressource type cible.

continuationToken
String

Chaîne qui définit le jeton de continuation.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à