Delen via


BatchAccountUpdateParameters Constructors

Definitie

Overloads

BatchAccountUpdateParameters()

Initialiseert een nieuw exemplaar van de klasse BatchAccountUpdateParameters.

BatchAccountUpdateParameters(IDictionary<String,String>, AutoStorageBaseProperties, EncryptionProperties, IList<Nullable<AuthenticationMode>>, Nullable<PublicNetworkAccessType>, NetworkProfile, BatchAccountIdentity)

Initialiseert een nieuw exemplaar van de klasse BatchAccountUpdateParameters.

BatchAccountUpdateParameters()

Initialiseert een nieuw exemplaar van de klasse BatchAccountUpdateParameters.

public BatchAccountUpdateParameters ();
Public Sub New ()

Van toepassing op

BatchAccountUpdateParameters(IDictionary<String,String>, AutoStorageBaseProperties, EncryptionProperties, IList<Nullable<AuthenticationMode>>, Nullable<PublicNetworkAccessType>, NetworkProfile, BatchAccountIdentity)

Initialiseert een nieuw exemplaar van de klasse 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)

Parameters

tags
IDictionary<String,String>

De door de gebruiker opgegeven tags die zijn gekoppeld aan het account.

autoStorage
AutoStorageBaseProperties

De eigenschappen met betrekking tot het automatische opslagaccount.

encryption
EncryptionProperties

De versleutelingsconfiguratie voor het Batch-account.

allowedAuthenticationModes
IList<Nullable<AuthenticationMode>>

Lijst met toegestane verificatiemodi voor het Batch-account die kunnen worden gebruikt voor verificatie met het gegevensvlak. Dit heeft geen invloed op de verificatie met het besturingsvlak.

publicNetworkAccess
Nullable<PublicNetworkAccessType>

Het netwerktoegangstype voor toegang tot Azure Batch-account.

networkProfile
NetworkProfile

Netwerkprofiel voor Batch-account, dat netwerkregelinstellingen voor elk eindpunt bevat.

identity
BatchAccountIdentity

De identiteit van het Batch-account.

Van toepassing op