SqlVirtualMachineExtensions.GetSqlVmGroups Method

Definition

Overloads

GetSqlVmGroups(ResourceGroupResource)

Gets a collection of SqlVmGroupResources in the ResourceGroupResource. MockingTo mock this method, please mock GetSqlVmGroups() instead.

GetSqlVmGroups(SubscriptionResource, CancellationToken)

Gets all SQL virtual machine groups in a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups
  • Operation Id: SqlVirtualMachineGroups_List

GetSqlVmGroups(ResourceGroupResource)

Source:
SqlVirtualMachineExtensions.cs
Source:
SqlVirtualMachineExtensions.cs

Gets a collection of SqlVmGroupResources in the ResourceGroupResource. MockingTo mock this method, please mock GetSqlVmGroups() instead.

C#
public static Azure.ResourceManager.SqlVirtualMachine.SqlVmGroupCollection GetSqlVmGroups(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

Returns

An object representing collection of SqlVmGroupResources and their operations over a SqlVmGroupResource.

Exceptions

resourceGroupResource is null.

Applies to

Azure SDK for .NET Preview and Azure SDK for .NET Latest
Product Versions
Azure SDK for .NET Latest, Preview

GetSqlVmGroups(SubscriptionResource, CancellationToken)

Source:
SqlVirtualMachineExtensions.cs
Source:
SqlVirtualMachineExtensions.cs

Gets all SQL virtual machine groups in a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups
  • Operation Id: SqlVirtualMachineGroups_List
C#
public static Azure.Pageable<Azure.ResourceManager.SqlVirtualMachine.SqlVmGroupResource> GetSqlVmGroups(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of SqlVmGroupResource that may take multiple service requests to iterate over.

Exceptions

subscriptionResource is null.

Applies to

Azure SDK for .NET Preview and Azure SDK for .NET Latest
Product Versions
Azure SDK for .NET Latest, Preview