Freigeben über


BatchAccountCreateParameters Konstruktoren

Definition

Überlädt

BatchAccountCreateParameters()

Initialisiert eine neue instance der BatchAccountCreateParameters-Klasse.

BatchAccountCreateParameters(String, IDictionary<String,String>, AutoStorageBaseProperties, Nullable<PoolAllocationMode>, KeyVaultReference, Nullable<PublicNetworkAccessType>, NetworkProfile, EncryptionProperties, IList<Nullable<AuthenticationMode>>, BatchAccountIdentity)

Initialisiert eine neue instance der BatchAccountCreateParameters-Klasse.

BatchAccountCreateParameters()

Initialisiert eine neue instance der BatchAccountCreateParameters-Klasse.

public BatchAccountCreateParameters ();
Public Sub New ()

Gilt für:

BatchAccountCreateParameters(String, IDictionary<String,String>, AutoStorageBaseProperties, Nullable<PoolAllocationMode>, KeyVaultReference, Nullable<PublicNetworkAccessType>, NetworkProfile, EncryptionProperties, IList<Nullable<AuthenticationMode>>, BatchAccountIdentity)

Initialisiert eine neue instance der BatchAccountCreateParameters-Klasse.

public BatchAccountCreateParameters (string location, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Batch.Models.AutoStorageBaseProperties autoStorage = default, Microsoft.Azure.Management.Batch.Models.PoolAllocationMode? poolAllocationMode = default, Microsoft.Azure.Management.Batch.Models.KeyVaultReference keyVaultReference = default, Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType? publicNetworkAccess = default, Microsoft.Azure.Management.Batch.Models.NetworkProfile networkProfile = default, Microsoft.Azure.Management.Batch.Models.EncryptionProperties encryption = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.AuthenticationMode?> allowedAuthenticationModes = default, Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity identity = default);
new Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters : string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Batch.Models.AutoStorageBaseProperties * Nullable<Microsoft.Azure.Management.Batch.Models.PoolAllocationMode> * Microsoft.Azure.Management.Batch.Models.KeyVaultReference * Nullable<Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType> * Microsoft.Azure.Management.Batch.Models.NetworkProfile * Microsoft.Azure.Management.Batch.Models.EncryptionProperties * System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.Batch.Models.AuthenticationMode>> * Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity -> Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters
Public Sub New (location As String, Optional tags As IDictionary(Of String, String) = Nothing, Optional autoStorage As AutoStorageBaseProperties = Nothing, Optional poolAllocationMode As Nullable(Of PoolAllocationMode) = Nothing, Optional keyVaultReference As KeyVaultReference = Nothing, Optional publicNetworkAccess As Nullable(Of PublicNetworkAccessType) = Nothing, Optional networkProfile As NetworkProfile = Nothing, Optional encryption As EncryptionProperties = Nothing, Optional allowedAuthenticationModes As IList(Of Nullable(Of AuthenticationMode)) = Nothing, Optional identity As BatchAccountIdentity = Nothing)

Parameter

location
String

Die Region, in der das Konto erstellt werden soll

tags
IDictionary<String,String>

Die benutzerdefinierten Tags, die dem Konto zugeordnet sind.

autoStorage
AutoStorageBaseProperties

Die Eigenschaften im Zusammenhang mit dem Konto für die automatische Speicherung.

poolAllocationMode
Nullable<PoolAllocationMode>

Der Zuordnungsmodus, der beim Erstellen von Pools im Batch-Konto verwendet werden soll.

keyVaultReference
KeyVaultReference

Ein Verweis auf den Azure-Schlüsseltresor, der dem Batch-Konto zugeordnet ist.

publicNetworkAccess
Nullable<PublicNetworkAccessType>

Der Netzwerkzugriffstyp für den Zugriff auf Azure Batch Konto.

networkProfile
NetworkProfile

Netzwerkprofil für das Batch-Konto, das Netzwerkregeleinstellungen für jeden Endpunkt enthält.

encryption
EncryptionProperties

Die Verschlüsselungskonfiguration für das Batch-Konto.

allowedAuthenticationModes
IList<Nullable<AuthenticationMode>>

Liste der zulässigen Authentifizierungsmodi für das Batch-Konto, das für die Authentifizierung bei der Datenebene verwendet werden kann. Dies wirkt sich nicht auf die Authentifizierung mit der Steuerungsebene aus.

identity
BatchAccountIdentity

Die Identität des Batch-Kontos.

Gilt für: