Freigeben über


AutomationJobScheduleCollection Klasse

Definition

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

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

Konstruktoren

AutomationJobScheduleCollection()

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

Erstellen Sie einen Auftragszeitplan.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobSchedules/{jobScheduleId}
  • Vorgangs-IdJobSchedule_Create
CreateOrUpdateAsync(WaitUntil, Guid, AutomationJobScheduleCreateOrUpdateContent, CancellationToken)

Erstellen Sie einen Auftragszeitplan.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobSchedules/{jobScheduleId}
  • Vorgangs-IdJobSchedule_Create
Exists(Guid, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobSchedules/{jobScheduleId}
  • Vorgangs-IdJobSchedule_Get
ExistsAsync(Guid, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobSchedules/{jobScheduleId}
  • Vorgangs-IdJobSchedule_Get
Get(Guid, CancellationToken)

Rufen Sie den Auftragszeitplan ab, der durch den Namen des Auftragszeitplans identifiziert wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobSchedules/{jobScheduleId}
  • Vorgangs-IdJobSchedule_Get
GetAll(String, CancellationToken)

Ruft eine Liste der Auftragszeitpläne ab.

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

Ruft eine Liste der Auftragszeitpläne ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobSchedules
  • Vorgangs-IdJobSchedule_ListByAutomationAccount
GetAsync(Guid, CancellationToken)

Rufen Sie den Auftragszeitplan ab, der durch den Namen des Auftragszeitplans identifiziert wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobSchedules/{jobScheduleId}
  • Vorgangs-IdJobSchedule_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<AutomationJobScheduleResource>.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<AutomationJobScheduleResource>.GetEnumerator()

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

Gilt für: