SqlVirtualMachineExtensions.GetSqlVmGroups Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
|
Gets a collection of SqlVmGroupResources in the ResourceGroupResource. MockingTo mock this method, please mock GetSqlVmGroups() instead.
public static Azure.ResourceManager.SqlVirtualMachine.SqlVmGroupCollection GetSqlVmGroups(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetSqlVmGroups : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.SqlVirtualMachine.SqlVmGroupCollection
<Extension()>
Public Function GetSqlVmGroups (resourceGroupResource As ResourceGroupResource) As SqlVmGroupCollection
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 |
Gets all SQL virtual machine groups in a subscription.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups
- Operation Id: SqlVirtualMachineGroups_List
public static Azure.Pageable<Azure.ResourceManager.SqlVirtualMachine.SqlVmGroupResource> GetSqlVmGroups(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetSqlVmGroups : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SqlVirtualMachine.SqlVmGroupResource>
<Extension()>
Public Function GetSqlVmGroups (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SqlVmGroupResource)
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 |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: