Partager via


AutomationRunbookCollection.GetAsync(String, CancellationToken) Méthode

Définition

Récupérez le runbook identifié par le nom du runbook.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}
  • IdRunbook_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.AutomationRunbookResource>> GetAsync (string runbookName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.AutomationRunbookResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.AutomationRunbookResource>>
Public Overridable Function GetAsync (runbookName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AutomationRunbookResource))

Paramètres

runbookName
String

Nom du runbook.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

runbookName est une chaîne vide et devait être non vide.

runbookName a la valeur null.

S’applique à