WebAppsOperationsExtensions.ListBasicPublishingCredentialsPoliciesNext Method

Definition

Returns whether Scm basic auth is allowed and whether Ftp is allowed for a given site.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.CsmPublishingCredentialsPoliciesEntity> ListBasicPublishingCredentialsPoliciesNext (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string nextPageLink);
static member ListBasicPublishingCredentialsPoliciesNext : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.CsmPublishingCredentialsPoliciesEntity>
<Extension()>
Public Function ListBasicPublishingCredentialsPoliciesNext (operations As IWebAppsOperations, nextPageLink As String) As IPage(Of CsmPublishingCredentialsPoliciesEntity)

Parameters

operations
IWebAppsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

Description for Returns whether Scm basic auth is allowed and whether Ftp is allowed for a given site.

Applies to