Class AutoStorageBaseProperties
- java.lang.Object
-
- com.microsoft.azure.management.batch.AutoStorageBaseProperties
-
- Direct Known Subclasses:
AutoStorageProperties
public class AutoStorageBaseProperties extends Object
The properties related to the auto-storage account.
-
-
Constructor Summary
Constructors Constructor Description AutoStorageBaseProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringstorageAccountId()Get the storageAccountId value.AutoStorageBasePropertieswithStorageAccountId(String storageAccountId)Set the storageAccountId value.
-
-
-
Method Detail
-
storageAccountId
public String storageAccountId()
Get the storageAccountId value.- Returns:
- the storageAccountId value
-
withStorageAccountId
public AutoStorageBaseProperties withStorageAccountId(String storageAccountId)
Set the storageAccountId value.- Parameters:
storageAccountId- the storageAccountId value to set- Returns:
- the AutoStorageBaseProperties object itself.
-
-