다음을 통해 공유


ResourceHealthMetadataOperationsExtensions.List Method

Definition

List all ResourceHealthMetadata for all sites in the subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceHealthMetadata> List (this Microsoft.Azure.Management.WebSites.IResourceHealthMetadataOperations operations);
static member List : Microsoft.Azure.Management.WebSites.IResourceHealthMetadataOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceHealthMetadata>
<Extension()>
Public Function List (operations As IResourceHealthMetadataOperations) As IPage(Of ResourceHealthMetadata)

Parameters

operations
IResourceHealthMetadataOperations

The operations group for this extension method.

Returns

Remarks

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

Applies to