Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LroBody

Package version

The type of a LRO response body. This is just a convenience type for checking the status of the operation.

Hierarchy

  • any
    • LroBody

Index

Properties

Optional properties

properties: { provisioningState?: undefined | string } & Record<string, unknown>

The properties of the provisioning process

Optional provisioningState

provisioningState: undefined | string

The state of the provisioning process

Optional status

status: undefined | string

The status of the operation.

Generated using TypeDoc