AutoStorageProperties Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
AutoStorageProperties() |
AutoStorageProperties sınıfının yeni bir örneğini başlatır. |
AutoStorageProperties(String, DateTime, Nullable<AutoStorageAuthenticationMode>, ComputeNodeIdentityReference) |
AutoStorageProperties sınıfının yeni bir örneğini başlatır. |
AutoStorageProperties()
AutoStorageProperties sınıfının yeni bir örneğini başlatır.
public AutoStorageProperties ();
Public Sub New ()
Şunlara uygulanır
AutoStorageProperties(String, DateTime, Nullable<AutoStorageAuthenticationMode>, ComputeNodeIdentityReference)
AutoStorageProperties sınıfının yeni bir örneğini başlatır.
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)
Parametreler
- storageAccountId
- String
Otomatik depolama hesabı için kullanılacak depolama hesabının kaynak kimliği.
- lastKeySync
- DateTime
Depolama anahtarlarının Batch hesabıyla en son eşitlendiği UTC saati.
- authenticationMode
- Nullable<AutoStorageAuthenticationMode>
Batch hizmetinin otomatik depolama hesabını yönetmek için kullanacağı kimlik doğrulama modu. Olası değerler şunlardır: 'StorageKeys', 'BatchAccountManagedIdentity'
- nodeIdentityReference
- ComputeNodeIdentityReference
İşlem düğümlerinin otomatik depolamaya erişmek için kullanacağı kullanıcı tarafından atanan kimliğe başvuru.
Şunlara uygulanır
Azure SDK for .NET