Dela via


BatchAccountCreateParameters Konstruktorer

Definition

Överlagringar

BatchAccountCreateParameters()

Initierar en ny instans av klassen BatchAccountCreateParameters.

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

Initierar en ny instans av klassen BatchAccountCreateParameters.

BatchAccountCreateParameters()

Initierar en ny instans av klassen BatchAccountCreateParameters.

public BatchAccountCreateParameters();
Public Sub New ()

Gäller för

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

Initierar en ny instans av klassen BatchAccountCreateParameters.

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)

Parametrar

location
String

Den region där kontot ska skapas.

tags
IDictionary<String,String>

De användardefinierade taggar som är associerade med kontot.

autoStorage
AutoStorageBaseProperties

Egenskaperna som är relaterade till kontot för automatisk lagring.

poolAllocationMode
Nullable<PoolAllocationMode>

Allokeringsläget som ska användas för att skapa pooler i Batch-kontot.

keyVaultReference
KeyVaultReference

En referens till Azure-nyckelvalvet som är associerat med Batch-kontot.

publicNetworkAccess
Nullable<PublicNetworkAccessType>

Nätverksåtkomsttypen för åtkomst till Azure Batch konto.

networkProfile
NetworkProfile

Nätverksprofil för Batch-konto, som innehåller nätverksregelinställningar för varje slutpunkt.

encryption
EncryptionProperties

Krypteringskonfigurationen för Batch-kontot.

allowedAuthenticationModes
IList<Nullable<AuthenticationMode>>

Lista över tillåtna autentiseringslägen för Batch-kontot som kan användas för att autentisera med dataplanet. Detta påverkar inte autentisering med kontrollplanet.

identity
BatchAccountIdentity

Batch-kontots identitet.

Gäller för