共用方式為


Container Constructors

Definition

Overloads

Container()

Initializes a new instance of the Container class.

Container(String, String, String, String, SystemData, String, RefreshDetails, Nullable<DateTime>)

Initializes a new instance of the Container class.

Container()

Initializes a new instance of the Container class.

public Container ();
Public Sub New ()

Applies to

Container(String, String, String, String, SystemData, String, RefreshDetails, Nullable<DateTime>)

Initializes a new instance of the Container class.

public Container (string dataFormat, string id = default, string name = default, string type = default, Microsoft.Azure.Management.DataBoxEdge.Models.SystemData systemData = default, string containerStatus = default, Microsoft.Azure.Management.DataBoxEdge.Models.RefreshDetails refreshDetails = default, DateTime? createdDateTime = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.Container : string * string * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.SystemData * string * Microsoft.Azure.Management.DataBoxEdge.Models.RefreshDetails * Nullable<DateTime> -> Microsoft.Azure.Management.DataBoxEdge.Models.Container
Public Sub New (dataFormat As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional containerStatus As String = Nothing, Optional refreshDetails As RefreshDetails = Nothing, Optional createdDateTime As Nullable(Of DateTime) = Nothing)

Parameters

dataFormat
String

DataFormat for Container. Possible values include: 'BlockBlob', 'PageBlob', 'AzureFile'

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

Container in DataBoxEdge Resource

containerStatus
String

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

refreshDetails
RefreshDetails

Details of the refresh job on this container.

createdDateTime
Nullable<DateTime>

The UTC time when container got created.

Applies to