Partilhar via


IotCentralPrivateLinkResourceCollection Classe

Definição

Uma classe que representa uma coleção de IotCentralPrivateLinkResource e suas operações. Cada IotCentralPrivateLinkResource um na coleção pertencerá à mesma instância de IotCentralAppResource. Para obter uma IotCentralPrivateLinkResourceCollection instância, chame o método GetIotCentralPrivateLinkResources de uma instância do IotCentralAppResource.

public class IotCentralPrivateLinkResourceCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.IotCentral.IotCentralPrivateLinkResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.IotCentral.IotCentralPrivateLinkResource>
type IotCentralPrivateLinkResourceCollection = class
    inherit ArmCollection
    interface seq<IotCentralPrivateLinkResource>
    interface IEnumerable
    interface IAsyncEnumerable<IotCentralPrivateLinkResource>
Public Class IotCentralPrivateLinkResourceCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of IotCentralPrivateLinkResource), IEnumerable(Of IotCentralPrivateLinkResource)
Herança
IotCentralPrivateLinkResourceCollection
Implementações

Construtores

IotCentralPrivateLinkResourceCollection()

Inicializa uma nova instância da IotCentralPrivateLinkResourceCollection 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.IoTCentral/iotApps/{resourceName}/privateLinkResources/{groupId}
  • Operação IdPrivateLinks_Get
ExistsAsync(String, CancellationToken)

Verifica se o recurso existe no azure.

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

Obtenha um recurso de link privado de um aplicativo do IoT Central.

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

Obtenha todos os recursos de link privado de um aplicativo do IoT Central.

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

Obtenha todos os recursos de link privado de um aplicativo do IoT Central.

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

Obtenha um recurso de link privado de um aplicativo do IoT Central.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}/privateLinkResources/{groupId}
  • Operação IdPrivateLinks_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<IotCentralPrivateLinkResource>.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<IotCentralPrivateLinkResource>.GetEnumerator()

Retorna um enumerador que itera pela coleção.

Aplica-se a