AutomationJobScheduleCollection Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Classe représentant une collection de AutomationJobScheduleResource et leurs opérations. Chacun AutomationJobScheduleResource de la collection appartient au même instance de AutomationAccountResource. Pour obtenir un AutomationJobScheduleCollection instance appelez la méthode GetAutomationJobSchedules à partir d’un instance de AutomationAccountResource.
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)
- Héritage
- Implémente
Constructeurs
AutomationJobScheduleCollection() |
Initialise une nouvelle instance de la classe pour la AutomationJobScheduleCollection 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, Guid, AutomationJobScheduleCreateOrUpdateContent, CancellationToken) |
Créez une planification de travail.
|
CreateOrUpdateAsync(WaitUntil, Guid, AutomationJobScheduleCreateOrUpdateContent, CancellationToken) |
Créez une planification de travail.
|
Exists(Guid, CancellationToken) |
Vérifie si la ressource existe dans Azure.
|
ExistsAsync(Guid, CancellationToken) |
Vérifie si la ressource existe dans Azure.
|
Get(Guid, CancellationToken) |
Récupérez la planification du travail identifiée par le nom de la planification du travail.
|
GetAll(String, CancellationToken) |
Récupérez une liste de planifications de travaux.
|
GetAllAsync(String, CancellationToken) |
Récupérez une liste de planifications de travaux.
|
GetAsync(Guid, CancellationToken) |
Récupérez la planification du travail identifiée par le nom de la planification du travail.
|
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<AutomationJobScheduleResource>.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<AutomationJobScheduleResource>.GetEnumerator() |
Retourne un énumérateur qui itère au sein de la collection. |