Freigeben über


SubscriptionSecurityApplicationCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren SubscriptionSecurityApplicationResource Vorgänge darstellt. Jedes SubscriptionSecurityApplicationResource in der Auflistung gehört zum gleichen instance von SubscriptionResource. Um eine SubscriptionSecurityApplicationCollection instance rufen Sie die GetSubscriptionSecurityApplications-Methode aus einer instance von aufSubscriptionResource.

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

Konstruktoren

SubscriptionSecurityApplicationCollection()

Initialisiert eine neue instance der -Klasse für die SubscriptionSecurityApplicationCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem 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, SecurityApplicationData, CancellationToken)

Erstellt oder aktualisiert eine Sicherheitsanwendung für das angegebene Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/applications/{applicationId}
  • Vorgangs-IdApplication_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SecurityApplicationData, CancellationToken)

Erstellt oder aktualisiert eine Sicherheitsanwendung für das angegebene Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/applications/{applicationId}
  • Vorgangs-IdApplication_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/applications/{applicationId}
  • Vorgangs-IdApplication_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/applications/{applicationId}
  • Vorgangs-IdApplication_Get
Get(String, CancellationToken)

Abrufen einer bestimmten Anwendung für den angeforderten Bereich nach applicationId

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/applications/{applicationId}
  • Vorgangs-IdApplication_Get
GetAll(CancellationToken)

Abrufen einer Liste aller relevanten Anwendungen über einen Bereich auf Abonnementebene

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/applications
  • Vorgangs-IdApplications_List
GetAllAsync(CancellationToken)

Abrufen einer Liste aller relevanten Anwendungen über einen Bereich auf Abonnementebene

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/applications
  • Vorgangs-IdApplications_List
GetAsync(String, CancellationToken)

Abrufen einer bestimmten Anwendung für den angeforderten Bereich nach applicationId

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/applications/{applicationId}
  • Vorgangs-IdApplication_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<SubscriptionSecurityApplicationResource>.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<SubscriptionSecurityApplicationResource>.GetEnumerator()

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

Gilt für: