Freigeben über


WorkloadNetworkPortMirroringProfileCollection Klasse

Definition

Eine Klasse, die eine Auflistung von WorkloadNetworkPortMirroringProfileResource und deren Vorgänge darstellt. Jedes WorkloadNetworkPortMirroringProfileResource in der Auflistung gehört zum gleichen instance von AvsPrivateCloudResource. Um einen WorkloadNetworkPortMirroringProfileCollection instance rufen Sie die GetWorkloadNetworkPortMirroringProfiles-Methode aus einer instance von aufAvsPrivateCloudResource.

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

Konstruktoren

WorkloadNetworkPortMirroringProfileCollection()

Initialisiert eine neue instance der WorkloadNetworkPortMirroringProfileCollection -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, WorkloadNetworkPortMirroringProfileData, CancellationToken)

Erstellen Sie ein Portspiegelungsprofil anhand der ID in einem Workloadnetzwerk in der privaten Cloud.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/workloadNetworks/default/portMirroringProfiles/{portMirroringId}
  • Vorgang IdWorkloadNetworks_CreatePortMirroring
CreateOrUpdateAsync(WaitUntil, String, WorkloadNetworkPortMirroringProfileData, CancellationToken)

Erstellen Sie ein Portspiegelungsprofil anhand der ID in einem Workloadnetzwerk in der privaten Cloud.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/workloadNetworks/default/portMirroringProfiles/{portMirroringId}
  • Vorgang IdWorkloadNetworks_CreatePortMirroring
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/workloadNetworks/default/portMirroringProfiles/{portMirroringId}
  • Vorgang IdWorkloadNetworks_GetPortMirroring
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/workloadNetworks/default/portMirroringProfiles/{portMirroringId}
  • Vorgang IdWorkloadNetworks_GetPortMirroring
Get(String, CancellationToken)

Abrufen eines Portspiegelungsprofils nach ID in einem privaten Cloudworkloadnetzwerk.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/workloadNetworks/default/portMirroringProfiles/{portMirroringId}
  • Vorgang IdWorkloadNetworks_GetPortMirroring
GetAll(CancellationToken)

Liste der Portspiegelungsprofile in einem Workloadnetzwerk für private Clouds.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/workloadNetworks/default/portMirroringProfiles
  • Vorgang IdWorkloadNetworks_ListPortMirroring
GetAllAsync(CancellationToken)

Liste der Portspiegelungsprofile in einem Workloadnetzwerk für private Clouds.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/workloadNetworks/default/portMirroringProfiles
  • Vorgang IdWorkloadNetworks_ListPortMirroring
GetAsync(String, CancellationToken)

Abrufen eines Portspiegelungsprofils nach ID in einem privaten Cloudworkloadnetzwerk.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/workloadNetworks/default/portMirroringProfiles/{portMirroringId}
  • Vorgang IdWorkloadNetworks_GetPortMirroring
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<WorkloadNetworkPortMirroringProfileResource>.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<WorkloadNetworkPortMirroringProfileResource>.GetEnumerator()

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

Gilt für: