StorageContainer Interface

public interface StorageContainer

An immutable client-side representation of StorageContainer.

Method Summary

Modifier and Type Method and Description
abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract StorageContainerInner innerModel()

Gets the inner com.azure.resourcemanager.datalakeanalytics.fluent.models.StorageContainerInner object.

abstract OffsetDateTime lastModifiedTime()

Gets the lastModifiedTime property: The last modified time of the blob container.

abstract String name()

Gets the name property: The resource name.

abstract String type()

Gets the type property: The resource type.

Method Details

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract StorageContainerInner innerModel()

Gets the inner com.azure.resourcemanager.datalakeanalytics.fluent.models.StorageContainerInner object.

Returns:

the inner object.

lastModifiedTime

public abstract OffsetDateTime lastModifiedTime()

Gets the lastModifiedTime property: The last modified time of the blob container.

Returns:

the lastModifiedTime value.

name

public abstract String name()

Gets the name property: The resource name.

Returns:

the name value.

type

public abstract String type()

Gets the type property: The resource type.

Returns:

the type value.

Applies to