RunbookDraftOperationsExtensions.GetAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetAsync(IRunbookDraftOperations, String, String, String, CancellationToken) |
Récupérez le brouillon de runbook identifié par le nom du runbook. http://aka.ms/azureautomationsdk/runbookdraftoperations |
GetAsync(IRunbookDraftOperations, String, String, String) |
GetAsync(IRunbookDraftOperations, String, String, String, CancellationToken)
Récupérez le brouillon de runbook identifié par le nom du runbook. http://aka.ms/azureautomationsdk/runbookdraftoperations
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.RunbookDraft> GetAsync (this Microsoft.Azure.Management.Automation.IRunbookDraftOperations operations, string resourceGroupName, string automationAccountName, string runbookName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Automation.IRunbookDraftOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.RunbookDraft>
<Extension()>
Public Function GetAsync (operations As IRunbookDraftOperations, resourceGroupName As String, automationAccountName As String, runbookName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RunbookDraft)
Paramètres
- operations
- IRunbookDraftOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom d’un groupe de ressources Azure.
- automationAccountName
- String
Nom du compte Automation.
- runbookName
- String
Nom du runbook.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
GetAsync(IRunbookDraftOperations, String, String, String)
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.RunbookDraftGetResponse> GetAsync (this Microsoft.Azure.Management.Automation.IRunbookDraftOperations operations, string resourceGroupName, string automationAccount, string runbookName);
static member GetAsync : Microsoft.Azure.Management.Automation.IRunbookDraftOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.RunbookDraftGetResponse>
<Extension()>
Public Function GetAsync (operations As IRunbookDraftOperations, resourceGroupName As String, automationAccount As String, runbookName As String) As Task(Of RunbookDraftGetResponse)
Paramètres
- operations
- IRunbookDraftOperations
- resourceGroupName
- String
- automationAccount
- String
- runbookName
- String
Retours
S’applique à
Azure SDK for .NET