다음을 통해 공유


WorkspacesOperationsExtensions.ListByResourceGroup Method

Definition

Lists all the available workspaces under the specified resource group.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HealthcareApis.Models.Workspace> ListByResourceGroup (this Microsoft.Azure.Management.HealthcareApis.IWorkspacesOperations operations, string resourceGroupName);
static member ListByResourceGroup : Microsoft.Azure.Management.HealthcareApis.IWorkspacesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HealthcareApis.Models.Workspace>
<Extension()>
Public Function ListByResourceGroup (operations As IWorkspacesOperations, resourceGroupName As String) As IPage(Of Workspace)

Parameters

operations
IWorkspacesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the service instance.

Returns

Applies to