ManagementGroupsOperationsExtensions.GetDescendants 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.
List all entities that descend from a management group.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagementGroups.Models.DescendantInfo> GetDescendants (this Microsoft.Azure.Management.ManagementGroups.IManagementGroupsOperations operations, string groupId, string skiptoken = default, int? top = default);
static member GetDescendants : Microsoft.Azure.Management.ManagementGroups.IManagementGroupsOperations * string * string * Nullable<int> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagementGroups.Models.DescendantInfo>
<Extension()>
Public Function GetDescendants (operations As IManagementGroupsOperations, groupId As String, Optional skiptoken As String = Nothing, Optional top As Nullable(Of Integer) = Nothing) As IPage(Of DescendantInfo)
Parameters
- operations
- IManagementGroupsOperations
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.
Number of elements to return when retrieving results. Passing this in will override $skipToken.
Returns
Applies to
Azure SDK for .NET