Class BatchAccountUpdateParameters
- java.lang.Object
-
- com.microsoft.azure.management.batch.BatchAccountUpdateParameters
-
public class BatchAccountUpdateParameters extends Object
Parameters for updating an Azure Batch account.
-
-
Constructor Summary
Constructors Constructor Description BatchAccountUpdateParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AutoStorageBasePropertiesautoStorage()Get the autoStorage value.Map<String,String>tags()Get the tags value.BatchAccountUpdateParameterswithAutoStorage(AutoStorageBaseProperties autoStorage)Set the autoStorage value.BatchAccountUpdateParameterswithTags(Map<String,String> tags)Set the tags value.
-
-
-
Method Detail
-
withTags
public BatchAccountUpdateParameters withTags(Map<String,String> tags)
Set the tags value.- Parameters:
tags- the tags value to set- Returns:
- the BatchAccountUpdateParameters object itself.
-
autoStorage
public AutoStorageBaseProperties autoStorage()
Get the autoStorage value.- Returns:
- the autoStorage value
-
withAutoStorage
public BatchAccountUpdateParameters withAutoStorage(AutoStorageBaseProperties autoStorage)
Set the autoStorage value.- Parameters:
autoStorage- the autoStorage value to set- Returns:
- the BatchAccountUpdateParameters object itself.
-
-