Partager via


IotHubPrivateEndpointGroupInformationCollection Classe

Définition

Classe représentant une collection de IotHubPrivateEndpointGroupInformationResource et leurs opérations. Chacun IotHubPrivateEndpointGroupInformationResource de la collection appartient au même instance de IotHubDescriptionResource. Pour obtenir un IotHubPrivateEndpointGroupInformationCollection instance appelez la méthode GetIotHubPrivateEndpointGroupInformation à partir d’un instance de IotHubDescriptionResource.

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)
Héritage
IotHubPrivateEndpointGroupInformationCollection
Implémente

Constructeurs

IotHubPrivateEndpointGroupInformationCollection()

Initialise une nouvelle instance de la classe pour la IotHubPrivateEndpointGroupInformationCollection simulation.

Propriétés

Client

Obtient le ArmClient à partir duquel ce client de ressource a été créé.

(Hérité de ArmCollection)
Diagnostics

Obtient les options de diagnostic pour ce client de ressources.

(Hérité de ArmCollection)
Endpoint

Obtient l’URI de base pour ce client de ressource.

(Hérité de ArmCollection)
Id

Obtient l’identificateur de ressource.

(Hérité de ArmCollection)
Pipeline

Obtient le pipeline pour ce client de ressource.

(Hérité de ArmCollection)

Méthodes

Exists(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateLinkResources/{groupId}
  • IdPrivateLinkResources_Get d’opération
ExistsAsync(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateLinkResources/{groupId}
  • IdPrivateLinkResources_Get d’opération
Get(String, CancellationToken)

Obtenir la ressource de liaison privée spécifiée pour l’IotHub donné

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateLinkResources/{groupId}
  • IdPrivateLinkResources_Get d’opération
GetAll(CancellationToken)

Répertorier les ressources de liaison privée pour l’IotHub donné

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateLinkResources
  • IdPrivateLinkResources_List d’opération
GetAllAsync(CancellationToken)

Répertorier les ressources de liaison privée pour l’IotHub donné

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateLinkResources
  • IdPrivateLinkResources_List d’opération
GetAsync(String, CancellationToken)

Obtenir la ressource de liaison privée spécifiée pour l’IotHub donné

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateLinkResources/{groupId}
  • IdPrivateLinkResources_Get d’opération
TryGetApiVersion(ResourceType, String)

Obtient le remplacement de version de l’API s’il a été défini pour les options client actuelles.

(Hérité de ArmCollection)

Implémentations d’interfaces explicites

IAsyncEnumerable<IotHubPrivateEndpointGroupInformationResource>.GetAsyncEnumerator(CancellationToken)

Retourne un énumérateur qui boucle de façon asynchrone dans la collection.

IEnumerable.GetEnumerator()

Retourne un énumérateur qui itère au sein d’une collection.

IEnumerable<IotHubPrivateEndpointGroupInformationResource>.GetEnumerator()

Retourne un énumérateur qui itère au sein de la collection.

S’applique à