AutoStorageBaseProperties Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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:
Azure SDK for .NET