/// <summary>
 /// Initializes a new instance of the StorageAccountCreateParameters
 /// class.
 /// </summary>
 /// <param name="location">Resource location</param>
 /// <param name="tags">Resource tags</param>
 public StorageAccountCreateParameters(string location, IDictionary <string, string> tags = default(IDictionary <string, string>), StorageAccountPropertiesCreateParameters properties = default(StorageAccountPropertiesCreateParameters))
 {
     Location   = location;
     Tags       = tags;
     Properties = properties;
     CustomInit();
 }
 /// <summary>
 /// Initializes a new instance of the StorageAccountCreateParameters
 /// class.
 /// </summary>
 /// <param name="location">Resource location</param>
 /// <param name="tags">Resource tags</param>
 public StorageAccountCreateParameters(string location, System.Collections.Generic.IDictionary <string, string> tags = default(System.Collections.Generic.IDictionary <string, string>), StorageAccountPropertiesCreateParameters properties = default(StorageAccountPropertiesCreateParameters))
 {
     Location   = location;
     Tags       = tags;
     Properties = properties;
 }
 /// <summary>
 /// Initializes a new instance of the
 /// StorageAccountCreateParametersInner class.
 /// </summary>
 /// <param name="location">Resource location</param>
 /// <param name="tags">Resource tags</param>
 public StorageAccountCreateParametersInner(string location, System.Collections.Generic.IDictionary<string, string> tags = default(System.Collections.Generic.IDictionary<string, string>), StorageAccountPropertiesCreateParameters properties = default(StorageAccountPropertiesCreateParameters))
 {
     Location = location;
     Tags = tags;
     Properties = properties;
 }
 /// <summary>
 /// Initializes a new instance of the StorageAccountCreateParameters
 /// class.
 /// </summary>
 public StorageAccountCreateParameters(string location, IDictionary<string, string> tags = default(IDictionary<string, string>), StorageAccountPropertiesCreateParameters properties = default(StorageAccountPropertiesCreateParameters))
 {
     Location = location;
     Tags = tags;
     Properties = properties;
 }