VirtualClusterCollection Class

Definition

A class representing a collection of VirtualClusterResource and their operations. Each VirtualClusterResource in the collection will belong to the same instance of ResourceGroupResource. To get a VirtualClusterCollection instance call the GetVirtualClusters method from an instance of ResourceGroupResource.

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

Constructors

VirtualClusterCollection()

Initializes a new instance of the VirtualClusterCollection 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

Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/virtualClusters/{virtualClusterName}
  • Operation Id: VirtualClusters_Get
  • Default Api Version: 2022-05-01-preview
  • Resource: VirtualClusterResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/virtualClusters/{virtualClusterName}
  • Operation Id: VirtualClusters_Get
  • Default Api Version: 2022-05-01-preview
  • Resource: VirtualClusterResource
Get(String, CancellationToken)

Gets a virtual cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/virtualClusters/{virtualClusterName}
  • Operation Id: VirtualClusters_Get
  • Default Api Version: 2022-05-01-preview
  • Resource: VirtualClusterResource
GetAll(CancellationToken)

Gets a list of virtual clusters in a resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/virtualClusters
  • Operation Id: VirtualClusters_ListByResourceGroup
  • Default Api Version: 2022-05-01-preview
  • Resource: VirtualClusterResource
GetAllAsync(CancellationToken)

Gets a list of virtual clusters in a resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/virtualClusters
  • Operation Id: VirtualClusters_ListByResourceGroup
  • Default Api Version: 2022-05-01-preview
  • Resource: VirtualClusterResource
GetAsync(String, CancellationToken)

Gets a virtual cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/virtualClusters/{virtualClusterName}
  • Operation Id: VirtualClusters_Get
  • Default Api Version: 2022-05-01-preview
  • Resource: VirtualClusterResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/virtualClusters/{virtualClusterName}
  • Operation Id: VirtualClusters_Get
  • Default Api Version: 2022-05-01-preview
  • Resource: VirtualClusterResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/virtualClusters/{virtualClusterName}
  • Operation Id: VirtualClusters_Get
  • Default Api Version: 2022-05-01-preview
  • Resource: VirtualClusterResource
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<VirtualClusterResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<VirtualClusterResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to