AutomationAccountOperationsExtensions.GetAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
GetAsync(IAutomationAccountOperations, String, String) | |
GetAsync(IAutomationAccountOperations, String, String, CancellationToken) |
Obtenga información sobre una cuenta de Automation. http://aka.ms/azureautomationsdk/automationaccountoperations |
GetAsync(IAutomationAccountOperations, String, String)
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.AutomationAccountGetResponse> GetAsync (this Microsoft.Azure.Management.Automation.IAutomationAccountOperations operations, string resourceGroupName, string automationAccount);
static member GetAsync : Microsoft.Azure.Management.Automation.IAutomationAccountOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.AutomationAccountGetResponse>
<Extension()>
Public Function GetAsync (operations As IAutomationAccountOperations, resourceGroupName As String, automationAccount As String) As Task(Of AutomationAccountGetResponse)
Parámetros
- operations
- IAutomationAccountOperations
- resourceGroupName
- String
- automationAccount
- String
Devoluciones
Se aplica a
GetAsync(IAutomationAccountOperations, String, String, CancellationToken)
Obtenga información sobre una cuenta de Automation. http://aka.ms/azureautomationsdk/automationaccountoperations
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.AutomationAccount> GetAsync (this Microsoft.Azure.Management.Automation.IAutomationAccountOperations operations, string resourceGroupName, string automationAccountName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Automation.IAutomationAccountOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.AutomationAccount>
<Extension()>
Public Function GetAsync (operations As IAutomationAccountOperations, resourceGroupName As String, automationAccountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AutomationAccount)
Parámetros
- operations
- IAutomationAccountOperations
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.
- cancellationToken
- CancellationToken
Token de cancelación.
Devoluciones
Se aplica a
Azure SDK for .NET