Compartilhar via


ModuleOperationsExtensions.GetAsync Método

Definição

Sobrecargas

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

Recupere o módulo identificado pelo nome do 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

Retornos

Aplica-se a

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

Recupere o módulo identificado pelo nome do 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

O grupo de operações para esse método de extensão.

resourceGroupName
String

Nome de um grupo de recursos do Azure.

automationAccountName
String

O nome da conta de automação.

moduleName
String

O nome do módulo.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a