ManagementGroupSubscriptionsOperationsExtensions.GetSubscriptionsUnderManagementGroupAsync Method
Definition
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.
Retrieves details about all subscriptions which are associated with the management group.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagementGroups.Models.SubscriptionUnderManagementGroup>> GetSubscriptionsUnderManagementGroupAsync (this Microsoft.Azure.Management.ManagementGroups.IManagementGroupSubscriptionsOperations operations, string groupId, string skiptoken = default, System.Threading.CancellationToken cancellationToken = default);
static member GetSubscriptionsUnderManagementGroupAsync : Microsoft.Azure.Management.ManagementGroups.IManagementGroupSubscriptionsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagementGroups.Models.SubscriptionUnderManagementGroup>>
<Extension()>
Public Function GetSubscriptionsUnderManagementGroupAsync (operations As IManagementGroupSubscriptionsOperations, groupId As String, Optional skiptoken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SubscriptionUnderManagementGroup))
Parameters
- operations
- IManagementGroupSubscriptionsOperations
The operations group for this extension method.
- groupId
- String
Management Group ID.
- skiptoken
- String
Page continuation token is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a token parameter that specifies a starting point to use for subsequent calls.
- cancellationToken
- CancellationToken
The cancellation token.