BatchAccountData Class

Definition

A class representing the BatchAccount data model. Contains information about an Azure Batch account.

public class BatchAccountData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Batch.BatchAccountData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Batch.BatchAccountData>
public class BatchAccountData : Azure.ResourceManager.Models.ResourceData
type BatchAccountData = class
    inherit ResourceData
    interface IJsonModel<BatchAccountData>
    interface IPersistableModel<BatchAccountData>
type BatchAccountData = class
    inherit ResourceData
Public Class BatchAccountData
Inherits ResourceData
Implements IJsonModel(Of BatchAccountData), IPersistableModel(Of BatchAccountData)
Public Class BatchAccountData
Inherits ResourceData
Inheritance
BatchAccountData
Implements

Constructors

BatchAccountData()

Initializes a new instance of BatchAccountData.

Properties

AccountEndpoint

The account endpoint used to interact with the Batch service.

ActiveJobAndJobScheduleQuota

The active job and job schedule quota for the Batch account.

AllowedAuthenticationModes

List of allowed authentication modes for the Batch account that can be used to authenticate with the data plane. This does not affect authentication with the control plane.

AutoStorage

Contains information about the auto-storage account associated with a Batch account.

DedicatedCoreQuota

For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.

DedicatedCoreQuotaPerVmFamily

A list of the dedicated core quota per Virtual Machine family for the Batch account. For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.

Encryption

Configures how customer data is encrypted inside the Batch account. By default, accounts are encrypted using a Microsoft managed key. For additional control, a customer-managed key can be used instead.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Identity

The identity of the Batch account. Current supported identity types: None, SystemAssigned, UserAssigned.

IsDedicatedCoreQuotaPerVmFamilyEnforced

If this flag is true, dedicated core quota is enforced via both the dedicatedCoreQuotaPerVMFamily and dedicatedCoreQuota properties on the account. If this flag is false, dedicated core quota is enforced only via the dedicatedCoreQuota property on the account and does not consider Virtual Machine family.

KeyVaultReference

Identifies the Azure key vault associated with a Batch account.

Location

The location of the resource.

LowPriorityCoreQuota

For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.

Name

The name of the resource.

(Inherited from ResourceData)
NetworkProfile

The network profile only takes effect when publicNetworkAccess is enabled.

NodeManagementEndpoint

The endpoint used by compute node to connect to the Batch node management service.

PoolAllocationMode

The allocation mode for creating pools in the Batch account.

PoolQuota

The pool quota for the Batch account.

PrivateEndpointConnections

List of private endpoint connections associated with the Batch account.

ProvisioningState

The provisioned state of the resource.

PublicNetworkAccess

If not specified, the default value is 'enabled'.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

The tags of the resource.

Explicit Interface Implementations

IJsonModel<BatchAccountData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<BatchAccountData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchAccountData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchAccountData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<BatchAccountData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to