WebAppsOperationsExtensions.ListDomainOwnershipIdentifiersNext Method

Definition

Lists ownership identifiers for domain associated with web app.

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

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 Lists ownership identifiers for domain associated with web app.

Applies to