Freigeben über


ArmBatchModelFactory.BatchAccountKeys(String, String, String) Methode

Definition

Initialisiert eine neue instance von BatchAccountKeys.

public static Azure.ResourceManager.Batch.Models.BatchAccountKeys BatchAccountKeys (string accountName = default, string primary = default, string secondary = default);
static member BatchAccountKeys : string * string * string -> Azure.ResourceManager.Batch.Models.BatchAccountKeys
Public Shared Function BatchAccountKeys (Optional accountName As String = Nothing, Optional primary As String = Nothing, Optional secondary As String = Nothing) As BatchAccountKeys

Parameter

accountName
String

Der Name des Batch-Kontos.

primary
String

Der Primärschlüssel, der dem Konto zugeordnet ist.

secondary
String

Der sekundäre Schlüssel, der dem Konto zugeordnet ist.

Gibt zurück

Eine neue BatchAccountKeys instance zum Simulieren.

Gilt für: