Freigeben über


AutomationSourceControlCollection Klasse

Definition

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

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

Konstruktoren

AutomationSourceControlCollection()

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

Erstellen Sie eine Quellcodeverwaltung.

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

Erstellen Sie eine Quellcodeverwaltung.

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

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

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

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

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

Rufen Sie die Durch den Namen der Quellcodeverwaltung identifizierte Quellcodeverwaltung ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/sourceControls/{sourceControlName}
  • Vorgangs-IdSourceControl_Get
GetAll(String, CancellationToken)

Ruft eine Liste der Quellsteuerelemente ab.

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

Ruft eine Liste der Quellsteuerelemente ab.

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

Rufen Sie die Durch den Namen der Quellcodeverwaltung identifizierte Quellcodeverwaltung ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/sourceControls/{sourceControlName}
  • Vorgangs-IdSourceControl_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<AutomationSourceControlResource>.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<AutomationSourceControlResource>.GetEnumerator()

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

Gilt für: