StaticSitesOperationsExtensions.ListStaticSiteUsersNext 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 the list of users of a static site.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.StaticSiteUserARMResource> ListStaticSiteUsersNext (this Microsoft.Azure.Management.WebSites.IStaticSitesOperations operations, string nextPageLink);
static member ListStaticSiteUsersNext : Microsoft.Azure.Management.WebSites.IStaticSitesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.StaticSiteUserARMResource>
<Extension()>
Public Function ListStaticSiteUsersNext (operations As IStaticSitesOperations, nextPageLink As String) As IPage(Of StaticSiteUserARMResource)
Parameters
- operations
- IStaticSitesOperations
The operations group for this extension method.
- nextPageLink
- String
The NextLink from the previous successful call to List operation.
Returns
Remarks
Description for Gets the list of users of a static site.
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