ArmBatchModelFactory.BatchAccountRegenerateKeyContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.