Class BatchAccountCreateParameters
- java.lang.Object
-
- com.microsoft.azure.management.batch.BatchAccountCreateParameters
-
public class BatchAccountCreateParameters extends Object
Parameters supplied to the Create operation.
-
-
Constructor Summary
Constructors Constructor Description BatchAccountCreateParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AutoStorageBasePropertiesautoStorage()Get the autoStorage value.KeyVaultReferencekeyVaultReference()Get the keyVaultReference value.Stringlocation()Get the location value.PoolAllocationModepoolAllocationMode()Get the poolAllocationMode value.Map<String,String>tags()Get the tags value.BatchAccountCreateParameterswithAutoStorage(AutoStorageBaseProperties autoStorage)Set the autoStorage value.BatchAccountCreateParameterswithKeyVaultReference(KeyVaultReference keyVaultReference)Set the keyVaultReference value.BatchAccountCreateParameterswithLocation(String location)Set the location value.BatchAccountCreateParameterswithPoolAllocationMode(PoolAllocationMode poolAllocationMode)Set the poolAllocationMode value.BatchAccountCreateParameterswithTags(Map<String,String> tags)Set the tags value.
-
-
-
Method Detail
-
location
public String location()
Get the location value.- Returns:
- the location value
-
withLocation
public BatchAccountCreateParameters withLocation(String location)
Set the location value.- Parameters:
location- the location value to set- Returns:
- the BatchAccountCreateParameters object itself.
-
withTags
public BatchAccountCreateParameters withTags(Map<String,String> tags)
Set the tags value.- Parameters:
tags- the tags value to set- Returns:
- the BatchAccountCreateParameters object itself.
-
autoStorage
public AutoStorageBaseProperties autoStorage()
Get the autoStorage value.- Returns:
- the autoStorage value
-
withAutoStorage
public BatchAccountCreateParameters withAutoStorage(AutoStorageBaseProperties autoStorage)
Set the autoStorage value.- Parameters:
autoStorage- the autoStorage value to set- Returns:
- the BatchAccountCreateParameters object itself.
-
poolAllocationMode
public PoolAllocationMode poolAllocationMode()
Get the poolAllocationMode value.- Returns:
- the poolAllocationMode value
-
withPoolAllocationMode
public BatchAccountCreateParameters withPoolAllocationMode(PoolAllocationMode poolAllocationMode)
Set the poolAllocationMode value.- Parameters:
poolAllocationMode- the poolAllocationMode value to set- Returns:
- the BatchAccountCreateParameters object itself.
-
keyVaultReference
public KeyVaultReference keyVaultReference()
Get the keyVaultReference value.- Returns:
- the keyVaultReference value
-
withKeyVaultReference
public BatchAccountCreateParameters withKeyVaultReference(KeyVaultReference keyVaultReference)
Set the keyVaultReference value.- Parameters:
keyVaultReference- the keyVaultReference value to set- Returns:
- the BatchAccountCreateParameters object itself.
-
-