Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BatchAccountCreateParameters

Package version

interface

An interface representing BatchAccountCreateParameters. Parameters supplied to the Create operation.

Hierarchy

  • BatchAccountCreateParameters

Index

Properties

Optional autoStorage

member

{AutoStorageBaseProperties} [autoStorage] The properties related to the auto-storage account.

Optional keyVaultReference

keyVaultReference: KeyVaultReference
member

{KeyVaultReference} [keyVaultReference] A reference to the Azure key vault associated with the Batch account.

location

location: string
member

{string} location The region in which to create the account.

Optional poolAllocationMode

poolAllocationMode: PoolAllocationMode
member

{PoolAllocationMode} [poolAllocationMode] The allocation mode to use for creating pools in the Batch account. The pool allocation mode also affects how clients may authenticate to the Batch Service API. If the mode is BatchService, clients may authenticate using access keys or Azure Active Directory. If the mode is UserSubscription, clients must use Azure Active Directory. The default is BatchService. Possible values include: 'BatchService', 'UserSubscription'

Optional tags

tags: undefined | object
member

{{ [propertyName: string]: string }} [tags] The user-specified tags associated with the account.

Generated using TypeDoc