Método RunbookOperationsExtensions.GetAsync (IRunbookOperations, String, String)
Recupere o runbook identificado pelo nome do runbook. (consulte https://aka.ms/azureautomationsdk/runbookoperations para obter mais informações)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public static Task<RunbookGetResponse> GetAsync(
this IRunbookOperations operations,
string automationAccount,
string runbookName
)
public:
[ExtensionAttribute]
static Task<RunbookGetResponse^>^ GetAsync(
IRunbookOperations^ operations,
String^ automationAccount,
String^ runbookName
)
static member GetAsync :
operations:IRunbookOperations *
automationAccount:string *
runbookName:string -> Task<RunbookGetResponse>
<ExtensionAttribute>
Public Shared Function GetAsync (
operations As IRunbookOperations,
automationAccount As String,
runbookName As String
) As Task(Of RunbookGetResponse)
Parâmetros
operations
Type: Microsoft.WindowsAzure.Management.Automation.IRunbookOperationsReferência para o Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.
automationAccount
Type: System.StringObrigatório. O nome da conta de automação.
runbookName
Type: System.StringObrigatório. O nome do runbook.
Valor de retorno
Type: System.Threading.Tasks.Task<RunbookGetResponse>
O modelo de resposta para a operação runbook.
Consulte também
Classe RunbookOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation
Retornar ao topo