Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LatestOperationResult

Package version

Details of the status of an operation.

Hierarchy

  • LatestOperationResult

Index

Properties

Optional errorCode

errorCode: undefined | string

Error code on failure. NOTE: This property will not be serialized. It can only be populated by the server.

Optional errorMessage

errorMessage: undefined | string

The error message. NOTE: This property will not be serialized. It can only be populated by the server.

Optional httpMethod

httpMethod: undefined | string

The HttpMethod - PUT/POST/DELETE for the operation. NOTE: This property will not be serialized. It can only be populated by the server.

Optional operationUrl

operationUrl: undefined | string

The URL to use to check long-running operation status NOTE: This property will not be serialized. It can only be populated by the server.

Optional requestUri

requestUri: undefined | string

Request URI of the operation. NOTE: This property will not be serialized. It can only be populated by the server.

Optional status

status: undefined | string

The current status of the operation. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc