Delen via


SnapshotGetOperationStatusResponse type

Bevat antwoordgegevens voor de bewerking getOperationStatus.

type SnapshotGetOperationStatusResponse = OperationStatus & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationStatus
  }
}