Método RunbookDraftOperationsExtensions.Get (IRunbookDraftOperations, String, String)
Recupere o rascunho do runbook identificado pelo nome do runbook. (consulte https://aka.ms/azureautomationsdk/runbookdraftoperations para obter mais informações)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public static RunbookDraftGetResponse Get(
this IRunbookDraftOperations operations,
string automationAccount,
string runbookName
)
public:
[ExtensionAttribute]
static RunbookDraftGetResponse^ Get(
IRunbookDraftOperations^ operations,
String^ automationAccount,
String^ runbookName
)
static member Get :
operations:IRunbookDraftOperations *
automationAccount:string *
runbookName:string -> RunbookDraftGetResponse
<ExtensionAttribute>
Public Shared Function Get (
operations As IRunbookDraftOperations,
automationAccount As String,
runbookName As String
) As RunbookDraftGetResponse
Parâmetros
operations
Type: Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperationsReferência para o Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations.
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: Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftGetResponse
O modelo de resposta para a operação runbook rascunho.
Consulte também
Classe RunbookDraftOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation
Retornar ao topo