69 строки
6.6 KiB
YAML
69 строки
6.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.batch.AutoStorageProperties"
|
|
fullName: "com.microsoft.azure.management.batch.AutoStorageProperties"
|
|
name: "AutoStorageProperties"
|
|
nameWithType: "AutoStorageProperties"
|
|
summary: "Contains information about the auto-storage account associated with a Batch account."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.batch.AutoStorageBaseProperties?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.microsoft.azure.management.batch.AutoStorageBaseProperties?alt=com.microsoft.azure.management.batch.AutoStorageBaseProperties&text=AutoStorageBaseProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.microsoft.azure.management.batch.AutoStorageBaseProperties.authenticationMode()?alt=com.microsoft.azure.management.batch.AutoStorageBaseProperties.authenticationMode&text=authenticationMode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.batch.AutoStorageBaseProperties.nodeIdentityReference()?alt=com.microsoft.azure.management.batch.AutoStorageBaseProperties.nodeIdentityReference&text=nodeIdentityReference\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.batch.AutoStorageBaseProperties.storageAccountId()?alt=com.microsoft.azure.management.batch.AutoStorageBaseProperties.storageAccountId&text=storageAccountId\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.batch.AutoStorageBaseProperties.withAuthenticationMode(com.microsoft.azure.management.batch.AutoStorageAuthenticationMode)?alt=com.microsoft.azure.management.batch.AutoStorageBaseProperties.withAuthenticationMode&text=withAuthenticationMode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.batch.AutoStorageBaseProperties.withNodeIdentityReference(com.microsoft.azure.management.batch.ComputeNodeIdentityReference)?alt=com.microsoft.azure.management.batch.AutoStorageBaseProperties.withNodeIdentityReference&text=withNodeIdentityReference\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.batch.AutoStorageBaseProperties.withStorageAccountId(java.lang.String)?alt=com.microsoft.azure.management.batch.AutoStorageBaseProperties.withStorageAccountId&text=withStorageAccountId\" data-throw-if-not-resolved=\"False\" />"
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **AutoStorageProperties**</br> extends <xref href=\"com.microsoft.azure.management.batch.AutoStorageBaseProperties?alt=com.microsoft.azure.management.batch.AutoStorageBaseProperties&text=AutoStorageBaseProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.batch.AutoStorageProperties.AutoStorageProperties()"
|
|
fullName: "com.microsoft.azure.management.batch.AutoStorageProperties.AutoStorageProperties()"
|
|
name: "AutoStorageProperties()"
|
|
nameWithType: "AutoStorageProperties.AutoStorageProperties()"
|
|
syntax: "public AutoStorageProperties()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.batch.AutoStorageProperties.lastKeySync()"
|
|
fullName: "com.microsoft.azure.management.batch.AutoStorageProperties.lastKeySync()"
|
|
name: "lastKeySync()"
|
|
nameWithType: "AutoStorageProperties.lastKeySync()"
|
|
summary: "Get the UTC time at which storage keys were last synchronized with the Batch account."
|
|
syntax: "public DateTime lastKeySync()"
|
|
desc: "Get the UTC time at which storage keys were last synchronized with the Batch account."
|
|
returns:
|
|
description: "the lastKeySync value"
|
|
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.AutoStorageProperties.withLastKeySync(org.joda.time.DateTime)"
|
|
fullName: "com.microsoft.azure.management.batch.AutoStorageProperties.withLastKeySync(DateTime lastKeySync)"
|
|
name: "withLastKeySync(DateTime lastKeySync)"
|
|
nameWithType: "AutoStorageProperties.withLastKeySync(DateTime lastKeySync)"
|
|
summary: "Set the UTC time at which storage keys were last synchronized with the Batch account."
|
|
parameters:
|
|
- description: "the lastKeySync value to set"
|
|
name: "lastKeySync"
|
|
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public AutoStorageProperties withLastKeySync(DateTime lastKeySync)"
|
|
desc: "Set the UTC time at which storage keys were last synchronized with the Batch account."
|
|
returns:
|
|
description: "the AutoStorageProperties object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.AutoStorageProperties?alt=com.microsoft.azure.management.batch.AutoStorageProperties&text=AutoStorageProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Contains information about the auto-storage account associated with a Batch account."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.batch"
|
|
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4
|