public class BatchAccountCreateParameters extends Object
Constructor and Description |
---|
BatchAccountCreateParameters() |
Modifier and Type | Method and Description |
---|---|
AutoStorageBaseProperties |
autoStorage()
Get the autoStorage value.
|
KeyVaultReference |
keyVaultReference()
Get the keyVaultReference value.
|
String |
location()
Get the location value.
|
PoolAllocationMode |
poolAllocationMode()
Get the poolAllocationMode value.
|
Map<String,String> |
tags()
Get the tags value.
|
BatchAccountCreateParameters |
withAutoStorage(AutoStorageBaseProperties autoStorage)
Set the autoStorage value.
|
BatchAccountCreateParameters |
withKeyVaultReference(KeyVaultReference keyVaultReference)
Set the keyVaultReference value.
|
BatchAccountCreateParameters |
withLocation(String location)
Set the location value.
|
BatchAccountCreateParameters |
withPoolAllocationMode(PoolAllocationMode poolAllocationMode)
Set the poolAllocationMode value.
|
BatchAccountCreateParameters |
withTags(Map<String,String> tags)
Set the tags value.
|
public String location()
public BatchAccountCreateParameters withLocation(String location)
location
- the location value to setpublic BatchAccountCreateParameters withTags(Map<String,String> tags)
tags
- the tags value to setpublic AutoStorageBaseProperties autoStorage()
public BatchAccountCreateParameters withAutoStorage(AutoStorageBaseProperties autoStorage)
autoStorage
- the autoStorage value to setpublic PoolAllocationMode poolAllocationMode()
public BatchAccountCreateParameters withPoolAllocationMode(PoolAllocationMode poolAllocationMode)
poolAllocationMode
- the poolAllocationMode value to setpublic KeyVaultReference keyVaultReference()
public BatchAccountCreateParameters withKeyVaultReference(KeyVaultReference keyVaultReference)
keyVaultReference
- the keyVaultReference value to setCopyright © 2019. All rights reserved.