Partager via


IModuleOperations.GetAsync(String, String, CancellationToken) Méthode

Définition

Récupérez le module identifié par son nom. (voir http://aka.ms/azureautomationsdk/moduleoperations pour plus d’informations)

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.ModuleGetResponse> GetAsync (string automationAccount, string moduleName, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.ModuleGetResponse>
Public Function GetAsync (automationAccount As String, moduleName As String, cancellationToken As CancellationToken) As Task(Of ModuleGetResponse)

Paramètres

automationAccount
String

Nom du compte Automation.

moduleName
String

Nom du module.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Modèle de réponse pour l’opération obtenir le module.

S’applique à