AccountOperationsExtensions.ListKeys Method (IAccountOperations, String, String)

 

Lists the account keys for the specified Batch account.

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

Syntax

public static BatchAccountListKeyResult ListKeys(
    this IAccountOperations operations,
    string resourceGroupName,
    string accountName
)
public:
[ExtensionAttribute]
static BatchAccountListKeyResult^ ListKeys(
    IAccountOperations^ operations,
    String^ resourceGroupName,
    String^ accountName
)
static member ListKeys : 
        operations:IAccountOperations *
        resourceGroupName:string *
        accountName:string -> BatchAccountListKeyResult
<ExtensionAttribute>
Public Shared Function ListKeys (
    operations As IAccountOperations,
    resourceGroupName As String,
    accountName As String
) As BatchAccountListKeyResult

Parameters

  • resourceGroupName
    Type: System.String

    The name of the resource group that contains the Batch account.

Return Value

Type: Microsoft.Azure.Management.Batch.Models.BatchAccountListKeyResult

See Also

AccountOperationsExtensions Class
Microsoft.Azure.Management.Batch Namespace

Return to top