Partager via


AutomationWebhookCollection Classe

Définition

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

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

Constructeurs

AutomationWebhookCollection()

Initialise une nouvelle instance de la AutomationWebhookCollection 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, AutomationWebhookCreateOrUpdateContent, CancellationToken)

Créez le webhook identifié par le nom du webhook.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/{webhookName}
  • IdWebhook_CreateOrUpdate d’opération
CreateOrUpdateAsync(WaitUntil, String, AutomationWebhookCreateOrUpdateContent, CancellationToken)

Créez le webhook identifié par le nom du webhook.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/{webhookName}
  • IdWebhook_CreateOrUpdate d’opération
Exists(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/{webhookName}
  • IdWebhook_Get d’opération
ExistsAsync(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/{webhookName}
  • IdWebhook_Get d’opération
Get(String, CancellationToken)

Récupérez le webhook identifié par le nom du webhook.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/{webhookName}
  • IdWebhook_Get d’opération
GetAll(String, CancellationToken)

Récupérez une liste de webhooks.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks
  • IdWebhook_ListByAutomationAccount d’opération
GetAllAsync(String, CancellationToken)

Récupérez une liste de webhooks.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks
  • IdWebhook_ListByAutomationAccount d’opération
GetAsync(String, CancellationToken)

Récupérez le webhook identifié par le nom du webhook.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/{webhookName}
  • IdWebhook_Get d’opération
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<AutomationWebhookResource>.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<AutomationWebhookResource>.GetEnumerator()

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

S’applique à