Sdílet prostřednictvím


BatchAccountCreateParameters Konstruktory

Definice

Přetížení

BatchAccountCreateParameters()

Inicializuje novou instanci BatchAccountCreateParameters třídy.

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

Inicializuje novou instanci BatchAccountCreateParameters třídy.

BatchAccountCreateParameters()

Inicializuje novou instanci BatchAccountCreateParameters třídy.

public BatchAccountCreateParameters ();
Public Sub New ()

Platí pro

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

Inicializuje novou instanci BatchAccountCreateParameters třídy.

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)

Parametry

location
String

Oblast, ve které chcete účet vytvořit.

tags
IDictionary<String,String>

Značky zadané uživatelem přidružené k účtu.

autoStorage
AutoStorageBaseProperties

Vlastnosti související s účtem automatického úložiště

poolAllocationMode
Nullable<PoolAllocationMode>

Režim přidělení pro použití při vytváření fondů v účtu Batch.

keyVaultReference
KeyVaultReference

Odkaz na trezor klíčů Azure přidružený k účtu Batch.

publicNetworkAccess
Nullable<PublicNetworkAccessType>

Typ síťového přístupu pro přístup k účtu Azure Batch.

networkProfile
NetworkProfile

Profil sítě pro účet Batch, který obsahuje nastavení pravidel sítě pro každý koncový bod.

encryption
EncryptionProperties

Konfigurace šifrování pro účet Batch.

allowedAuthenticationModes
IList<Nullable<AuthenticationMode>>

Seznam povolených režimů ověřování pro účet Batch, které se dají použít k ověřování v rovině dat To nemá vliv na ověřování pomocí řídicí roviny.

identity
BatchAccountIdentity

Identita účtu Batch.

Platí pro