AccountOperationsExtensions.ListByResourceGroup Method (IAccountOperations, String)

 

Gets information about the Batch accounts associated within the specified resource group.

Namespace:   Microsoft.Azure.Management.Batch
Assembly:  Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)

Syntax

public static IPage<AccountResource> ListByResourceGroup(
    this IAccountOperations operations,
    string resourceGroupName
)
public:
[ExtensionAttribute]
static IPage<AccountResource^>^ ListByResourceGroup(
    IAccountOperations^ operations,
    String^ resourceGroupName
)
static member ListByResourceGroup : 
        operations:IAccountOperations *
        resourceGroupName:string -> IPage<AccountResource>
<ExtensionAttribute>
Public Shared Function ListByResourceGroup (
    operations As IAccountOperations,
    resourceGroupName As String
) As IPage(Of AccountResource)

Parameters

  • resourceGroupName
    Type: System.String

    The name of the resource group whose Batch accounts to list.

Return Value

Type: Microsoft.Rest.Azure.IPage<AccountResource>

See Also

AccountOperationsExtensions Class
Microsoft.Azure.Management.Batch Namespace

Return to top