AutomationExtensions.GetAutomationAccounts 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.
Überlädt
GetAutomationAccounts(ResourceGroupResource) |
Ruft eine Auflistung von AutomationAccountResources in resourceGroupResource ab. |
GetAutomationAccounts(SubscriptionResource, CancellationToken) |
Ruft eine Liste von Konten innerhalb eines bestimmten Abonnements ab.
|
GetAutomationAccounts(ResourceGroupResource)
Ruft eine Auflistung von AutomationAccountResources in resourceGroupResource ab.
public static Azure.ResourceManager.Automation.AutomationAccountCollection GetAutomationAccounts (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetAutomationAccounts : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Automation.AutomationAccountCollection
<Extension()>
Public Function GetAutomationAccounts (resourceGroupResource As ResourceGroupResource) As AutomationAccountCollection
Parameter
- resourceGroupResource
- ResourceGroupResource
Der ResourceGroupResource instance die -Methode ausgeführt wird.
Gibt zurück
Ein Objekt, das die Auflistung von AutomationAccountResources und deren Vorgängen über eine AutomationAccountResource darstellt.
Gilt für:
GetAutomationAccounts(SubscriptionResource, CancellationToken)
Ruft eine Liste von Konten innerhalb eines bestimmten Abonnements ab.
- Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Automation/automationAccounts
- Vorgangs-IdAutomationAccount_List
public static Azure.Pageable<Azure.ResourceManager.Automation.AutomationAccountResource> GetAutomationAccounts (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetAutomationAccounts : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automation.AutomationAccountResource>
<Extension()>
Public Function GetAutomationAccounts (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AutomationAccountResource)
Parameter
- subscriptionResource
- SubscriptionResource
Der SubscriptionResource instance die -Methode ausgeführt wird.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Eine Sammlung von AutomationAccountResource , die mehrere Dienstanforderungen durchlaufen kann.