Share via


StorageContainer Class

Definition

Azure Storage blob container information.

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

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 resource identifier.

(Inherited from SubResource)
LastModifiedTime

Gets the last modified time of the blob container.

Name

Gets the resource name.

(Inherited from SubResource)
Type

Gets the resource type.

(Inherited from SubResource)

Applies to