OperationResultsDescription Interface
public interface OperationResultsDescription
An immutable client-side representation of OperationResultsDescription.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
id()
Gets the id property: The ID of the operation returned. |
|
abstract
Operation |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the operation result. |
|
abstract
Offset |
startTime()
Gets the start |
|
abstract
Operation |
status()
Gets the status property: The status of the operation being performed. |
Method Details
id
public abstract String id()
Gets the id property: The ID of the operation returned.
Returns:
innerModel
public abstract OperationResultsDescriptionInner innerModel()
Gets the inner com.azure.resourcemanager.botservice.fluent.models.OperationResultsDescriptionInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the operation result.
Returns:
startTime
public abstract OffsetDateTime startTime()
Gets the startTime property: The time that the operation was started.
Returns:
status
public abstract OperationResultStatus status()
Gets the status property: The status of the operation being performed.
Returns: