StorageAccountInformation Constructors

Definition

Overloads

StorageAccountInformation()

Initializes a new instance of the StorageAccountInformation class.

StorageAccountInformation(String, String, String, String)

Initializes a new instance of the StorageAccountInformation class.

StorageAccountInformation()

Initializes a new instance of the StorageAccountInformation class.

public StorageAccountInformation ();
Public Sub New ()

Applies to

StorageAccountInformation(String, String, String, String)

Initializes a new instance of the StorageAccountInformation class.

public StorageAccountInformation (string id = default, string name = default, string type = default, string suffix = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInformation : string * string * string * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInformation
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional suffix As String = Nothing)

Parameters

id
String

The resource identifier.

name
String

The resource name.

type
String

The resource type.

suffix
String

The optional suffix for the storage account.

Applies to