BatchAccountCreateParameters Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
BatchAccountCreateParameters() |
Initialise une nouvelle instance de la classe BatchAccountCreateParameters. |
BatchAccountCreateParameters(String, IDictionary<String,String>, AutoStorageBaseProperties, Nullable<PoolAllocationMode>, KeyVaultReference, Nullable<PublicNetworkAccessType>, NetworkProfile, EncryptionProperties, IList<Nullable<AuthenticationMode>>, BatchAccountIdentity) |
Initialise une nouvelle instance de la classe BatchAccountCreateParameters. |
BatchAccountCreateParameters()
Initialise une nouvelle instance de la classe BatchAccountCreateParameters.
public BatchAccountCreateParameters ();
Public Sub New ()
S’applique à
BatchAccountCreateParameters(String, IDictionary<String,String>, AutoStorageBaseProperties, Nullable<PoolAllocationMode>, KeyVaultReference, Nullable<PublicNetworkAccessType>, NetworkProfile, EncryptionProperties, IList<Nullable<AuthenticationMode>>, BatchAccountIdentity)
Initialise une nouvelle instance de la classe 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)
Paramètres
- location
- String
Région dans laquelle créer le compte.
- tags
- IDictionary<String,String>
Balises spécifiées par l’utilisateur associées au compte.
- autoStorage
- AutoStorageBaseProperties
Propriétés liées au compte de stockage automatique.
- poolAllocationMode
- Nullable<PoolAllocationMode>
Mode d’allocation à utiliser pour créer des pools dans le compte Batch.
- keyVaultReference
- KeyVaultReference
Référence au coffre de clés Azure associé au compte Batch.
- publicNetworkAccess
- Nullable<PublicNetworkAccessType>
Type d’accès réseau permettant d’accéder à Azure Batch compte.
- networkProfile
- NetworkProfile
Profil réseau pour le compte Batch, qui contient les paramètres de règle réseau pour chaque point de terminaison.
- encryption
- EncryptionProperties
Configuration de chiffrement pour le compte Batch.
- allowedAuthenticationModes
- IList<Nullable<AuthenticationMode>>
Liste des modes d’authentification autorisés pour le compte Batch qui peuvent être utilisés pour s’authentifier avec le plan de données. Cela n’affecte pas l’authentification avec le plan de contrôle.
- identity
- BatchAccountIdentity
Identité du compte Batch.
S’applique à
Azure SDK for .NET