Partager via


TargetsOperationsExtensions.ListAsync Méthode

Définition

Obtenez la liste des ressources cibles qui étendent une ressource régionale suivie.

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

Paramètres

operations
ITargetsOperations

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

resourceGroupName
String

Chaîne qui représente un groupe de ressources Azure.

parentProviderNamespace
String

Chaîne qui représente un espace de noms de fournisseur de ressources.

parentResourceType
String

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

parentResourceName
String

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

continuationToken
String

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à