public class BatchAccountUpdateParameters extends Object
| Constructor and Description |
|---|
BatchAccountUpdateParameters() |
| Modifier and Type | Method and Description |
|---|---|
List<AuthenticationMode> |
allowedAuthenticationModes()
Get list of allowed authentication modes for the Batch account that can be used to authenticate with the data plane.
|
AutoStorageBaseProperties |
autoStorage()
Get the properties related to the auto-storage account.
|
EncryptionProperties |
encryption()
Get configures how customer data is encrypted inside the Batch account.
|
BatchAccountIdentity |
identity()
Get the identity of the Batch account.
|
Map<String,String> |
tags()
Get the user-specified tags associated with the account.
|
BatchAccountUpdateParameters |
withAllowedAuthenticationModes(List<AuthenticationMode> allowedAuthenticationModes)
Set list of allowed authentication modes for the Batch account that can be used to authenticate with the data plane.
|
BatchAccountUpdateParameters |
withAutoStorage(AutoStorageBaseProperties autoStorage)
Set the properties related to the auto-storage account.
|
BatchAccountUpdateParameters |
withEncryption(EncryptionProperties encryption)
Set configures how customer data is encrypted inside the Batch account.
|
BatchAccountUpdateParameters |
withIdentity(BatchAccountIdentity identity)
Set the identity of the Batch account.
|
BatchAccountUpdateParameters |
withTags(Map<String,String> tags)
Set the user-specified tags associated with the account.
|
public Map<String,String> tags()
public BatchAccountUpdateParameters withTags(Map<String,String> tags)
tags - the tags value to setpublic AutoStorageBaseProperties autoStorage()
public BatchAccountUpdateParameters withAutoStorage(AutoStorageBaseProperties autoStorage)
autoStorage - the autoStorage value to setpublic EncryptionProperties encryption()
public BatchAccountUpdateParameters withEncryption(EncryptionProperties encryption)
encryption - the encryption value to setpublic List<AuthenticationMode> allowedAuthenticationModes()
public BatchAccountUpdateParameters withAllowedAuthenticationModes(List<AuthenticationMode> allowedAuthenticationModes)
allowedAuthenticationModes - the allowedAuthenticationModes value to setpublic BatchAccountIdentity identity()
public BatchAccountUpdateParameters withIdentity(BatchAccountIdentity identity)
identity - the identity value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/