KustoClusterCollection Classe

Definição

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

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

Construtores

KustoClusterCollection()

Inicializa uma nova instância da KustoClusterCollection 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

CreateOrUpdate(WaitUntil, String, KustoClusterData, String, String, CancellationToken)

Criar ou atualizar um cluster Kusto.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}
  • Operação IdClusters_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, KustoClusterData, String, String, CancellationToken)

Criar ou atualizar um cluster Kusto.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}
  • Operação IdClusters_CreateOrUpdate
Exists(String, CancellationToken)

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}
  • Operação IdClusters_Get
ExistsAsync(String, CancellationToken)

Verifica se o recurso existe no azure.

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

Obtém um cluster Kusto.

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

Lista todos os clusters Kusto em um grupo de recursos.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters
  • Operação IdClusters_ListByResourceGroup
GetAllAsync(CancellationToken)

Lista todos os clusters Kusto em um grupo de recursos.

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

Obtém um cluster Kusto.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}
  • Operação IdClusters_Get
GetIfExists(String, CancellationToken)

Tenta obter detalhes para esse recurso do serviço.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}
  • Operação IdClusters_Get
GetIfExistsAsync(String, CancellationToken)

Tenta obter detalhes para esse recurso do serviço.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}
  • Operação IdClusters_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<KustoClusterResource>.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<KustoClusterResource>.GetEnumerator()

Retorna um enumerador que itera pela coleção.

Aplica-se a