BatchAccountKeys Class

Definition

A set of Azure Batch account keys.

public class BatchAccountKeys
type BatchAccountKeys = class
Public Class BatchAccountKeys
Inheritance
BatchAccountKeys

Constructors

BatchAccountKeys()

Initializes a new instance of the BatchAccountKeys class.

BatchAccountKeys(String, String, String)

Initializes a new instance of the BatchAccountKeys class.

Properties

AccountName

Gets the Batch account name.

Primary

Gets the primary key associated with the account.

Secondary

Gets the secondary key associated with the account.

Applies to