ModuleOperationsExtensions.GetAsync Método

Definición

Sobrecargas

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

Recupere el módulo identificado por el nombre del módulo. 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)

Parámetros

operations
IModuleOperations
resourceGroupName
String
automationAccount
String
moduleName
String

Devoluciones

Se aplica a

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

Recupere el módulo identificado por el nombre del módulo. 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)

Parámetros

operations
IModuleOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre de un grupo de recursos de Azure.

automationAccountName
String

Nombre de la cuenta de Automation.

moduleName
String

Nombre del módulo.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a