다음을 통해 공유


ResourceHealthMetadataOperationsExtensions.ListByResourceGroupNext Method

Definition

List all ResourceHealthMetadata for all sites in the resource group in the subscription.

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

Parameters

operations
IResourceHealthMetadataOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

Description for List all ResourceHealthMetadata for all sites in the resource group in the subscription.

Applies to