Método RunbookDraftOperationsExtensions.UndoEditAsync (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 Task<RunbookDraftUndoEditResponse> UndoEditAsync(
this IRunbookDraftOperations operations,
string automationAccount,
string runbookName
)
public:
[ExtensionAttribute]
static Task<RunbookDraftUndoEditResponse^>^ UndoEditAsync(
IRunbookDraftOperations^ operations,
String^ automationAccount,
String^ runbookName
)
static member UndoEditAsync :
operations:IRunbookDraftOperations *
automationAccount:string *
runbookName:string -> Task<RunbookDraftUndoEditResponse>
<ExtensionAttribute>
Public Shared Function UndoEditAsync (
operations As IRunbookDraftOperations,
automationAccount As String,
runbookName As String
) As Task(Of 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: System.Threading.Tasks.Task<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