azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

108 строки
9.3 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.batch.AutoStorageBaseProperties"
fullName: "com.microsoft.azure.management.batch.AutoStorageBaseProperties"
name: "AutoStorageBaseProperties"
nameWithType: "AutoStorageBaseProperties"
summary: "The properties related to the auto-storage account."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- 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 **AutoStorageBaseProperties**"
constructors:
- uid: "com.microsoft.azure.management.batch.AutoStorageBaseProperties.AutoStorageBaseProperties()"
fullName: "com.microsoft.azure.management.batch.AutoStorageBaseProperties.AutoStorageBaseProperties()"
name: "AutoStorageBaseProperties()"
nameWithType: "AutoStorageBaseProperties.AutoStorageBaseProperties()"
syntax: "public AutoStorageBaseProperties()"
methods:
- uid: "com.microsoft.azure.management.batch.AutoStorageBaseProperties.authenticationMode()"
fullName: "com.microsoft.azure.management.batch.AutoStorageBaseProperties.authenticationMode()"
name: "authenticationMode()"
nameWithType: "AutoStorageBaseProperties.authenticationMode()"
summary: "Get the authentication mode which the Batch service will use to manage the auto-storage account."
syntax: "public AutoStorageAuthenticationMode authenticationMode()"
desc: "Get the authentication mode which the Batch service will use to manage the auto-storage account. Possible values include: 'StorageKeys', 'BatchAccountManagedIdentity'."
returns:
description: "the authenticationMode value"
type: "<xref href=\"com.microsoft.azure.management.batch.AutoStorageAuthenticationMode?alt=com.microsoft.azure.management.batch.AutoStorageAuthenticationMode&text=AutoStorageAuthenticationMode\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.AutoStorageBaseProperties.nodeIdentityReference()"
fullName: "com.microsoft.azure.management.batch.AutoStorageBaseProperties.nodeIdentityReference()"
name: "nodeIdentityReference()"
nameWithType: "AutoStorageBaseProperties.nodeIdentityReference()"
summary: "Get the identity referenced here must be assigned to pools which have compute nodes that need access to auto-storage."
syntax: "public ComputeNodeIdentityReference nodeIdentityReference()"
desc: "Get the identity referenced here must be assigned to pools which have compute nodes that need access to auto-storage."
returns:
description: "the nodeIdentityReference value"
type: "<xref href=\"com.microsoft.azure.management.batch.ComputeNodeIdentityReference?alt=com.microsoft.azure.management.batch.ComputeNodeIdentityReference&text=ComputeNodeIdentityReference\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.AutoStorageBaseProperties.storageAccountId()"
fullName: "com.microsoft.azure.management.batch.AutoStorageBaseProperties.storageAccountId()"
name: "storageAccountId()"
nameWithType: "AutoStorageBaseProperties.storageAccountId()"
summary: "Get the resource ID of the storage account to be used for auto-storage account."
syntax: "public String storageAccountId()"
desc: "Get the resource ID of the storage account to be used for auto-storage account."
returns:
description: "the storageAccountId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.AutoStorageBaseProperties.withAuthenticationMode(com.microsoft.azure.management.batch.AutoStorageAuthenticationMode)"
fullName: "com.microsoft.azure.management.batch.AutoStorageBaseProperties.withAuthenticationMode(AutoStorageAuthenticationMode authenticationMode)"
name: "withAuthenticationMode(AutoStorageAuthenticationMode authenticationMode)"
nameWithType: "AutoStorageBaseProperties.withAuthenticationMode(AutoStorageAuthenticationMode authenticationMode)"
summary: "Set the authentication mode which the Batch service will use to manage the auto-storage account."
parameters:
- description: "the authenticationMode value to set"
name: "authenticationMode"
type: "<xref href=\"com.microsoft.azure.management.batch.AutoStorageAuthenticationMode?alt=com.microsoft.azure.management.batch.AutoStorageAuthenticationMode&text=AutoStorageAuthenticationMode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AutoStorageBaseProperties withAuthenticationMode(AutoStorageAuthenticationMode authenticationMode)"
desc: "Set the authentication mode which the Batch service will use to manage the auto-storage account. Possible values include: 'StorageKeys', 'BatchAccountManagedIdentity'."
returns:
description: "the AutoStorageBaseProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.AutoStorageBaseProperties?alt=com.microsoft.azure.management.batch.AutoStorageBaseProperties&text=AutoStorageBaseProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.AutoStorageBaseProperties.withNodeIdentityReference(com.microsoft.azure.management.batch.ComputeNodeIdentityReference)"
fullName: "com.microsoft.azure.management.batch.AutoStorageBaseProperties.withNodeIdentityReference(ComputeNodeIdentityReference nodeIdentityReference)"
name: "withNodeIdentityReference(ComputeNodeIdentityReference nodeIdentityReference)"
nameWithType: "AutoStorageBaseProperties.withNodeIdentityReference(ComputeNodeIdentityReference nodeIdentityReference)"
summary: "Set the identity referenced here must be assigned to pools which have compute nodes that need access to auto-storage."
parameters:
- description: "the nodeIdentityReference value to set"
name: "nodeIdentityReference"
type: "<xref href=\"com.microsoft.azure.management.batch.ComputeNodeIdentityReference?alt=com.microsoft.azure.management.batch.ComputeNodeIdentityReference&text=ComputeNodeIdentityReference\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AutoStorageBaseProperties withNodeIdentityReference(ComputeNodeIdentityReference nodeIdentityReference)"
desc: "Set the identity referenced here must be assigned to pools which have compute nodes that need access to auto-storage."
returns:
description: "the AutoStorageBaseProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.AutoStorageBaseProperties?alt=com.microsoft.azure.management.batch.AutoStorageBaseProperties&text=AutoStorageBaseProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.AutoStorageBaseProperties.withStorageAccountId(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.AutoStorageBaseProperties.withStorageAccountId(String storageAccountId)"
name: "withStorageAccountId(String storageAccountId)"
nameWithType: "AutoStorageBaseProperties.withStorageAccountId(String storageAccountId)"
summary: "Set the resource ID of the storage account to be used for auto-storage account."
parameters:
- description: "the storageAccountId value to set"
name: "storageAccountId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AutoStorageBaseProperties withStorageAccountId(String storageAccountId)"
desc: "Set the resource ID of the storage account to be used for auto-storage account."
returns:
description: "the AutoStorageBaseProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.AutoStorageBaseProperties?alt=com.microsoft.azure.management.batch.AutoStorageBaseProperties&text=AutoStorageBaseProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The properties related to the auto-storage account."
metadata: {}
package: "com.microsoft.azure.management.batch"
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4