StorageContainerInner Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. datalakeanalytics. fluent. models. StorageContainerInner
- com.
- com.
public final class StorageContainerInner
extends SubResource
Azure Storage blob container information.
Constructor Summary
| Constructor | Description |
|---|---|
| StorageContainerInner() |
Creates an instance of Storage |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Storage |
fromJson(JsonReader jsonReader)
Reads an instance of Storage |
|
Offset |
lastModifiedTime()
Get the last |
| String |
name()
Get the name property: The resource name. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The resource type. |
| void |
validate()
Validates the instance. |
|
Storage |
withId(String id) |
Methods inherited from SubResource
Methods inherited from java.lang.Object
Constructor Details
StorageContainerInner
public StorageContainerInner()
Creates an instance of StorageContainerInner class.
Method Details
fromJson
public static StorageContainerInner fromJson(JsonReader jsonReader)
Reads an instance of StorageContainerInner from the JsonReader.
Parameters:
Returns:
Throws:
lastModifiedTime
public OffsetDateTime lastModifiedTime()
Get the lastModifiedTime property: The last modified time of the blob container.
Returns:
name
public String name()
Get the name property: The resource name.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
StorageContainerInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The resource type.
Returns:
validate
public void validate()
Validates the instance.
withId
public StorageContainerInner withId(String id)
Overrides:
StorageContainerInner.withId(String id)Parameters: