Partilhar via


IotHubPrivateEndpointGroupInformationCollection Classe

Definição

Uma classe que representa uma coleção de IotHubPrivateEndpointGroupInformationResource e suas operações. Cada IotHubPrivateEndpointGroupInformationResource um na coleção pertencerá à mesma instância de IotHubDescriptionResource. Para obter uma IotHubPrivateEndpointGroupInformationCollection instância, chame o método GetIotHubPrivateEndpointGroupInformation de uma instância do 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)
Herança
IotHubPrivateEndpointGroupInformationCollection
Implementações

Construtores

IotHubPrivateEndpointGroupInformationCollection()

Inicializa uma nova instância da IotHubPrivateEndpointGroupInformationCollection classe para zombar.

Propriedades

Client

Obtém o ArmClient do qual esse cliente de recurso foi criado.

(Herdado de ArmCollection)
Diagnostics

Obtém as opções de diagnóstico para esse cliente de recurso.

(Herdado de ArmCollection)
Endpoint

Obtém o uri base para esse cliente de recurso.

(Herdado de ArmCollection)
Id

Obtém o identificador de recurso.

(Herdado de ArmCollection)
Pipeline

Obtém o pipeline desse cliente de recurso.

(Herdado de ArmCollection)

Métodos

Exists(String, CancellationToken)

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateLinkResources/{groupId}
  • Operação IdPrivateLinkResources_Get
ExistsAsync(String, CancellationToken)

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateLinkResources/{groupId}
  • Operação IdPrivateLinkResources_Get
Get(String, CancellationToken)

Obter o recurso de link privado especificado para o IotHub especificado

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateLinkResources/{groupId}
  • Operação IdPrivateLinkResources_Get
GetAll(CancellationToken)

Listar recursos de link privado para o IotHub especificado

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateLinkResources
  • Operação IdPrivateLinkResources_List
GetAllAsync(CancellationToken)

Listar recursos de link privado para o IotHub especificado

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateLinkResources
  • Operação IdPrivateLinkResources_List
GetAsync(String, CancellationToken)

Obter o recurso de link privado especificado para o IotHub especificado

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateLinkResources/{groupId}
  • Operação IdPrivateLinkResources_Get
TryGetApiVersion(ResourceType, String)

Obtém a substituição da versão da API se ela tiver sido definida para as opções de cliente atuais.

(Herdado de ArmCollection)

Implantações explícitas de interface

IAsyncEnumerable<IotHubPrivateEndpointGroupInformationResource>.GetAsyncEnumerator(CancellationToken)

Retorna um enumerador que itera de maneira assíncrona por meio da coleção.

IEnumerable.GetEnumerator()

Retorna um enumerador que itera em uma coleção.

IEnumerable<IotHubPrivateEndpointGroupInformationResource>.GetEnumerator()

Retorna um enumerador que itera pela coleção.

Aplica-se a