Freigeben über


IotHubPrivateEndpointConnectionCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren IotHubPrivateEndpointConnectionResource Vorgänge darstellt. Jedes IotHubPrivateEndpointConnectionResource in der Auflistung gehört zum gleichen instance von IotHubDescriptionResource. Um eine IotHubPrivateEndpointConnectionCollection instance rufen Sie die GetIotHubPrivateEndpointConnections-Methode aus einer instance von aufIotHubDescriptionResource.

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

Konstruktoren

IotHubPrivateEndpointConnectionCollection()

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

Aktualisieren der status einer Privaten Endpunktverbindung mit dem angegebenen Namen

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Update
CreateOrUpdateAsync(WaitUntil, String, IotHubPrivateEndpointConnectionData, CancellationToken)

Aktualisieren der status einer Privaten Endpunktverbindung mit dem angegebenen Namen

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Update
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Get
Get(String, CancellationToken)

Abrufen von Verbindungseigenschaften für private Endpunkte

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Get
GetAll(CancellationToken)

Auflisten der Verbindungseigenschaften für private Endpunkte

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateEndpointConnections
  • Vorgangs-IdPrivateEndpointConnections_List
GetAllAsync(CancellationToken)

Auflisten der Verbindungseigenschaften für private Endpunkte

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateEndpointConnections
  • Vorgangs-IdPrivateEndpointConnections_List
GetAsync(String, CancellationToken)

Abrufen von Verbindungseigenschaften für private Endpunkte

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_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<IotHubPrivateEndpointConnectionResource>.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<IotHubPrivateEndpointConnectionResource>.GetEnumerator()

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

Gilt für: