BatchAccountUpdateParameters Constructors

Definition

Overloads

BatchAccountUpdateParameters()

Initializes a new instance of the BatchAccountUpdateParameters class.

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

Initializes a new instance of the BatchAccountUpdateParameters class.

BatchAccountUpdateParameters()

Initializes a new instance of the BatchAccountUpdateParameters class.

public BatchAccountUpdateParameters ();
Public Sub New ()

Applies to

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

Initializes a new instance of the BatchAccountUpdateParameters class.

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>

The user-specified tags associated with the account.

autoStorage
AutoStorageBaseProperties

The properties related to the auto-storage account.

encryption
EncryptionProperties

The encryption configuration for the Batch account.

allowedAuthenticationModes
IList<Nullable<AuthenticationMode>>

List of allowed authentication modes for the Batch account that can be used to authenticate with the data plane. This does not affect authentication with the control plane.

publicNetworkAccess
Nullable<PublicNetworkAccessType>

The network access type for accessing Azure Batch account.

networkProfile
NetworkProfile

Network profile for Batch account, which contains network rule settings for each endpoint.

identity
BatchAccountIdentity

The identity of the Batch account.

Applies to