Freigeben über


SmartGroupCollection Klasse

Definition

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

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

Konstruktoren

SmartGroupCollection()

Initialisiert eine neue instance der SmartGroupCollection -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

Exists(Guid, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/smartGroups/{smartGroupId}
  • Vorgang IdSmartGroups_GetById
ExistsAsync(Guid, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/smartGroups/{smartGroupId}
  • Vorgang IdSmartGroups_GetById
Get(Guid, CancellationToken)

Rufen Sie Informationen zu einer bestimmten intelligenten Gruppe ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/smartGroups/{smartGroupId}
  • Vorgang IdSmartGroups_GetById
GetAll(SmartGroupCollectionGetAllOptions, CancellationToken)

Listet alle intelligenten Gruppen innerhalb eines angegebenen Abonnements auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.AlertsManagement/smartGroups
  • Vorgang IdSmartGroups_GetAll
GetAll(String, String, String, Nullable<MonitorServiceSourceForAlert>, Nullable<MonitorCondition>, Nullable<ServiceAlertSeverity>, Nullable<ServiceAlertState>, Nullable<TimeRangeFilter>, Nullable<Int64>, Nullable<SmartGroupsSortByField>, Nullable<AlertsManagementQuerySortOrder>, CancellationToken)

Listet alle intelligenten Gruppen innerhalb eines angegebenen Abonnements auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.AlertsManagement/smartGroups
  • Vorgang IdSmartGroups_GetAll
GetAllAsync(SmartGroupCollectionGetAllOptions, CancellationToken)

Listet alle intelligenten Gruppen innerhalb eines angegebenen Abonnements auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.AlertsManagement/smartGroups
  • Vorgang IdSmartGroups_GetAll
GetAllAsync(String, String, String, Nullable<MonitorServiceSourceForAlert>, Nullable<MonitorCondition>, Nullable<ServiceAlertSeverity>, Nullable<ServiceAlertState>, Nullable<TimeRangeFilter>, Nullable<Int64>, Nullable<SmartGroupsSortByField>, Nullable<AlertsManagementQuerySortOrder>, CancellationToken)

Listet alle intelligenten Gruppen innerhalb eines angegebenen Abonnements auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.AlertsManagement/smartGroups
  • Vorgang IdSmartGroups_GetAll
GetAsync(Guid, CancellationToken)

Rufen Sie Informationen zu einer bestimmten intelligenten Gruppe ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/smartGroups/{smartGroupId}
  • Vorgang IdSmartGroups_GetById
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<SmartGroupResource>.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<SmartGroupResource>.GetEnumerator()

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

Gilt für: