ArmBatchModelFactory.BatchAccountRegenerateKeyContent Method

Definition

Parameters supplied to the RegenerateKey operation.

public static Azure.ResourceManager.Batch.Models.BatchAccountRegenerateKeyContent BatchAccountRegenerateKeyContent(Azure.ResourceManager.Batch.Models.BatchAccountKeyType keyType = Azure.ResourceManager.Batch.Models.BatchAccountKeyType.Primary);
static member BatchAccountRegenerateKeyContent : Azure.ResourceManager.Batch.Models.BatchAccountKeyType -> Azure.ResourceManager.Batch.Models.BatchAccountRegenerateKeyContent
Public Shared Function BatchAccountRegenerateKeyContent (Optional keyType As BatchAccountKeyType = Azure.ResourceManager.Batch.Models.BatchAccountKeyType.Primary) As BatchAccountRegenerateKeyContent

Parameters

keyType
BatchAccountKeyType

The type of account key to regenerate.

Returns

A new BatchAccountRegenerateKeyContent instance for mocking.

Applies to