AccountOperationsExtensions.RegenerateKey Method (IAccountOperations, String, String, BatchAccountRegenerateKeyParameters)

 

Regenerates the specified account key for the specified Batch account.

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

Syntax

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

Parameters

  • resourceGroupName
    Type: System.String

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

Return Value

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

See Also

AccountOperationsExtensions Class
Microsoft.Azure.Management.Batch Namespace

Return to top