Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BatchAccount

Package version

interface

An interface representing BatchAccount. Contains information about an Azure Batch account.

extends

Resource

Hierarchy

Index

Properties

Optional accountEndpoint

accountEndpoint: undefined | string
member

{string} [accountEndpoint] The account endpoint used to interact with the Batch service. NOTE: This property will not be serialized. It can only be populated by the server.

Optional activeJobAndJobScheduleQuota

activeJobAndJobScheduleQuota: undefined | number
member

{number} [activeJobAndJobScheduleQuota] The active job and job schedule quota for this Batch account. NOTE: This property will not be serialized. It can only be populated by the server.

Optional autoStorage

member

{AutoStorageProperties} [autoStorage] The properties and status of any auto-storage account associated with the Batch account. NOTE: This property will not be serialized. It can only be populated by the server.

Optional dedicatedCoreQuota

dedicatedCoreQuota: undefined | number
member

{number} [dedicatedCoreQuota] The dedicated core quota for this Batch account. NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string
member

{string} [id] The ID of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional keyVaultReference

keyVaultReference: KeyVaultReference
member

{KeyVaultReference} [keyVaultReference] A reference to the Azure key vault associated with the Batch account. NOTE: This property will not be serialized. It can only be populated by the server.

Optional location

location: undefined | string
member

{string} [location] The location of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional lowPriorityCoreQuota

lowPriorityCoreQuota: undefined | number
member

{number} [lowPriorityCoreQuota] The low-priority core quota for this Batch account. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string
member

{string} [name] The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional poolAllocationMode

poolAllocationMode: PoolAllocationMode
member

{PoolAllocationMode} [poolAllocationMode] The allocation mode to use for creating pools in the Batch account. Possible values include: 'BatchService', 'UserSubscription' NOTE: This property will not be serialized. It can only be populated by the server.

Optional poolQuota

poolQuota: undefined | number
member

{number} [poolQuota] The pool quota for this Batch account. NOTE: This property will not be serialized. It can only be populated by the server.

Optional provisioningState

provisioningState: ProvisioningState
member

{ProvisioningState} [provisioningState] The provisioned state of the resource. Possible values include: 'Invalid', 'Creating', 'Deleting', 'Succeeded', 'Failed', 'Cancelled' NOTE: This property will not be serialized. It can only be populated by the server.

Optional tags

tags: undefined | object
member

{{ [propertyName: string]: string }} [tags] The tags of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

type: undefined | string
member

{string} [type] The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc