InvitationsOperationsExtensions.ListByShareNext 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 Invitations in a share.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.Invitation> ListByShareNext (this Microsoft.Azure.Management.DataShare.IInvitationsOperations operations, string nextPageLink);
static member ListByShareNext : Microsoft.Azure.Management.DataShare.IInvitationsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.Invitation>
<Extension()>
Public Function ListByShareNext (operations As IInvitationsOperations, nextPageLink As String) As IPage(Of Invitation)
Parameters
- operations
- IInvitationsOperations
The operations group for this extension method.
- nextPageLink
- String
The NextLink from the previous successful call to List operation.
Returns
Remarks
List invitations in a share