Share via


DedicatedHostGroupsOperationsExtensions.ListBySubscription Method

Definition

Lists all of the dedicated host groups in the subscription. Use the nextLink property in the response to get the next page of dedicated host groups.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.DedicatedHostGroup> ListBySubscription (this Microsoft.Azure.Management.Compute.IDedicatedHostGroupsOperations operations);
static member ListBySubscription : Microsoft.Azure.Management.Compute.IDedicatedHostGroupsOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.DedicatedHostGroup>
<Extension()>
Public Function ListBySubscription (operations As IDedicatedHostGroupsOperations) As IPage(Of DedicatedHostGroup)

Parameters

operations
IDedicatedHostGroupsOperations

The operations group for this extension method.

Returns

Applies to