SmartGroupsOperationsExtensions.GetAllNext 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.
Get all Smart Groups within a specified subscription
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroup> GetAllNext (this Microsoft.Azure.Management.AlertsManagement.ISmartGroupsOperations operations, string nextPageLink);
static member GetAllNext : Microsoft.Azure.Management.AlertsManagement.ISmartGroupsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroup>
<Extension()>
Public Function GetAllNext (operations As ISmartGroupsOperations, nextPageLink As String) As IPage(Of SmartGroup)
Parameters
- operations
- ISmartGroupsOperations
The operations group for this extension method.
- nextPageLink
- String
The NextLink from the previous successful call to List operation.
Returns
Remarks
List all the Smart Groups within a specified subscription.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET