Share via


BatchAccountKeys Constructors

Definition

Overloads

BatchAccountKeys()

Initializes a new instance of the BatchAccountKeys class.

BatchAccountKeys(String, String, String)

Initializes a new instance of the BatchAccountKeys class.

BatchAccountKeys()

Initializes a new instance of the BatchAccountKeys class.

public BatchAccountKeys ();
Public Sub New ()

Applies to

BatchAccountKeys(String, String, String)

Initializes a new instance of the BatchAccountKeys class.

public BatchAccountKeys (string accountName = default, string primary = default, string secondary = default);
new Microsoft.Azure.Management.Batch.Models.BatchAccountKeys : string * string * string -> Microsoft.Azure.Management.Batch.Models.BatchAccountKeys
Public Sub New (Optional accountName As String = Nothing, Optional primary As String = Nothing, Optional secondary As String = Nothing)

Parameters

accountName
String

The Batch account name.

primary
String

The primary key associated with the account.

secondary
String

The secondary key associated with the account.

Applies to