Freigeben über


CustomAssessmentAutomationCollection Klasse

Definition

Eine Klasse, die eine Auflistung von CustomAssessmentAutomationResource und deren Vorgänge darstellt. Jedes CustomAssessmentAutomationResource in der Auflistung gehört zum gleichen instance von ResourceGroupResource. Um einen CustomAssessmentAutomationCollection instance rufen Sie die GetCustomAssessmentAutomations-Methode aus einer instance von ResourceGroupResourceauf.

public class CustomAssessmentAutomationCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.SecurityCenter.CustomAssessmentAutomationResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityCenter.CustomAssessmentAutomationResource>
type CustomAssessmentAutomationCollection = class
    inherit ArmCollection
    interface seq<CustomAssessmentAutomationResource>
    interface IEnumerable
    interface IAsyncEnumerable<CustomAssessmentAutomationResource>
Public Class CustomAssessmentAutomationCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of CustomAssessmentAutomationResource), IEnumerable(Of CustomAssessmentAutomationResource)
Vererbung
CustomAssessmentAutomationCollection
Implementiert

Konstruktoren

CustomAssessmentAutomationCollection()

Initialisiert eine neue instance der CustomAssessmentAutomationCollection -Klasse zum Mocking.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, CustomAssessmentAutomationCreateOrUpdateContent, CancellationToken)

Erstellt oder aktualisiert eine benutzerdefinierte Bewertungsautomatisierung für das bereitgestellte Abonnement. Beachten Sie, dass die Bereitstellung einer vorhandenen benutzerdefinierten Bewertungsautomatisierung den vorhandenen Datensatz ersetzt.

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Security/customAssessmentAutomations/{customAssessmentAutomationName}
  • Vorgang IdCustomAssessmentAutomations_Create
CreateOrUpdateAsync(WaitUntil, String, CustomAssessmentAutomationCreateOrUpdateContent, CancellationToken)

Erstellt oder aktualisiert eine benutzerdefinierte Bewertungsautomatisierung für das bereitgestellte Abonnement. Beachten Sie, dass die Bereitstellung einer vorhandenen benutzerdefinierten Bewertungsautomatisierung den vorhandenen Datensatz ersetzt.

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Security/customAssessmentAutomations/{customAssessmentAutomationName}
  • Vorgang IdCustomAssessmentAutomations_Create
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Security/customAssessmentAutomations/{customAssessmentAutomationName}
  • Vorgang IdCustomAssessmentAutomations_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Security/customAssessmentAutomations/{customAssessmentAutomationName}
  • Vorgang IdCustomAssessmentAutomations_Get
Get(String, CancellationToken)

Ruft eine einzelne benutzerdefinierte Bewertungsautomatisierung nach Name für das bereitgestellte Abonnement und die Ressourcengruppe ab.

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Security/customAssessmentAutomations/{customAssessmentAutomationName}
  • Vorgang IdCustomAssessmentAutomations_Get
GetAll(CancellationToken)

Auflisten benutzerdefinierter Bewertungsautomatisierungen nach bereitgestellten Abonnements und Ressourcengruppen

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Security/customAssessmentAutomations
  • Vorgang IdCustomAssessmentAutomations_ListByResourceGroup
GetAllAsync(CancellationToken)

Auflisten benutzerdefinierter Bewertungsautomatisierungen nach bereitgestellten Abonnements und Ressourcengruppen

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Security/customAssessmentAutomations
  • Vorgang IdCustomAssessmentAutomations_ListByResourceGroup
GetAsync(String, CancellationToken)

Ruft eine einzelne benutzerdefinierte Bewertungsautomatisierung nach Name für das bereitgestellte Abonnement und die Ressourcengruppe ab.

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Security/customAssessmentAutomations/{customAssessmentAutomationName}
  • Vorgang IdCustomAssessmentAutomations_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<CustomAssessmentAutomationResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<CustomAssessmentAutomationResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: