RecommendedActionSessionsOperationStatus Interface

public interface RecommendedActionSessionsOperationStatus

An immutable client-side representation of RecommendedActionSessionsOperationStatus.

Method Summary

Modifier and Type Method and Description
abstract RecommendedActionSessionsOperationStatusInner innerModel()

Gets the inner com.azure.resourcemanager.mysql.fluent.models.RecommendedActionSessionsOperationStatusInner object.

abstract String name()

Gets the name property: Operation identifier.

abstract OffsetDateTime startTime()

Gets the startTime property: Operation start time.

abstract String status()

Gets the status property: Operation status.

Method Details

innerModel

public abstract RecommendedActionSessionsOperationStatusInner innerModel()

Gets the inner com.azure.resourcemanager.mysql.fluent.models.RecommendedActionSessionsOperationStatusInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: Operation identifier.

Returns:

the name value.

startTime

public abstract OffsetDateTime startTime()

Gets the startTime property: Operation start time.

Returns:

the startTime value.

status

public abstract String status()

Gets the status property: Operation status.

Returns:

the status value.

Applies to