StorageAccountCreateParameters Constructors

Definition

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

Applies to