Container Class

Definition

Represents a container on the Data Box Edge/Gateway device.

[Microsoft.Rest.Serialization.JsonTransformation]
public class Container : Microsoft.Azure.Management.DataBoxEdge.Models.ARMBaseModel
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Container = class
    inherit ARMBaseModel
Public Class Container
Inherits ARMBaseModel
Inheritance
Container
Attributes

Constructors

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.

Properties

ContainerStatus

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

CreatedDateTime

Gets the UTC time when container got created.

DataFormat

Gets or sets dataFormat for Container. Possible values include: 'BlockBlob', 'PageBlob', 'AzureFile'

Id

Gets the path ID that uniquely identifies the object.

(Inherited from ARMBaseModel)
Name

Gets the object name.

(Inherited from ARMBaseModel)
RefreshDetails

Gets details of the refresh job on this container.

SystemData

Gets or sets container in DataBoxEdge Resource

Type

Gets the hierarchical type of the object.

(Inherited from ARMBaseModel)

Methods

Validate()

Validate the object.

Applies to