Delen via


AutoStorageBaseProperties Constructors

Definitie

Overloads

AutoStorageBaseProperties()

Initialiseert een nieuw exemplaar van de klasse AutoStorageBaseProperties.

AutoStorageBaseProperties(String, Nullable<AutoStorageAuthenticationMode>, ComputeNodeIdentityReference)

Initialiseert een nieuw exemplaar van de klasse AutoStorageBaseProperties.

AutoStorageBaseProperties()

Initialiseert een nieuw exemplaar van de klasse AutoStorageBaseProperties.

public AutoStorageBaseProperties ();
Public Sub New ()

Van toepassing op

AutoStorageBaseProperties(String, Nullable<AutoStorageAuthenticationMode>, ComputeNodeIdentityReference)

Initialiseert een nieuw exemplaar van de klasse AutoStorageBaseProperties.

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)

Parameters

storageAccountId
String

De resource-id van het opslagaccount dat moet worden gebruikt voor een automatisch opslagaccount.

authenticationMode
Nullable<AutoStorageAuthenticationMode>

De verificatiemodus die door de Batch-service wordt gebruikt om het automatische opslagaccount te beheren. Mogelijke waarden zijn: 'StorageKeys', 'BatchAccountManagedIdentity'

nodeIdentityReference
ComputeNodeIdentityReference

De verwijzing naar de door de gebruiker toegewezen identiteit die rekenknooppunten gebruiken om toegang te krijgen tot automatische opslag.

Van toepassing op