BatchAccountUpdateParameters Class

Definition

Parameters for updating an Azure Batch account.

[Microsoft.Rest.Serialization.JsonTransformation]
public class BatchAccountUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BatchAccountUpdateParameters = class
Public Class BatchAccountUpdateParameters
Inheritance
BatchAccountUpdateParameters
Attributes

Constructors

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.

Properties

AllowedAuthenticationModes

Gets or sets 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.

AutoStorage

Gets or sets the properties related to the auto-storage account.

Encryption

Gets or sets the encryption configuration for the Batch account.

Identity

Gets or sets the identity of the Batch account.

NetworkProfile

Gets or sets network profile for Batch account, which contains network rule settings for each endpoint.

PublicNetworkAccess

Gets or sets the network access type for accessing Azure Batch account.

Tags

Gets or sets the user-specified tags associated with the account.

Methods

Validate()

Validate the object.

Applies to