Share via


StorageAccount Constructors

Definition

Overloads

StorageAccount()

Initializes a new instance of the StorageAccount class.

StorageAccount(String, String, String, String, SystemData, String, String, String, String, Nullable<Int32>)

Initializes a new instance of the StorageAccount class.

StorageAccount()

Initializes a new instance of the StorageAccount class.

public StorageAccount ();
Public Sub New ()

Applies to

StorageAccount(String, String, String, String, SystemData, String, String, String, String, Nullable<Int32>)

Initializes a new instance of the StorageAccount class.

public StorageAccount (string dataPolicy, string id = default, string name = default, string type = default, Microsoft.Azure.Management.DataBoxEdge.Models.SystemData systemData = default, string description = default, string storageAccountStatus = default, string storageAccountCredentialId = default, string blobEndpoint = default, int? containerCount = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.StorageAccount : string * string * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.SystemData * string * string * string * string * Nullable<int> -> Microsoft.Azure.Management.DataBoxEdge.Models.StorageAccount
Public Sub New (dataPolicy As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional description As String = Nothing, Optional storageAccountStatus As String = Nothing, Optional storageAccountCredentialId As String = Nothing, Optional blobEndpoint As String = Nothing, Optional containerCount As Nullable(Of Integer) = Nothing)

Parameters

dataPolicy
String

Data policy of the storage Account. Possible values include: 'Cloud', 'Local'

id
String

The path ID that uniquely identifies the object.

name
String

The object name.

type
String

The hierarchical type of the object.

systemData
SystemData

StorageAccount object on ASE device

description
String

Description for the storage Account.

storageAccountStatus
String

Current status of the storage account. Possible values include: 'OK', 'Offline', 'Unknown', 'Updating', 'NeedsAttention'

storageAccountCredentialId
String

Storage Account Credential Id

blobEndpoint
String

BlobEndpoint of Storage Account

containerCount
Nullable<Int32>

The Container Count. Present only for Storage Accounts with DataPolicy set to Cloud.

Applies to