你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BatchAccountContext Class

Definition

Contains Batch account details for use when interacting with the Batch service.

public class BatchAccountContext
type BatchAccountContext = class
Public Class BatchAccountContext
Inheritance
BatchAccountContext

Constructors

BatchAccountContext(IAzureContext)

Properties

AccountEndpoint

The account endpoint.

AccountName

The name of the Batch account.

ActiveJobAndJobScheduleQuota

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

AutoStorageProperties

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

CoreQuota
DedicatedCoreQuota

The dedicated core quota for this Batch account.

DedicatedCoreQuotaPerVMFamily

The dedicated core quota per VM family. This value is only enforced if DedicatedCoreQuotaPerVMFamilyEnforced is set to true.

DedicatedCoreQuotaPerVMFamilyEnforced

If dedicated core quota is enforced per-family.

Encryption

Gets the encryption configuration for the Batch account.

Id

The account resource Id.

Identity

The identity of the Batch account, if configured. This is only used when the user specifies 'Microsoft.KeyVault' as their Batch account encryption configuration.

KeyInUse

The key to use when interacting with the Batch service. Be default, the primary key will be used.

KeyVaultReference

A reference to the Azure key vault associated with the Batch account.

Location

The region in which the account was created.

LowPriorityCoreQuota

The low priority core quota for this Batch account.

PoolAllocationMode

The allocation mode to use for creating pools in the Batch account.

PoolQuota

The pool quota for this Batch account.

PrimaryAccountKey

The primary account key.

PrivateEndpointConnections

A list of private endpoint connections associated with the account.

PublicNetworkAccess

The public network access type

ResourceGroupName

The name of the resource group that the account resource is under.

SecondaryAccountKey

The secondary account key.

State

The provisioning state of the account resource.

Subscription

The subscription Id that the account belongs to.

Tags

Tags associated with the account resource.

TagsTable

A string representation of the Tags property.

TaskTenantUrl

The Batch service endpoint.

Methods

CreateBatchRestClient(String, ServiceClientCredentials, DelegatingHandler)

Applies to