Freigeben über


AttachedNetworkConnectionCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren AttachedNetworkConnectionResource Vorgänge darstellt. Jedes AttachedNetworkConnectionResource in der Auflistung gehört zum gleichen instance von DevCenterResource. Um eine AttachedNetworkConnectionCollection instance rufen Sie die GetAttachedNetworkConnections-Methode aus einer instance von aufDevCenterResource.

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

Konstruktoren

AttachedNetworkConnectionCollection()

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

Erstellt oder aktualisiert eine angefügte NetworkConnection.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/attachednetworks/{attachedNetworkConnectionName}
  • Vorgangs-IdAttachedNetworks_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, AttachedNetworkConnectionData, CancellationToken)

Erstellt oder aktualisiert eine angefügte NetworkConnection.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/attachednetworks/{attachedNetworkConnectionName}
  • Vorgangs-IdAttachedNetworks_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/attachednetworks/{attachedNetworkConnectionName}
  • Vorgangs-IdAttachedNetworks_GetByDevCenter
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/attachednetworks/{attachedNetworkConnectionName}
  • Vorgangs-IdAttachedNetworks_GetByDevCenter
Get(String, CancellationToken)

Ruft eine angefügte NetworkConnection ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/attachednetworks/{attachedNetworkConnectionName}
  • Vorgangs-IdAttachedNetworks_GetByDevCenter
GetAll(Nullable<Int32>, CancellationToken)

Listet die angefügten NetworkConnections für ein DevCenter auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/attachednetworks
  • Vorgangs-IdAttachedNetworks_ListByDevCenter
GetAllAsync(Nullable<Int32>, CancellationToken)

Listet die angefügten NetworkConnections für ein DevCenter auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/attachednetworks
  • Vorgangs-IdAttachedNetworks_ListByDevCenter
GetAsync(String, CancellationToken)

Ruft eine angefügte NetworkConnection ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/attachednetworks/{attachedNetworkConnectionName}
  • Vorgangs-IdAttachedNetworks_GetByDevCenter
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<AttachedNetworkConnectionResource>.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<AttachedNetworkConnectionResource>.GetEnumerator()

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

Gilt für: