Partager via


WebAppsOperationsExtensions.ListHostNameBindingsNext Method

Definition

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

Parameters

operations
IWebAppsOperations
nextPageLink
String

Returns

Applies to