50 строки
2.9 KiB
YAML
50 строки
2.9 KiB
YAML
### YamlMime:JavaType
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
- <xref href="com.microsoft.azure.management.batch.AutoStorageBaseProperties?alt=com.microsoft.azure.management.batch.AutoStorageBaseProperties&text=AutoStorageBaseProperties" data-throw-if-not-resolved="False"/>
|
|
inheritedMembers:
|
|
- com.microsoft.azure.management.batch.AutoStorageBaseProperties.authenticationMode()
|
|
- com.microsoft.azure.management.batch.AutoStorageBaseProperties.nodeIdentityReference()
|
|
- com.microsoft.azure.management.batch.AutoStorageBaseProperties.storageAccountId()
|
|
- com.microsoft.azure.management.batch.AutoStorageBaseProperties.withAuthenticationMode(AutoStorageAuthenticationMode)
|
|
- com.microsoft.azure.management.batch.AutoStorageBaseProperties.withNodeIdentityReference(ComputeNodeIdentityReference)
|
|
- com.microsoft.azure.management.batch.AutoStorageBaseProperties.withStorageAccountId(String)
|
|
methods:
|
|
- fullName: com.microsoft.azure.management.batch.AutoStorageProperties.lastKeySync()
|
|
name: lastKeySync()
|
|
nameWithType: AutoStorageProperties.lastKeySync()
|
|
returns:
|
|
description: <p>the lastKeySync value </p>
|
|
type: <xref href="DateTime?alt=DateTime&text=DateTime" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the UTC time at which storage keys were last synchronized with the Batch account.</p>
|
|
|
|
<p></p>
|
|
syntax: public DateTime lastKeySync()
|
|
uid: com.microsoft.azure.management.batch.AutoStorageProperties.lastKeySync()
|
|
- fullName: com.microsoft.azure.management.batch.AutoStorageProperties.withLastKeySync(DateTime lastKeySync)
|
|
name: withLastKeySync(DateTime lastKeySync)
|
|
nameWithType: AutoStorageProperties.withLastKeySync(DateTime lastKeySync)
|
|
parameters:
|
|
- description: <p>the lastKeySync value to set </p>
|
|
name: lastKeySync
|
|
type: <xref href="DateTime?alt=DateTime&text=DateTime" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the AutoStorageProperties object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.batch.AutoStorageProperties?alt=com.microsoft.azure.management.batch.AutoStorageProperties&text=AutoStorageProperties" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the UTC time at which storage keys were last synchronized with the Batch account.</p>
|
|
|
|
<p></p>
|
|
syntax: public AutoStorageProperties withLastKeySync(DateTime lastKeySync)
|
|
uid: com.microsoft.azure.management.batch.AutoStorageProperties.withLastKeySync(DateTime)
|
|
nameWithType: AutoStorageProperties
|
|
syntax: public class AutoStorageProperties extends AutoStorageBaseProperties
|
|
type: class
|
|
uid: com.microsoft.azure.management.batch.AutoStorageProperties
|
|
fullName: com.microsoft.azure.management.batch.AutoStorageProperties
|
|
name: AutoStorageProperties
|
|
package: com.microsoft.azure.management.batch
|
|
summary: <p>Contains information about the auto-storage account associated with a Batch account. </p>
|
|
metadata: {}
|