Partager via


GlobalParametersOperationsExtensions.ListByFactoryAsync Méthode

Définition

Répertorie les paramètres globaux

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataFactory.Models.GlobalParameterResource>> ListByFactoryAsync (this Microsoft.Azure.Management.DataFactory.IGlobalParametersOperations operations, string resourceGroupName, string factoryName, System.Threading.CancellationToken cancellationToken = default);
static member ListByFactoryAsync : Microsoft.Azure.Management.DataFactory.IGlobalParametersOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataFactory.Models.GlobalParameterResource>>
<Extension()>
Public Function ListByFactoryAsync (operations As IGlobalParametersOperations, resourceGroupName As String, factoryName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of GlobalParameterResource))

Paramètres

operations
IGlobalParametersOperations

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

resourceGroupName
String

Nom du groupe de ressources.

factoryName
String

Nom de la fabrique.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à