Interface MediaServiceOperationStatus
public interface MediaServiceOperationStatus
An immutable client-side representation of MediaServiceOperationStatus.
-
Method Summary
Modifier and TypeMethodDescriptionendTime()
Gets the endTime property: Operation end time.com.azure.core.management.exception.ManagementError
error()
Gets the error property: The error detail.id()
Gets the id property: Operation resource ID.Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.MediaServiceOperationStatusInner 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.
-
id
String id()Gets the id property: Operation resource ID.- Returns:
- the id value.
-
startTime
OffsetDateTime startTime()Gets the startTime property: Operation start time.- Returns:
- the startTime value.
-
endTime
OffsetDateTime endTime()Gets the endTime property: Operation end time.- Returns:
- the endTime value.
-
status
String status()Gets the status property: Operation status.- Returns:
- the status value.
-
error
com.azure.core.management.exception.ManagementError error()Gets the error property: The error detail.- Returns:
- the error value.
-
innerModel
MediaServiceOperationStatusInner innerModel()Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.MediaServiceOperationStatusInner object.- Returns:
- the inner object.
-