Class StorageAccountDraft.Config
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.storage.StorageAccountDraft.Config
-
- Enclosing class:
- StorageAccountDraft
@Nullable private static class StorageAccountDraft.Config extends Object
nullmeans not modified for properties
-
-
Field Summary
Fields Modifier and Type Field Description private AccessTieraccessTierprivate Kindkindprivate Performanceperformanceprivate Redundancyredundancyprivate com.microsoft.azure.toolkit.lib.common.model.Regionregion
-
Constructor Summary
Constructors Modifier Constructor Description privateConfig()
-
-
-
Field Detail
-
region
private com.microsoft.azure.toolkit.lib.common.model.Region region
-
performance
private Performance performance
-
kind
private Kind kind
-
redundancy
private Redundancy redundancy
-
accessTier
private AccessTier accessTier
-
-