IotHubPrivateEndpointGroupInformationCollection Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Eine Klasse, die eine Auflistung von und deren IotHubPrivateEndpointGroupInformationResource Vorgänge darstellt. Jedes IotHubPrivateEndpointGroupInformationResource in der Auflistung gehört zum gleichen instance von IotHubDescriptionResource. Um eine IotHubPrivateEndpointGroupInformationCollection instance rufen Sie die GetIotHubPrivateEndpointGroupInformation-Methode aus einer instance von aufIotHubDescriptionResource.
public class IotHubPrivateEndpointGroupInformationCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.IotHub.IotHubPrivateEndpointGroupInformationResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.IotHub.IotHubPrivateEndpointGroupInformationResource>
type IotHubPrivateEndpointGroupInformationCollection = class
inherit ArmCollection
interface seq<IotHubPrivateEndpointGroupInformationResource>
interface IEnumerable
interface IAsyncEnumerable<IotHubPrivateEndpointGroupInformationResource>
Public Class IotHubPrivateEndpointGroupInformationCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of IotHubPrivateEndpointGroupInformationResource), IEnumerable(Of IotHubPrivateEndpointGroupInformationResource)
- Vererbung
- Implementiert
Konstruktoren
IotHubPrivateEndpointGroupInformationCollection() |
Initialisiert eine neue instance der -Klasse für die IotHubPrivateEndpointGroupInformationCollection 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
Exists(String, CancellationToken) |
Überprüft, ob die Ressource in Azure vorhanden ist.
|
ExistsAsync(String, CancellationToken) |
Überprüft, ob die Ressource in Azure vorhanden ist.
|
Get(String, CancellationToken) |
Abrufen der angegebenen Private Link-Ressource für die angegebene IotHub-Instanz
|
GetAll(CancellationToken) |
Auflisten von Private Link-Ressourcen für die angegebene IotHub-Instanz
|
GetAllAsync(CancellationToken) |
Auflisten von Private Link-Ressourcen für die angegebene IotHub-Instanz
|
GetAsync(String, CancellationToken) |
Abrufen der angegebenen Private Link-Ressource für die angegebene IotHub-Instanz
|
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<IotHubPrivateEndpointGroupInformationResource>.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<IotHubPrivateEndpointGroupInformationResource>.GetEnumerator() |
Gibt einen Enumerator zurück, der die Auflistung durchläuft. |