ResourceGuardProxiesOperationsExtensions.GetNext 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 the ResourceGuardProxies under vault
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardProxyBaseResource> GetNext (this Microsoft.Azure.Management.RecoveryServices.Backup.IResourceGuardProxiesOperations operations, string nextPageLink);
static member GetNext : Microsoft.Azure.Management.RecoveryServices.Backup.IResourceGuardProxiesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ResourceGuardProxyBaseResource>
<Extension()>
Public Function GetNext (operations As IResourceGuardProxiesOperations, nextPageLink As String) As IPage(Of ResourceGuardProxyBaseResource)
Parameters
- operations
- IResourceGuardProxiesOperations
The operations group for this extension method.
- nextPageLink
- String
The NextLink from the previous successful call to List operation.