RunbookOperationsExtensions.GetAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GetAsync(IRunbookOperations, String, String, String, CancellationToken) |
Recuperare il runbook identificato dal nome del runbook. http://aka.ms/azureautomationsdk/runbookoperations |
GetAsync(IRunbookOperations, String, String, String) |
GetAsync(IRunbookOperations, String, String, String, CancellationToken)
Recuperare il runbook identificato dal nome del runbook. http://aka.ms/azureautomationsdk/runbookoperations
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.Runbook> GetAsync (this Microsoft.Azure.Management.Automation.IRunbookOperations operations, string resourceGroupName, string automationAccountName, string runbookName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Automation.IRunbookOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.Runbook>
<Extension()>
Public Function GetAsync (operations As IRunbookOperations, resourceGroupName As String, automationAccountName As String, runbookName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Runbook)
Parametri
- operations
- IRunbookOperations
Gruppo di operazioni per questo metodo di estensione.
- resourceGroupName
- String
Nome di un gruppo di risorse di Azure.
- automationAccountName
- String
Nome dell'account di automazione.
- runbookName
- String
Nome del runbook.
- cancellationToken
- CancellationToken
Token di annullamento.
Restituisce
Si applica a
GetAsync(IRunbookOperations, String, String, String)
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.RunbookGetResponse> GetAsync (this Microsoft.Azure.Management.Automation.IRunbookOperations operations, string resourceGroupName, string automationAccount, string runbookName);
static member GetAsync : Microsoft.Azure.Management.Automation.IRunbookOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.RunbookGetResponse>
<Extension()>
Public Function GetAsync (operations As IRunbookOperations, resourceGroupName As String, automationAccount As String, runbookName As String) As Task(Of RunbookGetResponse)
Parametri
- operations
- IRunbookOperations
- resourceGroupName
- String
- automationAccount
- String
- runbookName
- String