Freigeben über


AutomationAccountCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren AutomationAccountResource Vorgänge darstellt. Jedes AutomationAccountResource in der Auflistung gehört zum gleichen instance von ResourceGroupResource. Um einen AutomationAccountCollection instance rufen Sie die GetAutomationAccounts-Methode aus einer instance von aufResourceGroupResource.

public class AutomationAccountCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Automation.AutomationAccountResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Automation.AutomationAccountResource>
type AutomationAccountCollection = class
    inherit ArmCollection
    interface seq<AutomationAccountResource>
    interface IEnumerable
    interface IAsyncEnumerable<AutomationAccountResource>
Public Class AutomationAccountCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of AutomationAccountResource), IEnumerable(Of AutomationAccountResource)
Vererbung
AutomationAccountCollection
Implementiert

Konstruktoren

AutomationAccountCollection()

Initialisiert eine neue instance der -Klasse für die AutomationAccountCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, AutomationAccountCreateOrUpdateContent, CancellationToken)

Erstellen oder Aktualisieren eines Automation-Kontos

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}
  • Vorgangs-IdAutomationAccount_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, AutomationAccountCreateOrUpdateContent, CancellationToken)

Erstellen oder Aktualisieren eines Automation-Kontos

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}
  • Vorgangs-IdAutomationAccount_CreateOrUpdate
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}
  • Vorgangs-IdAutomationAccount_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}
  • Vorgangs-IdAutomationAccount_Get
Get(String, CancellationToken)

Rufen Sie Informationen zu einem Automation-Konto ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}
  • Vorgangs-IdAutomationAccount_Get
GetAll(CancellationToken)

Ruft eine Liste von Konten innerhalb einer bestimmten Ressourcengruppe ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts
  • Vorgangs-IdAutomationAccount_ListByResourceGroup
GetAllAsync(CancellationToken)

Ruft eine Liste von Konten innerhalb einer bestimmten Ressourcengruppe ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts
  • Vorgangs-IdAutomationAccount_ListByResourceGroup
GetAsync(String, CancellationToken)

Rufen Sie Informationen zu einem Automation-Konto ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}
  • Vorgangs-IdAutomationAccount_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<AutomationAccountResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<AutomationAccountResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: