OperationStatus Interface

public interface OperationStatus

An immutable client-side representation of OperationStatus.

Method Summary

Modifier and Type Method and Description
abstract String endTime()

Gets the endTime property: The end time of the operation.

abstract ManagementError error()

Gets the error property: Error response The error detail of the operation if any.

abstract String id()

Gets the id property: The operation Id.

abstract OperationStatusInner innerModel()

Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.OperationStatusInner object.

abstract String name()

Gets the name property: The operation name.

abstract String startTime()

Gets the startTime property: The start time of the operation.

abstract String status()

Gets the status property: The status of the operation.

Method Details

endTime

public abstract String endTime()

Gets the endTime property: The end time of the operation.

Returns:

the endTime value.

error

public abstract ManagementError error()

Gets the error property: Error response The error detail of the operation if any.

Returns:

the error value.

id

public abstract String id()

Gets the id property: The operation Id.

Returns:

the id value.

innerModel

public abstract OperationStatusInner innerModel()

Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.OperationStatusInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The operation name.

Returns:

the name value.

startTime

public abstract String startTime()

Gets the startTime property: The start time of the operation.

Returns:

the startTime value.

status

public abstract String status()

Gets the status property: The status of the operation.

Returns:

the status value.

Applies to

Azure SDK for Java

Preview