AutoStorageProperties Class

Definition

Contains information about the auto-storage account associated with a Batch account.

public class AutoStorageProperties : Microsoft.Azure.Management.Batch.Models.AutoStorageBaseProperties
type AutoStorageProperties = class
    inherit AutoStorageBaseProperties
Public Class AutoStorageProperties
Inherits AutoStorageBaseProperties
Inheritance
AutoStorageProperties

Constructors

AutoStorageProperties()

Initializes a new instance of the AutoStorageProperties class.

AutoStorageProperties(String, DateTime, Nullable<AutoStorageAuthenticationMode>, ComputeNodeIdentityReference)

Initializes a new instance of the AutoStorageProperties class.

Properties

AuthenticationMode

Gets or sets the authentication mode which the Batch service will use to manage the auto-storage account. Possible values include: 'StorageKeys', 'BatchAccountManagedIdentity'

(Inherited from AutoStorageBaseProperties)
LastKeySync

Gets or sets the UTC time at which storage keys were last synchronized with the Batch account.

NodeIdentityReference

Gets or sets the reference to the user assigned identity which compute nodes will use to access auto-storage.

(Inherited from AutoStorageBaseProperties)
StorageAccountId

Gets or sets the resource ID of the storage account to be used for auto-storage account.

(Inherited from AutoStorageBaseProperties)

Methods

Validate()

Validate the object.

Applies to