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
Storage |
innerModel()
Gets the inner com. |
|
abstract
Offset |
lastModifiedTime()
Gets the last |
| 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:
innerModel
public abstract StorageContainerInner innerModel()
Gets the inner com.azure.resourcemanager.datalakeanalytics.fluent.models.StorageContainerInner object.
Returns:
lastModifiedTime
public abstract OffsetDateTime lastModifiedTime()
Gets the lastModifiedTime property: The last modified time of the blob container.
Returns:
name
public abstract String name()
Gets the name property: The resource name.
Returns:
type
public abstract String type()
Gets the type property: The resource type.
Returns: