Interface OperationResult
public interface OperationResult
An immutable client-side representation of OperationResult.
-
Method Summary
Modifier and TypeMethodDescriptioncode()
Gets the code property: The code of the error.endTime()
Gets the endTime property: The operation end time.id()
Gets the id property: ID of the resource.Gets the inner com.azure.resourcemanager.kusto.fluent.models.OperationResultInner object.message()
Gets the message property: The error message.name()
Gets the name property: Name of the resource.Gets the operationKind property: The kind of the operation.Gets the operationState property: The state of the operation.Gets the percentComplete property: Percentage completed.Gets the provisioningState property: The provisioned state of the resource.Gets the startTime property: The operation start time.status()
Gets the status property: status of the Operation result.
-
Method Details
-
id
String id()Gets the id property: ID of the resource.- Returns:
- the id value.
-
name
String name()Gets the name property: Name of the resource.- Returns:
- the name value.
-
status
Status status()Gets the status property: status of the Operation result.- Returns:
- the status value.
-
startTime
OffsetDateTime startTime()Gets the startTime property: The operation start time.- Returns:
- the startTime value.
-
endTime
OffsetDateTime endTime()Gets the endTime property: The operation end time.- Returns:
- the endTime value.
-
percentComplete
Double percentComplete()Gets the percentComplete property: Percentage completed.- Returns:
- the percentComplete value.
-
operationKind
String operationKind()Gets the operationKind property: The kind of the operation.- Returns:
- the operationKind value.
-
provisioningState
ProvisioningState provisioningState()Gets the provisioningState property: The provisioned state of the resource.- Returns:
- the provisioningState value.
-
operationState
String operationState()Gets the operationState property: The state of the operation.- Returns:
- the operationState value.
-
code
String code()Gets the code property: The code of the error.- Returns:
- the code value.
-
message
String message()Gets the message property: The error message.- Returns:
- the message value.
-
innerModel
OperationResultInner innerModel()Gets the inner com.azure.resourcemanager.kusto.fluent.models.OperationResultInner object.- Returns:
- the inner object.
-