AutomationExtensions.GetAutomationAccountAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Rufen Sie Informationen zu einem Automation-Konto ab.
- Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}
- Vorgangs-IdAutomationAccount_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.AutomationAccountResource>> GetAutomationAccountAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string automationAccountName, System.Threading.CancellationToken cancellationToken = default);
static member GetAutomationAccountAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.AutomationAccountResource>>
<Extension()>
Public Function GetAutomationAccountAsync (resourceGroupResource As ResourceGroupResource, automationAccountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AutomationAccountResource))
Parameter
- resourceGroupResource
- ResourceGroupResource
Der ResourceGroupResource instance die -Methode ausgeführt wird.
- automationAccountName
- String
Der Name des Automation-Kontos.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
automationAccountName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
automationAccountName
ist NULL.