AccountOperationsExtensions.List Method (IAccountOperations)

 

Gets information about the Batch accounts associated with the subscription.

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

Syntax

public static IPage<AccountResource> List(
    this IAccountOperations operations
)
public:
[ExtensionAttribute]
static IPage<AccountResource^>^ List(
    IAccountOperations^ operations
)
static member List : 
        operations:IAccountOperations -> IPage<AccountResource>
<ExtensionAttribute>
Public Shared Function List (
    operations As IAccountOperations
) As IPage(Of AccountResource)

Parameters

Return Value

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

See Also

AccountOperationsExtensions Class
Microsoft.Azure.Management.Batch Namespace

Return to top