Partilhar via


HDInsightPrivateLinkResourceCollection Classe

Definição

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

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

Construtores

HDInsightPrivateLinkResourceCollection()

Inicializa uma nova instância da HDInsightPrivateLinkResourceCollection 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.HDInsight/clusters/{clusterName}/privateLinkResources/{privateLinkResourceName}
  • Operação IdPrivateLinkResources_Get
ExistsAsync(String, CancellationToken)

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/privateLinkResources/{privateLinkResourceName}
  • Operação IdPrivateLinkResources_Get
Get(String, CancellationToken)

Obtém o recurso de link privado específico.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/privateLinkResources/{privateLinkResourceName}
  • Operação IdPrivateLinkResources_Get
GetAll(CancellationToken)

Lista os recursos de link privado em um cluster HDInsight.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/privateLinkResources
  • Operação IdPrivateLinkResources_ListByCluster
GetAllAsync(CancellationToken)

Lista os recursos de link privado em um cluster HDInsight.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/privateLinkResources
  • Operação IdPrivateLinkResources_ListByCluster
GetAsync(String, CancellationToken)

Obtém o recurso de link privado específico.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/privateLinkResources/{privateLinkResourceName}
  • 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<HDInsightPrivateLinkResource>.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<HDInsightPrivateLinkResource>.GetEnumerator()

Retorna um enumerador que itera pela coleção.

Aplica-se a