Freigeben über


IotHubPrivateEndpointGroupInformationCollection Klasse

Definition

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
IotHubPrivateEndpointGroupInformationCollection
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.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateLinkResources/{groupId}
  • Vorgangs-IdPrivateLinkResources_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateLinkResources/{groupId}
  • Vorgangs-IdPrivateLinkResources_Get
Get(String, CancellationToken)

Abrufen der angegebenen Private Link-Ressource für die angegebene IotHub-Instanz

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateLinkResources/{groupId}
  • Vorgangs-IdPrivateLinkResources_Get
GetAll(CancellationToken)

Auflisten von Private Link-Ressourcen für die angegebene IotHub-Instanz

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

Auflisten von Private Link-Ressourcen für die angegebene IotHub-Instanz

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

Abrufen der angegebenen Private Link-Ressource für die angegebene IotHub-Instanz

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateLinkResources/{groupId}
  • Vorgangs-IdPrivateLinkResources_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<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.

Gilt für: