Freigeben über


ModuleOperationsExtensions.GetAsync Methode

Definition

Überlädt

GetAsync(IModuleOperations, String, String, String)
GetAsync(IModuleOperations, String, String, String, CancellationToken)

Rufen Sie das Modul ab, das durch den Modulnamen identifiziert wird. http://aka.ms/azureautomationsdk/moduleoperations

GetAsync(IModuleOperations, String, String, String)

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.ModuleGetResponse> GetAsync (this Microsoft.Azure.Management.Automation.IModuleOperations operations, string resourceGroupName, string automationAccount, string moduleName);
static member GetAsync : Microsoft.Azure.Management.Automation.IModuleOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.ModuleGetResponse>
<Extension()>
Public Function GetAsync (operations As IModuleOperations, resourceGroupName As String, automationAccount As String, moduleName As String) As Task(Of ModuleGetResponse)

Parameter

operations
IModuleOperations
resourceGroupName
String
automationAccount
String
moduleName
String

Gibt zurück

Gilt für:

GetAsync(IModuleOperations, String, String, String, CancellationToken)

Rufen Sie das Modul ab, das durch den Modulnamen identifiziert wird. http://aka.ms/azureautomationsdk/moduleoperations

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.Module> GetAsync (this Microsoft.Azure.Management.Automation.IModuleOperations operations, string resourceGroupName, string automationAccountName, string moduleName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Automation.IModuleOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.Module>
<Extension()>
Public Function GetAsync (operations As IModuleOperations, resourceGroupName As String, automationAccountName As String, moduleName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Module)

Parameter

operations
IModuleOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name einer Azure-Ressourcengruppe.

automationAccountName
String

Der Name des Automation-Kontos.

moduleName
String

Der Modulname.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: