Поделиться через


SynapseKustoPoolCollection Class

Definition

A class representing a collection of SynapseKustoPoolResource and their operations. Each SynapseKustoPoolResource in the collection will belong to the same instance of SynapseWorkspaceResource. To get a SynapseKustoPoolCollection instance call the GetSynapseKustoPools method from an instance of SynapseWorkspaceResource.

public class SynapseKustoPoolCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Synapse.SynapseKustoPoolResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Synapse.SynapseKustoPoolResource>
type SynapseKustoPoolCollection = class
    inherit ArmCollection
    interface seq<SynapseKustoPoolResource>
    interface IEnumerable
    interface IAsyncEnumerable<SynapseKustoPoolResource>
Public Class SynapseKustoPoolCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of SynapseKustoPoolResource), IEnumerable(Of SynapseKustoPoolResource)
Inheritance
SynapseKustoPoolCollection
Implements

Constructors

SynapseKustoPoolCollection()

Initializes a new instance of the SynapseKustoPoolCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, SynapseKustoPoolData, String, String, CancellationToken)

Create or update a Kusto pool.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}
  • Operation Id: KustoPools_CreateOrUpdate
  • Default Api Version: 2021-06-01-preview
  • Resource: SynapseKustoPoolResource
CreateOrUpdateAsync(WaitUntil, String, SynapseKustoPoolData, String, String, CancellationToken)

Create or update a Kusto pool.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}
  • Operation Id: KustoPools_CreateOrUpdate
  • Default Api Version: 2021-06-01-preview
  • Resource: SynapseKustoPoolResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}
  • Operation Id: KustoPools_Get
  • Default Api Version: 2021-06-01-preview
  • Resource: SynapseKustoPoolResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}
  • Operation Id: KustoPools_Get
  • Default Api Version: 2021-06-01-preview
  • Resource: SynapseKustoPoolResource
Get(String, CancellationToken)

Gets a Kusto pool.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}
  • Operation Id: KustoPools_Get
  • Default Api Version: 2021-06-01-preview
  • Resource: SynapseKustoPoolResource
GetAll(CancellationToken)

List all Kusto pools

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools
  • Operation Id: KustoPools_ListByWorkspace
  • Default Api Version: 2021-06-01-preview
  • Resource: SynapseKustoPoolResource
GetAllAsync(CancellationToken)

List all Kusto pools

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools
  • Operation Id: KustoPools_ListByWorkspace
  • Default Api Version: 2021-06-01-preview
  • Resource: SynapseKustoPoolResource
GetAsync(String, CancellationToken)

Gets a Kusto pool.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}
  • Operation Id: KustoPools_Get
  • Default Api Version: 2021-06-01-preview
  • Resource: SynapseKustoPoolResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}
  • Operation Id: KustoPools_Get
  • Default Api Version: 2021-06-01-preview
  • Resource: SynapseKustoPoolResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}
  • Operation Id: KustoPools_Get
  • Default Api Version: 2021-06-01-preview
  • Resource: SynapseKustoPoolResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<SynapseKustoPoolResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<SynapseKustoPoolResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to