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

156 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.batch.BatchAccountUpdateParameters"
fullName: "com.microsoft.azure.management.batch.BatchAccountUpdateParameters"
name: "BatchAccountUpdateParameters"
nameWithType: "BatchAccountUpdateParameters"
summary: "Parameters for updating an Azure Batch 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 **BatchAccountUpdateParameters**"
constructors:
- uid: "com.microsoft.azure.management.batch.BatchAccountUpdateParameters.BatchAccountUpdateParameters()"
fullName: "com.microsoft.azure.management.batch.BatchAccountUpdateParameters.BatchAccountUpdateParameters()"
name: "BatchAccountUpdateParameters()"
nameWithType: "BatchAccountUpdateParameters.BatchAccountUpdateParameters()"
syntax: "public BatchAccountUpdateParameters()"
methods:
- uid: "com.microsoft.azure.management.batch.BatchAccountUpdateParameters.allowedAuthenticationModes()"
fullName: "com.microsoft.azure.management.batch.BatchAccountUpdateParameters.allowedAuthenticationModes()"
name: "allowedAuthenticationModes()"
nameWithType: "BatchAccountUpdateParameters.allowedAuthenticationModes()"
summary: "Get list of allowed authentication modes for the Batch account that can be used to authenticate with the data plane."
syntax: "public List<AuthenticationMode> allowedAuthenticationModes()"
desc: "Get list of allowed authentication modes for the Batch account that can be used to authenticate with the data plane. This does not affect authentication with the control plane."
returns:
description: "the allowedAuthenticationModes value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.batch.AuthenticationMode?alt=com.microsoft.azure.management.batch.AuthenticationMode&text=AuthenticationMode\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.batch.BatchAccountUpdateParameters.autoStorage()"
fullName: "com.microsoft.azure.management.batch.BatchAccountUpdateParameters.autoStorage()"
name: "autoStorage()"
nameWithType: "BatchAccountUpdateParameters.autoStorage()"
summary: "Get the properties related to the auto-storage account."
syntax: "public AutoStorageBaseProperties autoStorage()"
desc: "Get the properties related to the auto-storage account."
returns:
description: "the autoStorage value"
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.BatchAccountUpdateParameters.encryption()"
fullName: "com.microsoft.azure.management.batch.BatchAccountUpdateParameters.encryption()"
name: "encryption()"
nameWithType: "BatchAccountUpdateParameters.encryption()"
summary: "Get configures how customer data is encrypted inside the Batch account."
syntax: "public EncryptionProperties encryption()"
desc: "Get configures how customer data is encrypted inside the Batch account. By default, accounts are encrypted using a Microsoft managed key. For additional control, a customer-managed key can be used instead."
returns:
description: "the encryption value"
type: "<xref href=\"com.microsoft.azure.management.batch.EncryptionProperties?alt=com.microsoft.azure.management.batch.EncryptionProperties&text=EncryptionProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.BatchAccountUpdateParameters.identity()"
fullName: "com.microsoft.azure.management.batch.BatchAccountUpdateParameters.identity()"
name: "identity()"
nameWithType: "BatchAccountUpdateParameters.identity()"
summary: "Get the identity of the Batch account."
syntax: "public BatchAccountIdentity identity()"
desc: "Get the identity of the Batch account."
returns:
description: "the identity value"
type: "<xref href=\"com.microsoft.azure.management.batch.BatchAccountIdentity?alt=com.microsoft.azure.management.batch.BatchAccountIdentity&text=BatchAccountIdentity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.BatchAccountUpdateParameters.tags()"
fullName: "com.microsoft.azure.management.batch.BatchAccountUpdateParameters.tags()"
name: "tags()"
nameWithType: "BatchAccountUpdateParameters.tags()"
summary: "Get the user-specified tags associated with the account."
syntax: "public Map<String,String> tags()"
desc: "Get the user-specified tags associated with the account."
returns:
description: "the tags value"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.batch.BatchAccountUpdateParameters.withAllowedAuthenticationModes(java.util.List<com.microsoft.azure.management.batch.AuthenticationMode>)"
fullName: "com.microsoft.azure.management.batch.BatchAccountUpdateParameters.withAllowedAuthenticationModes(List<AuthenticationMode> allowedAuthenticationModes)"
name: "withAllowedAuthenticationModes(List<AuthenticationMode> allowedAuthenticationModes)"
nameWithType: "BatchAccountUpdateParameters.withAllowedAuthenticationModes(List<AuthenticationMode> allowedAuthenticationModes)"
summary: "Set list of allowed authentication modes for the Batch account that can be used to authenticate with the data plane."
parameters:
- description: "the allowedAuthenticationModes value to set"
name: "allowedAuthenticationModes"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.batch.AuthenticationMode?alt=com.microsoft.azure.management.batch.AuthenticationMode&text=AuthenticationMode\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public BatchAccountUpdateParameters withAllowedAuthenticationModes(List<AuthenticationMode> allowedAuthenticationModes)"
desc: "Set list of allowed authentication modes for the Batch account that can be used to authenticate with the data plane. This does not affect authentication with the control plane."
returns:
description: "the BatchAccountUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.BatchAccountUpdateParameters?alt=com.microsoft.azure.management.batch.BatchAccountUpdateParameters&text=BatchAccountUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.BatchAccountUpdateParameters.withAutoStorage(com.microsoft.azure.management.batch.AutoStorageBaseProperties)"
fullName: "com.microsoft.azure.management.batch.BatchAccountUpdateParameters.withAutoStorage(AutoStorageBaseProperties autoStorage)"
name: "withAutoStorage(AutoStorageBaseProperties autoStorage)"
nameWithType: "BatchAccountUpdateParameters.withAutoStorage(AutoStorageBaseProperties autoStorage)"
summary: "Set the properties related to the auto-storage account."
parameters:
- description: "the autoStorage value to set"
name: "autoStorage"
type: "<xref href=\"com.microsoft.azure.management.batch.AutoStorageBaseProperties?alt=com.microsoft.azure.management.batch.AutoStorageBaseProperties&text=AutoStorageBaseProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BatchAccountUpdateParameters withAutoStorage(AutoStorageBaseProperties autoStorage)"
desc: "Set the properties related to the auto-storage account."
returns:
description: "the BatchAccountUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.BatchAccountUpdateParameters?alt=com.microsoft.azure.management.batch.BatchAccountUpdateParameters&text=BatchAccountUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.BatchAccountUpdateParameters.withEncryption(com.microsoft.azure.management.batch.EncryptionProperties)"
fullName: "com.microsoft.azure.management.batch.BatchAccountUpdateParameters.withEncryption(EncryptionProperties encryption)"
name: "withEncryption(EncryptionProperties encryption)"
nameWithType: "BatchAccountUpdateParameters.withEncryption(EncryptionProperties encryption)"
summary: "Set configures how customer data is encrypted inside the Batch account."
parameters:
- description: "the encryption value to set"
name: "encryption"
type: "<xref href=\"com.microsoft.azure.management.batch.EncryptionProperties?alt=com.microsoft.azure.management.batch.EncryptionProperties&text=EncryptionProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BatchAccountUpdateParameters withEncryption(EncryptionProperties encryption)"
desc: "Set configures how customer data is encrypted inside the Batch account. By default, accounts are encrypted using a Microsoft managed key. For additional control, a customer-managed key can be used instead."
returns:
description: "the BatchAccountUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.BatchAccountUpdateParameters?alt=com.microsoft.azure.management.batch.BatchAccountUpdateParameters&text=BatchAccountUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.BatchAccountUpdateParameters.withIdentity(com.microsoft.azure.management.batch.BatchAccountIdentity)"
fullName: "com.microsoft.azure.management.batch.BatchAccountUpdateParameters.withIdentity(BatchAccountIdentity identity)"
name: "withIdentity(BatchAccountIdentity identity)"
nameWithType: "BatchAccountUpdateParameters.withIdentity(BatchAccountIdentity identity)"
summary: "Set the identity of the Batch account."
parameters:
- description: "the identity value to set"
name: "identity"
type: "<xref href=\"com.microsoft.azure.management.batch.BatchAccountIdentity?alt=com.microsoft.azure.management.batch.BatchAccountIdentity&text=BatchAccountIdentity\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BatchAccountUpdateParameters withIdentity(BatchAccountIdentity identity)"
desc: "Set the identity of the Batch account."
returns:
description: "the BatchAccountUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.BatchAccountUpdateParameters?alt=com.microsoft.azure.management.batch.BatchAccountUpdateParameters&text=BatchAccountUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.BatchAccountUpdateParameters.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.microsoft.azure.management.batch.BatchAccountUpdateParameters.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "BatchAccountUpdateParameters.withTags(Map<String,String> tags)"
summary: "Set the user-specified tags associated with the account."
parameters:
- description: "the tags value to set"
name: "tags"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public BatchAccountUpdateParameters withTags(Map<String,String> tags)"
desc: "Set the user-specified tags associated with the account."
returns:
description: "the BatchAccountUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.BatchAccountUpdateParameters?alt=com.microsoft.azure.management.batch.BatchAccountUpdateParameters&text=BatchAccountUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Parameters for updating an Azure Batch account."
metadata: {}
package: "com.microsoft.azure.management.batch"
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4