共用方式為


ServicesOperationsExtensions.ListBySubscription(IServicesOperations) Method

Definition

Handles requests to list all resources in a subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppPlatform.Models.ServiceResource> ListBySubscription (this Microsoft.Azure.Management.AppPlatform.IServicesOperations operations);
static member ListBySubscription : Microsoft.Azure.Management.AppPlatform.IServicesOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppPlatform.Models.ServiceResource>
<Extension()>
Public Function ListBySubscription (operations As IServicesOperations) As IPage(Of ServiceResource)

Parameters

operations
IServicesOperations

The operations group for this extension method.

Returns

Applies to