Freigeben über


AutomationConnectionTypeCollection Klasse

Definition

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

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

Konstruktoren

AutomationConnectionTypeCollection()

Initialisiert eine neue instance der AutomationConnectionTypeCollection -Klasse zum Mocking.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der 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, AutomationConnectionTypeCreateOrUpdateContent, CancellationToken)

Erstellen Sie einen Verbindungstyp.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/connectionTypes/{connectionTypeName}
  • Vorgang IdConnectionType_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, AutomationConnectionTypeCreateOrUpdateContent, CancellationToken)

Erstellen Sie einen Verbindungstyp.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/connectionTypes/{connectionTypeName}
  • Vorgang IdConnectionType_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/connectionTypes/{connectionTypeName}
  • Vorgang IdConnectionType_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/connectionTypes/{connectionTypeName}
  • Vorgang IdConnectionType_Get
Get(String, CancellationToken)

Rufen Sie den Verbindungstyp ab, der durch den Namen des Verbindungstyps identifiziert wird.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/connectionTypes/{connectionTypeName}
  • Vorgang IdConnectionType_Get
GetAll(CancellationToken)

Ruft eine Liste von Verbindungstypen ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/connectionTypes
  • Vorgang IdConnectionType_ListByAutomationAccount
GetAllAsync(CancellationToken)

Ruft eine Liste von Verbindungstypen ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/connectionTypes
  • Vorgang IdConnectionType_ListByAutomationAccount
GetAsync(String, CancellationToken)

Rufen Sie den Verbindungstyp ab, der durch den Namen des Verbindungstyps identifiziert wird.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/connectionTypes/{connectionTypeName}
  • Vorgang IdConnectionType_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<AutomationConnectionTypeResource>.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<AutomationConnectionTypeResource>.GetEnumerator()

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

Gilt für: