DataCollectionRulesOperationsExtensions.ListBySubscriptionNext 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.
Lists all data collection rules in the specified subscription.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleResource> ListBySubscriptionNext (this Microsoft.Azure.Management.Monitor.IDataCollectionRulesOperations operations, string nextPageLink);
static member ListBySubscriptionNext : Microsoft.Azure.Management.Monitor.IDataCollectionRulesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleResource>
<Extension()>
Public Function ListBySubscriptionNext (operations As IDataCollectionRulesOperations, nextPageLink As String) As IPage(Of DataCollectionRuleResource)
Parameters
- operations
- IDataCollectionRulesOperations
The operations group for this extension method.
- nextPageLink
- String
The NextLink from the previous successful call to List operation.