DisasterRecoveryConfigsOperationsExtensions.ListAuthorizationRulesNext(IDisasterRecoveryConfigsOperations, String) 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.
Gets a list of authorization rules for a Namespace.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.AuthorizationRule> ListAuthorizationRulesNext (this Microsoft.Azure.Management.EventHub.IDisasterRecoveryConfigsOperations operations, string nextPageLink);
static member ListAuthorizationRulesNext : Microsoft.Azure.Management.EventHub.IDisasterRecoveryConfigsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.AuthorizationRule>
<Extension()>
Public Function ListAuthorizationRulesNext (operations As IDisasterRecoveryConfigsOperations, nextPageLink As String) As IPage(Of AuthorizationRule)
Parameters
- operations
- IDisasterRecoveryConfigsOperations
The operations group for this extension method.
- nextPageLink
- System.String
The NextLink from the previous successful call to List operation.