BatchAccountKeys Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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
Azure SDK for .NET