Freigeben über


MobileNetworkPacketCaptureCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren MobileNetworkPacketCaptureResource Vorgänge darstellt. Jedes MobileNetworkPacketCaptureResource in der Auflistung gehört zum gleichen instance von PacketCoreControlPlaneResource. Um eine MobileNetworkPacketCaptureCollection instance rufen Sie die GetMobileNetworkPacketCaptures-Methode aus einer instance von aufPacketCoreControlPlaneResource.

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

Konstruktoren

MobileNetworkPacketCaptureCollection()

Initialisiert eine neue instance der -Klasse für die MobileNetworkPacketCaptureCollection 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, MobileNetworkPacketCaptureData, CancellationToken)

Erstellt oder aktualisiert eine Paketerfassung.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCaptures/{packetCaptureName}
  • Vorgangs-IdPacketCaptures_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, MobileNetworkPacketCaptureData, CancellationToken)

Erstellt oder aktualisiert eine Paketerfassung.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCaptures/{packetCaptureName}
  • Vorgangs-IdPacketCaptures_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCaptures/{packetCaptureName}
  • Vorgangs-IdPacketCaptures_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCaptures/{packetCaptureName}
  • Vorgangs-IdPacketCaptures_Get
Get(String, CancellationToken)

Ruft Informationen zur angegebenen Paketerfassungssitzung ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCaptures/{packetCaptureName}
  • Vorgangs-IdPacketCaptures_Get
GetAll(CancellationToken)

Listet alle Paketerfassungssitzungen unter einer Paketkernsteuerungsebene auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCaptures
  • Vorgangs-IdPacketCaptures_ListByPacketCoreControlPlane
GetAllAsync(CancellationToken)

Listet alle Paketerfassungssitzungen unter einer Paketkernsteuerungsebene auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCaptures
  • Vorgangs-IdPacketCaptures_ListByPacketCoreControlPlane
GetAsync(String, CancellationToken)

Ruft Informationen zur angegebenen Paketerfassungssitzung ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCaptures/{packetCaptureName}
  • Vorgangs-IdPacketCaptures_Get
GetIfExists(String, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCaptures/{packetCaptureName}
  • Vorgangs-IdPacketCaptures_Get
GetIfExistsAsync(String, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCaptures/{packetCaptureName}
  • Vorgangs-IdPacketCaptures_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<MobileNetworkPacketCaptureResource>.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<MobileNetworkPacketCaptureResource>.GetEnumerator()

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

Gilt für: