StorageContainer Class

Definition

Azure Storage blob container information.

[Microsoft.Rest.Serialization.JsonTransformation]
public class StorageContainer
[Microsoft.Rest.Serialization.JsonTransformation]
public class StorageContainer : Microsoft.Azure.Management.DataLake.Analytics.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type StorageContainer = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type StorageContainer = class
    inherit SubResource
Public Class StorageContainer
Public Class StorageContainer
Inherits SubResource
Inheritance
StorageContainer
Inheritance
StorageContainer
Attributes

Constructors

StorageContainer()

Initializes a new instance of the StorageContainer class.

StorageContainer(String, String, String, Nullable<DateTime>)

Initializes a new instance of the StorageContainer class.

Properties

Id

Gets the unique identifier of the blob container.

Id

Gets the resource identifier.

(Inherited from SubResource)
LastModifiedTime

Gets the last modified time of the blob container.

Name

Gets the name of the blob container.

Name

Gets the resource name.

(Inherited from SubResource)
Type

Gets the type of the blob container.

Type

Gets the resource type.

(Inherited from SubResource)

Methods

Validate()

Validate the object.

(Inherited from SubResource)

Applies to