Container Interface
public interface Container
An immutable client-side representation of Container.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Container |
containerStatus()
Gets the container |
|
abstract
Offset |
createdDateTime()
Gets the created |
|
abstract
Azure |
dataFormat()
Gets the data |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Container |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract Container |
refresh()
Refreshes the resource to sync with Azure. |
| abstract Container |
refresh(Context context)
Refreshes the resource to sync with Azure. |
|
abstract
Refresh |
refreshDetails()
Gets the refresh |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Container resource. |
Method Details
containerStatus
public abstract ContainerStatus containerStatus()
Gets the containerStatus property: Current status of the container.
Returns:
createdDateTime
public abstract OffsetDateTime createdDateTime()
Gets the createdDateTime property: The UTC time when container got created.
Returns:
dataFormat
public abstract AzureContainerDataFormat dataFormat()
Gets the dataFormat property: DataFormat for Container.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract ContainerInner innerModel()
Gets the inner com.azure.resourcemanager.databoxedge.fluent.models.ContainerInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
refresh
public abstract Container refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract Container refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
refreshDetails
public abstract RefreshDetails refreshDetails()
Gets the refreshDetails property: Details of the refresh job on this container.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract Container.Update update()
Begins update for the Container resource.
Returns: