AutomationExtensions.GetAutomationAccount 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.
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}
- Vorgang IdAutomationAccount_Get
public static Azure.Response<Azure.ResourceManager.Automation.AutomationAccountResource> GetAutomationAccount (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string automationAccountName, System.Threading.CancellationToken cancellationToken = default);
static member GetAutomationAccount : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Automation.AutomationAccountResource>
<Extension()>
Public Function GetAutomationAccount (resourceGroupResource As ResourceGroupResource, automationAccountName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AutomationAccountResource)
Parameter
- resourceGroupResource
- ResourceGroupResource
Der ResourceGroupResource instance, für den 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.