AutoStorageProperties Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
AutoStorageProperties() |
Initialiseert een nieuw exemplaar van de klasse AutoStorageProperties. |
AutoStorageProperties(String, DateTime, Nullable<AutoStorageAuthenticationMode>, ComputeNodeIdentityReference) |
Initialiseert een nieuw exemplaar van de klasse AutoStorageProperties. |
AutoStorageProperties()
Initialiseert een nieuw exemplaar van de klasse AutoStorageProperties.
public AutoStorageProperties ();
Public Sub New ()
Van toepassing op
AutoStorageProperties(String, DateTime, Nullable<AutoStorageAuthenticationMode>, ComputeNodeIdentityReference)
Initialiseert een nieuw exemplaar van de klasse AutoStorageProperties.
public AutoStorageProperties (string storageAccountId, DateTime lastKeySync, Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode? authenticationMode = default, Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference nodeIdentityReference = default);
new Microsoft.Azure.Management.Batch.Models.AutoStorageProperties : string * DateTime * Nullable<Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode> * Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference -> Microsoft.Azure.Management.Batch.Models.AutoStorageProperties
Public Sub New (storageAccountId As String, lastKeySync As DateTime, 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.
- lastKeySync
- DateTime
De UTC-tijd waarop opslagsleutels voor het laatst zijn gesynchroniseerd met het Batch-account.
- 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
Azure SDK for .NET