WebAppsOperationsExtensions.ListBasicPublishingCredentialsPoliciesSlotNextAsync Method

Definition

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.CsmPublishingCredentialsPoliciesEntity>> ListBasicPublishingCredentialsPoliciesSlotNextAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListBasicPublishingCredentialsPoliciesSlotNextAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.CsmPublishingCredentialsPoliciesEntity>>
<Extension()>
Public Function ListBasicPublishingCredentialsPoliciesSlotNextAsync (operations As IWebAppsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

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

Applies to