Megosztás a következőn keresztül:


BatchAccountCreateParameters Konstruktorok

Definíció

Túlterhelések

BatchAccountCreateParameters()

Inicializálja a BatchAccountCreateParameters osztály új példányát.

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

Inicializálja a BatchAccountCreateParameters osztály új példányát.

BatchAccountCreateParameters()

Inicializálja a BatchAccountCreateParameters osztály új példányát.

public BatchAccountCreateParameters ();
Public Sub New ()

A következőre érvényes:

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

Inicializálja a BatchAccountCreateParameters osztály új példányát.

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)

Paraméterek

location
String

Az a régió, amelyben létre kívánja hozni a fiókot.

tags
IDictionary<String,String>

A fiókhoz társított felhasználó által megadott címkék.

autoStorage
AutoStorageBaseProperties

Az automatikus tárfiókhoz kapcsolódó tulajdonságok.

poolAllocationMode
Nullable<PoolAllocationMode>

A Batch-fiókban történő készletlétrehozásához használandó lefoglalási mód.

keyVaultReference
KeyVaultReference

Hivatkozás a Batch-fiókhoz társított Azure Key Vaultra.

publicNetworkAccess
Nullable<PublicNetworkAccessType>

A Azure Batch fiók elérésére szolgáló hálózati hozzáférési típus.

networkProfile
NetworkProfile

A Batch-fiók hálózati profilja, amely az egyes végpontok hálózati szabálybeállítását tartalmazza.

encryption
EncryptionProperties

A Batch-fiók titkosítási konfigurációja.

allowedAuthenticationModes
IList<Nullable<AuthenticationMode>>

Az adatsíkkal történő hitelesítéshez használható Batch-fiók engedélyezett hitelesítési módjainak listája. Ez nincs hatással a vezérlősíkon történő hitelesítésre.

identity
BatchAccountIdentity

A Batch-fiók identitása.

A következőre érvényes: