Aracılığıyla paylaş


Container Interface

public interface Container

An immutable client-side representation of Container.

Method Summary

Modifier and Type Method and Description
abstract ContainerStatus containerStatus()

Gets the containerStatus property: Current status of the container.

abstract OffsetDateTime createdDateTime()

Gets the createdDateTime property: The UTC time when container got created.

abstract AzureContainerDataFormat dataFormat()

Gets the dataFormat property: DataFormat for Container.

abstract String id()

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

abstract ContainerInner innerModel()

Gets the inner com.azure.resourcemanager.databoxedge.fluent.models.ContainerInner object.

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 RefreshDetails refreshDetails()

Gets the refreshDetails property: Details of the refresh job on this container.

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:

the containerStatus value.

createdDateTime

public abstract OffsetDateTime createdDateTime()

Gets the createdDateTime property: The UTC time when container got created.

Returns:

the createdDateTime value.

dataFormat

public abstract AzureContainerDataFormat dataFormat()

Gets the dataFormat property: DataFormat for Container.

Returns:

the dataFormat value.

id

public abstract String id()

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

Returns:

the id value.

innerModel

public abstract ContainerInner innerModel()

Gets the inner com.azure.resourcemanager.databoxedge.fluent.models.ContainerInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

refresh

public abstract Container refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract Container refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

refreshDetails

public abstract RefreshDetails refreshDetails()

Gets the refreshDetails property: Details of the refresh job on this container.

Returns:

the refreshDetails value.

resourceGroupName

public abstract String resourceGroupName()

Gets the name of the resource group.

Returns:

the name of the resource group.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract Container.Update update()

Begins update for the Container resource.

Returns:

the stage of resource update.

Applies to