Interface RecommendedActionSessionsOperationStatus
-
public interface RecommendedActionSessionsOperationStatusAn immutable client-side representation of RecommendedActionSessionsOperationStatus.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecommendedActionSessionsOperationStatusInnerinnerModel()Gets the inner com.azure.resourcemanager.mysql.fluent.models.RecommendedActionSessionsOperationStatusInner object.Stringname()Gets the name property: Operation identifier.OffsetDateTimestartTime()Gets the startTime property: Operation start time.Stringstatus()Gets the status property: Operation status.
-
-
-
Method Detail
-
name
String name()
Gets the name property: Operation identifier.- Returns:
- the name value.
-
startTime
OffsetDateTime startTime()
Gets the startTime property: Operation start time.- Returns:
- the startTime value.
-
status
String status()
Gets the status property: Operation status.- Returns:
- the status value.
-
innerModel
RecommendedActionSessionsOperationStatusInner innerModel()
Gets the inner com.azure.resourcemanager.mysql.fluent.models.RecommendedActionSessionsOperationStatusInner object.- Returns:
- the inner object.
-
-