Udostępnij za pośrednictwem


BatchAccountKeys Konstruktory

Definicja

Przeciążenia

BatchAccountKeys()

Inicjuje nowe wystąpienie klasy BatchAccountKeys.

BatchAccountKeys(String, String, String)

Inicjuje nowe wystąpienie klasy BatchAccountKeys.

BatchAccountKeys()

Inicjuje nowe wystąpienie klasy BatchAccountKeys.

public BatchAccountKeys ();
Public Sub New ()

Dotyczy

BatchAccountKeys(String, String, String)

Inicjuje nowe wystąpienie klasy 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)

Parametry

accountName
String

Nazwa konta usługi Batch.

primary
String

Klucz podstawowy skojarzony z kontem.

secondary
String

Klucz pomocniczy skojarzony z kontem.

Dotyczy