Delen via


BatchAccountKeys Constructors

Definitie

Overloads

BatchAccountKeys()

Initialiseert een nieuw exemplaar van de klasse BatchAccountKeys.

BatchAccountKeys(String, String, String)

Initialiseert een nieuw exemplaar van de klasse BatchAccountKeys.

BatchAccountKeys()

Initialiseert een nieuw exemplaar van de klasse BatchAccountKeys.

public BatchAccountKeys ();
Public Sub New ()

Van toepassing op

BatchAccountKeys(String, String, String)

Initialiseert een nieuw exemplaar van de klasse BatchAccountKeys.

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

De naam van het Batch-account.

primary
String

De primaire sleutel die aan het account is gekoppeld.

secondary
String

De secundaire sleutel die is gekoppeld aan het account.

Van toepassing op