RunbookOperationsExtensions.GetAsync Método

Definición

Sobrecargas

GetAsync(IRunbookOperations, String, String, String, CancellationToken)

Recupere el runbook identificado por el nombre del runbook. http://aka.ms/azureautomationsdk/runbookoperations

GetAsync(IRunbookOperations, String, String, String)

GetAsync(IRunbookOperations, String, String, String, CancellationToken)

Recupere el runbook identificado por el nombre 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)

Parámetros

operations
IRunbookOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre de un grupo de recursos de Azure.

automationAccountName
String

Nombre de la cuenta de Automation.

runbookName
String

Nombre del runbook.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica 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)

Parámetros

operations
IRunbookOperations
resourceGroupName
String
automationAccount
String
runbookName
String

Devoluciones

Se aplica a