Freigeben über


AutomationConnectionCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren AutomationConnectionResource Vorgänge darstellt. Jedes AutomationConnectionResource in der Auflistung gehört zum gleichen instance von AutomationAccountResource. Um eine AutomationConnectionCollection instance rufen Sie die GetAutomationConnections-Methode aus einer instance von aufAutomationAccountResource.

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

Konstruktoren

AutomationConnectionCollection()

Initialisiert eine neue instance der -Klasse für die AutomationConnectionCollection 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, AutomationConnectionCreateOrUpdateContent, CancellationToken)

Erstellen oder Aktualisieren einer Verbindung

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

Erstellen oder Aktualisieren einer Verbindung

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

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

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

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

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

Rufen Sie die durch den Verbindungsnamen identifizierte Verbindung ab.

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

Ruft eine Liste von Verbindungen ab.

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

Ruft eine Liste von Verbindungen ab.

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

Rufen Sie die durch den Verbindungsnamen identifizierte Verbindung ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/connections/{connectionName}
  • Vorgangs-IdConnection_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<AutomationConnectionResource>.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<AutomationConnectionResource>.GetEnumerator()

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

Gilt für: