Freigeben über


ApiManagementNotificationCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren ApiManagementNotificationResource Vorgänge darstellt. Jedes ApiManagementNotificationResource in der Auflistung gehört zum gleichen instance von ApiManagementServiceResource. Um eine ApiManagementNotificationCollection instance rufen Sie die GetApiManagementNotifications-Methode aus einer instance von aufApiManagementServiceResource.

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

Konstruktoren

ApiManagementNotificationCollection()

Initialisiert eine neue instance der -Klasse für die ApiManagementNotificationCollection 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, NotificationName, Nullable<ETag>, CancellationToken)

Erstellt oder aktualisiert eine API Management-Benachrichtigung für Herausgeber

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notificationName}
  • Vorgangs-IdNotification_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, NotificationName, Nullable<ETag>, CancellationToken)

Erstellt oder aktualisiert eine API Management-Benachrichtigung für Herausgeber

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notificationName}
  • Vorgangs-IdNotification_CreateOrUpdate
Exists(NotificationName, CancellationToken)

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

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notificationName}
  • Vorgangs-IdNotification_Get
ExistsAsync(NotificationName, CancellationToken)

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

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notificationName}
  • Vorgangs-IdNotification_Get
Get(NotificationName, CancellationToken)

Ruft die Details der durch den Bezeichner angegebenen Benachrichtigung ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notificationName}
  • Vorgangs-IdNotification_Get
GetAll(Nullable<Int32>, Nullable<Int32>, CancellationToken)

Listet eine Auflistung der in einer Dienstinstanz definierten Eigenschaften auf

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications
  • Vorgangs-IdNotification_ListByService
GetAllAsync(Nullable<Int32>, Nullable<Int32>, CancellationToken)

Listet eine Auflistung der in einer Dienstinstanz definierten Eigenschaften auf

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications
  • Vorgangs-IdNotification_ListByService
GetAsync(NotificationName, CancellationToken)

Ruft die Details der durch den Bezeichner angegebenen Benachrichtigung ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notificationName}
  • Vorgangs-IdNotification_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<ApiManagementNotificationResource>.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<ApiManagementNotificationResource>.GetEnumerator()

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

Gilt für: