AutoStorageProperties Klass
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Innehåller information om det automatiska lagringskontot som är associerat med ett Batch-konto.
public class AutoStorageProperties : Microsoft.Azure.Management.Batch.Models.AutoStorageBaseProperties
type AutoStorageProperties = class
inherit AutoStorageBaseProperties
Public Class AutoStorageProperties
Inherits AutoStorageBaseProperties
- Arv
Konstruktorer
AutoStorageProperties() |
Initierar en ny instans av klassen AutoStorageProperties. |
AutoStorageProperties(String, DateTime, Nullable<AutoStorageAuthenticationMode>, ComputeNodeIdentityReference) |
Initierar en ny instans av klassen AutoStorageProperties. |
Egenskaper
AuthenticationMode |
Hämtar eller anger det autentiseringsläge som Batch-tjänsten ska använda för att hantera det automatiska lagringskontot. Möjliga värden är: "StorageKeys", "BatchAccountManagedIdentity" (Ärvd från AutoStorageBaseProperties) |
LastKeySync |
Hämtar eller anger UTC-tiden då lagringsnycklar senast synkroniserades med Batch-kontot. |
NodeIdentityReference |
Hämtar eller anger referensen till den användartilldelade identitet som beräkningsnoder använder för att få åtkomst till automatisk lagring. (Ärvd från AutoStorageBaseProperties) |
StorageAccountId |
Hämtar eller anger resurs-ID för lagringskontot som ska användas för automatiskt lagringskonto. (Ärvd från AutoStorageBaseProperties) |
Metoder
Validate() |
Verifiera objektet. |
Gäller för
Azure SDK for .NET