Partager via


FactoriesOperationsExtensions.UpdateAsync Méthode

Définition

Mises à jour une usine.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.Factory> UpdateAsync (this Microsoft.Azure.Management.DataFactory.IFactoriesOperations operations, string resourceGroupName, string factoryName, Microsoft.Azure.Management.DataFactory.Models.FactoryUpdateParameters factoryUpdateParameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.DataFactory.IFactoriesOperations * string * string * Microsoft.Azure.Management.DataFactory.Models.FactoryUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.Factory>
<Extension()>
Public Function UpdateAsync (operations As IFactoriesOperations, resourceGroupName As String, factoryName As String, factoryUpdateParameters As FactoryUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Factory)

Paramètres

operations
IFactoriesOperations

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

resourceGroupName
String

Nom du groupe de ressources.

factoryName
String

Nom de la fabrique.

factoryUpdateParameters
FactoryUpdateParameters

Paramètres de mise à jour d’une fabrique.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à