AutomationJobCollection 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 AutomationJobResource et leurs opérations. Chacun AutomationJobResource de la collection appartient au même instance de AutomationAccountResource. Pour obtenir un AutomationJobCollection instance appelez la méthode GetAutomationJobs à partir d’un instance de AutomationAccountResource.
public class AutomationJobCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Automation.Models.AutomationJobCollectionItemData>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Automation.Models.AutomationJobCollectionItemData>
type AutomationJobCollection = class
inherit ArmCollection
interface seq<AutomationJobCollectionItemData>
interface IEnumerable
interface IAsyncEnumerable<AutomationJobCollectionItemData>
Public Class AutomationJobCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of AutomationJobCollectionItemData), IEnumerable(Of AutomationJobCollectionItemData)
- Héritage
- Implémente
Constructeurs
AutomationJobCollection() |
Initialise une nouvelle instance de la AutomationJobCollection classe pour les moqueries. |
Propriétés
Client |
Obtient le ArmClient client de ressource à partir duquel il 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 ressources. (Hérité de ArmCollection) |
Méthodes
CreateOrUpdate(WaitUntil, String, AutomationJobCreateOrUpdateContent, String, CancellationToken) |
Créez un travail du runbook.
|
CreateOrUpdateAsync(WaitUntil, String, AutomationJobCreateOrUpdateContent, String, CancellationToken) |
Créez un travail du runbook.
|
Exists(String, String, CancellationToken) |
Vérifie si la ressource existe dans Azure.
|
ExistsAsync(String, String, CancellationToken) |
Vérifie si la ressource existe dans Azure.
|
Get(String, String, CancellationToken) |
Récupérez le travail identifié par le nom du travail.
|
GetAll(String, String, CancellationToken) |
Récupérer une liste de travaux.
|
GetAllAsync(String, String, CancellationToken) |
Récupérer une liste de travaux.
|
GetAsync(String, String, CancellationToken) |
Récupérez le travail identifié par le nom du travail.
|
TryGetApiVersion(ResourceType, String) |
Obtient la substitution de version de l’API si elle a été définie pour les options clientes actuelles. (Hérité de ArmCollection) |
Implémentations d’interfaces explicites
IAsyncEnumerable<AutomationJobCollectionItemData>.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<AutomationJobCollectionItemData>.GetEnumerator() |
Retourne un énumérateur qui itère au sein de la collection. |