Interface RecommendedActionSessionsOperationStatus
public interface RecommendedActionSessionsOperationStatus
An immutable client-side representation of RecommendedActionSessionsOperationStatus.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.mariadb.fluent.models.RecommendedActionSessionsOperationStatusInner object.name()
Gets the name property: Operation identifier.Gets the startTime property: Operation start time.status()
Gets the status property: Operation status.
-
Method Details
-
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.mariadb.fluent.models.RecommendedActionSessionsOperationStatusInner object.- Returns:
- the inner object.
-