Share via


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 OperationResultsDescriptionInner innerModel()

Gets the inner com.azure.resourcemanager.botservice.fluent.models.OperationResultsDescriptionInner object.

abstract String name()

Gets the name property: The name of the operation result.

abstract OffsetDateTime startTime()

Gets the startTime property: The time that the operation was started.

abstract OperationResultStatus 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:

the id value.

innerModel

public abstract OperationResultsDescriptionInner innerModel()

Gets the inner com.azure.resourcemanager.botservice.fluent.models.OperationResultsDescriptionInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the operation result.

Returns:

the name value.

startTime

public abstract OffsetDateTime startTime()

Gets the startTime property: The time that the operation was started.

Returns:

the startTime value.

status

public abstract OperationResultStatus status()

Gets the status property: The status of the operation being performed.

Returns:

the status value.

Applies to