AutoStorageProperties Class
- java.
lang. Object - com.
azure. resourcemanager. batch. models. AutoStorageBaseProperties - com.
azure. resourcemanager. batch. models. AutoStorageProperties
- com.
- com.
public final class AutoStorageProperties
extends AutoStorageBaseProperties
Contains information about the auto-storage account associated with a Batch account.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Auto |
fromJson(JsonReader jsonReader)
Reads an instance of Auto |
|
Offset |
lastKeySync()
Get the last |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from AutoStorageBaseProperties
Methods inherited from java.lang.Object
Method Details
fromJson
public static AutoStorageProperties fromJson(JsonReader jsonReader)
Reads an instance of AutoStorageProperties from the JsonReader.
Parameters:
Returns:
Throws:
lastKeySync
public OffsetDateTime lastKeySync()
Get the lastKeySync property: The UTC time at which storage keys were last synchronized with the Batch account.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
AutoStorageProperties.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
AutoStorageProperties.validate()