StorageAccountCreateParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
StorageAccountCreateParameters() |
Initializes a new instance of the StorageAccountCreateParameters class. |
StorageAccountCreateParameters(String, String) |
Initializes a new instance of the StorageAccountCreateParameters class with required arguments. |
StorageAccountCreateParameters()
Initializes a new instance of the StorageAccountCreateParameters class.
public StorageAccountCreateParameters ();
Public Sub New ()
Applies to
StorageAccountCreateParameters(String, String)
Initializes a new instance of the StorageAccountCreateParameters class with required arguments.
public StorageAccountCreateParameters (string name, string label);
new Microsoft.WindowsAzure.Management.Storage.Models.StorageAccountCreateParameters : string * string -> Microsoft.WindowsAzure.Management.Storage.Models.StorageAccountCreateParameters
Public Sub New (name As String, label As String)
Parameters
- name
- String
- label
- String