Método RunbookDraftOperationsExtensions.UndoEdit (IRunbookDraftOperations, String, String)
Recupere o 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 RunbookDraftUndoEditResponse UndoEdit(
this IRunbookDraftOperations operations,
string automationAccount,
string runbookName
)
public:
[ExtensionAttribute]
static RunbookDraftUndoEditResponse^ UndoEdit(
IRunbookDraftOperations^ operations,
String^ automationAccount,
String^ runbookName
)
static member UndoEdit :
operations:IRunbookDraftOperations *
automationAccount:string *
runbookName:string -> RunbookDraftUndoEditResponse
<ExtensionAttribute>
Public Shared Function UndoEdit (
operations As IRunbookDraftOperations,
automationAccount As String,
runbookName As String
) As RunbookDraftUndoEditResponse
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.RunbookDraftUndoEditResponse
O modelo de resposta para a operação de runbook undoedit.
Consulte também
Classe RunbookDraftOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation
Retornar ao topo