Share via


AutoStorageBaseProperties Class

Definition

The properties related to the auto-storage account.

public class AutoStorageBaseProperties
type AutoStorageBaseProperties = class
Public Class AutoStorageBaseProperties
Inheritance
AutoStorageBaseProperties
Derived

Constructors

AutoStorageBaseProperties()

Initializes a new instance of the AutoStorageBaseProperties class.

AutoStorageBaseProperties(String, Nullable<AutoStorageAuthenticationMode>, ComputeNodeIdentityReference)

Initializes a new instance of the AutoStorageBaseProperties 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'

NodeIdentityReference

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

StorageAccountId

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

Methods

Validate()

Validate the object.

Applies to