Partager via


AutomationScheduleCollection Classe

Définition

Classe représentant une collection de AutomationScheduleResource et leurs opérations. Chacun AutomationScheduleResource de la collection appartient au même instance de AutomationAccountResource. Pour obtenir un AutomationScheduleCollection instance appelez la méthode GetAutomationSchedules à partir d’un instance de AutomationAccountResource.

public class AutomationScheduleCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Automation.AutomationScheduleResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Automation.AutomationScheduleResource>
type AutomationScheduleCollection = class
    inherit ArmCollection
    interface seq<AutomationScheduleResource>
    interface IEnumerable
    interface IAsyncEnumerable<AutomationScheduleResource>
Public Class AutomationScheduleCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of AutomationScheduleResource), IEnumerable(Of AutomationScheduleResource)
Héritage
AutomationScheduleCollection
Implémente

Constructeurs

AutomationScheduleCollection()

Initialise une nouvelle instance de la classe pour la AutomationScheduleCollection simulation.

Propriétés

Client

Obtient le ArmClient à partir duquel ce client de ressource a été créé.

(Hérité de ArmCollection)
Diagnostics

Obtient les options de diagnostic pour ce client de ressources.

(Hérité de ArmCollection)
Endpoint

Obtient l’URI de base pour ce client de ressource.

(Hérité de ArmCollection)
Id

Obtient l’identificateur de ressource.

(Hérité de ArmCollection)
Pipeline

Obtient le pipeline pour ce client de ressource.

(Hérité de ArmCollection)

Méthodes

CreateOrUpdate(WaitUntil, String, AutomationScheduleCreateOrUpdateContent, CancellationToken)

Créez une planification.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/schedules/{scheduleName}
  • IdSchedule_CreateOrUpdate d’opération
CreateOrUpdateAsync(WaitUntil, String, AutomationScheduleCreateOrUpdateContent, CancellationToken)

Créez une planification.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/schedules/{scheduleName}
  • IdSchedule_CreateOrUpdate d’opération
Exists(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/schedules/{scheduleName}
  • IdSchedule_Get d’opération
ExistsAsync(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/schedules/{scheduleName}
  • IdSchedule_Get d’opération
Get(String, CancellationToken)

Récupérez la planification identifiée par le nom de la planification.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/schedules/{scheduleName}
  • IdSchedule_Get d’opération
GetAll(CancellationToken)

Récupérez une liste de planifications.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/schedules
  • IdSchedule_ListByAutomationAccount d’opération
GetAllAsync(CancellationToken)

Récupérez une liste de planifications.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/schedules
  • IdSchedule_ListByAutomationAccount d’opération
GetAsync(String, CancellationToken)

Récupérez la planification identifiée par le nom de la planification.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/schedules/{scheduleName}
  • IdSchedule_Get d’opération
TryGetApiVersion(ResourceType, String)

Obtient le remplacement de version de l’API s’il a été défini pour les options client actuelles.

(Hérité de ArmCollection)

Implémentations d’interfaces explicites

IAsyncEnumerable<AutomationScheduleResource>.GetAsyncEnumerator(CancellationToken)

Retourne un énumérateur qui boucle de façon asynchrone dans la collection.

IEnumerable.GetEnumerator()

Retourne un énumérateur qui itère au sein d’une collection.

IEnumerable<AutomationScheduleResource>.GetEnumerator()

Retourne un énumérateur qui itère au sein de la collection.

S’applique à