BatchAccountUpdateParameters 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
BatchAccountUpdateParameters() |
Initialise une nouvelle instance de la classe BatchAccountUpdateParameters. |
BatchAccountUpdateParameters(IDictionary<String,String>, AutoStorageBaseProperties, EncryptionProperties, IList<Nullable<AuthenticationMode>>, Nullable<PublicNetworkAccessType>, NetworkProfile, BatchAccountIdentity) |
Initialise une nouvelle instance de la classe BatchAccountUpdateParameters. |
BatchAccountUpdateParameters()
Initialise une nouvelle instance de la classe BatchAccountUpdateParameters.
public BatchAccountUpdateParameters ();
Public Sub New ()
S’applique à
BatchAccountUpdateParameters(IDictionary<String,String>, AutoStorageBaseProperties, EncryptionProperties, IList<Nullable<AuthenticationMode>>, Nullable<PublicNetworkAccessType>, NetworkProfile, BatchAccountIdentity)
Initialise une nouvelle instance de la classe BatchAccountUpdateParameters.
public BatchAccountUpdateParameters (System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Batch.Models.AutoStorageBaseProperties autoStorage = 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.PublicNetworkAccessType? publicNetworkAccess = default, Microsoft.Azure.Management.Batch.Models.NetworkProfile networkProfile = default, Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity identity = default);
new Microsoft.Azure.Management.Batch.Models.BatchAccountUpdateParameters : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Batch.Models.AutoStorageBaseProperties * Microsoft.Azure.Management.Batch.Models.EncryptionProperties * System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.Batch.Models.AuthenticationMode>> * Nullable<Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType> * Microsoft.Azure.Management.Batch.Models.NetworkProfile * Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity -> Microsoft.Azure.Management.Batch.Models.BatchAccountUpdateParameters
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional autoStorage As AutoStorageBaseProperties = Nothing, Optional encryption As EncryptionProperties = Nothing, Optional allowedAuthenticationModes As IList(Of Nullable(Of AuthenticationMode)) = Nothing, Optional publicNetworkAccess As Nullable(Of PublicNetworkAccessType) = Nothing, Optional networkProfile As NetworkProfile = Nothing, Optional identity As BatchAccountIdentity = Nothing)
Paramètres
- 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.
- 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.
- 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.
- identity
- BatchAccountIdentity
Identité du compte Batch.
S’applique à
Azure SDK for .NET