Partager via


SecurityAutomationCollection Classe

Définition

Classe représentant une collection de SecurityAutomationResource et leurs opérations. Chacun SecurityAutomationResource de la collection appartient au même instance de ResourceGroupResource. Pour obtenir un SecurityAutomationCollection instance appelez la méthode GetSecurityAutomations à partir d’un instance de ResourceGroupResource.

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

Constructeurs

SecurityAutomationCollection()

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

Crée ou met à jour une automatisation de la sécurité. Si une automatisation de sécurité est déjà créée et qu’une demande suivante est émise pour le même ID d’automatisation, elle est mise à jour.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/automations/{automationName}
  • IdAutomations_CreateOrUpdate d’opération
CreateOrUpdateAsync(WaitUntil, String, SecurityAutomationData, CancellationToken)

Crée ou met à jour une automatisation de la sécurité. Si une automatisation de sécurité est déjà créée et qu’une demande suivante est émise pour le même ID d’automatisation, elle est mise à jour.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/automations/{automationName}
  • IdAutomations_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.Security/automations/{automationName}
  • IdAutomations_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.Security/automations/{automationName}
  • IdAutomations_Get d’opération
Get(String, CancellationToken)

Récupère des informations sur le modèle d’une automatisation de la sécurité.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/automations/{automationName}
  • IdAutomations_Get d’opération
GetAll(CancellationToken)

Répertorie toutes les automatisations de sécurité dans le groupe de ressources spécifié. Utilisez la propriété « nextLink » dans la réponse pour obtenir la page suivante des automatisations de sécurité pour le groupe de ressources spécifié.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/automations
  • IdAutomations_ListByResourceGroup d’opération
GetAllAsync(CancellationToken)

Répertorie toutes les automatisations de sécurité dans le groupe de ressources spécifié. Utilisez la propriété « nextLink » dans la réponse pour obtenir la page suivante des automatisations de sécurité pour le groupe de ressources spécifié.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/automations
  • IdAutomations_ListByResourceGroup d’opération
GetAsync(String, CancellationToken)

Récupère des informations sur le modèle d’une automatisation de la sécurité.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/automations/{automationName}
  • IdAutomations_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<SecurityAutomationResource>.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<SecurityAutomationResource>.GetEnumerator()

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

S’applique à