Freigeben über


AutoStorageBaseProperties Konstruktoren

Definition

Überlädt

AutoStorageBaseProperties()

Initialisiert eine neue instance der AutoStorageBaseProperties-Klasse.

AutoStorageBaseProperties(String, Nullable<AutoStorageAuthenticationMode>, ComputeNodeIdentityReference)

Initialisiert eine neue instance der AutoStorageBaseProperties-Klasse.

AutoStorageBaseProperties()

Initialisiert eine neue instance der AutoStorageBaseProperties-Klasse.

public AutoStorageBaseProperties ();
Public Sub New ()

Gilt für:

AutoStorageBaseProperties(String, Nullable<AutoStorageAuthenticationMode>, ComputeNodeIdentityReference)

Initialisiert eine neue instance der AutoStorageBaseProperties-Klasse.

public AutoStorageBaseProperties (string storageAccountId, Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode? authenticationMode = default, Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference nodeIdentityReference = default);
new Microsoft.Azure.Management.Batch.Models.AutoStorageBaseProperties : string * Nullable<Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode> * Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference -> Microsoft.Azure.Management.Batch.Models.AutoStorageBaseProperties
Public Sub New (storageAccountId As String, Optional authenticationMode As Nullable(Of AutoStorageAuthenticationMode) = Nothing, Optional nodeIdentityReference As ComputeNodeIdentityReference = Nothing)

Parameter

storageAccountId
String

Die Ressourcen-ID des Speicherkontos, das für das Konto des automatischen Speichers verwendet werden soll.

authenticationMode
Nullable<AutoStorageAuthenticationMode>

Der Authentifizierungsmodus, den der Batch-Dienst zum Verwalten des Kontos für den automatischen Speicher verwendet. Mögliche Werte: "StorageKeys", "BatchAccountManagedIdentity"

nodeIdentityReference
ComputeNodeIdentityReference

Der Verweis auf die vom Benutzer zugewiesene Identität, die Computeknoten für den Zugriff auf den automatischen Speicher verwenden.

Gilt für: